- Aug 10, 2001
- 10,420
- 2
- 0
The unit vector k crossed with the position vector x in cartesian coordinates is (-y,x,0). In sperhical coordinates it's (0,0,?sin?). The unit vector k crossed with the positon vector x (which is (?,0,0) in spherical coordinates) points in the positive f-direction. That I understand. But why the ?sin? which is the distance from the z-axis to the position vector?
What I did was first find the vector in cartesian coordinates and then convert it to spherical coordinates using matrix multiplication. I got the correct answer, but it can get awfully tedious.
EDIT: Oh. nevermind. I get it. |k X x| = |k||x|*sin of the angle between them = 1*?*sin?.
And it points in the f-direction. I'm so stupid.
What I did was first find the vector in cartesian coordinates and then convert it to spherical coordinates using matrix multiplication. I got the correct answer, but it can get awfully tedious.
EDIT: Oh. nevermind. I get it. |k X x| = |k||x|*sin of the angle between them = 1*?*sin?.
And it points in the f-direction. I'm so stupid.