A projectile is shot from the ground at an angle of #pi/8 # and a speed of #2 /7 m/s#. Factoring in both horizontal and vertical movement, what will the projectile's distance from the starting point be when it reaches its maximum height?

1 Answer
Jan 15, 2016

There are several approaches to this type of question. The most direct method is to find time #t# at the peak, when #v_y =0#, and use that time and #v_x# to find the horizontal distance #d_x#.

Explanation:

Projectiles follow a parabola, assuming (as most questions do) that air resistance is negligible. In a parabola, the slope is 0 at the vertex, which is the peak, or turnaround point between going up and coming down.

So any time a projectile question says "maximum height" you know that #v_y = 0# at that point.

To solve a projectile problem like this we need both horizontal and vertical components of the velocity, which we can get using trigonometry:

#v_(iy) = v_i sin(theta)#
#v_x = v_i cos(theta)#
where #v_i# is the initial velocity (#2/7m/s#) and #theta# is the angle (#pi/8#)
so
#v_(iy) = 0.109 m/s#
#v_x = 0.264 m/s#

Using kinematics equations, we can find #t#

#a = (v_(fy)-v_(iy))/t#
#t = (v_(fy)-v_(iy))/a# and #a# is gravity, #-9.8 m/s^2#
#t = (0-0.109)/(-9.8) = 0.0111s#

now

#d_x=v_xt#, so
#d_x=0.264*0.0111 = .00294#

That's a pretty feeble projectile!

There is another solution, which is faster, but is more indirect. We can exploit the fact that parabolas are symmetrical, so we can also find the total horizontal range, and divide by 2.

There is a formula for horizontal range, but it must be used cautiously - it only applies when the start and end height are the same, ie a flat surface.

#d_x=(v_i^2*sin(2theta))/g#

#d_x=((2/7)^2*sin(2(pi/8)))/9.8 = .000589#
#d_x/2 = .00294#