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

Projectile on Inclined Plane — Range Up the Plane

Range along an inclined plane when projected up the slope. α = projection angle from horizontal, β = inclination angle.
Class JEE
Derivation

The situation

A plane is inclined at angle β\beta to the horizontal. A body is projected from the bottom of the plane with speed uu at angle α\alpha above the horizontal. It lands somewhere on the inclined surface above. The distance along the slope from launch to landing is RR.

Setting up axes along and perpendicular to the plane

The key to this problem is choosing axes wisely. Instead of the standard horizontal/vertical axes, we use:

  • xx-axis: along the inclined plane (up the slope = positive)
  • yy-axis: perpendicular to the inclined plane (away from surface = positive)

The body lands back on the plane, so the perpendicular displacement at landing is zero: y=0y = 0.

Resolving initial velocity and gravity

Initial velocity uu is at angle α\alpha to the horizontal, which means it is at angle (αβ)(\alpha - \beta) to the inclined plane.

Components along the new axes:

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

Gravity gg acts vertically downward. Resolving along the new axes:

  • Along the plane (down the slope): gsinβg\sin\beta
  • Perpendicular to plane (into the surface): gcosβg\cos\beta

With our sign convention (up slope and away from surface positive):

  • Acceleration along plane: ax=gsinβa_x = -g\sin\beta
  • Acceleration perpendicular to plane: ay=gcosβa_y = -g\cos\beta

Finding time of flight

The body lands when perpendicular displacement =0= 0:

y=uyT+12ayT2=0y = u_y T + \frac{1}{2}a_y T^2 = 0

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

T[usin(αβ)12gcosβT]=0T\left[u\sin(\alpha-\beta) - \frac{1}{2}g\cos\beta \cdot T\right] = 0

Taking T0T \neq 0:

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

Finding the range

Apply the displacement equation along the plane:

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

R=ucos(αβ)T12gsinβ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 T=2usin(αβ)gcosβT = \frac{2u\sin(\alpha-\beta)}{g\cos\beta}:

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

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(αβ)gcosβ[cos(αβ)sinβsin(αβ)cosβ]R = \frac{2u^2\sin(\alpha-\beta)}{g\cos\beta}\left[\cos(\alpha-\beta) - \frac{\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}}

Condition for the formula to apply

This formula is valid only when the body lands on the inclined surface above the launch point, i.e. α>β\alpha > \beta (the projection angle must be greater than the slope angle).

If α<β\alpha < \beta, the body is projected into the slope and does not become a projectile on the surface.

If α=β\alpha = \beta, the body is projected along the surface (R=0R = 0).

Note
The method of resolving along and perpendicular to the plane is the key technique. The same approach applies to the down-the-plane case with appropriate sign changes. Always work from the perpendicular equation to get $T$ first, then use the along-plane equation for $R$.