A projectile is shot from the ground at an angle of #pi/12 # and a speed of #2/3 m/s#. When the projectile is at its maximum height, what will its horizontal distance from the starting point be?

1 Answer
Jul 2, 2016

#x_(hmax) = 0.011m# to 3d.p

Explanation:

A wee disclaimer: I'm going to neglect air resistance in this answer, but if you want I can include it. I'm also going to go into a bit of depth and derive most things, it might be going a bit overboard but I certainly like to have an idea about where things are coming from when I use them so i felt I'd include it.

We are going to split the motion of the projectile into the horizontal and vertical directions in order to examine this problem. Our coordinate system will treat upwards as positive y-direction and right as positive x-direction.

Starting with the vertical direction seems sensible, since we need to know how long it'll take to get to it's maximum height. Without air resistance, the only force acting on the projectile is gravity, which will apply an acceleration in the negative y-direction. From Newton's second law, the equation of motion for the projectile is

#m(d^2y)/(dt^2) = -mg#

#cancel(m)(d^2y)/(dt^2) = -cancel(m)g#

Pretty simple separable differential equation, integrating gives:

#(dy)/(dt) = -g t + C_1#

#(dy)/(dt)# is of course the vertical velocity of the projectile and we shall denote this #v_y(t)# with initial velocity #v_(y0)# at t = 0s. Using this initial condition we get that

#v_y(0) = v_(y0) = C_1#

So this means that:

#v_y(t) = v_(y0) - g t#

The particles vertical velocity will be zero when it reaches it's maximum height, so setting #v_y = 0# will give the time at which this height is reached.

ie #t_(hmax) = (v_(y0))/g#

So we've got the time, we just need to compute the distance. Again using Newton's second law, the equation of motion in the x direction will be

#m (d^2x)/(dt^2) = 0#

as there are no forces (in this idealised example) acting in the x direction. Integrating gives

#(dx)/(dt) = C_2#

Because there are no forces, the velocity in the horizontal direction is constant, so #v_x(t) = v_(x0)#. Another simple, separable which, upon integration yields:

#x(t) = v_(x0) t + C_3#

#x(0) = 0 implies C_3 = 0# and leaves that #x(t) = v_(x0) * t#

So now we have an expression for the distance and an expression for the time, so let's combine them!

#x_(hmax) = v_(x0) * ((v_(y0))/g)#

The velocity given in the question is the vector sum of the horizontal and vertical components, using trigonometry we can obtain that
#v_(y0) = v * sintheta#
#v_(x0) = v * costheta#

So #x_(hmax) = (2/3*cos(pi/12)*2/3*sin(pi/12))/(9.81)#

Giving #x_(hmax) = 0.011m# to 3d.p