A projectile is shot from the ground at an angle of pi/4 π4 and a speed of 5 m/s5ms. 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 27, 2016

Find the time it takes to reach the maximum height, and use the x component of the displacement equation to find the distance travelled in that time.

Explanation:

First we break up the velocity into it's vector components at time 0, v_x(0)vx(0) and v_y(0)vy(0) by using the identities:

v_x(0)=v(0)cos(theta)vx(0)=v(0)cos(θ)
v_y(0)=v(0)sin(theta)vy(0)=v(0)sin(θ)

Since we're presumably ignoring air resistance, the acceleration components are

a_x=0ax=0
a_y= -gay=g

So our functions for v_x(t) vx(t) and v_y(t)vy(t) becomes

v_x(t)=v(0)cos(theta)vx(t)=v(0)cos(θ)
v_y(t)=v(0)sin(theta)-g*tvy(t)=v(0)sin(θ)gt

We can find the time it takes to reach the maximum height by setting v_y(t)=0vy(t)=0 which gives:

t=v(0)sin(theta)/gt=v(0)sin(θ)g

Then we use the displacement formula

x(t)=x(0)+v_x t+1/2 a_xt^2x(t)=x(0)+vxt+12axt2

Since a_x=0ax=0, and x(0)=0x(0)=0 this simplifies to

x(t)=v_x tx(t)=vxt

Substitution of v_xvx yields

x(t)=v(0)cos(theta) tx(t)=v(0)cos(θ)t

and substituting for t yields:

x(t)=(v(0)cos(theta)v(0)sin(theta))/gx(t)=v(0)cos(θ)v(0)sin(θ)g which simplifies to

x(t)=(v(0)^2cos(theta)sin(theta))/gx(t)=v(0)2cos(θ)sin(θ)g and further simplifies to

x(t)=(v(0)^2sin(2theta))/(2g)x(t)=v(0)2sin(2θ)2g

This gives the range of the projectile at the maximum height.

It's interesting to note that this is exactly half the range equation for a projectile returning to the same height.

R=(v(0)^2sin(2theta))/(g)R=v(0)2sin(2θ)g

which is derived using

y(t)=y(0)+v_y t-1/2g t^2y(t)=y(0)+vyt12gt2

which is the displacement equation for y.