What is the Correct Metric Tensor for the Unit Sphere?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 12K views
Messages
4,796
Reaction score
32
Wiki says it's

1 0
0 [itex]sin^2\theta[/itex]

My book says it's

[itex]cos²\theta[/itex] 0
0 1

I calculate

1 0
0 [itex]cos^2\theta[/itex]

?! which is it?
 
Physics news on Phys.org
Which angle is your theta? Mathematician's and physicist's notations of spherical coordinates seem to be opposite of each other. :rolleyes:
 
Exactly what coordinate system are you using on the surface of the sphere?


A standard choice (I would have thought) would be spherical coordinates, with [itex]\theta[/itex] as "longitudinal" angle, [itex]\phi[/itex] as "co-latitude" angle (measured from the positive z-axis), with [itex]\rho[/itex] set equal to 1. Using those I get
[tex]\left( \begin{array}{cc}sin^2(\phi) & 0 & 0 & 1\end{array} \right)[/tex]
similar to what Wikpedia gives but with [itex]\theta[/itex] as latitude and reversing the order of the components.

I can't see how you could possibly get [itex]cos(\theta)[/itex] without a square. If, as yenchin said, you use "latitude" instead of "co-latitude", you would get [itex]cos^2(\theta)[/itex]. Is it possible that your text has
[tex]\left(\begin{array}{cc}cos^2(\theta) & 0 \\0 & 1 \end{array}\right)[/tex]
instead of just the "cos" you give? In that case, the only difference between that and what you give is choice of order of components. The only difference between Wikpedia's result and yours is choice of "co-latitude" rather than "latitude
 
I see now how g_11 and g_22 would be inverted depending on how you order the coordinates, i.e.

[tex]g_{11}(\theta,\phi) = g_{22}(\phi, \theta)[/tex]

I used the same meaning of polar angles as the author of my book, i.e. theta as the "latitude" angle (measured from the projection of [itex]\vec{r}[/itex] on the Oxy plane) and and phi as the "longitudinal" angle (measured from the positive x-axis to the projection of [itex]\vec{r}[/itex] on the Oxy plane)

P.S. in my OP, the second matrix has cos² as its first term and not cos. Very sorry.