Sign In
Substitute the given points into the standard form of a quadratic function y=ax^2+bx+c to write a system of equations.
y=2x^2-x+3
Let's start by recalling the standard form of a quadratic function. y=ax^2+bx+c To find the equation of a parabola that includes the given points, we will substitute their coordinates into the above equation and simplify. With the resulting equations, we will write a system of equations. Then, we will solve it to find the coefficients a, b, and c.
y=ax^2+bx+c | ||
---|---|---|
Point | Substitute | Simplify |
( - 1, 6) | 6=a( - 1)^2+b( - 1)+c | a-b+c=6 |
( 1, 4) | 4=a( 1)^2+b( 1)+c | a+b+c=4 |
( 2, 9) | 9=a( 2)^2+b( 2)+c | 4a+2b+c=9 |
(I): Subtract (II)
(II), (III): b= - 1
(II): a+(- b)=a-b
(III): a(- b)=- a * b
(II): LHS+1=RHS+1
(III): LHS+2=RHS+2
(III): Subtract (II)
(II): a= 2
(II): LHS-2=RHS-2