How Do You Convert Polar Coordinate Equations to Cartesian Form?

  • Thread starter Thread starter Saitama
  • Start date Start date
  • Tags Tags
    Curves Polar
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
4 replies · 2K views
Saitama
Messages
4,244
Reaction score
93

Homework Statement


For a curve in Cartesian form, show that
[tex]\tan \phi = \frac{xy'-y}{x+yy'}[/tex]


Homework Equations





The Attempt at a Solution


According to the book notation, ##\phi## is the angle between the radius vector and tangent at any point of the curve. I know that ##\tan \phi=rd\theta/dr## but how am I supposed to convert this to Cartesian form. I am currently studying polar curves by myself. I thought I can do simple stuff before studies begin so any help is appreciated. Thanks! :)
 
Physics news on Phys.org
ehild said:
Stay with Cartesian coordinates and express tan(theta) with them.

And how should I do that? :confused:

I tried it again and I get the answer now. In Cartesian coordinates, ##x=r\cos \theta##(i) and ##y=r\sin \theta##(ii).
Differentiating (i) w.r.t ##\theta##
[tex]\frac{dx}{d\theta}=\cos \theta \frac{dr}{d\theta}-r\sin\theta[/tex]
[tex]\frac{dx}{d\theta}=\frac{x}{r}\frac{dr}{d\theta}-y[/tex]
Let ##rd\theta/dr=k##
[tex]\Rightarrow \frac{dx}{d\theta}=\frac{x}{k}-y[/tex]
Similarly,
[tex]\frac{dy}{d\theta}=\frac{y}{k}+x[/tex]
Dividing the above two equations and solving for ##k##,
[tex]k=\frac{xy'-y}{x+yy'}[/tex]
And since ##k=\tan \phi##, hence proved.

Looks good?
 
Why to mix polar coordinates in? Φ is the angle between the radius vector r=xi+yj and the tangent vector 1i+y'j. Express cosΦ with their dot product and sinΦ with the cross product.

ehild
 
  • Like
Likes   Reactions: 1 person
ehild said:
Why to mix polar coordinates in? Φ is the angle between the radius vector r=xi+yj and the tangent vector 1i+y'j. Express cosΦ with their dot product and sinΦ with the cross product.

Thanks ehild! Your method gives the answer in a few steps. It is really a nice way to solve the problem contrary to mine which took more time. :smile: