Relation between Vector Norms in Cylindrical and Cartesian Coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
LagrangeEuler
Messages
711
Reaction score
22
Relations between vectors in cylindrical and
Cartesian
coordinate systems are given by
[tex]\vec{e}_{\rho}=\cos \varphi \vec{e}_x+\sin \varphi \vec{e}_y[/tex]
[tex]\vec{e}_{\varphi}=-\sin \varphi \vec{e}_x+\cos \varphi \vec{e}_y[/tex]
[tex]\vec{e}_z=\vec{e}_z[/tex]
We can write this in form
[tex] \begin{bmatrix}<br /> \vec{e}_{\rho} \\[0.3em]<br /> \vec{e}_{\varphi} \\[0.3em]<br /> \vec{e}_z \\[0.3em]<br /> <br /> <br /> \end{bmatrix}<br /> =\begin{bmatrix}<br /> \cos \varphi & \sin \varphi & 0 \\[0.3em]<br /> -\sin \varphi & \cos \varphi & 0 \\[0.3em]<br /> 0 & 0 & 1 \\[0.3em]<br /> <br /> <br /> \end{bmatrix}<br /> \begin{bmatrix}<br /> \vec{e}_x \\[0.3em]<br /> \vec{e}_y \\[0.3em]<br /> \vec{e}_z \\[0.3em]<br /> <br /> <br /> \end{bmatrix}[/tex]
where matrix ##
\begin{bmatrix}
\cos \varphi & \sin \varphi & 0 \\[0.3em]
-\sin \varphi & \cos \varphi & 0 \\[0.3em]
0 & 0 & 1 \\[0.3em]


\end{bmatrix}## is orthogonal. Then means that norms of the vectors ##
\begin{bmatrix}
\vec{e}_x \\[0.3em]
\vec{e}_y \\[0.3em]
\vec{e}_z \\[0.3em]


\end{bmatrix}## and
##
\begin{bmatrix}
\vec{e}_{\rho} \\[0.3em]
\vec{e}_{\varphi} \\[0.3em]
\vec{e}_z \\[0.3em]


\end{bmatrix}## are the same. But how to define norm of vector
##\begin{bmatrix}
\vec{e}_{\rho} \\[0.3em]
\vec{e}_{\varphi} \\[0.3em]
\vec{e}_z \\[0.3em]


\end{bmatrix}##?
 
Physics news on Phys.org
LagrangeEuler said:
Relations between vectors in cylindrical and
Cartesian
coordinate systems are given by ...
What is it you are saying here ? Because what you describe is the cartesian coordinates after a rotation over an angle ##\phi## around the z-axis. A vector ##(a,b,c)## in cartesian coordiates is not identical to a vector ##(\rho, \phi, z)## in cylindrical coordinates with ##\rho = a\cos\phi+b\sin\phi\,,\ \ ## etc
 
LagrangeEuler said:
But how to define norm of vector
Generally: norm squared of ##\,\vec v\ \ ## is ##\ \ \vec v\cdot\vec v## .
Since the angle between a vector and itself is zero, this is pretty easy:
In cylindrical coordinates ##\sqrt{\rho^2+z^2\ }\ ## and for spherical coordinates simply ##r##.

For the inner product in general you need the angle between the two vectors. Probably easiest to first convert to cartesian coordinates and work it out for the various coordinate systems.