Question
Three forces act on a particle: N at from the x-axis, N along the negative x-axis, and N along the positive y-axis. Find the net force magnitude and direction. Is the particle in equilibrium?
(JEE Main & CBSE 11 pattern)
Solution — Step by Step
This is the core technique: replace every angled force with its horizontal and vertical parts.
N
N
N (negative x-direction),
, N
Direction: from x-axis.
For equilibrium, we need AND . Since both are non-zero, the particle is not in equilibrium — it will accelerate in the direction of the net force.
Why This Works
Forces are vectors. You cannot simply add their magnitudes — net force. By resolving into perpendicular components, we convert vector addition into simple scalar addition along each axis. Then Pythagoras gives us the magnitude of the resultant.
This method works for any number of forces at any angles. It scales to 3D by adding a z-component.
graph TD
A["Multiple forces at various angles"] --> B["Resolve each into x, y components"]
B --> C["Sum all x-components: ΣFx"]
B --> D["Sum all y-components: ΣFy"]
C --> E["F_net = √(ΣFx² + ΣFy²)"]
D --> E
E --> F{"ΣFx = 0 AND ΣFy = 0?"}
F -->|"Yes"| G["Equilibrium"]
F -->|"No"| H["Acceleration = F_net / m"]
Alternative Method — Triangle or Polygon Law
For 2-3 forces, you can draw them head-to-tail and use the triangle law. The closing side gives the resultant. But this is graphical — it’s less accurate and slower for numerical answers. The component method is always preferred in exams.
For equilibrium problems in JEE: if three forces are in equilibrium, use Lami’s theorem: , where is the angle opposite to force . This is faster than resolving components when angles between forces are given directly.
Common Mistake
When resolving forces on an inclined plane, students often resolve along horizontal and vertical instead of along and perpendicular to the incline. On an incline at angle : resolve into (along the plane) and (normal to the plane). Using the wrong axes makes the equations much harder and introduces unnecessary coupling between the two directions.