Converting Cartesian Coordinates to Cylindrical Coordinates

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
2 replies · 4K views
seang
Messages
184
Reaction score
0

Homework Statement



Say I have line, y = - 5 in cartesian coordinates. How do I express this in cylindrical coordinates?

Also, if I have a point (0,-5) in cartesian coordinates, how to I express this position vector in cylindrical coordinates?

Homework Equations



y = r sin (phi)

j = r(hat)cos (phi) - phi(hat) sin (phi)


The Attempt at a Solution



THe relations are right there but I've forgotten howto use them.
 
Physics news on Phys.org
do you remember how to turn say [tex](x,y)[/tex] into [tex](r,\theta)[/tex] in 2D? the idea there is similar...
 
Cylindrical coordinates? That's in 3d but you only mention 2 coordinates? Perhaps you mean polar coordinates- cylindrical coordinates but ignore the z component.

You mention [itex]y= r sin(\phi)[/itex] (I would have used [itex]\theta[/itex]). Do you also know that [itex]x= r cos(\phi)[/itex]? Solve those two equations for r and [itex]\phi[/itex] in terms of x and y. The first is easy! You can eliminate [itex]\phi[/itex] by squaring both equations and adding. The second is about as easy: eliminate r by dividing one equation by the other.