Academy
Formulas/physics/Laws Of Motion/Body on Surface Connected to Hanging Body

Body on Surface Connected to Hanging Body

One mass on a smooth surface, one hanging. Acceleration and tension.
Class 11Class JEE
Derivation

The situation

Mass m1m_1 sits on a smooth horizontal surface. It is connected by a light inextensible string over a smooth pulley at the edge of the table to mass m2m_2, which hangs freely. The system is released from rest. Find the acceleration and tension.

Setting up

The string is inextensible, so both masses have the same acceleration aa.

m1m_1 accelerates horizontally (along the surface). m2m_2 accelerates vertically downward.

For m1m_1 (horizontal):

The only horizontal force is tension TT (surface is smooth, no friction):

T=m1a...(1)T = m_1 a \quad \text{...(1)}

For m2m_2 (vertical, downward positive):

m2gT=m2a...(2)m_2 g - T = m_2 a \quad \text{...(2)}

Solving

Add (1) and (2):

m2g=(m1+m2)am_2 g = (m_1 + m_2)a

a=m2gm1+m2\boxed{a = \frac{m_2 g}{m_1 + m_2}}

From (1):

T=m1a=m1m2gm1+m2\boxed{T = m_1 a = \frac{m_1 m_2 g}{m_1 + m_2}}

Checking

T<m2gT < m_2 g: The hanging mass accelerates downward, so net force on it is downward: m2gT>0m_2 g - T > 0, confirming T<m2gT < m_2 g. ✓

a<ga < g: Since m1+m2>m2m_1 + m_2 > m_2, we have a=m2gm1+m2<ga = \frac{m_2 g}{m_1+m_2} < g. The hanging mass does not fall as fast as free fall — m1m_1 resists via the string. ✓

m10m_1 \to 0: aga \to g, T0T \to 0m2m_2 falls freely, no tension needed. ✓

m1m_1 \to \infty: a0a \to 0, Tm2gT \to m_2 g — huge mass on table cannot be moved, tension equals weight of m2m_2. ✓

With friction on the surface

If the surface has kinetic friction coefficient μ\mu:

For m1m_1:

Tμm1g=m1aT - \mu m_1 g = m_1 a

For m2m_2:

m2gT=m2am_2 g - T = m_2 a

Adding:

m2gμm1g=(m1+m2)am_2 g - \mu m_1 g = (m_1 + m_2)a

a=(m2μm1)gm1+m2a = \frac{(m_2 - \mu m_1)g}{m_1 + m_2}

For motion to occur: m2>μm1m_2 > \mu m_1 (hanging weight must overcome friction).

T=m1(a+μg)=m1m2g(1+μ)μm12gm1+m2T = m_1(a + \mu g) = \frac{m_1 m_2 g(1+\mu) - \mu m_1^2 g}{m_1+m_2}

Or more cleanly from m2m_2's equation: T=m2(ga)=m1m2g(1+μ)m1+m2T = m_2(g - a) = \frac{m_1 m_2 g(1 + \mu)}{m_1+m_2}... let me use the direct route:

From m2m_2: T=m2gm2a=m2(g(m2μm1)gm1+m2)=m2g(m1+m2m2+μm1)m1+m2=m1m2g(1+μ)m1+m2T = m_2 g - m_2 a = m_2\left(g - \frac{(m_2-\mu m_1)g}{m_1+m_2}\right) = \frac{m_2 g(m_1+m_2 - m_2+\mu m_1)}{m_1+m_2} = \frac{m_1 m_2 g(1+\mu)}{m_1+m_2}

Remember
The key to all connected-body problems: (1) identify the constraint (same acceleration for all parts), (2) draw free body diagrams for each body separately, (3) write $F = ma$ for each, (4) solve the system of equations. Never skip the free body diagram step.