Changing rectangular coordinates to polar 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
6 replies · 37K views
rclakmal
Messages
76
Reaction score
0

Homework Statement



Hey i know that we can change it by using
r^2=X^2+y^2
and
tan(theta)=y/x;

but finding some problems in converting the area surrounded by
X=0; Y=0; x+y=1; x+y=2 to polar coordinates .

yr of course you can convert X=0 to theta=pi/2 and Y=0 to theta=0;


But i don't how to convert other 2 boundaries to polar coordinates.Can anyone help me
 
on Phys.org
You can convert rectangular coordinates to polar form, and vice versa. Here is a summary of the conversion formulas going both ways.

Convert rectangular to polar

[tex] r = \pm \sqrt{x^2 + y^2}[/tex]
[tex]\theta = tan^{-1} (y/x)[/tex]

Convert polar to rectangular
[tex]x = r cos(\theta)[/tex]
[tex]y = r sin(\theta)[/tex]
 
yr of course i know those two equations !and i have been successful in converting two boundaries of the region .But my problem is how to convert X+Y=1 and X+Y=2 to polar coordinates.
I hope u guys got my question !
 
ah ok i got it now thanks !