How do you determine the maximum height of a projectile?

1 Answer
Jul 21, 2015

You use the fact that the vertical component of the initial velocity is zero at maximum height.

Explanation:

When you launch a projectile at an angle #theta# from the horizontal, the initial velocity of the projectile will have a vertical and a horizontal component.

#{ (v_(0x) = v_0 * cos(theta)), (v_(0y) = v_0 * sin(theta)) :}#

In order to determine the maximum height reached by the projectile during its flight, you need to take a look at the vertical component of its motion.

http://www.engineeringtoolbox.com/range-projectile-d_1908.html

Vertically, the motion of the projectile is affected by gravity. This means that at maximum height, the vertical component of the initial speed will be zero.

The projectile will decelerate on its way to maximum height, come to a complete stop at maximum height, then starts its free fall descent towards the ground.

If you use the vertical component of its initial speed, you can write

#underbrace(v_"h max"^2)_(color(blue)("=0")) = v_text(0y)^2 - 2 * g * h_"max"#

This is equivalent to

#v_(0y)^2 = 2 * g * h_"max"#

The maximum height reached by the projectile will thus be

#h_"max" = v_(0y)^2/(2 * g) = (v_0 * sin(theta))^2/(2 * g)#

#h_"max" = color(green)((v_0^2 * sin^2(theta))/(2 * g))#