Functionals and the Euler–Lagrange Equation
Statement of a Variational Calculus Problem → Euler–Lagrange Equation → Classic Examples → Numerical Example: Minimizing $\int_0^1 (y^2 + y'^2)\,dx$, $y(0) = 1$, $y(1) = 0$ → Extensions → Real Applications
Formulas
- ·Architecture and Engineering. The shape of arches and suspension bridges arises from minimizing potential energy—the catenary $y = a\cdot\cosh(x/a)$. The Golden Gate suspension bridge, cathedral ar...
- ·Optics. Fermat’s principle gives the laws of reflection and refraction. All geometric optics is a consequence of the variational principle.
- ·Machine Learning. Model training reduces to minimization of an error functional—this is a “discrete” counterpart of the variational problem. Regularization (e.g., Tikhonov) adds a penalty term $\in...
- ·Finance. Optimal trajectories of consumption and investment (the Merton model) are found as extrema of the respective expected utility functional.
Imagine stretching a rope between two nails: what shape will it take? Or: along which curve will a ball slide down in minimal time? In standard differential calculus, we seek a number $x$ that minimizes a function $f(x)$. Here, the unknown is an entire function $y(x)$, and we seek to minimize the...
Problem: Find a function $y(x)$ on the interval $[a, b]$ which minimizes the functional $J[y] = \int_a^b F(x, y, y')\,dx$ under boundary conditions $y(a) = y_a$, $y(b) = y_b$.
Let us clarify the notation. $F(x, y, y')$ is the Lagrangian, the “density” of the quantity of interest: for example, arc length, travel time, or action. $x$ is the independent variable (often position or time), $y$ is the sought function, $y' = dy/dx$ is its derivative. The integral $J[y]$ sums ...
In physics, typically $F = T − V$ (kinetic energy minus potential energy), and $J$ is called the action. In optics, $F = n(x, y)\sqrt{1 + y'^2}$, where $n$ is the refractive index, and $J$ is the optical path.