I have the following problem:
Show that if in
$$ \min \int_a^b f(x^2+y(x)^2)\sqrt{1+y'(x)^2}\;dx$$
polar coordinates are used, then the problem will be converted into one that contains no independent variable. Solve it to optimality.
and I have converted the above into polar coordinates: $$\min \int_a^b f(x^2+y^2)\sqrt{1+y'^2}\;dx=\min \int_{\alpha}^{\beta}f(r^2)\sqrt{r(\theta)^2+r'(\theta)^2}\;d\theta.$$
Now my question is about the "Solve it to optimality" in the problem description. Am I now supposed to solve for $y(x)$? Can I solve for $y(x)$ without knowing $f$? What do you think?
In the above, $y=y(x),\;y'=y'(x)=\frac{dy}{dx},\;r^2=x^2+y^2$.
Thank you for any help!
I have no other idea than applying the Euler-Lagrange formalism. With $$ L(r, r', \theta) = f(r^2) \sqrt{r^2 + (r')^2} $$ The problem becomes $$ \min \int\limits_\alpha^\beta L(r, r', \theta) \, d\theta $$ where for optimality the Euler-Lagrange equation $$ 0 = \frac{\partial L}{\partial r} - \frac{d}{d\theta} \frac{\partial L}{\partial r'} $$ has to be solved. This gives $$ \frac{\partial L}{\partial r} = 2 f'(r^2) r \sqrt{r^2 + (r')^2} + f(r^2) \frac{r}{\sqrt{r^2 + (r')^2}} $$ and $$ \frac{d}{d\theta} \frac{\partial L}{\partial r'} = \frac{d}{d\theta} \left( f(r^2) \frac{r'}{\sqrt{r^2 + (r')^2}} \right) = 0 $$
and leads to a differential equation $$ 0 = 2 f'(r^2) \left(r^2 + (r')^2\right) + f(r^2) $$