Finding the Minimum Path
To find the path that minimizes the Action, we use the Euler-Lagrange Equation. If we define the Lagrangian (\(L = T - V\)), the condition for stationary action is:
\[\frac{d}{dt} \left( \frac{\partial L}{\partial \dot{q}} \right) - \frac{\partial L}{\partial q} = 0\]
where \(\dot{q}\) is the velocity \(\frac{dq}{dt}\).
Worked Examples
Example 1: Newton's Law from Lagrange
Let \(L = \frac{1}{2}m\dot{x}^2 - V(x)\).
- \(\frac{\partial L}{\partial \dot{x}} = m\dot{x}\) (Momentum).
- \(\frac{\partial L}{\partial x} = -\frac{\partial V}{\partial x} = F\) (Force).
- Equation: \(\frac{d}{dt}(m\dot{x}) - F = 0 \implies m\ddot{x} = F\).
- Result: Newton's Second Law is just a special case of the Euler-Lagrange equation!
The Bridge to Quantum Mechanics
In Quantum Field Theory, we don't start with forces or even particles; we start with a Lagrangian Density \(\mathcal{L}\). The laws of the universe (like the Standard Model) are written as Lagrangians. By applying the Euler-Lagrange equation to these fields, we derive the equations of motion for every particle in existence. The "Calculus of Variations" is the master language used to write the blueprints of reality.