Topic

Force, Energy, and Conservative Forces

Classical Mechanics Foundations

How Force Is Modeled

In Newtonian mechanics, a force is a vector-valued function that tells a particle how to accelerate:

\mathbf{F} = m\mathbf{a} = m\frac{d^2\mathbf{x}}{dt^2}

More precisely, a force is a map that assigns to each point in space (and possibly time and velocity) a vector:

\mathbf{F}: \mathbb{R}^3 \times \mathbb{R}^3 \times \mathbb{R} \to \mathbb{R}^3, \quad (\mathbf{x}, \dot{\mathbf{x}}, t) \mapsto \mathbf{F}(\mathbf{x}, \dot{\mathbf{x}}, t)

When the force depends only on position — \mathbf{F} = \mathbf{F}(\mathbf{x}) — it defines a vector field on \mathbb{R}^3. This is the most important case, and it is the setting in which the concept of energy becomes powerful.


Work: The Bridge from Force to Energy

Definition

The work done by a force \mathbf{F} along a path \gamma from point A to point B is the line integral:

W_{A \to B} = \int_\gamma \mathbf{F} \cdot d\mathbf{x} = \int_{t_A}^{t_B} \mathbf{F}(\mathbf{x}(t)) \cdot \dot{\mathbf{x}}(t) \, dt

Work measures how much the force “pushes along” the direction of motion. It is a scalar — the accumulated dot product of force and displacement.

The Work-Energy Theorem

For a particle of mass m, Newton’s second law gives:

\mathbf{F} \cdot \dot{\mathbf{x}} = m\ddot{\mathbf{x}} \cdot \dot{\mathbf{x}} = \frac{d}{dt}\left(\frac{1}{2}m|\dot{\mathbf{x}}|^2\right)

Integrating both sides:

W_{A \to B} = \int_{t_A}^{t_B} \frac{d}{dt}\left(\frac{1}{2}m|\dot{\mathbf{x}}|^2\right) dt = \frac{1}{2}mv_B^2 - \frac{1}{2}mv_A^2

This is the work-energy theorem: the work done by the net force equals the change in kinetic energy.

W = \Delta T, \quad T = \frac{1}{2}m|\dot{\mathbf{x}}|^2

This holds for any force — conservative or not. It is a direct consequence of Newton’s second law.


How Energy Is Modeled

Kinetic Energy

Kinetic energy is the energy of motion:

T = \frac{1}{2}m|\dot{\mathbf{x}}|^2 = \frac{1}{2}m(\dot{x}_1^2 + \dot{x}_2^2 + \dot{x}_3^2)

It is always non-negative and depends only on the speed, not the direction of motion. For a system of N particles:

T = \sum_{i=1}^{N} \frac{1}{2}m_i|\dot{\mathbf{x}}_i|^2

Potential Energy

Potential energy is energy stored in configuration — it depends on where a particle is, not how fast it moves. But potential energy only exists for a special class of forces: conservative forces.

If a force \mathbf{F} is conservative (defined precisely below), then there exists a scalar function V: \mathbb{R}^3 \to \mathbb{R} such that:

\mathbf{F}(\mathbf{x}) = -\nabla V(\mathbf{x}) = -\left(\frac{\partial V}{\partial x_1}, \frac{\partial V}{\partial x_2}, \frac{\partial V}{\partial x_3}\right)

The function V is the potential energy. The minus sign is a convention: the force points “downhill” — in the direction of decreasing potential.

Total Energy

The total mechanical energy is:

E = T + V = \frac{1}{2}m|\dot{\mathbf{x}}|^2 + V(\mathbf{x})

The central question is: when is E conserved? The answer leads directly to the concept of conservative forces.


What It Means to Be a Conservative Force

Definition

A force \mathbf{F}(\mathbf{x}) is conservative if the work it does depends only on the endpoints, not on the path taken between them:

\int_{\gamma_1} \mathbf{F} \cdot d\mathbf{x} = \int_{\gamma_2} \mathbf{F} \cdot d\mathbf{x}

for any two paths \gamma_1, \gamma_2 from A to B.

Why “Conservative”?

The name comes from conservation of energy. If a force is conservative, then the total mechanical energy E = T + V is a constant of the motion:

