A special case

Consider a projectile that is launched from ground level at a particular angle. The launch point is the origin, and the motion stops when the projectile returns to ground level.

In other words:

The only acceleration is the acceleration due to gravity, and the positive directions are +x = right and +y = up.

Determine general equations that give, under the constraints above:

Maximum Height

The maximum height, ymax, can be found from the equation:

vy 2 = voy2 + 2 ay (y - yo)

yo = 0, and, when the projectile is at the maximum height, vy = 0.

Solving the equation for ymax gives:

ymax = - voy2 /(2 ay)

Plugging in voy = vo sin(θ) and ay = -g, gives:

ymax = vo2sin2(θ) /(2 g)

where g = 9.8 m/s2

Note that the maximum height is determined solely by the initial velocity in the y direction and the acceleration due to gravity. It's not affected by what's happening in the x direction.

Time of Flight

To find the time of flight, determine the time the projectile takes to reach maximum height. The time of flight is just double the maximum-height time.

Start with the equation:

vy = voy + ay t

At maximum height, vy = 0.

The time to reach maximum height is t1/2 = - voy / ay

Time of flight is t = 2t1/2 = - 2voy / ay

Plugging in voy = vo sin(θ) and ay = -g, gives:

Time of flight is t = 2 vo sin(θ) / g

where g = 9.8 m/s2

The time of flight is also determined solely by the initial velocity in the y direction and the acceleration due to gravity.

Range

The range is the horizontal distance traveled before the projectile hits the ground.

The distance covered in the x-direction is simply:

x = vox t

To find the range, use t as the time of flight, which we just calculated to be:

t = 2 vo sin(θ) / g

Plugging in vox = vo cos(θ) gives:

x = 2 vo2 sin(θ) cos(θ) / g

Using the trig. identity 2 sin(θ) cos(θ) = sin(2θ) this can be written as:

x = vo2 sin(2θ) / g