Polar coordinates from rectangle

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 · 3K views
Steel_City82
Messages
14
Reaction score
0
Heres where I am struggling, I can't seem to change equations from rectangular to polar and vice versa

an example

x^2+y^2-2ax=0

heres what I got when I tried
r=2a cos theta
and that's a graph of a rose curve, I think, I am about 10% sure on that answer

heres an example of one I have no clue on

(x^2+y^2)(arctan(y/x))^2=a^2

heres what I am thinkin on this one

the x^2+y^2 can = r^2 and the arctan (y/x) can = theta
so you would have (r^2)(theta^2)=a^2

I don't know, I just can't get this
 
Physics news on Phys.org
x^2+y^2-2ax=0
Okay, obviously [itex]x^2+ y^2= r^2[/itex] and [itex]2ax= 2ar cos(\theta)[/itex] so the is [itex]r^2- 2ar cos(\theta)= 0[/itex] which you can write as [itex]r^2= 2ar cos(\theta)[/itex] and, as long as r is not 0, divide by r to get [itex]r= 2a cos(\theta)[/itex] as you have.

(x^2+y^2)(arctan(y/x))^2=a^2
Again [itex]r^2= x^2+ y^2[/itex] and, essentially by definition, [itex]arctan(y/x)= \theta[/itex] so this is simply [itex]r<sup>2</sup>\theta^2= a^2[/itex] as you have.
Assuming everything is positive, you can reduce that to [itex]r\theta= a[/itex].