Static Equilibrium & Multi-Body

« Back to AP Physics Guide / Unit C2: Newton’s Laws (Mechanics) / Static Equilibrium & Multi-Body

A glowing free-body diagram superimposed over a complex mechanical system, showing mathematically precise vector resolution.

In AP Physics C, forces are no longer just simple pushes and pulls. They are the mathematical drivers of differential equations.

In Unit C1, we learned how to describe motion mathematically. Now, in Unit C2, we explore the *causes* of that motion. Newton’s Second Law is the most famous equation in physics, but in AP Physics C, we look at its true, calculus-based form: Force is the derivative of momentum with respect to time.

    \[\Sigma \vec{F} = \frac{d\vec{p}}{dt} = m\frac{d\vec{v}}{dt} = m\vec{a}\]

Assuming mass (m) is constant, the net force is directly proportional to the instantaneous acceleration.

1. Static Equilibrium & Vector Resolution

If an object is at rest (or moving at a constant velocity), its acceleration is zero. This means the sum of all forces in the x-direction and y-direction must equal zero. When dealing with ropes and cables, a common task is resolving Tension (T) into its trigonometric components.

⚙️ Interactive Static Equilibrium Simulator

A 100 kg mass is suspended by two symmetric cables. Adjust the sag angle (\theta, measured from the ceiling). Watch what happens to the Tension vectors (red) as the angle approaches zero!

Weight (mg)
980 N
Tension per Cable (T)
693 N
⚠️ Trap Alert: You cannot hang a mass from a perfectly horizontal rope (\theta = 0). As the angle approaches zero, \sin(0) approaches zero, meaning the Tension required to hold up the mass approaches infinity! The rope will always break or sag.

2. Multi-Body Systems & Coupled Equations

When two objects are connected by a string (like in an Atwood machine or a block sliding on a table pulled by a hanging mass), they share the exact same magnitude of acceleration (a) and tension (T).

To solve these systems, do not try to write one giant equation. Instead:

  1. Draw a separate Free Body Diagram (FBD) for each object.
  2. Write Newton’s Second Law (\Sigma F = ma) for each object.
  3. Add the two equations together. The internal forces (Tension) will mathematically cancel out, leaving you with one equation to solve for acceleration!
Diagram of a modified Atwood machine showing a block on a rough horizontal table connected by a string over a pulley to a hanging mass.

By defining the “direction of motion” as positive for both blocks, Tension (T) will be positive for one block and negative for the other, allowing them to cancel perfectly when added.

3. Quick AP Practice

📚 Unit C2 Mastery Challenge

1. Two blocks, m_1 (3 kg) and m_2 (2 kg), are connected by a massless string over a frictionless pulley. If m_1 is on a frictionless horizontal table and m_2 hangs vertically, what is the acceleration of the system?

Check Answer Write the coupled equations.
For m_1 (table): T = m_1 a
For m_2 (hanging): m_2 g - T = m_2 a

Substitute T: m_2 g - (m_1 a) = m_2 a \Rightarrow m_2 g = (m_1 + m_2)a
a = \frac{m_2 g}{m_1 + m_2} = \frac{2(9.8)}{5} = \mathbf{3.92 \text{ m/s}^2}.

2. An object of mass m falls from rest. Air resistance exerts a drag force F_d = -bv. Write the differential equation that governs the object’s velocity.

Check Answer Start with Newton’s Second Law: \Sigma F = ma.
The forces are gravity (down) and drag (up). Taking down as positive:
mg - bv = ma
Replace a with \frac{dv}{dt}:
mg - bv = m\frac{dv}{dt} (This is a first-order separable differential equation!).