Question 2.9: Maximum Height Derived GOAL Find the maximum height of a thr...
Maximum Height Derived
GOAL Find the maximum height of a thrown projectile using symbols.
PROBLEM Refer to Example 2.8. Use symbolic manipulation to find (a) the time tmax it takes the ball to reach its maximum height and (b) an expression for the maximum height that doesn’t depend on time. Answers should be expressed in terms of the quantities v0, g, and y0 only.
STRATEGY When the ball reaches its maximum height, its velocity is zero, so for part (a) solve the kinematics velocity equation for time t and set v = 0. For part (b), substitute the expression for time found in part (a) into the displacement equation, solving it for the maximum height.
Learn more on how we answer questions.
(a) Find the time it takes the ball to reach its maximum height.
Write the velocity kinematics equation:
v = at + v0Move v0 to the left side of the equation:
v – v0 = atDivide both sides by a:
av – v0 = aat = tTurn the equation around so that t is on the left and substitute v = 0, corresponding to the velocity at maximum height:
(1) t = a−v0
Replace t by tmax and substitute a = -g :
(2) tmax = gv0
(b) Find the maximum height.
Write the equation for the position y at any time:
y = y0 + v0t + 21at²Substitute t = −v0/a, which corresponds to the time it takes to reach ymax, the maximum height:
ymax = y0 + v0(a−v0) + 21a(a−v0)² = y0 – av0² + 21av0²Combine the last two terms and substitute a = -g :
(3) ymax = y0 + 2gv0²
REMARKS Notice that g = +9.8 m/s², so the second term is positive overall. Equations (1)–(3) are much more useful than a numerical answer because the effect of changing one value can be seen immediately. For example, doubling the initial velocity v0 quadruples the displacement above the point of release. Notice also that ymax could be obtained more readily from the time-independent equation, v² – v0²= 2aΔy.