Resolve the cartesian unit vectors into their cylindrical components

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 10K views
JasonPhysicist
Messages
13
Reaction score
0

Homework Statement


The problem is :''Resolve the cartesian unit vectors into their cylindrical components(using scale factors)




The Attempt at a Solution


It's simple to do the inverse(resolving cylindricl unit vectors into cartesian components),but I'm having some ''trouble'' with the above problem.
I know the answer is:

[tex]x=\rho\cos\varphi - \varphi\sin\varphi[/tex]
[tex]y=\varphi\sin\varphi + \varphi\cos\varphi[/tex]
[tex]z=z[/tex]


Could someone shed some light?Thank you.





[
 
Physics news on Phys.org
I think you're forgeting the vectors in the answer that you know. If you're converting the i,j,k (or x,y,z) unit vectors into their equivalent vectors in cylinderical coordinates, your answer will be in terms of 3 vectors, [tex]\vec{e_{r}},\vec{e_{\theta}},\vec{e_{z}}[/tex] (they might be presented differently in different texts though.)

The way to get to these base vectors is to look at the normals to the surfaces that are created when theta, r, and z are fixed constant. For example if you wish to find [tex]\vec{e_{r}}[/tex]
you need to find normals to the surfaces what are created when r is constant -- that is cylindrical shells. You can do this by observation, or by simply noting the fact that a cylinder is:
[tex]x^{2}+y^{2} = r^{2}[/tex]
and then simply finding a normal to it:
[tex]\vec{e_{r}} = cos(\theta)\vec{i}+sin(\theta)\vec{j}[/tex]
you can do this for all of the vectors, and then solve the system of 3 equations to find the 3 vectors you are looking for