Pulley system problems — how to set up equations for any pulley combination

medium CBSE JEE-MAIN NEET 4 min read

Question

Given any pulley system (fixed, movable, or combination), how do we systematically set up the equations to find acceleration and tension?

Solution — Step by Step

First, classify each pulley:

  • Fixed pulley: attached to ceiling/wall, only changes direction of tension. Does NOT give mechanical advantage.
  • Movable pulley: attached to the mass or rope, moves with the system. Provides mechanical advantage — the tension supports twice.

Draw a free body diagram (FBD) for every mass and every movable pulley separately. Label tension in each rope segment.

The string is inextensible (length does not change). This gives us the constraint equation:

For a simple Atwood machine (two masses, one fixed pulley):

a1=a2a_1 = -a_2

If mass m1m_1 goes down with acceleration aa, mass m2m_2 goes up with acceleration aa.

For a movable pulley system, if the pulley moves down by xx, each side of the string passing over it must shorten by xx. So:

apulley=a1+a22a_{\text{pulley}} = \frac{a_1 + a_2}{2}

Atwood machine example (m1>m2m_1 > m_2, connected over a fixed pulley):

For m1m_1 (moving down):

m1gT=m1am_1 g - T = m_1 a

For m2m_2 (moving up):

Tm2g=m2aT - m_2 g = m_2 a

Adding both equations:

(m1m2)g=(m1+m2)a(m_1 - m_2)g = (m_1 + m_2)a a=(m1m2)gm1+m2\boxed{a = \frac{(m_1 - m_2)g}{m_1 + m_2}} T=2m1m2gm1+m2\boxed{T = \frac{2m_1 m_2 g}{m_1 + m_2}}

For systems with multiple pulleys, follow this algorithm:

  1. Assume a direction of motion for each mass
  2. Write constraint equations using the string length method: sum of all string segments = constant, differentiate twice to get accelerations
  3. Write F=maF = ma for each mass
  4. Solve the simultaneous equations
flowchart TD
    A["Pulley Problem"] --> B["Step 1: Identify fixed vs movable pulleys"]
    B --> C["Step 2: Draw FBD for each mass and movable pulley"]
    C --> D["Step 3: Write string constraint equations"]
    D --> E["Step 4: Write F = ma for each mass"]
    E --> F["Step 5: Solve simultaneous equations"]
    F --> G["Get acceleration and tension"]

Why This Works

The string constraint is the key insight. An inextensible string means that the total length of string remains constant — so if one part lengthens, another must shorten by exactly the same amount. Differentiating this length equation once gives velocity relations, and differentiating again gives acceleration relations. Combined with Newton’s second law, we get a complete system of equations.

The beauty of this systematic approach is that it works for ANY pulley arrangement — no matter how complex.

Alternative Method

For quick solutions in MCQs, use the virtual work method: assume the system moves slightly, calculate the work done by all forces, and set the net virtual work equal to the total kinetic energy change. This avoids writing constraint equations entirely and is faster for competitive exams.

For the standard Atwood machine, memorise these results directly — they appear as sub-parts of larger problems in JEE Main. The acceleration formula a=(m1m2)gm1+m2a = \frac{(m_1 - m_2)g}{m_1 + m_2} and tension formula T=2m1m2gm1+m2T = \frac{2m_1 m_2 g}{m_1 + m_2} save precious time.

Common Mistake

Students assume tension is the same throughout a string even when it passes over a pulley with mass. Tension is the same on both sides only for a massless, frictionless pulley. If the pulley has mass MM and radius RR, the net torque (T1T2)R=Iα(T_1 - T_2)R = I\alpha must be included. JEE Advanced frequently adds a “pulley of mass M” to catch students who skip this condition.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next