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!
You should be able to get down to
$$y'(x)^2-y(x)y''(x)+1=0,$$
and I'm sure that somebody on this site can solve that.
What you need to do once you have calculated the derivatives is to multiply by $(1+y'(x)^2)^{3/2}$ to simplify.
EDIT: Actually consider the quotient rule:
$$\frac{d}{dx}\left(\frac{u}{v}\right)=\frac{vu'-uv'}{v^2}$$
with the role of $v$ played by $y(x)$ and that of $u$ played by $y'(x)$
so that we have
$$y\cdot y''-y'\cdot y'=1=\frac{y^2}{y^2}\Rightarrow \frac{d}{dx}\left(\frac{y'}{y}\right)=\frac{1}{y^2}.$$
Therefore
$$\frac{d^2}{dx^2}\ln(y)=y^{-2}...$$
thought I'd be able to go somewhere with that... as I said somebody will have no problem at all from here.