Calculus of Variations: Circle Minimizing Arc Length¶
We rephrase the problem as finding a function \(f(x)\) that minimizes the arc length while satisfying a certain area constraint. Specifically, we seek the function \(f(x) \in C^1([a,b])\) that:
Satisfies the boundary conditions:
\[ f(a) = f(b) = 0 \]The area under the curve:
\[ \int_a^b f(x)\, dx \]is fixed
The target is to minimize the arc length:
The Proof¶
Proof:
To incorporate the integral constraint, introduce a Lagrange multiplier \(\lambda\), and define the augmented functional:
We now treat this as a standard variational problem with Lagrangian:
Since:
By Euler–Lagrange equation
We have:
Define:
we have:
and
Integrating (1) gives:
By (2), we have:
Therefore:
Let \(c = \frac{a + b}{2}\) and \(R = \frac{1}{\lambda}\), then:
This is indeed a segment of a circle with radius \(R\).
Interpretation¶
In fact, the circle is centered at \((c, -\sqrt{R^2 - (a - c)^2})\), which is below the \(x\)-axis, and the segment \(ab\) is a chord of the circle.
Back to Miscellaneous.