Academy
Formulas/physics/Kinematics/Projectile on Inclined Plane — Range Down the Plane

Projectile on Inclined Plane — Range Down the Plane

Range along an inclined plane when projected down the slope.
Class JEE
Derivation

The situation

A body is projected from the top edge of an inclined plane (angle β\beta) with speed uu at angle α\alpha above the horizontal. The body lands on the inclined surface below the launch point. The distance along the slope is RR.

How this differs from projection up the plane

In the up-the-plane case, the body is projected toward the higher part of the slope. Here, the body is projected outward and lands on the lower part.

The setup is identical — we use axes along and perpendicular to the plane — but now the component of initial velocity along the plane is directed down the slope, and at landing the body is below the launch point.

Setting up axes

Same as before:

  • xx-axis: along the plane, but now taking down the slope as positive
  • yy-axis: perpendicular to the plane, away from surface = positive

The body is projected at angle α\alpha above horizontal. Since down the slope is now positive xx, the angle between the initial velocity and the slope (measured toward the positive xx direction) is (α+β)(\alpha + \beta).

Components of initial velocity:

  • Along the plane (down): ux=ucos(α+β)u_x = u\cos(\alpha+\beta)
  • Perpendicular (away): uy=usin(α+β)u_y = u\sin(\alpha+\beta)

Components of gravity along the new axes (gravity has a component down the slope and into the surface):

  • Along the plane (down = positive): ax=gsinβa_x = g\sin\beta
  • Perpendicular (into surface = negative): ay=gcosβa_y = -g\cos\beta

Finding time of flight

Body lands when perpendicular displacement =0= 0:

usin(α+β)T12gcosβT2=0u\sin(\alpha+\beta) \cdot T - \frac{1}{2}g\cos\beta \cdot T^2 = 0

T=2usin(α+β)gcosβT = \frac{2u\sin(\alpha+\beta)}{g\cos\beta}

Finding range

R=uxT+12axT2R = u_x T + \frac{1}{2}a_x T^2

R=ucos(α+β)T+12gsinβT2R = u\cos(\alpha+\beta) \cdot T + \frac{1}{2}g\sin\beta \cdot T^2

R=T[ucos(α+β)+12gsinβT]R = T\left[u\cos(\alpha+\beta) + \frac{1}{2}g\sin\beta \cdot T\right]

Substitute TT:

R=2usin(α+β)gcosβ[ucos(α+β)+usinβsin(α+β)cosβ]R = \frac{2u\sin(\alpha+\beta)}{g\cos\beta}\left[u\cos(\alpha+\beta) + \frac{u\sin\beta\sin(\alpha+\beta)}{\cos\beta}\right]

R=2u2sin(α+β)gcos2β[cos(α+β)cosβ+sinβsin(α+β)]R = \frac{2u^2\sin(\alpha+\beta)}{g\cos^2\beta}\left[\cos(\alpha+\beta)\cos\beta + \sin\beta\sin(\alpha+\beta)\right]

The bracket is cos[(α+β)β]=cosα\cos[(\alpha+\beta) - \beta] = \cos\alpha:

R=2u2sin(α+β)cosαgcos2β\boxed{R = \frac{2u^2\sin(\alpha+\beta)\cos\alpha}{g\cos^2\beta}}

Comparison with up-the-plane formula

Up the planeDown the plane
Formula2u2sin(αβ)cosαgcos2β\frac{2u^2\sin(\alpha-\beta)\cos\alpha}{g\cos^2\beta}2u2sin(α+β)cosαgcos2β\frac{2u^2\sin(\alpha+\beta)\cos\alpha}{g\cos^2\beta}
Differencesin(αβ)\sin(\alpha - \beta)sin(α+β)\sin(\alpha + \beta)

Since sin(α+β)>sin(αβ)\sin(\alpha+\beta) > \sin(\alpha-\beta) for β>0\beta > 0, the range down the plane is always greater than up the plane for the same uu and α\alpha. This makes physical sense — gravity assists the motion down the slope.

Remember
The two formulas are easy to remember together: up the plane uses $(\alpha - \beta)$, down the plane uses $(\alpha + \beta)$. The rest of the formula is identical.