Polar to Rectangular conversions

  • Thread starter Thread starter Eng67
  • Start date Start date
  • Tags Tags
    Polar Rectangular
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
Replace r² by x²+y² and theta = arctan(y/x).
 
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 r^2= 2 cos(2\theta) so first note that cos(2\theta)= cos^2(\theta)- sin^2(\theta) so that
r^2= 2(cos^2(\theta)- sin^2(\theta))
Now multiply on both sides by r2 to get
(r^2)^2= 2(r^2cos^2(\theta)- r^2sin^2(\theta))
I'll bet you can convert that to rectangular coordinates!
 
Thanks!

This is now so simple.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top