An airplane must travel from point $A$ to point $B$, both at zero altitude and separated from each other by a distance $d$. In this problem we assume that the surface of the Earth is actually a plane. An airplane costs more money to fly at a lower altitude than at a higher one. We wish to minimize the cost of a trajectory between the points $A$ and $B$. The trajectory will be a curve through the vertical plane passing through the points $A$ and $B$. The cost of traveling a distance $ds$ at an altitude $h$ is constant and given by $e^{-h/H}ds$.
- Choose a coordinate system that is well suited to this problem.
- Give an expression for the cost of the voyage between the points $A$ and $B$, and express the problem of minimizing this cost as a variational problem.
- Derive the associated Euler-Lagrange or Beltrami equation, as appropriate.
I am really stuck in this question. Is there anyone could solve this calculus of variation problem in terms of polar coordinate?
My attempts so far.
We should choose a polar system, to describe this situation, say, $(r_1, \theta_1)$, $(r_2, \theta_2)$ for the points $A$, $B$.
As derive an expression for cost, I guess maybe we should use integration, diff and then make it equal to constant, then based on that, then we try to find a formula of $f$, to make
$$\frac{df}{dy} - \frac{d}{dx} (\frac{df}{dy'}) = 0?$$
- For the Euler-Lagrange or Beltrami equation, I really don't know.
HINTS:
I use Cartesian coords.Slope to x-axis = $ \tan \phi =y^{'},$ primed w.r.t. $x$
Constraint
$x$ difference is constant
$$ \int \, dx = x_2 - x_1 = const$$
Cost or object function to minimize
$$ 1 + \int { e^{-y/H}}{ \sqrt{1+y^{'2} }} dx = const$$
So the "Lagrangian" is
$$ \,{ e^{-y/H}}{ \sqrt{1+y^{'2} } } $$
Now use EL equn and simplify with $ 1+H = G $
It results in an ODE with $ \phi = f( s(arc)) $ in a more simplified form for numerical solution ..
EDIT1
The ODE obtained primed on arc basis is (if no errors)curvature of second order
$$ \phi^{'}=\frac{e^ {(y/H)}}{G \sec^2 \phi + H} $$