A projectile is shot from the ground at an angle of π8 and a speed of 27ms. 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 vy=0, and use that time and vx to find the horizontal distance dx.

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 vy=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:

viy=visin(θ)
vx=vicos(θ)
where vi is the initial velocity (27ms) and θ is the angle (π8)
so
viy=0.109ms
vx=0.264ms

Using kinematics equations, we can find t

a=vfyviyt
t=vfyviya and a is gravity, 9.8ms2
t=00.1099.8=0.0111s

now

dx=vxt, so
dx=0.2640.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.

dx=v2isin(2θ)g

dx=(27)2sin(2(π8))9.8=.000589
dx2=.00294