Polar to Rectangular conversions

  • Thread starter Thread starter Eng67
  • Start date Start date
  • Tags Tags
    Polar Rectangular
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 23K views
Eng67
Messages
21
Reaction score
0
I am at a standstill with the solution to this problem.

I need to convert r^2=2cos(2 theta) to rectangular form.

I know that x = rcos(theta) and y = rsin(theta)

so far I have r = (2cos(2theta))/r

then I substitute for r

sqrt(x^2+y^2)= (2cos(2theta))/sqrt(x^2+y^2)

Then I hit a brick wall.

please help me knock down this wall.

Thanks
 
Physics news on Phys.org
So I then would have

sqrt(x^2+y^2)= (2cos(2arctan y/x))/sqrt(x^2+y^2)

I am still stuck.
 
Eng67 said:
I am at a standstill with the solution to this problem.

I need to convert r^2=2cos(2 theta) to rectangular form.

I know that x = rcos(theta) and y = rsin(theta)

so far I have r = (2cos(2theta))/r

then I substitute for r

sqrt(x^2+y^2)= (2cos(2theta))/sqrt(x^2+y^2)

Then I hit a brick wall.

please help me knock down this wall.

Thanks

Back up a little! You have [itex]r^2= 2 cos(2\theta)[/itex] so first note that [itex]cos(2\theta)= cos^2(\theta)- sin^2(\theta)[/itex] so that
[itex]r^2= 2(cos^2(\theta)- sin^2(\theta))[/itex]
Now multiply on both sides by r2 to get
[itex](r^2)^2= 2(r^2cos^2(\theta)- r^2sin^2(\theta))[/itex]
I'll bet you can convert that to rectangular coordinates!
 
Thanks!

This is now so simple.