How can I convert unit vectors from cartesian to spherical polar coordinates?

  • Thread starter Thread starter Beer-monster
  • Start date Start date
  • Tags Tags
    Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Beer-monster
Messages
285
Reaction score
0
Does anyone know where I can find what the unit vector in the y-direction would be expressed in spherical polar co-ordinates (assuming that the polar axis is along z axis)?

I can find polar unit vectors expressed in cartesians and but not the other way round?

Anyone have a clue?
 
Physics news on Phys.org
I'm sure its on the internet somewhere. You can also do it yourself, here's how:

The change of basis from [tex]\hat{x},\, \hat{y},\, \hat{z}[/tex] to [tex]\hat{r},\, \hat{\theta},\, \hat{\phi}[/tex] is orthogonal. If you know the matrix that relates one to the other, you would normally invert that matrix to find the inverse relationship. Since the matrix in your case is orthogonal, the transpose is the inverse. So just look up what [tex]\hat{r},\, \hat{\theta},\, \hat{\phi}[/tex] are in terms of [tex]\hat{x},\, \hat{y},\, \hat{z}[/tex], and then invert the matrix and the second row tells you [tex]\hat{y}[/tex] in terms of [tex]\hat{r},\, \hat{\theta},\, \hat{\phi}[/tex].