Range along an inclined plane when projected up the slope. α = projection angle from horizontal, β = inclination angle.
The situation
A plane is inclined at angle β to the horizontal. A body is projected from the bottom of the plane with speed u at angle α above the horizontal. It lands somewhere on the inclined surface above. The distance along the slope from launch to landing is R.
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:
- x-axis: along the inclined plane (up the slope = positive)
- y-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=0.
Resolving initial velocity and gravity
Initial velocity u is at angle α to the horizontal, which means it is at angle (α−β) to the inclined plane.
Components along the new axes:
- Along the plane: ux=ucos(α−β)
- Perpendicular to plane: uy=usin(α−β)
Gravity g acts vertically downward. Resolving along the new axes:
- Along the plane (down the slope): gsinβ
- Perpendicular to plane (into the surface): gcosβ
With our sign convention (up slope and away from surface positive):
- Acceleration along plane: ax=−gsinβ
- Acceleration perpendicular to plane: ay=−gcosβ
Finding time of flight
The body lands when perpendicular displacement =0:
y=uyT+21ayT2=0
usin(α−β)⋅T−21gcosβ⋅T2=0
T[usin(α−β)−21gcosβ⋅T]=0
Taking T=0:
T=gcosβ2usin(α−β)
Finding the range
Apply the displacement equation along the plane:
R=uxT+21axT2
R=ucos(α−β)⋅T−21gsinβ⋅T2
R=T[ucos(α−β)−21gsinβ⋅T]
Substitute T=gcosβ2usin(α−β):
R=gcosβ2usin(α−β)[ucos(α−β)−21gsinβ⋅gcosβ2usin(α−β)]
R=gcosβ2usin(α−β)[ucos(α−β)−cosβusinβsin(α−β)]
R=gcosβ2u2sin(α−β)[cos(α−β)−cosβsinβsin(α−β)]
R=gcos2β2u2sin(α−β)[cos(α−β)cosβ−sinβsin(α−β)]
The bracket is cos[(α−β)+β]=cosα:
R=gcos2β2u2sin(α−β)cosα
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. α>β (the projection angle must be greater than the slope angle).
If α<β, the body is projected into the slope and does not become a projectile on the surface.
If α=β, the body is projected along the surface (R=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$.