John M. answered 11/08/16
Tutor
5
(79)
Engineering manager professional, proficient in all levels of Math
- First, notice that the equation is that of a parabola. Projectile motion (such as throwing a ball into the air) follows a parabolic path
- The question is essentially asking you to find the peak point of the parabola, known as the vertex
- The formula for the vertex is -b/2a
- In the equation y = -16t2 + 48t + 6, the value of a is -16 and the value of b is 48
- Plug those values into the equation:
- vertex = -48/(2*-16) = -48/-32 = 1.5
- This value of 3 represents the time at which the ball will be at its max height. To find the height y, plug the value of t =3 into the equation for the parabola:
- y = -16(1.5)2 + 48(1.5) + 6
- y = -36 + 72 + 6
- y = 42
- The maximum height the ball reaches is 42 feet.
A second way to solve the problem (especially if you are taking a calculus class) is to use calculus and use the first derivative:
- y = -16t2 +48t + 6
- Take the first derivative and set it equal to zero
- y' = -32t + 48 = 0
- -32t = -48
- t = 1.5
- Now if you want to be sure that this critical point represents a maximum height (as opposed to a minimum height), you use the second derivative test:
- y'' = -32
- Since this is negative, the first derivative test value of 1.5 represents a maximum
- Again, you have t = 1.5 so to find y, you just plug in the value of t into the original equation.