I'm interested in computing an extremal for the functional
$J(y)= \displaystyle\int_{0}^{1} y' \sqrt{1+(y'') ^{2}} dx $
satisfying the boundary conditions $y(0)=y'(0)=0$ and $y(1)=1, y'(1)=2$.
My attempt:
My first attempt was obvious, that is , since $J$ does not depend on $y $ explicitly, there exist a constant $c_{1} $ such that:
$c_{1}= \displaystyle \frac{d}{dx} \frac{{\partial f}}{{\partial y''}}-\frac{{\partial f}}{{\partial y'}} $
And since
$\displaystyle \frac{{\partial f}}{{\partial y''}}= \frac{y y''}{\sqrt{1+(y'')^2}}$
$\displaystyle \frac{{\partial f}}{{\partial y'}}= \sqrt{1+(y'')^2}$
We have that
$c_{1}= \displaystyle \frac{y'y'''-(y'')^{2}-1}{(1+(y'')^{2})^{3/2}}$
I tried to solve the equation above but it is quite nontrivial for me, I just know the basics about ODE, for try to solve it I made the change of variable $z=y'$ and I got
$c_{1}(1+z'^{2}z^{2})^{3}=(z^{3}z''-1)^{2}$
However, I still don't see how to solve it if i follow that path :( .
My second attempt was to consider the change of variables
$x=r(\theta)cos (\theta)$ $y=r(\theta)sin(\theta)$
Thus,
$\displaystyle \frac{dy}{dx}= \displaystyle \frac{ rcos(\theta)+r' sin(\theta)}{-rsin(\theta)+r' cos(\theta)}$
And therefore,
$\displaystyle \frac{d^{2}y}{dx^{2}}= \displaystyle \frac{2(r')^{2}-r(r''-r)}{(-rsin(\theta)+r' cos(\theta))^{3}}$
Which implies that,
$ y' \sqrt{1+(y'') ^{2}} dx = \displaystyle \frac{ rcos(\theta)+r' sin(\theta)}{-rsin(\theta)+r' cos(\theta)} \sqrt{1+\displaystyle \frac{(2(r')^{2}-r(r''-r))^{2}}{(-rsin(\theta)+r' cos(\theta))^{6}}} d \theta$
As you can see, this not improve the situation haha :( .
Any help? Thanks in advance.
I think I have found the solution. Since $J$ does not depend explicitly on $y$, he have already said that there existe a constant $c_{1}$ such that
$ \displaystyle \frac{d}{dx} \frac{{\partial f}}{{\partial y''}} -\frac{{\partial f}}{{\partial y'}}=c_{1} $
But, it's also true that since $J$ does not depend explicitly on $x$ there exist a constant $c_{2}$ such that
$\displaystyle y'' \frac{{\partial f}}{{\partial y''}} - y' \left( \displaystyle \frac{d}{dx} \frac{{\partial f}}{{\partial y''}} -\frac{{\partial f}}{{\partial y'}} \right)-f= c_{2}$
That is, we have that
$\displaystyle y'' \frac{{\partial f}}{{\partial y''}} - y' c_{1}-f=c_{2}$
Therefore,
$-c_{1}y'- \displaystyle \frac{y'}{\sqrt{1+y''^2}}=c_{2}$
The boundary condition $y'(0)=0$ implies that $c_{2}=0$, and thus, we only need to solve
$-c_{1}y'= \displaystyle \frac{y'}{\sqrt{1+y''^2}}$
This last equation leads to $y''^2=\displaystyle \frac{1}{c_{1}^2}-1$ . Integrating and using the others boundary conditions we see that $y(x)=x^2$.