5

This might be more of an applied math question. Why is the energy of a system typically able to be described using quadratic expressions. Is there an underlying mechanic that drives this?

Qmechanic
  • 220,844

1 Answers1

6

For most systems, if you are operating near equilibrium you are at a point where the net force is zero. That means that for small displacements, there will be a small force proportional to the displacement which restores the system to its equilibrium position (Taylor expansion - for small displacements, only first order effects matter).

$$F(x + dx) = F(x) + dx\cdot F'(x) + O(dx^2)$$

And if force is linear with displacement, then energy (the integral of force times displacement) goes with displacement squared.

It follows that for systems near equilibrium, the potential well has a quadratic shape (and the system behaves as a simple harmonic oscillator).

Note - I did state "most systems". The above is not always true, as was pointed out in the comment by Fernando Randisi. In some systems there may not be a linear component of the force, and the first coefficient might be cubic. Such things occur in certain nonlinear crystals. It is not the norm for most mechanical systems.

Floris
  • 119,981