Question
How do we approach inclined plane problems systematically — choosing axes, handling friction, and dealing with multiple bodies on the same incline?
Solution — Step by Step
Always align axes along and perpendicular to the incline (not horizontal-vertical). This simplifies everything because:
- Acceleration is along the incline
- Normal force is perpendicular to the incline
- Only gravity needs to be resolved into components
Gravity components:
For a block of mass on a frictionless incline at angle :
Along the incline:
Perpendicular:
The acceleration depends only on , not on . A 1 kg block and a 100 kg block slide down a smooth incline with the same acceleration.
Friction force acts opposite to motion (or tendency of motion).
Block sliding down:
Block being pushed up:
The block remains stationary when , i.e., .
Two blocks connected by a string over a pulley at the top:
- Draw separate FBDs for each block
- The heavier block (or the one on a steeper incline) determines the direction of motion
- String constraint: both have the same acceleration magnitude
Two blocks stacked on an incline:
- Check if they move together (static friction sufficient) or separately
- If together: treat as one system with combined mass
- If slipping: write separate equations with kinetic friction between them
flowchart TD
A["Incline Problem"] --> B{"Friction present?"}
B -->|"No"| C["a = g sin theta"]
B -->|"Yes"| D{"Direction of motion?"}
D -->|"Down the incline"| E["a = g sin theta - mu g cos theta"]
D -->|"Up the incline"| F["a = F/m - g sin theta - mu g cos theta"]
D -->|"Stationary?"| G{"tan theta vs mu_s?"}
G -->|"tan theta leq mu_s"| H["Block stays at rest"]
G -->|"tan theta gt mu_s"| I["Block slides down"]
Why This Works
The incline is just a surface that constrains motion to one dimension. By choosing axes along the incline, we reduce a 2D problem to 1D. The normal force automatically balances the perpendicular component of gravity, and we only need to solve along one direction.
Friction always opposes relative motion (kinetic) or tendency of motion (static). On an incline, this direction depends on whether the block tends to slide up or down.
Alternative Method
For finding the angle of repose (the steepest angle at which a block stays stationary), use the energy method. At the angle of repose, the component of gravity along the incline exactly equals maximum static friction. This gives — a result worth memorising.
Common Mistake
When a block is moving up a rough incline (after being pushed), students often write friction as for the deceleration phase AND the downward slide phase. Wrong — when the block stops and starts sliding back down, friction reverses direction. During upward motion, friction acts downward. During downward motion, friction acts upward. You must split the problem into two phases with different friction directions. NEET 2023 tested this exact scenario.