Most real systems involve multiple particles, multiple degrees of freedom, or constraints that couple the motion of different parts. A rigid body spinning, two stars orbiting each other, a molecule vibrating — these are complex systems where energy methods become indispensable. This section extends energy conservation to these scenarios, introduces the reduced mass for two-body problems, shows how constraint forces do no work, and explores how energy methods simplify the analysis of complex motion.

Multi-particle systems and total energy

For a system of \( N \) particles with masses \( m_1, m_2, \ldots, m_N \), the total mechanical energy is:

\[ E = \sum_{i=1}^{N} \frac{1}{2}m_i v_i^2 + U_{\text{total}}(\mathbf{r}_1, \mathbf{r}_2, \ldots, \mathbf{r}_N) \]

where \( U_{\text{total}} \) is the total potential energy, which may include:

Energy conservation: If only conservative internal forces act (and no external work is done):

\[ E = \text{constant} \]

This is true regardless of how complicated the interactions between particles are, as long as they conserve energy.

Example: Two-mass spring system

Two masses \( m_1 = 2 \) kg and \( m_2 = 3 \) kg are connected by a spring with \( k = 100 \) N/m. Initially, both are at rest with the spring compressed by \( \Delta x = 0.1 \) m. They are released and move apart (no external forces, no friction).

Initial energy: \[ E_i = 0 + \frac{1}{2}k(\Delta x)^2 = \frac{1}{2} \times 100 \times (0.1)^2 = 0.5 \text{ J} \]

Final energy (when spring returns to natural length, both moving): \[ E_f = \frac{1}{2}m_1 v_1^2 + \frac{1}{2}m_2 v_2^2 + 0 = 0.5 \text{ J} \]

The kinetic energies satisfy: \[ \frac{1}{2} \times 2 \times v_1^2 + \frac{1}{2} \times 3 \times v_2^2 = 0.5 \]

\[ v_1^2 + 1.5 v_2^2 = 0.5 \]

This is one equation with two unknowns. To find \( v_1 \) and \( v_2 \) separately, we need another constraint: conservation of momentum (no external forces):

\[ m_1 v_1 + m_2 v_2 = 0 \implies v_1 = -\frac{m_2}{m_1} v_2 = -1.5 v_2 \]

Substituting into the energy equation:

\[ (-1.5 v_2)^2 + 1.5 v_2^2 = 0.5 \]

\[ 2.25 v_2^2 + 1.5 v_2^2 = 0.5 \implies 3.75 v_2^2 = 0.5 \]

\[ v_2 = \sqrt{\frac{0.5}{3.75}} \approx 0.365 \text{ m/s} \]

\[ v_1 = -1.5 \times 0.365 \approx -0.548 \text{ m/s} \]

The masses separate with speeds proportional to their mass ratios (conservation of momentum) while conserving the spring's energy.

Reduced mass and relative motion

For a two-body system with no external forces, it is often convenient to transform to center-of-mass and relative coordinates.

Center-of-mass position: \[ \mathbf{R}_{\text{cm}} = \frac{m_1 \mathbf{r}_1 + m_2 \mathbf{r}_2}{m_1 + m_2} \]

Relative position: \[ \mathbf{r} = \mathbf{r}_1 - \mathbf{r}_2 \]

Key insight: The center-of-mass motion decouples from the relative motion. In the center-of-mass frame (where the center-of-mass is at rest), the two-body problem reduces to a one-body problem with reduced mass:

\[ \mu = \frac{m_1 m_2}{m_1 + m_2} \]

The relative motion satisfies:

\[ E_{\text{relative}} = \frac{1}{2}\mu \dot{\mathbf{r}}^2 + U(\mathbf{r}) \]

where \( U(\mathbf{r}) \) is the interaction potential.

Example: Binary stars

Two stars with masses \( M_1 = 1.4 M_{\odot} \) (one solar mass = \( 2 \times 10^{30} \) kg) and \( M_2 = 1.0 M_{\odot} \) orbit each other in a circular orbit.

Reduced mass: \[ \mu = \frac{1.4 \times 1.0}{1.4 + 1.0} M_{\odot} = \frac{1.4}{2.4} M_{\odot} \approx 0.583 M_{\odot} \]

The gravitational potential energy in terms of separation \( r \) is:

\[ U(r) = -\frac{G M_1 M_2}{r} \]

