Question
How do we resolve forces into components to solve equilibrium and acceleration problems? What is the systematic method for choosing axes and applying Newton’s second law in 2D?
(CBSE 11, JEE Main, NEET — force resolution is the technique behind almost every mechanics problem)
Solution — Step by Step
Before resolving anything, isolate the object and draw ALL forces acting ON it:
- Weight (, always downward)
- Normal force (, perpendicular to the contact surface)
- Friction (, along the surface, opposing relative motion)
- Tension (, along the string, away from the object)
- Applied force (, as given in the problem)
Do NOT include forces exerted BY the object on other things. The FBD shows only forces acting on the chosen body.
The choice of axes makes or breaks the solution. Two strategies:
Standard axes (horizontal-vertical): Use when motion is horizontal/vertical.
Tilted axes (along and perpendicular to incline): Use for inclined plane problems. This way:
- Along incline: is the driving component
- Perpendicular to incline: (for zero perpendicular acceleration)
The goal: minimise the number of forces you need to resolve. Choose axes so that the maximum number of forces align with the axes.
For a force making angle with the positive x-axis:
Apply Newton’s second law along each axis independently:
For equilibrium: and , so both sums equal zero. This gives two equations — usually enough to solve for two unknowns.
A 5 kg block sits on a 30-degree frictionless incline. Find the acceleration down the incline.
Axes: Along incline (), perpendicular to incline ().
Forces:
- along incline: N (down the incline)
- Normal force perpendicular to incline (upward from surface)
- perpendicular to incline: N (into the surface)
Along incline: , so
Perpendicular: N (no perpendicular acceleration).
flowchart TD
A["Mechanics Problem"] --> B["Draw FBD of the object"]
B --> C["Choose axes (align with motion/surface)"]
C --> D["Resolve every force into x and y components"]
D --> E["Apply ΣFx = max"]
D --> F["Apply ΣFy = may"]
E --> G["Solve simultaneous equations"]
F --> G
G --> H["Find unknowns: a, N, T, f"]
Why This Works
Force resolution exploits the fact that Newton’s second law is a vector equation — it holds independently in each direction. By choosing convenient axes, we convert one vector equation into two (or three, in 3D) scalar equations. Each scalar equation is just algebra.
The technique is universal: it works for statics (equilibrium), dynamics (acceleration), inclined planes, pulleys, circular motion, and even fluid mechanics problems. Master it once, and you have a method that works for 80% of mechanics.
Common Mistake
On inclined planes, students often resolve the normal force instead of resolving . If you choose tilted axes (along and perpendicular to the incline), the normal force is already along an axis — it does NOT need resolution. Only needs to be resolved into (along incline) and (perpendicular). Resolving both and leads to redundant and confusing equations.
When multiple objects are connected (Atwood machine, two blocks on a surface), draw separate FBDs for each object. The tension and contact forces connect the equations. The number of FBDs you need = number of objects with unknown accelerations.