Inclined plane problems — with and without friction, multiple body systems

medium CBSE JEE-MAIN NEET 3 min read

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:

mgsinθ (along the incline, downward)mg\sin\theta \text{ (along the incline, downward)} mgcosθ (perpendicular to incline, into the surface)mg\cos\theta \text{ (perpendicular to incline, into the surface)}

For a block of mass mm on a frictionless incline at angle θ\theta:

Along the incline: mgsinθ=mamg\sin\theta = ma

a=gsinθ\boxed{a = g\sin\theta}

Perpendicular: N=mgcosθN = mg\cos\theta

The acceleration depends only on θ\theta, not on mm. A 1 kg block and a 100 kg block slide down a smooth incline with the same acceleration.

Friction force f=μN=μmgcosθf = \mu N = \mu mg\cos\theta acts opposite to motion (or tendency of motion).

Block sliding down:

mgsinθμmgcosθ=mamg\sin\theta - \mu mg\cos\theta = ma a=g(sinθμcosθ)a = g(\sin\theta - \mu\cos\theta)

Block being pushed up:

Fmgsinθμmgcosθ=maF - mg\sin\theta - \mu mg\cos\theta = ma

The block remains stationary when mgsinθμsmgcosθmg\sin\theta \leq \mu_s mg\cos\theta, i.e., tanθμs\tan\theta \leq \mu_s.

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 tanθr=μs\tan\theta_r = \mu_s — a result worth memorising.

Common Mistake

When a block is moving up a rough incline (after being pushed), students often write friction as mgsinθ+μmgcosθ=mamg\sin\theta + \mu mg\cos\theta = ma 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.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next