Time of flight when projected at angle θ from height h above ground.
Class 11Class JEE
Derivation
The situation
A body is launched from a height h above the ground with speed u at angle θ above the horizontal. It lands on the ground below. How long is it in the air?
This is different from the standard projectile (launched from ground level) — the body starts higher and must fall an extrah before landing.
Setting up
Take the launch point as the origin. Upward is positive.
Initial vertical velocity: uy=usinθ
Vertical acceleration: −g
At landing, the body is at height −h relative to the launch point (it is h below)
So the vertical displacement at landing is y=−h.
Derivation
Apply the second equation of motion to the vertical direction:
y=uyt+21(−g)t2
At landing, y=−h and t=T:
−h=usinθ⋅T−21gT2
Rearranging:
21gT2−usinθ⋅T−h=0
Multiply through by 2:
gT2−2usinθ⋅T−2h=0
This is a quadratic in T. Using the quadratic formula with a=g, b=−2usinθ, c=−2h:
T=2g2usinθ±4u2sin2θ+8gh
T=gusinθ+u2sin2θ+2gh
We take the positive root — time must be positive.
Why the formula is more complex than standard projectile
For the standard projectile (launched from ground), the net vertical displacement is zero. That simplification gave T=g2usinθ.
Here, the body must additionally fall height h. The extra 2gh under the square root accounts for this additional fall. As h→0, the formula reduces to the standard result:
T→gusinθ+u2sin2θ=gusinθ+usinθ=g2usinθ
Consistent.
Special case: launched horizontally (θ=0)
T=g0+0+2gh=g2gh=g2h
Recovers the horizontal projection result exactly.
Special case: launched downward at angle θ below horizontal
Replace θ with −θ (since the initial vertical velocity is now downward):
T=g−usinθ+u2sin2θ+2gh
Note
There is no closed-form "nice" formula for $T$ in the general case — the answer always involves a quadratic. Always set up the vertical displacement equation $y = u_y t - \frac{1}{2}gt^2$ with the correct displacement and solve the quadratic. Do not try to memorise the quadratic formula result — derive it fresh each time.