Question
A ball is thrown at m/s at an angle of above the horizontal from ground level. Find (a) the time of flight, (b) the maximum height, and (c) the horizontal range. Take m/s.
(JEE Main & NEET standard problem)
Solution — Step by Step
The entire trick of projectile motion is treating horizontal and vertical motion independently.
Horizontal: no acceleration (). Vertical: acceleration (downward).
The ball returns to ground level when vertical displacement = 0:
So (launch) or
At the highest point, . Using :
Or use the range formula directly: m.
Why This Works
Gravity only acts vertically. This means horizontal velocity never changes — the ball moves at constant speed horizontally. Vertically, it’s just a ball thrown straight up and coming back down.
By decomposing into two independent 1D problems, we turn a curved path into two straight-line motions. Time is the link between them — whatever time the vertical motion gives us, the horizontal motion uses the same time.
graph TD
A["Projectile Problem"] --> B["Decompose velocity"]
B --> C["u_x = u cos θ"]
B --> D["u_y = u sin θ"]
C --> E["Horizontal: constant velocity<br/>x = u_x × t"]
D --> F["Vertical: uniformly accelerated<br/>y = u_y t - ½gt²"]
F --> G["Time of flight<br/>T = 2u_y / g"]
F --> H["Max height<br/>H = u_y² / 2g"]
G --> I["Range = u_x × T"]
Alternative Method — Using the Trajectory Equation
For problems where you need height at a specific horizontal distance :
This eliminates time entirely. Useful when the question gives and asks for , or vice versa.
Complementary angles ( and ) give the same range but different heights and flight times. JEE loves asking: “Two projectiles give the same range. If one is at , what’s the other angle?” Answer: . The steeper angle flies higher and longer.
Common Mistake
Students apply the range formula when the projectile doesn’t land at the same height it was launched from (e.g., thrown from a cliff). This formula only works for ground-to-ground projectiles. For unequal heights, you must solve the quadratic with . JEE Main 2024 had a cliff-launch problem — many students used the wrong formula.