Given two points $(x_1,y_1)$ and $(x_2,y_2)$, find the curve $\gamma$ connecting them such that the surface area of the volume obtained when rotating the curve along the $x$-axis is minimized.
First assume that the curve is given by $(x,y(x))$. Then the surface described has area $$ 2\pi \int_{x_1}^{x_2} y(x)\sqrt{1 + \dot{y}(x)^2}dx = 2\pi \int_{x_1}^{x_2} F(y,\dot{y})dx.$$ The Euler-Lagrange equations tell us that such a minimizing curve satisfies $$\frac{\partial F}{\partial y} - \frac{d}{dx}\frac{\partial F}{\partial \dot{y}} = 0.$$ Now I can work out these derivates but the term $\frac{d}{dx}\frac{\partial F}{\partial \dot{y}}$ becomes a complete mess (in the sense that solving the DE that arises looks impossible). Is there another way to solve? Thanks in advance!