Resolving forces — component method for 2D and 3D equilibrium problems

medium CBSE JEE-MAIN NEET 4 min read

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 (mgmg, always downward)
  • Normal force (NN, perpendicular to the contact surface)
  • Friction (ff, along the surface, opposing relative motion)
  • Tension (TT, along the string, away from the object)
  • Applied force (FF, 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: mgsinθmg\sin\theta is the driving component
  • Perpendicular to incline: N=mgcosθN = mg\cos\theta (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 F\vec{F} making angle α\alpha with the positive x-axis:

Fx=Fcosα,Fy=FsinαF_x = F\cos\alpha, \quad F_y = F\sin\alpha

Apply Newton’s second law along each axis independently:

ΣFx=max\Sigma F_x = ma_x ΣFy=may\Sigma F_y = ma_y

For equilibrium: ax=0a_x = 0 and ay=0a_y = 0, 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 (xx), perpendicular to incline (yy).

Forces:

  • mgmg along incline: mgsin30°=5×9.8×0.5=24.5mg\sin 30° = 5 \times 9.8 \times 0.5 = 24.5 N (down the incline)
  • Normal force NN perpendicular to incline (upward from surface)
  • mgmg perpendicular to incline: mgcos30°=5×9.8×0.866=42.4mg\cos 30° = 5 \times 9.8 \times 0.866 = 42.4 N (into the surface)

Along incline: mgsinθ=mamg\sin\theta = ma, so a=gsin30°=9.8×0.5=4.9 m/s2a = g\sin 30° = 9.8 \times 0.5 = \mathbf{4.9 \text{ m/s}^2}

Perpendicular: N=mgcos30°=42.4N = mg\cos 30° = 42.4 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 mgmg. 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 mgmg needs to be resolved into mgsinθmg\sin\theta (along incline) and mgcosθmg\cos\theta (perpendicular). Resolving both NN and mgmg 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.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next