Integrating the metric in 3-D Spherical coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
GRstudent
Messages
143
Reaction score
1
Guys,

I read that integrating the ds gives the arc length along the curved manifold. So in this case, I have a unit sphere and its metric is ds^2=dθ^2+sin(θ)^2*dψ^2. So how to integrate it? What is the solution for S?

Note, it also is known as ds^2=dΩ^2

Thanks!
 
Physics news on Phys.org
Hi GRstudent! :smile:

(try using the X2 button just above the Reply box :wink:)
GRstudent said:
… integrating the ds gives the arc length along the curved manifold. So in this case, I have a unit sphere and its metric is ds^2=dθ2+sin(θ)2*dψ2. So how to integrate it? What is the solution for S?

integrate ds "dot" the expression for the curve

for example, if the curve is constant ψ, then ds = dθ ("longitude")

if the curve is constant θ, then ds = sinθdψ ("latitude")
 
and if the curve is neither, then you need to parametrize, for example by giving θ = θ(t), ψ=ψ(t), write ds2 = (something that depends on t) dt2 and then integrate!
 
I would like to get an integral solution of spherical coordinates metric.
 
Did you have a particular path in mind, whose arc length you want to calculate? Let's take an example: Suppose the path is defined by [itex]\phi = 2 \theta[/itex], [itex]\theta \in [0, \pi][/itex] and the arc length is
[tex]ds^2 = d\theta^2 + \sin^2 \theta d\phi^2[/tex]
Plugging the curve parametrization into this formula, and taking the square root, you find
[tex]ds = \sqrt{d\theta^2 + \sin^2 \theta (2 d\theta)^2} = \sqrt{1+4\sin^2\theta} d\theta[/tex]
and to find the arc length, you just integrate
[tex]s = \int_\gamma ds = \int_0^\pi \sqrt{1+4\sin^2\theta} d\theta[/tex]