\frac{dE}{dt} = \frac{d}{dt}\left(\frac{1}{2}m|\dot{\mathbf{x}}|^2 + V(\mathbf{x})\right) = m\ddot{\mathbf{x}} \cdot \dot{\mathbf{x}} + \nabla V \cdot \dot{\mathbf{x}} = (\mathbf{F} + \nabla V) \cdot \dot{\mathbf{x}} = 0

since \mathbf{F} = -\nabla V. Energy is conserved — it is neither created nor destroyed, only converted between kinetic and potential forms.

For a non-conservative force like friction, energy is not conserved. Kinetic energy is converted to heat, which is not captured by V(\mathbf{x}). The name “conservative” literally means: this force conserves mechanical energy.

Four Equivalent Characterizations

For a force field \mathbf{F}: \mathbb{R}^3 \to \mathbb{R}^3 (smooth, defined on a simply connected domain), the following are equivalent:

(1) Path independence. The work \int_\gamma \mathbf{F} \cdot d\mathbf{x} depends only on the endpoints.

(2) Vanishing loop integral. For any closed curve \gamma:

\oint_\gamma \mathbf{F} \cdot d\mathbf{x} = 0

(3) Gradient field. There exists a potential V such that \mathbf{F} = -\nabla V.

(4) Curl-free. The curl of \mathbf{F} vanishes everywhere:

\nabla \times \mathbf{F} = \mathbf{0}

These equivalences are deep results from vector calculus (the gradient theorem and Stokes’ theorem). They give physicists multiple ways to check whether a force is conservative.

Why the equivalences hold (sketch)

  • (1) ⟺ (2): If the integral over any closed loop is zero, then two paths between the same endpoints give the same result (subtract them to get a loop).
  • (3) ⟹ (1): If \mathbf{F} = -\nabla V, then by the gradient theorem: \int_\gamma \mathbf{F} \cdot d\mathbf{x} = V(A) - V(B), which depends only on endpoints.
  • (1) ⟹ (3): Define V(\mathbf{x}) = -\int_{A}^{\mathbf{x}} \mathbf{F} \cdot d\mathbf{x}. Path independence guarantees this is well-defined.
  • (3) ⟺ (4): \nabla \times (\nabla V) = \mathbf{0} always (a vector calculus identity). Conversely, on a simply connected domain, curl-free implies gradient (Poincaré lemma).

Examples

Conservative Forces

Gravity (uniform field):

\mathbf{F} = -mg\hat{\mathbf{z}}, \quad V = mgz

Check: \nabla \times \mathbf{F} = \mathbf{0}. The work done lifting a mass from height z_1 to z_2 is mg(z_2 - z_1), regardless of the path — whether you go straight up, along a ramp, or in spirals.

Gravity (Newtonian, central):

\mathbf{F} = -\frac{GMm}{r^2}\hat{\mathbf{r}}, \quad V = -\frac{GMm}{r}

The potential depends only on the distance r from the source. All central forces \mathbf{F} = f(r)\hat{\mathbf{r}} are conservative.

Spring force (Hooke’s law):

F = -kx, \quad V = \frac{1}{2}kx^2

The potential is a parabola — the harmonic oscillator potential. See The Harmonic Oscillator for a full treatment.

Electrostatic force (Coulomb):

\mathbf{F} = \frac{1}{4\pi\varepsilon_0}\frac{q_1 q_2}{r^2}\hat{\mathbf{r}}, \quad V = \frac{1}{4\pi\varepsilon_0}\frac{q_1 q_2}{r}

Mathematically identical in structure to Newtonian gravity, but can be repulsive (same-sign charges).

Non-Conservative Forces

Kinetic friction:

\mathbf{F}_{\text{friction}} = -\mu_k N \hat{\mathbf{v}}

Friction always opposes the direction of motion. Sliding a book from A to B and back to A does not return zero work — friction dissipates energy on each leg. The loop integral is negative, so friction is not conservative.

Air resistance (drag):

\mathbf{F}{\text{drag}} = -b\dot{\mathbf{x}} \quad \text{(linear)} \quad \text{or} \quad \mathbf{F}{\text{drag}} = -c|\dot{\mathbf{x}}|\dot{\mathbf{x}} \quad \text{(quadratic)}

Drag depends on velocity, not just position. It cannot be written as -\nabla V(\mathbf{x}) and always removes kinetic energy from the system.

Magnetic force (Lorentz):