For a circular orbit, the orbital motion (in the center-of-mass frame) can be analyzed using the reduced mass and effective potential, similar to a single particle orbiting a fixed center.

Constraint forces and virtual work

A constraint is a restriction on the allowed motion (e.g., a bead sliding on a frictionless wire, a ball rolling on a table). The forces that enforce these constraints are constraint forces (normal forces, tension in a rigid rod, etc.).

Key property: Constraint forces are perpendicular to the allowed motion and do no work:

\[ W_{\text{constraint}} = 0 \]

This is why energy conservation is so powerful for constrained systems: we only need to account for non-constraint forces (gravity, springs, friction).

Example: Pendulum with fixed pivot

A pendulum bob swings on a rigid rod of fixed length \( L \). The tension in the rod is a constraint force; it does no work because the bob's motion is always perpendicular to the tension.

Total energy (in terms of angle \( \theta \) from vertical):

\[ E = \frac{1}{2}m(L\dot{\theta})^2 + mgL(1 - \cos\theta) \]

where the potential energy is \( U = mgL(1 - \cos\theta) \) (setting \( U = 0 \) at the lowest point).

The constraint (fixed length) is built into the kinetic energy term \( \frac{1}{2}m(L\dot{\theta})^2 \), which accounts only for rotational motion.

Rigid body rotation

For a rigid body rotating about a fixed axis, all parts move in circles of different radii but with the same angular velocity \( \omega \). The total kinetic energy is:

\[ KE = \frac{1}{2}I\omega^2 \]

where \( I \) is the moment of inertia (a property of the body's mass distribution).

For a point mass at distance \( r \) from the axis: \( I = mr^2 \)

For composite bodies: \( I = \sum_i m_i r_i^2 \) (sum over all mass elements)

Energy conservation for rotating bodies:

\[ E = \frac{1}{2}I\omega^2 + U(\theta) \]

where \( U(\theta) \) is the potential energy as a function of orientation.

Example: Spinning disk on an incline

A uniform disk of mass \( m = 2 \) kg and radius \( R = 0.1 \) m (moment of inertia \( I = \frac{1}{2}mR^2 = 0.01 \) kg·m²) rolls down a frictionless incline (angle \( \alpha = 30° \)) from rest. What is its angular velocity at the bottom after descending a height \( h = 1 \) m?

Initial energy: \( E_i = mgh = 2 \times 9.8 \times 1 = 19.6 \) J

Final energy: \[ E_f = \frac{1}{2}I\omega^2 + 0 = \frac{1}{2} \times 0.01 \times \omega^2 = 0.005 \omega^2 \]

By energy conservation: \[ 19.6 = 0.005 \omega^2 \implies \omega^2 = 3{,}920 \implies \omega \approx 62.6 \text{ rad/s} \]

The disk spins at approximately 62.6 rad/s (about 600 rpm).

Coupled oscillations

Real oscillating systems often have multiple degrees of freedom that couple. For example, two masses connected by springs can exchange energy between them. The energy methods provide a framework for analyzing such systems without solving the coupled differential equations explicitly.

Normal modes: In systems with coupling, there are special motions called normal modes where all parts oscillate in phase (same frequency). The total energy remains in one or more normal modes.

Example: Two coupled masses

Two identical masses \( m \) are connected to each other and to fixed walls by springs (all with the same spring constant \( k \)). If perturbed, they can oscillate:

Each mode has its own frequency and energy. Total energy is conserved, and it can be transferred between modes through complex interactions.

Connection to Chapters 4–7

Energy conservation unifies these chapters by providing a single principle that applies to all systems.

What you should be able to do

After this section, you should be able to:

Summary: Energy as a unifying principle

Energy conservation is perhaps the most powerful principle in physics. It applies to all systems — mechanical, electrical, thermal, nuclear. By the end of Chapter 8, you have seen:

In the following chapters, we will apply these principles to rotational motion (Chapter 10), oscillations (Chapter 15), and beyond.

📚 See also: Halliday Vol 1, Ch 8, §8.7 — Reduction of Two-Body Problem and Internal Energy. 📖 Open reference: OpenStax University Physics Vol 1 — Chapter 10.4: Moment of Inertia. 🎓 Video: MIT 8.01 Lecture 17 (Walter Lewin) — "Rotation and Energy".

⇧ Back to chapter

Have a question? 🤔

If something isn't clear or you have a question, ask it here. The answer will be published on this page.