Orthogonality of a curvilinear coordinate system

Click For Summary

Homework Help Overview

The discussion revolves around demonstrating the orthogonality of the uvw-coordinate system derived from spherical coordinates (r, θ, φ). The original poster presents the relationships between the coordinates and attempts to show that the scalar products of the tangent vectors are zero, indicating orthogonality.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the need to express the position vector in spherical coordinates and explore the implications of transforming to Cartesian coordinates. There is mention of using the chain rule and the metric tensor to simplify the problem. Some participants question the correctness of the expressions for θ and the approach to computing the tangent vectors.

Discussion Status

The conversation is active, with participants providing suggestions and questioning assumptions. There is a recognition of potential errors in the original expressions and a collaborative effort to clarify the relationships between the coordinates. Some participants indicate that they have learned from the discussion, suggesting a productive exchange of ideas.

Contextual Notes

Participants note the potential confusion arising from different conventions in spherical coordinates, specifically regarding the definitions of θ and φ. There is also mention of the complexity involved in transforming the metric tensor and the challenges of avoiding extensive computations.

S. Moger
Messages
52
Reaction score
2

Homework Statement



Show that the uvw-system is orthogonal.

r, \theta, \varphi are spherical coordinates.

$$u=r(1-\cos\theta)$$
$$v=r(1+\cos\theta)$$
$$w=\varphi$$

The Attempt at a Solution



So basically I want to show that the scalar products between \frac{\partial \vec{r}}{\partial u} \frac{\partial \vec{r}}{\partial v} \frac{\partial \vec{r}}{\partial w} amount to zero.

Which means that I can't avoid finding \vec{r}. However, as transforming all the way to cartesian coordinates seems to be a minor nightmare I hope to show that uvw is orthogonal in spherical space, which (?? got no proof) implies it's orthogonal also in cartesian space.

I call the position vector in spherical space \vec{q}, so I want to show that these ones are orthogonal \frac{\partial \vec{q}}{\partial u} \frac{\partial \vec{q}}{\partial v} \frac{\partial \vec{q}}{\partial w}

Which means I need uvw in q=q(r, \theta, \varphi).

I find that (by adding or subtracting the expressions for u and v given in the problem statement)

$$r=\frac{u+v}{2}$$
$$\theta=arccos(\frac{u-v}{2})$$
$$\varphi = w$$

Proceeding by determining the tangent vectors I get

$$\frac{\partial \vec{q}}{\partial u} = \frac{1}{2} ( 1 \hat{r} - (1-(\frac{u-v}{2})^2)^{-1/2} \hat{\theta})$$
$$\frac{\partial \vec{q}}{\partial v} = \frac{1}{2} ( 1 \hat{r} + (1-(\frac{u-v}{2})^2)^{-1/2} \hat{\theta})$$
$$\frac{\partial \vec{q}}{\partial w} = 1 \hat{\varphi}$$

The last vector is clearly orthogonal to the other ones, but the first two aren't orthogonal as far as I can tell, which means there's something I'm missing. Maybe I got the idea wrong, but at the moment I can't put my finger on it.

Any thoughts?
 
Last edited:
Physics news on Phys.org
S. Moger said:
Which means that I can't avoid finding r⃗ \vec{r}. However, as transforming all the way to cartesian coordinates seems to be a minor nightmare I hope to show that uvw is orthogonal in spherical space, which (?? got no proof) implies it's orthogonal also in cartesian space.


Yes, you can easily avoid finding ##\vec r##. Have you tried using the chain rule and what you already know about spherical coordinates?
 
I'll think about what you said, but I'm under the impression that I use the chain rule above. There must be something wrong with my reasoning there, and that's what bothers me.

Doing a \frac{\partial \vec{r}}{\partial u} = \frac{\partial \vec{r}}{\partial x} \frac{\partial x}{\partial u } + \frac{\partial \vec{r}}{\partial y} \frac{\partial y}{\partial u } + \frac{\partial \vec{r}}{\partial z} \frac{\partial z}{\partial u } (for each) is doable but seems messy, perhaps even if I expand \frac{\partial x}{\partial u} = \frac{\partial x}{\partial r} \frac{\partial r}{\partial u} + ... or is that the idea?
 
S. Moger said:
I'll think about what you said, but I'm under the impression that I use the chain rule above. There must be something wrong with my reasoning there, and that's what bothers me.

Doing a \frac{\partial \vec{r}}{\partial u} = \frac{\partial \vec{r}}{\partial x} \frac{\partial x}{\partial u } + \frac{\partial \vec{r}}{\partial y} \frac{\partial y}{\partial u } + \frac{\partial \vec{r}}{\partial z} \frac{\partial z}{\partial u } (for each) is doable but seems messy, perhaps even if I expand \frac{\partial x}{\partial u} = \frac{\partial x}{\partial r} \frac{\partial r}{\partial u} + ... or is that the idea?
That would be the general idea yes. The easiest way would be if you are familiar with how to express the metric in different coordinate systems and how to transform it between coordinate systems. In that case you only need to look at the metric transformation to the new coordinate system.
 
S. Moger said:

Homework Statement



Show that the uvw-system is orthogonal.

r, \theta, \varphi are spherical coordinates.

$$u=r(1-\cos\theta)$$
$$v=r(1+\cos\theta)$$
$$w=\varphi$$

The Attempt at a Solution



So basically I want to show that the scalar products between \frac{\partial \vec{r}}{\partial u} \frac{\partial \vec{r}}{\partial v} \frac{\partial \vec{r}}{\partial w} amount to zero.

Which means that I can't avoid finding \vec{r}. However, as transforming all the way to cartesian coordinates seems to be a minor nightmare I hope to show that uvw is orthogonal in spherical space, which (?? got no proof) implies it's orthogonal also in cartesian space.

