- #1
roam
- 1,271
- 12
Homework Statement
I am trying to convert the following vector at (1, 1, 0) to cylindrical polar coordinates, and show that in both forms it has the same direction and magnitude:
##4xy\hat{x}+2x^2\hat{y}+3z^2\hat{z}##
Homework Equations
##\rho^2=x^2+y^2##
##tan \phi = \frac{y}{x}##
##z=z##
The Attempt at a Solution
[/B]
So for the Cartesian we have:
##|V|=\sqrt{(4(1)(1))^2+(2(1)(1))^2+(3(0))^2} = \sqrt{20}##
But how can we find the direction? I know how to find the direction angle using trigonometry in the 2D case, but how does one do this in the 3D situation?
Now to convert to cylindrical I am using the above relationships we get:
At that point we have x=4(1)(1)=4, y=2(1)=2, and z=3(0)=0. So
##\rho=\sqrt{20}##
##z=0##
##\phi= tan^{-1} (1/2)## (##\phi## being the azimuth angle)
Do we use degrees here?
Now how do we find the magnitude in this polar form? Unfortunately my lecture notes does not explain this.
Any explanation or link is greatly appreciated.