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

medium CBSE JEE-MAIN NEET 3 min read

Question

Two blocks of masses m1=5m_1 = 5 kg and m2=3m_2 = 3 kg are connected by a light inextensible string passing over a frictionless pulley (Atwood’s machine). Find the acceleration and the tension in the string. Take g=10g = 10 m/s².

(CBSE Class 11 / JEE Main / NEET pattern)


Solution — Step by Step

For m1m_1 (heavier, moves down): Weight m1gm_1 g downward, tension TT upward. For m2m_2 (lighter, moves up): Weight m2gm_2 g downward, tension TT upward.

Since the string is inextensible and the pulley is frictionless, both blocks have the same acceleration aa and the tension is the same throughout the string.

flowchart TD
    A["Draw FBD for\neach block"] --> B["Assign acceleration\ndirections using\nstring constraint"]
    B --> C["Write Newton's 2nd law\nfor each block\nalong motion direction"]
    C --> D["Apply string constraint:\nif one goes up by x,\nother goes down by x"]
    D --> E["Solve simultaneous\nequations for a and T"]
    E --> F["Check: a should be\npositive, T should be\nbetween m₁g and m₂g"]

For m1m_1 (net force downward): m1gT=m1am_1 g - T = m_1 a … (1)

For m2m_2 (net force upward): Tm2g=m2aT - m_2 g = m_2 a … (2)

Adding equations (1) and (2) to eliminate TT:

m1gm2g=(m1+m2)am_1 g - m_2 g = (m_1 + m_2)a a=(m1m2)gm1+m2=(53)×105+3=208=2.5 m/s2a = \frac{(m_1 - m_2)g}{m_1 + m_2} = \frac{(5-3) \times 10}{5+3} = \frac{20}{8} = \mathbf{2.5 \text{ m/s}^2}

Substituting aa back into equation (2):

T=m2(g+a)=3(10+2.5)=3×12.5=37.5 NT = m_2(g + a) = 3(10 + 2.5) = 3 \times 12.5 = \mathbf{37.5 \text{ N}}

Sanity check: TT should lie between m2g=30m_2 g = 30 N and m1g=50m_1 g = 50 N. Our answer of 37.5 N passes this check.


Why This Works

The key insight in any pulley problem is the constraint: an inextensible string means whatever length one side gains, the other side loses. For a simple Atwood machine, this means both blocks have equal and opposite accelerations. The string transmits force (tension) but the tension is the same on both sides only when the pulley is massless and frictionless.

The formula a=(m1m2)gm1+m2a = \frac{(m_1 - m_2)g}{m_1 + m_2} is worth memorising for speed — it appears directly in many MCQs. Notice that if m1=m2m_1 = m_2, acceleration is zero (equilibrium).


Alternative Method — Using Energy Conservation

For finding speed after block m1m_1 falls by height hh:

12(m1+m2)v2=(m1m2)gh\frac{1}{2}(m_1 + m_2)v^2 = (m_1 - m_2)gh v=2(m1m2)ghm1+m2v = \sqrt{\frac{2(m_1 - m_2)gh}{m_1 + m_2}}

This avoids finding acceleration and tension entirely — useful when the question asks only for velocity.

For complex pulleys (multiple pulleys, movable pulleys), the constraint changes. If a movable pulley supports a block, the block moves at half the acceleration of the free end of the string. Write the string length as a constant, differentiate twice, and you get the constraint equation. This technique handles any pulley system.


Common Mistake

Students often write the equation for m1m_1 as Tm1g=m1aT - m_1 g = m_1 a (putting tension first). This is wrong if m1m_1 is the heavier block moving downward — the net force is m1gTm_1 g - T, not Tm1gT - m_1 g. Always take the positive direction as the direction of motion for each block. If m1m_1 moves down, “down is positive” for m1m_1, so the equation is m1gT=m1am_1 g - T = m_1 a.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next