I call the position vector in spherical space \vec{q}, so I want to show that these ones are orthogonal \frac{\partial \vec{q}}{\partial u} \frac{\partial \vec{q}}{\partial v} \frac{\partial \vec{q}}{\partial w}

Which means I need uvw in q=q(r, \theta, \varphi).

I find that (by adding or subtracting the expressions for u and v given in the problem statement)

$$r=\frac{u+v}{2}$$
$$\theta=arccos(\frac{u-v}{2})$$
$$\varphi = w$$

Proceeding by determining the tangent vectors I get

$$\frac{\partial \vec{q}}{\partial u} = \frac{1}{2} ( 1 \hat{r} - (1-(\frac{u-v}{2})^2)^{-1/2} \hat{\theta})$$
$$\frac{\partial \vec{q}}{\partial v} = \frac{1}{2} ( 1 \hat{r} + (1-(\frac{u-v}{2})^2)^{-1/2} \hat{\theta})$$
$$\frac{\partial \vec{q}}{\partial w} = 1 \hat{\varphi}$$

The last vector is clearly orthogonal to the other ones, but the first two aren't orthogonal as far as I can tell, which means there's something I'm missing. Maybe I got the idea wrong, but at the moment I can't put my finger on it.

Any thoughts?

Since there are two conventions about spherical coordinates, which one are you using? Is ##\theta## the latitude (measured down from the north pole) and ##\varphi## the longitude (common in physics), or is ##\theta## the longitude and ##\varphi## the latitude down from N. pole (quite common in mathematics)? See, eg., https://en.wikipedia.org/wiki/Spherical_coordinate_system .
 
Yes, it can be confusing, here theta is meant to be the latitude as measured from the +z axis while phi denotes the longitude.

Expressing xyz in uvw is no problem. I tried the suggested chain rule approach but can't seem to avoid ending up with pages of computations. If there is an easier way I can't see it falling out mathematically from the above momentarily. My initial attempt in the first post is an attempt to avoid this, but seems flawed - for a reason I can't detect. Finding what's wrong there would lift a lot of my confusion around this problem.
 
S. Moger said:
If there is an easier way I can't see it falling out mathematically from the above momentarily.
Did you try transforming the metric tensor?
 
  • Like
Likes   Reactions: S. Moger
I'm not accustomed to the tensor method, it's described in full in a later chapter (however, using scale factors and sums should be equivalent at this stage anyway) but I tried the followingg_{uv}^{'} = g_{r r} \frac{\partial r}{\partial u} \frac{\partial r}{\partial v} + g_{\theta \theta} \frac{\partial \theta}{\partial u} \frac{\partial \theta}{\partial v} + g_{\varphi \varphi} \frac{\partial \varphi}{\partial u} \frac{\partial \varphi}{\partial v} \stackrel{?}{=} 0

As the spherical coordinate system is orthogonal g_{ij}=0 when i \neq j.

This computation is somewhat easier, but does not return the wanted result. The last g-term vanishes, but the other two don't form a zero (using g_{\theta \theta} = r^2 ).

Edit: Nevermind, I think I see the error now. The expression for theta is wrong. That's what you get for not drinking coffee for a week.

It should be
$$ \theta = arccos( \frac{v-u}{u+v} )$$
 
Last edited:
I just noticed your expression for ##\theta## in terms of u and v is not correct. Subtracting the expressions for u and v gives ##2r\cos\theta = u -v##, not ##2\cos\theta = u-v##...
 
  • #10
Now it all works out nicely. Thanks for your replies, they helped and I learned something.

The theta was the first mistake I made, it's more of a "book-keeping" issue, while the most important error seems to have been to not include the metric. I must be doing some illegal operation when computing the scalar product of the tangent vectors there (or when I compute the tangent vectors themselves), because the scale factors don't seem to appear by (mindlessly) just doing the maths. I'll have to review that.
 
  • #11
I finally had the opportunity to revisit this problem, thinking about if orthogonality expressed in spherical coordinates implies orthogonality in cartesian such. It seemed intuitive, but it doesn't seem to be the case judging from the problem above?

\vec{o_i} \cdot \vec{o_j} = \frac{1}{k_i} \frac{1}{k_j} \frac{\partial \vec{q}}{\partial u_i} \frac{\partial \vec{q}}{\partial u_j} = 0 \stackrel{?}{\implies} \vec{e_i} \cdot \vec{e_j} = \frac{1}{h_i} \frac{1}{h_j} \frac{\partial \vec{r}}{\partial u_i} \frac{\partial \vec{r}}{\partial u_j} = 0

or

\vec{o_i} \cdot \vec{o_j} = \frac{\partial \vec{q}}{\partial u_i} \frac{\partial \vec{q}}{\partial u_j} = 0<br /> \stackrel{?}{\implies} \vec{e_i} \cdot \vec{e_j} = \frac{\partial \vec{r}}{\partial u_i} \frac{\partial \vec{r}}{\partial u_j} = 0

where \vec{o_i} is a base vector expressed in spherical coordinates.
 
  • #12
I also calculated the scale factors and nabla expressed in u,v,w , which was pretty straightforward. However, determining the position vector turned out to be a mess, but it could be that I use my naive book-keeping approach to compute it.

I start off by expressing the position vector in cartesian coordinates, then I compute the position vector in spherical coordinates by inverting the transformation matrix using gaussian elimination and arrive at \vec{r} = r \hat{r}. From that point I use the nabla computed earlier and apply it like this to get \hat{r} = \frac{\nabla r}{\mid \nabla r \mid} in u, v and w, which gives me the right answer combined with the expression for the spherical position vector.

However, is there an easier way? Doing the gaussian elimination is a major time sink.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
33
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
2
Views
2K