How to Find Geodesics on a Curved Surface Using Calculus of Variations

Click For Summary
The discussion focuses on finding geodesics on a curved surface using variational methods in a physics context. It explains that the shortest path between two points on a sphere is represented by an integral that calculates the length of that path. The user expresses confusion about implementing spherical polar coordinates in the integral, particularly in differentiating to find dx and dy. The response clarifies that in three dimensions, the length of a curve involves the square root of the sum of the squares of the differentials, and emphasizes that for a sphere, dr equals zero and the radius is constant. Ultimately, the correct formulation for the length L is derived, showing how to express it in terms of the integral over theta.
matpo39
Messages
40
Reaction score
0
hi, we have just got to the point in my physics course where Newtons laws are now longer that easy to work with anymore and we are now beginning to reformulate those using variational methods, and I am a little confused on one of the problems.
The shortest path between two points on a curved surface, such as the surface of a sphere is called a geodesic. To find a geodestic, one has first to set up an integral that gives the length of a path on the surface in question. Use sperical polar coordinates (r,theat,phi) to show that the length of a path joining two points on a shere of radius R is L=R*integral(from theta_1 to theta_2)sqrt(1+sin^2(theta)*(phi_prime(theta))^2)*d(theta)

if (theta_1,phi_1) and (theta_2,phi_2) specify two points and we assume that the path is expressed as phi=phi(theta).

I know how to do this problem if it were just (x,y) it would be L=integral(from x_1 to x_2) ds, where ds= sqrt(dx^2+dy^2)= sqrt(1+y_prime(x)^2) dx
but I am getting confused on how to implement the spherical polar cords. For example x=r*sin(phi)*cos(theta), but then i don't know what dx would be because I am not sure what to differantiat?

thanks for the help.
 
Physics news on Phys.org
use chain rule...

dx=\frac{\partial x}{\partial r}dr+\frac{\partial x}{\partial \phi}d\phi+\frac{\partial x}{\partial \theta}d\theta

same with dy
 
  • Like
Likes joaosodre8
ok i used the chain rule and came up with these values for my dx and dy

dx= cos(theta)sin(phi)*dr+r*cos(theta)cos(phi)*d(phi) - r*sin(theta)sin(phi)*d(theta)

dy= sin(theta)cos(phi)*dr-r*sin(theta)sin(phi)*d(phi)+r*cos(theta)cos(phi)*d(phi)

I then put those dy,dx values into the equation

ds=Sqrt(dx^2+dy^2) but i still can't get it to look like

L= R integral(from theta_1 to theta_2) (sqrt(1+sin^2(theta)*phi_prime(theta)^2)*d(theta)

also how would the dr,d(phi) work themselves out so all that would be left is the d(theta)?
 
Ok.. first of all, you are in 3 dimentions so the length of a curve is given by

L=\int_{t_{1}}^{t_{2}}{\sqrt{{dx}^2+{dy}^2+{dz}^2}}

now, given the spherical coordinates

x=r\cos\phi\sin\theta
y=r\sin\phi\sin\theta
z=r\cos\theta

you have that

{dx}^2+{dy}^2+{dz}^2={dr}^2+r^2\sin^2\theta{d\phi}^2+r^2{d\theta}^2

but you are over a sphere right? so dr=0 and r=R

using all this we have

L=R\int_{\theta_{1}}^{\theta_{2}}{\sqrt{\sin^2\theta{d\phi}^2+{d\theta}^2}}=R\int_{\theta_{1}}^{\theta_{2}}{\sqrt{\sin^2\theta{\left(\frac{d\phi}{d\theta}\right)}^2{d\theta}^2+{d\theta}^2}}

so

L=R\int_{\theta_{1}}^{\theta_{2}}{\sqrt{1+\sin^2\theta{\left(\frac{d\phi}{d\theta}\right)}^2}d\theta}
 
Last edited:

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
4K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 76 ·
3
Replies
76
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K