Question
A block of mass 4 kg is placed on a rough inclined plane of angle 30°. The coefficient of kinetic friction is . Find the acceleration of the block as it slides down. Take 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: N
- Friction force up the incline:
Perpendicular to the incline:
- Normal force: N
Friction force: N
Net force down the incline: N
Acceleration:
Using the formula directly:
Why This Works
On an incline, gravity has two components: along the plane (drives motion) and 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 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 .
Alternative Method — Energy Approach for Finding Speed
If you need the speed after sliding a distance down the incline:
Or using work-energy theorem: , where .
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 and which has .
Common Mistake
The most frequent error: writing instead of on an incline. On a flat surface, the normal force equals weight. On an incline, the normal force is the perpendicular component: , which is always less than . Getting the normal force wrong means friction is wrong, which means acceleration is wrong — the entire solution collapses from this one mistake.