Shortest path on a conical surface (Variational Calculus)

DethLark
Messages
9
Reaction score
0
I'm supposed to find the shortest path between the points (0,-1,0) and (0,1,0) on the conical surface z=1-\sqrt {{x}^{2}+{y}^{2}}

So the constraint equation is:
g \left( x,y,z \right) =1-\sqrt {{x}^{2}+{y}^{2}}-z=0

And the function to be minimized is:

\int\sqrt{x\acute{}^{2}+y\acute{}^{2}+1} dz

Putting this into: df/dq-d/dx*(df/dy')+lamda*dg/dz =0

I get:

{\frac {y&#039;}{\sqrt {{y&#039;}^{2}+{x&#039;}^{2}+1}}}={\frac {\lambda\,yz}{\sqrt {{y}<br /> ^{2}+{x}^{2}}}}+{\it const}

and

{\frac {x&#039;}{\sqrt {{y&#039;}^{2}+{x&#039;}^{2}+1}}}={\frac {\lambda\,xz}{\sqrt {{y}<br /> ^{2}+{x}^{2}}}}+{\it const}

I don't know where to go from here. My textbook just solves for dg/dq and thinks that's good enough for some aweful reason. I've been working on this thing all day.

One answer I got was:
z=-{\frac { \left( {\it c1}\,x+{\it c2}\,y \right) \ln \left( <br /> \left| {\it c2} \right| \right) }{{\it c1}\,{\it c2}}}
And even if this was correct I don't see how you can find c1.
 
Last edited:
Physics news on Phys.org
sigh this post looks fine in preview but is showing something completely different on posting.

I get:

{\frac {y&#039;}{\sqrt {{y&#039;}^{2}+{x&#039;}^{2}+1}}}={\frac {\lambda\,yz}{\sqrt {{y}<br /> ^{2}+{x}^{2}}}}+{\it const}

and

{\frac {x&#039;}{\sqrt {{y&#039;}^{2}+{x&#039;}^{2}+1}}}={\frac {\lambda\,xz}{\sqrt {{y}<br /> ^{2}+{x}^{2}}}}+{\it const}
 
I've just come across this question, but after using the Euler equation to solve it, I don't know how to go about it next?..
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top