\mathbf{F} = q\dot{\mathbf{x}} \times \mathbf{B}

This force is always perpendicular to the velocity, so it does no work (\mathbf{F} \cdot \dot{\mathbf{x}} = 0). It is not conservative in the usual sense (it depends on velocity), but it does not change the energy — a special case.


Energy Diagrams: Visualizing Conservative Forces

For one-dimensional conservative systems, the potential V(x) contains all the information about the motion. Since E = \frac{1}{2}m\dot{x}^2 + V(x) is constant:

\frac{1}{2}m\dot{x}^2 = E - V(x) \geq 0

The particle can only exist where V(x) \leq E. The points where V(x) = E are the turning points — the particle stops and reverses direction.

Reading an energy diagram:

  • Local minima of V(x) are stable equilibria — small displacements lead to oscillation (harmonic oscillator near the minimum)
  • Local maxima of V(x) are unstable equilibria — small displacements lead to runaway
  • The force at any point is the negative slope: F = -dV/dx
  • The kinetic energy at any point is the vertical gap between E and V(x)

This graphical method allows you to understand the qualitative motion of a particle without solving the differential equation.


Connection to the Lagrangian Formulation

In the Lagrangian formulation, the distinction between conservative and non-conservative forces becomes structural.

The Lagrangian for a conservative system is:

L = T - V

and the equations of motion follow from the Euler-Lagrange equation:

\frac{d}{dt}\frac{\partial L}{\partial \dot{q}_i} - \frac{\partial L}{\partial q_i} = 0

Non-conservative forces (friction, drag) cannot be derived from a potential and must be added by hand:

\frac{d}{dt}\frac{\partial L}{\partial \dot{q}_i} - \frac{\partial L}{\partial q_i} = Q_i^{\text{non-cons}}

This is one reason the Lagrangian framework is so powerful for conservative systems: all forces are encoded in a single scalar function L, and energy conservation follows automatically from the structure. See What is a Lagrangian? and Lagrangian and Hamiltonian Formalism for details.


Connection to Symmetry

Energy conservation is not an accident — it is a consequence of time-translation symmetry via Noether’s theorem.

If the Lagrangian does not depend explicitly on time (\partial L / \partial t = 0), then the Hamiltonian:

H = \sum_i \dot{q}_i \frac{\partial L}{\partial \dot{q}_i} - L

is conserved. For standard systems where T is quadratic in velocities and V depends only on positions, H = T + V = E.

Conservative force → potential energy exists → Lagrangian has no explicit time dependence → Noether’s theorem → energy conservation.

This chain of reasoning connects the elementary concept of a conservative force to one of the deepest principles in physics.


Summary

Concept Mathematical Object Key Property
Force Vector field \mathbf{F}(\mathbf{x}) Determines acceleration
Work Line integral \int \mathbf{F} \cdot d\mathbf{x} Equals change in kinetic energy
Conservative force Curl-free / gradient field Work is path-independent
Potential energy Scalar field V(\mathbf{x}) \mathbf{F} = -\nabla V
Total energy E = T + V Conserved for conservative forces

The key insight: A conservative force is one for which a potential energy function exists. This means mechanical energy is conserved, the force does no net work around closed loops, and the physics can be encoded in a single scalar function rather than a vector field. This simplification — from vectors to scalars — is what makes the concept so powerful, and it is the doorway to the Lagrangian and Hamiltonian formulations that underpin all of modern physics.


References

  • D. J. Griffiths, Introduction to Electrodynamics, 4th ed. (Cambridge University Press, 2017), Chapter 2 — Clear treatment of conservative fields and potentials
  • H. Goldstein, C. Poole, and J. Safko, Classical Mechanics, 3rd ed. (Addison-Wesley, 2002), Chapter 1 — Forces, constraints, and the work-energy theorem
  • V. I. Arnold, Mathematical Methods of Classical Mechanics, 2nd ed. (Springer, 1989) — Rigorous geometric perspective on conservative systems
  • R. P. Feynman, R. B. Leighton, and M. Sands, The Feynman Lectures on Physics, Vol. I (Basic Books, 2011), Chapters 13–14 — Intuitive introduction to work and energy
  • L. D. Landau and E. M. Lifshitz, Mechanics, 3rd ed. (Butterworth-Heinemann, 1976), §5–6 — Energy conservation from the Lagrangian perspective