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

medium CBSE JEE-MAIN NEET 3 min read

Question

A block of mass 4 kg is placed on a rough inclined plane of angle 30°. The coefficient of kinetic friction is μk=0.2\mu_k = 0.2. Find the acceleration of the block as it slides down. Take g=10g = 10 m/s².

(CBSE Class 11 / JEE Main / NEET pattern)


Solution — Step by Step

flowchart TD
    A["Incline Problem"] --> B{"Friction present?"}
    B -->|No| C["a = g sinθ\n(simple, direct)"]
    B -->|Yes| D{"Block moving?"}
    D -->|"Not yet\n(check static friction)"| E["Compare mg sinθ\nwith μₛ mg cosθ"]
    D -->|"Yes, sliding down"| F["a = g sinθ - μₖg cosθ"]
    D -->|"Yes, pushed up"| G["a = g sinθ + μₖg cosθ\n(friction + gravity both oppose)"]
    E -->|"mg sinθ > μₛmg cosθ"| H["Block slides"]
    E -->|"mg sinθ ≤ μₛmg cosθ"| I["Block stays at rest"]

Along the incline (taking downward as positive):

  • Component of weight down the incline: mgsinθ=4×10×sin30°=20mg\sin\theta = 4 \times 10 \times \sin 30° = 20 N
  • Friction force up the incline: fk=μkN=μkmgcosθf_k = \mu_k N = \mu_k mg\cos\theta

Perpendicular to the incline:

  • Normal force: N=mgcosθ=4×10×cos30°=40×0.866=34.64N = mg\cos\theta = 4 \times 10 \times \cos 30° = 40 \times 0.866 = 34.64 N

Friction force: fk=0.2×34.64=6.93f_k = 0.2 \times 34.64 = 6.93 N

Net force down the incline: Fnet=mgsinθfk=206.93=13.07F_{\text{net}} = mg\sin\theta - f_k = 20 - 6.93 = 13.07 N

Acceleration: a=Fnetm=13.074=3.27 m/s2a = \frac{F_{\text{net}}}{m} = \frac{13.07}{4} = \mathbf{3.27 \text{ m/s}^2}

Using the formula directly: a=g(sinθμkcosθ)=10(0.50.2×0.866)=10(0.50.173)=3.27 m/s2a = g(\sin\theta - \mu_k\cos\theta) = 10(0.5 - 0.2 \times 0.866) = 10(0.5 - 0.173) = \mathbf{3.27 \text{ m/s}^2}


Why This Works

On an incline, gravity has two components: mgsinθmg\sin\theta along the plane (drives motion) and mgcosθmg\cos\theta perpendicular to the plane (determines normal force, which determines friction). The block slides down when the component along the plane exceeds maximum static friction.

The beauty of the formula a=g(sinθμkcosθ)a = g(\sin\theta - \mu_k\cos\theta) is that mass cancels out — all blocks slide down with the same acceleration regardless of mass (just like free fall, but with friction). This is because both the driving force and the friction force are proportional to mm.


Alternative Method — Energy Approach for Finding Speed

If you need the speed after sliding a distance dd down the incline:

v2=2ad=2g(sinθμkcosθ)dv^2 = 2ad = 2g(\sin\theta - \mu_k\cos\theta) \cdot d

Or using work-energy theorem: mghμkmgcosθd=12mv2mgh - \mu_k mg\cos\theta \cdot d = \frac{1}{2}mv^2, where h=dsinθh = d\sin\theta.

For JEE Main, two-body problems on inclines are common: a block on an incline connected via a string over a pulley to a hanging block. Solve by writing equations for each block separately and using the constraint that both have the same acceleration magnitude. The string direction determines which block’s equation has +T+T and which has T-T.


Common Mistake

The most frequent error: writing N=mgN = mg instead of N=mgcosθN = mg\cos\theta on an incline. On a flat surface, the normal force equals weight. On an incline, the normal force is the perpendicular component: mgcosθmg\cos\theta, which is always less than mgmg. Getting the normal force wrong means friction is wrong, which means acceleration is wrong — the entire solution collapses from this one mistake.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next