Lets break down the information using variables and logic.
At time t=0, the height h=25 (starting point)
It's maximum height is 50 feet.
At t=7, the height h=0. (hits the ground)
Since we are looking for a quadratic function, the degree of this function will be 2.
Lets start with the maximum. We know that to find the maximum, we need to find the vertex. Start writing the function h(t) in vertex form.
h(t) = a(t - h)2 + k
where:
a is the coefficient of the t2 term.
Vertex has coordinate (h, k).
k is the y coordinate of the maximum. c = h.
h(t) = a(t - c)2 + 50
From here, we use the fact that h(7) = 0. So we expand the vertex form.
0 = a(7 - c)2 + 50
0 = a(7 - c)(7 - c) + 50
0 = a(49 - 14c + c2) + 50
0 = 49a - 14ac + c2 a + 50
Use the fact that h(0) = 25.
25 = a(0 - c)2 + 50
25 = c2 a + 50
We have just created two equations.
0 = 49a - 14ac + c2 a + 50 eq1
25 = c2 a + 50 eq2
We can solve for c2 a from eq2.
-25 = c2 a
Substitute this value into eq1.
0 = 49a - 14ac - 25 + 50
0 = 49a - 14ac + 25
-25 = 49a - 14ac
Substitute eq2 into this equation to get only single terms.
-25 = 49(-25 / c2) - 14(-25 / c2)c
Solve for c from this equation.
-25 = (-1.96 / c2) + (350 / c)
-25c2 / c2 = (-1.96 + 350c) / c2
Equate numerators.
-25c2 = 350c - 1.96
-25c2 - 350c + 1.96 = 0
Solve for c using quadratic formula.
c = (350 ± √(122500 - (-49))) / -50
c = (350 ± 350.07) / -50
c = 0.0014 and c = -14.0014
Plug in these values of c into eq1's vertex form to find a. Keep in mind that a cannot be zero.
0 = a(7 - 0.0014)2 + 50
-50 = 48.980a
-1.0208 = a
0 = a(7 + 14.0014)2 + 50
-50 = 441.0589a
-0.1134 = a
The only equation of h(t) that has a starting height of 25 feet is
h(t) = -1.0208(t - 0.0014)2 + 50
Nora M.
11/09/15