Pearson Algebra 2 Common Core, 2011
PA
Pearson Algebra 2 Common Core, 2011 View details
3. Modeling With Quadratic Functions
Continue to next subchapter

Exercise 27 Page 214

Practice makes perfect
a Let's start by considering the standard form of a quadratic function.
y = ax^2 + bx + c In the equation above, the constant c represents the y-intercept. We are told that the points (0,-4), (2,4), and (4,4) lie on the parabola. Since (0,-4) corresponds to the y-intercept, we know that c=-4. y = ax^2 + bx + (- 4) ⇕ y = ax^2 + bx - 4

To find the values of a and b, we will substitute the last two points in the equation above, and simplify.

y=ax^2+bx-4
Point Substitute Simplify
( 2, 4) 4=a( 2)^2+b( 2)-4 4a+2b=8
( 4, 4) 4=a( 4)^2+b( 4)-4 16a+4b=8
We can use the obtained equations to write a system of equations. 4a + 2b = 8 & (I) 16a + 4b = 8 & (II) Let's solve the system by using the Elimination Method. To do so, we can multiply Equation (I) by 2 and subtract it from Equation (II).
4a + 2b = 8 16a + 4b = 8
(4a + 2b)2 = 16 16a + 4b = 8
8a + 4b = 16 16a + 4b = 8
8a + 4b = 16 16a + 4b -( 8a+4b)= 8- 16
â–Ľ
(II): Solve for a
8a + 4b = 16 16a + 4b -8a-4b= 8-16
8a + 4b = 16 8a= - 8
8a + 4b = 16 a= - 1
Now that we know that a=- 1, we can substitute this value into Equation (I) to get the value of b. Let's do it!
8a + 4b = 16 & (I) a= - 1 & (II)
8( - 1) + 4b = 16 a= - 1
â–Ľ
(I): Solve for b
- 8+ 4b = 16 a= - 1
4b = 24 a= - 1
b =6 a= - 1
Knowing that a= - 1, b= 6, and that c= - 4, we can write the equation of the parabola. y= - 1x^2+ 6x+( - 4) ⇕ y = - x^2 + 6x - 4 Finally, we can find the x-coordinate of the vertex by using its corresponding formula. x = -b/2a substitute ⟶ x = -6/2( -1) = 3 To find the y-coordinate, we substitute x=3 into the equation of the parabola.
y = - x^2 + 6x - 4
y = -( 3)^2 + 6( 3) - 4
â–Ľ
Evaluate right-hand side
y = -9 + 6(3) - 4
y = -9 + 18 - 4
y = 5
The vertex of the parabola has coordinates (3,5).
b To find a quadratic equation that models a certain data set, we first consider the standard form of a quadratic function.

y = ax^2 + bx + c As we can see, in the equation above there are three coefficients we must find, which are a, b, and c. This implies that we need at least three equations to form a system and solve it. To write three equations, we need three points.