In short
When a projectile is launched from a height, the vertical equation picks up an initial height term and the flight time comes from a quadratic. On an inclined plane, you resolve gravity along and perpendicular to the slope, reducing the problem to standard projectile equations in a tilted coordinate system — the range along the incline is R = \frac{2u^2 \sin\alpha \cos(\alpha + \beta)}{g \cos^2\beta}, where \alpha is the launch angle to the horizontal and \beta is the incline angle. Two projectiles in the same gravitational field always see each other moving in a straight line at constant speed. Air resistance makes real trajectories asymmetric, with a steeper descent and reduced range.
A Diwali anaar (fountain firework) sits on the ledge of a third-floor balcony, about 10 metres above the street. You light it, and the sparks shoot outward at an angle, tracing bright arcs against the night sky before raining down onto the road below. The sparks launched upward at 45 degrees land far out in the street. The ones launched at 30 degrees land closer. But none of them land where the basic range formula R = u^2 \sin 2\theta / g predicts — because that formula assumes the projectile lands at the same height it was launched from, and these sparks are launched from a balcony.
This is where the standard projectile equations stop being enough. The moment the launch point and landing point are at different heights, the moment the ground is tilted, the moment there are two projectiles instead of one — you need the advanced treatment.
Projectile from a height — the cliff problem
The simplest extension of basic projectile motion: you launch a projectile from a height h above the ground. The launch could be at any angle \theta above the horizontal, or it could be purely horizontal (\theta = 0). Either way, the projectile has farther to fall than the basic equations assume.
Setting up the equations
Place the origin at the launch point. Let x point horizontally in the direction of motion and y point upward. The projectile is launched with speed u at angle \theta above the horizontal from a height h above the ground.
Assumptions: Neglect air resistance. The ground below the cliff is flat and level. The acceleration due to gravity is g = 9.8 m/s², directed downward.
The initial velocity components are:
Why: resolving the launch velocity into horizontal and vertical components lets you treat the two directions independently — the horizontal motion has zero acceleration, and the vertical motion has acceleration -g.
The position at time t is:
Why: these are the standard kinematic equations for constant acceleration. The horizontal position grows linearly (no horizontal acceleration). The vertical position follows the usual s = ut + \frac{1}{2}at^2 with a = -g.
Now here is the key difference from the basic problem. In the basic case, the projectile lands when y = 0, meaning it returns to the launch height. But when you launch from a cliff of height h, the ground is at y = -h (below the origin). The projectile lands when:
Rearranging into standard quadratic form:
Why: this is a quadratic in T. The basic projectile has h = 0, which lets you factor out T and get the simple result T = 2u\sin\theta/g. With h \neq 0, you must use the quadratic formula.
Applying the quadratic formula:
Why: you take the positive root because T > 0 (time of landing must be in the future). The discriminant u^2\sin^2\theta + 2gh is always positive when h > 0, confirming the projectile always reaches the ground eventually.
The range (horizontal distance from the base of the cliff to the landing point) is:
Notice what happens when h = 0: the square root simplifies to u\sin\theta, and you recover R = 2u^2\sin\theta\cos\theta/g = u^2\sin 2\theta/g — the familiar range formula.
The horizontal launch — a clean special case
When you throw a stone horizontally off a cliff, \theta = 0. The equations simplify beautifully:
Why: with no vertical component of initial velocity, the stone simply free-falls vertically while drifting horizontally at constant speed. The vertical motion is identical to dropping the stone from rest.
The stone hits the ground when y = -h:
Why: this is the free-fall time from height h — exactly the same time a stone dropped from rest would take. The horizontal velocity does not affect how long the stone takes to fall.
The range is:
And the impact velocity has two components: v_x = u (unchanged) and v_y = gT = \sqrt{2gh} (pure free-fall speed). The total impact speed is:
Why: by the Pythagorean theorem on the velocity components. You can also get this from energy conservation: the kinetic energy at impact equals the initial kinetic energy plus the potential energy lost, giving \frac{1}{2}mv^2 = \frac{1}{2}mu^2 + mgh.
This simulation captures the deepest insight of projectile motion: the horizontal and vertical motions are completely independent. Throwing the stone harder horizontally makes it land farther away, but it does not make it fall any slower.
Projectile on an inclined plane
This is the problem that separates JEE-level physics from board-level physics. A projectile is launched from the base of an inclined plane (a hill, a ramp) and must land somewhere on that slope. The ground is no longer flat — it is tilted at angle \beta to the horizontal.
The tilted coordinate system
The cleanest approach is to set up coordinates along and perpendicular to the incline surface.
In the tilted coordinate system (X' along incline, Y' perpendicular to incline):
Effective gravity components:
Why: gravity points straight down. When you decompose it along a surface tilted at angle \beta, the component along the surface is g\sin\beta (directed downhill) and the component perpendicular to the surface is g\cos\beta (directed into the slope). These are the same decomposition you use for a block on an incline.
Initial velocity components in the tilted frame:
The angle between the launch direction and the incline surface is (\alpha - \beta), so:
Why: the launch velocity makes angle \alpha with the horizontal, and the incline makes angle \beta with the horizontal, so the velocity makes angle (\alpha - \beta) with the incline surface.
Time of flight along the incline
The projectile lands on the incline when its perpendicular displacement Y' = 0 (it returns to the slope surface):
Ignoring T = 0 (the launch instant):
Why: this has the same form as the flat-ground time of flight T = 2u\sin\theta/g, but with \theta replaced by the angle relative to the incline (\alpha - \beta) and g replaced by the effective perpendicular gravity g\cos\beta.
Range along the incline
The distance along the slope at landing is:
Why: the motion along the slope has initial speed u\cos(\alpha - \beta) and deceleration g\sin\beta. This is s = ut + \frac{1}{2}at^2 with a = -g\sin\beta.
Substituting T from equation (9) and simplifying (the algebra is instructive):
Step 1. Substitute T:
Step 2. Simplify each term:
Why: the first term uses 2\sin\theta\cos\theta = \sin 2\theta structure. The second term is the deceleration along the slope eating into the range.
Step 3. Factor out \frac{2u^2\sin(\alpha - \beta)}{g\cos^2\beta}:
Step 4. The expression in brackets is \cos(\alpha - \beta + \beta) = \cos\alpha by the cosine addition formula:
Why: the cosine addition formula \cos(A + B) = \cos A\cos B - \sin A\sin B contracts the bracket into \cos[(\alpha - \beta) + \beta] = \cos\alpha. This is one of the cleanest results in incline-plane projectile motion.
Sanity check: Set \beta = 0 (flat ground). Then R = \frac{2u^2\sin\alpha\cos\alpha}{g} = \frac{u^2\sin 2\alpha}{g} — the standard range formula. The incline formula correctly reduces to the flat-ground case.
Maximum range angle
For maximum range up the incline, you can show (by differentiating equation 10 with respect to \alpha and setting the derivative to zero) that the optimal launch angle satisfies:
Why: on flat ground (\beta = 0), maximum range occurs at 45°. On an incline tilted at \beta, the optimal angle shifts upward by \beta/2. Intuitively, you need to aim more steeply to compensate for the rising ground, but not as steeply as you might think — only half the incline angle is added.
Relative projectile motion — the straight-line surprise
Here is a result that surprises most students the first time they see it. Take two projectiles launched from the same point (or different points) at the same instant, with different speeds and angles. What does the trajectory of projectile B look like as seen from projectile A?
The answer: a straight line at constant velocity.
The derivation
Let projectile A have initial velocity (u_{Ax}, u_{Ay}) and projectile B have initial velocity (u_{Bx}, u_{By}). Both are subject to the same gravitational acceleration g downward.
Position of A at time t:
Position of B at time t:
The position of B relative to A:
Why: the -\frac{1}{2}gt^2 term cancels in both equations. This is the critical step. Since both projectiles experience the same gravitational acceleration, gravity drops out of the relative motion. The relative position changes linearly with time in both x and y.
The relative velocity is constant:
This is a constant vector — no acceleration. So from A's frame of reference, B moves in a straight line at constant speed. Gravity has vanished.
The physical picture: you and your friend both jump off a cliff at the same instant. You look at your friend as you fall. Because you are both accelerating downward at the same rate, your friend appears to float relative to you — moving in a straight line with whatever velocity difference existed at the moment you both jumped. This is the same physics astronauts experience in the International Space Station: everything inside is in free fall together, so nothing appears to fall relative to anything else.
This result has a powerful application in problem-solving. If two projectiles are launched simultaneously and you need to find when they collide, work in the relative frame: the problem reduces to finding when a straight-line path passes through a given point. No quadratics, no parabolas — just the geometry of a line.
Effect of air resistance — the real world
Every derivation so far has neglected air resistance. For a dense, compact object like a cricket ball over short distances, that is reasonable. But for lighter objects, longer ranges, or higher speeds, air resistance changes the physics qualitatively.
What air drag does
The drag force on a projectile moving through air is:
where C_D is the drag coefficient (about 0.4–0.5 for a sphere), \rho is the air density (\approx 1.2 kg/m³ at sea level), A is the cross-sectional area, and v is the speed. The force always opposes the velocity — it points backward along the trajectory.
Why: the drag force is proportional to v^2, so it matters much more at high speeds than low speeds. A cricket ball bowled at 140 km/h experiences roughly four times the drag of one bowled at 70 km/h.
You do not need to solve the differential equation (it has no closed-form solution for general projectile motion). But you need to understand qualitatively what changes.
Five qualitative effects
1. The trajectory becomes asymmetric. Without air resistance, the trajectory is a symmetric parabola — the ascent and descent are mirror images. With drag, the projectile decelerates throughout the flight. It loses horizontal speed continuously, so the descending half of the trajectory is steeper than the ascending half. The peak shifts to the left of centre.
2. The maximum height decreases. On the way up, both gravity and drag oppose the motion. The projectile decelerates faster than it would in vacuum, reaching its peak earlier and at a lower altitude.
3. The range decreases. This is the most obvious effect. Drag steals kinetic energy throughout the flight, and the horizontal velocity decreases continuously. A cricket ball hit for a six with air resistance might travel 80 metres; without it, the same stroke would carry 120 metres.
4. The optimum angle drops below 45 degrees. In vacuum, maximum range occurs at \theta = 45°. With air resistance, the optimum angle is lower — typically around 38°–42° depending on the drag-to-weight ratio. The reason: a lower launch angle means less time in the air, which means less time for drag to slow the projectile.
5. Terminal velocity limits the fall speed. During the descent, drag opposes gravity. If the projectile falls long enough, the drag force equals the weight, and the projectile stops accelerating — it reaches terminal velocity v_t = \sqrt{2mg/(C_D \rho A)}. The landing speed with drag is always less than the landing speed without drag.
The cricket ball in flight
A cricket ball (mass 160 g, diameter 7.2 cm) bowled at 140 km/h (\approx 39 m/s) experiences significant drag. The drag force at this speed is roughly:
The weight of the ball is mg = 0.16 \times 9.8 = 1.57 N. So the drag force is nearly equal to the weight — this is not a small correction. For a fast bowler's delivery, air resistance is as important as gravity. This is why swing bowling works: asymmetric airflow over the seam creates a sideways component of drag, curving the ball laterally. The basic projectile equations cannot predict swing; you need aerodynamics.
For a batsman's lofted shot, the ball spends 3–4 seconds in the air, and drag reduces the range by 20–30% compared to the vacuum prediction. Every fielder on a cricket ground is unconsciously correcting for air resistance when they judge where the ball will land.
Worked examples
Example 1: Horizontal launch from a 45 m cliff
A stone is thrown horizontally at 15 m/s from the top of a 45 m cliff. Find: (a) the time to hit the ground, (b) the horizontal distance from the base of the cliff, and (c) the speed at impact.
Step 1. Find the time to hit the ground.
Since the launch is horizontal (\theta = 0), the vertical motion is pure free fall from height h = 45 m:
Why: with no initial vertical velocity, the stone free-falls under gravity. The time depends only on the height, not on how fast the stone was thrown horizontally.
Step 2. Find the horizontal distance.
Why: the horizontal velocity is constant at 15 m/s (no air resistance), so distance equals speed times time.
Step 3. Find the impact speed.
The horizontal component at impact: v_x = 15 m/s (unchanged).
The vertical component at impact: v_y = gT = 9.8 \times 3.03 = 29.7 m/s (downward).
Why: the velocity components are perpendicular, so the resultant speed follows from Pythagoras. Note that the impact speed (33.3 m/s) is much larger than the launch speed (15 m/s) — the stone gained most of its kinetic energy from falling.
Step 4. Find the angle of impact.
Why: the impact angle is steep because the vertical velocity is nearly twice the horizontal velocity. The stone hits the ground at a steep angle, not a shallow one.
Result: The stone hits the ground after 3.03 s, at a horizontal distance of 45.5 m from the base of the cliff, with an impact speed of 33.3 m/s at 63.2 degrees below the horizontal.
What this shows: A horizontal launch from a cliff is just free fall with a horizontal drift. The height determines the fall time, the horizontal speed determines the range, and the impact speed comes from combining both components. The energy check confirms this: \frac{1}{2}mv^2 = \frac{1}{2}m(15)^2 + mg(45) = \frac{1}{2}m(1107), exactly matching v = 33.3 m/s.
Example 2: Projectile on a 30-degree incline
A ball is launched at 20 m/s at 60 degrees to the horizontal from the base of a smooth incline tilted at 30 degrees. Find the range along the incline and the time of flight.
Step 1. Identify the knowns.
u = 20 m/s, \alpha = 60° (angle to horizontal), \beta = 30° (incline angle), g = 9.8 m/s².
The angle relative to the incline: \alpha - \beta = 60° - 30° = 30°.
Why: in the tilted coordinate system, the effective launch angle is the angle between the velocity and the incline surface, which is \alpha - \beta.
Step 2. Compute the time of flight using equation (9).
Why: the time of flight depends on the velocity component perpendicular to the incline (u\sin 30° = 10 m/s) and the perpendicular component of gravity (g\cos 30° = 8.49 m/s²). The ball must rise and fall back to the slope surface, which takes 2 \times 10/8.49 \approx 2.36 s.
Step 3. Compute the range along the incline using equation (10).
Why: the range formula combines the along-slope initial speed, the perpendicular flight time, and the deceleration along the slope into one expression. The \cos^2\beta in the denominator shows that steeper inclines reduce the range significantly.
Step 4. Verify by checking the range components.
The horizontal and vertical displacements at T = 2.36 s:
The range along the incline: R = \sqrt{x^2 + y^2} = \sqrt{23.6^2 + 13.6^2} = \sqrt{557 + 185} = \sqrt{742} \approx 27.2 m.
Why: this cross-check uses the horizontal and vertical displacements independently and confirms they are consistent with the incline formula. The landing point is at (23.6, 13.6), and you can verify y/x = 13.6/23.6 = 0.576 \approx \tan 30° — the landing point lies on the incline, as expected.
Result: The ball lands on the incline after 2.36 s, at a range of 27.2 m along the slope.
What this shows: The incline projectile problem reduces to a standard projectile problem once you use tilted coordinates. The effective launch angle is (\alpha - \beta) and the effective gravity is g\cos\beta. The range formula (equation 10) gives the answer directly, and the component-by-component check confirms it.
Common confusions
-
"The range formula always gives the distance to the landing point." Only on flat ground. When the launch and landing heights differ, the range formula R = u^2\sin 2\theta / g does not apply. You must use equation (5) or solve the quadratic for the flight time.
-
"On an incline, the optimum angle is still 45 degrees." No. The optimum angle to the horizontal for maximum range up an incline of angle \beta is \alpha = 45° + \beta/2. For a 30-degree incline, that is 60 degrees to the horizontal (or 30 degrees to the slope surface). The 45-degree rule only works on flat ground.
-
"Two projectiles always approach and then separate." Not necessarily. If two projectiles are launched simultaneously in the same gravitational field, each sees the other moving in a straight line. They might approach, pass each other, or one might chase the other — but the relative motion is always linear.
-
"Air resistance is always negligible for short distances." It depends on the object. For a cricket ball at 140 km/h, drag is comparable to weight even over the 20-metre pitch. For a shot put (heavy, small cross-section), drag is negligible. The ratio of drag force to weight — not the distance — determines whether air resistance matters.
-
"With air resistance, the projectile takes longer to come down than to go up." This is true. On the way up, both gravity and drag oppose motion, so the projectile decelerates quickly. On the way down, gravity accelerates it while drag opposes — the net downward acceleration is less than g, so the descent takes longer than the ascent.
If you can solve the cliff problem and the incline problem above, you have the core skills. The rest is for readers preparing for JEE Advanced or wanting a deeper understanding.
The envelope of projectile trajectories
Fix the launch speed u and vary the angle \theta from 0 to 90 degrees. Each angle produces a different parabolic trajectory. The family of all these parabolas has an envelope — a curve that each trajectory touches but never crosses. This envelope is itself a parabola:
Why: for a given horizontal distance x, you can find the maximum height reachable by optimising over all launch angles. The envelope separates the region of space that can be reached by a projectile (below the envelope) from the region that cannot (above it). A fielder standing beyond the envelope of a batsman's maximum launch speed is safe — no trajectory can reach them.
This is sometimes called the parabola of safety. Any point below this envelope can be hit by a projectile launched at speed u; any point above it is unreachable at that speed.
Projectile from a height at an angle — the general quadratic
When a projectile is launched at angle \theta above the horizontal from height h, the trajectory equation (eliminating t from the parametric equations) is:
The ground is at y = -h, so the range satisfies:
This is a quadratic in R. The positive root gives the range:
Why: this is the most general range formula for a projectile launched from a height. It reduces to R = u^2\sin 2\theta/g when h = 0, and to R = u\sqrt{2h/g} when \theta = 0.
Projectile down an incline
If you launch a projectile down a slope (the slope descends in the direction of launch), the incline angle \beta becomes negative in the range formula, or equivalently, gravity now has a component along the direction of motion (accelerating instead of decelerating). The range along a descending slope is:
Why: when the slope descends, the effective angle from the slope surface is (\alpha + \beta) instead of (\alpha - \beta), and the along-slope component of gravity aids the motion instead of opposing it. This is why a ball kicked downhill travels much farther than one kicked uphill at the same speed.
The drag differential equation
For completeness, here is the system of equations for a projectile with quadratic drag:
Why: the drag force is proportional to v^2 = \dot{x}^2 + \dot{y}^2 and points opposite to the velocity vector. Each component of drag is the drag magnitude times the corresponding component of the unit velocity vector (\dot{x}/v or \dot{y}/v). The resulting equations are coupled and nonlinear — there is no closed-form solution. Numerical methods (Euler, Runge-Kutta) are used in practice.
ISRO uses numerical solutions of these equations (with additional terms for altitude-dependent air density, Earth's rotation, and varying gravity) to compute launch trajectories for rockets like the PSLV. During the atmospheric phase (the first 100 km), drag is the dominant perturbation from the idealized Keplerian orbit.
Where this leads next
- Projectile Motion — Fundamentals — the basic equations, range formula, and standard trajectory for launches on flat ground.
- Relative Motion — the general framework for analysing motion from non-inertial and moving frames of reference.
- Free Fall — the pure vertical case, with detailed treatment of y = \frac{1}{2}gt^2 and its extensions.
- River Boat and Rain Problems — relative velocity in two dimensions, a close cousin of the relative projectile motion approach.
- Newton's Laws — Applications — how to handle forces on inclined planes, which provides the foundation for the incline projectile decomposition.