Range along an inclined plane when projected down the slope.
The situation
A body is projected from the top edge of an inclined plane (angle β) with speed u at angle α above the horizontal. The body lands on the inclined surface below the launch point. The distance along the slope is R.
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:
- x-axis: along the plane, but now taking down the slope as positive
- y-axis: perpendicular to the plane, away from surface = positive
The body is projected at angle α above horizontal. Since down the slope is now positive x, the angle between the initial velocity and the slope (measured toward the positive x direction) is (α+β).
Components of initial velocity:
- Along the plane (down): ux=ucos(α+β)
- Perpendicular (away): uy=usin(α+β)
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β
- Perpendicular (into surface = negative): ay=−gcosβ
Finding time of flight
Body lands when perpendicular displacement =0:
usin(α+β)⋅T−21gcosβ⋅T2=0
T=gcosβ2usin(α+β)
Finding range
R=uxT+21axT2
R=ucos(α+β)⋅T+21gsinβ⋅T2
R=T[ucos(α+β)+21gsinβ⋅T]
Substitute T:
R=gcosβ2usin(α+β)[ucos(α+β)+cosβusinβsin(α+β)]
R=gcos2β2u2sin(α+β)[cos(α+β)cosβ+sinβsin(α+β)]
The bracket is cos[(α+β)−β]=cosα:
R=gcos2β2u2sin(α+β)cosα
Comparison with up-the-plane formula
| Up the plane | Down the plane |
|---|
| Formula | gcos2β2u2sin(α−β)cosα | gcos2β2u2sin(α+β)cosα |
| Difference | sin(α−β) | sin(α+β) |
Since sin(α+β)>sin(α−β) for β>0, the range down the plane is always greater than up the plane for the same u and α. 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.