Polar and cartesian coordinates

lmannoia
Messages
30
Reaction score
0

Homework Statement


Write the following polar equation in Cartesian coordinates:
r= 2/(3cos(theta)-9sin(theta))


Homework Equations


r = (x^2 + y^2) ^.5
x=rcos theta
y=rsin theta
sin^2(x)+cos^2(x) = 1


The Attempt at a Solution


I'm stuck on how to do this. Any push in the right direction would be appreciated greatly!
 
Physics news on Phys.org
Clear that fraction by multiplying both sides by 3cos(theta)- 9sin(theta) to get
r(3cos(theta)- 9sin(theta))= 3 (r cos(theta))- 9(r sin(theta))= 2.

Now it should be obvious.
 
Wow, I can't believe that I didn't see that. Thanks a lot!
 
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