chipotleaway
- 174
- 0
I'm trying to find the azimuthal angle unit vector \vec{\phi} in the cartesian basis by taking the cross product of the radial and \vec{z} unit vectors.
\vec{z} \times \vec{r} = <0, 0, 1> \times <sin(\theta)cos(\phi), sin(\theta)sin(\phi), cos(\theta)> = <-sin(\theta)sin(\phi), sin(\theta)cos(\phi), 0)>
But the sin(\theta) shouldn't be there so we would have to multiply the cross product by 1/sin(\theta) to get the correct unit vector. But why do we need to do this if the magnitude is already one?
Also, how would you do this using trigonometry?
Thanks
\vec{z} \times \vec{r} = <0, 0, 1> \times <sin(\theta)cos(\phi), sin(\theta)sin(\phi), cos(\theta)> = <-sin(\theta)sin(\phi), sin(\theta)cos(\phi), 0)>
But the sin(\theta) shouldn't be there so we would have to multiply the cross product by 1/sin(\theta) to get the correct unit vector. But why do we need to do this if the magnitude is already one?
Also, how would you do this using trigonometry?
Thanks