Conversion from Polar to Cartesian (ellipse)

nitroracer
Messages
4
Reaction score
0

Homework Statement


Convert the conic section to standard form. r=\frac{1}{8-4*sin(\theta}

Homework Equations


x=rcos(\theta)
y=rsinx(\theta)

The Attempt at a Solution



r=\frac{1}{8-4*sin(\theta}

r^2=\frac{1}{64-64*sin(\theta)+16sin^2(\theta)}

r^2= x^2 + y^2

I can see the y=r*sin(\theta) but not the x!
 
Physics news on Phys.org
so what does r= according to the definitions and what does sin(theta)= according to the definitions? What can you do with that knowledge?
 
Last edited:
I would multiply both sides by (8-4sin(theta)) and then you can replace rsin(theta) with y. And then you can use your identity r^2 = x^2 + y^2.
 
Antineutron said:
so what does r= according to the definitions and what does sin(theta)= according to the definitions? What can you do with that knowledge?

I came up with r= \sqrt{x^2 + y^2} and sin(\theta)=y/r

\sqrt{x^2 + y^2} = \frac{1}{8-4sin(\theta)}

\sqrt{x^2 + y^2} = \frac{1}{8-(\frac{4y}{r})}

x^2 + y^2 = 64 - \frac{64y}{r} + \frac{16y^2}{r^2}

pretty sure I chose the wrong order of events there...



But when I tried the other suggestion I got pretty close to an answer:

I would multiply both sides by (8-4sin(theta)) and then you can replace rsin(theta) with y. And then you can use your identity r^2 = x^2 + y^2.

8r - 4rsin(\theta) = 1

8r - 4y = 1

8r = 1 + 4y

r = \frac{1+4y}{8}

r^2 = \frac{1+8y+16y^2}{64}

x^2 + y^2 = \frac{1+8y+16y^2}{64}

64x^2 + 64y^2 = 1+8y+16y^2

64x^2 + 48y^2 - 8y = 1

and this is where I get stuck because 48y^2 - 8y +/- ___
 
r= r/(8r-4y)

8r-4y=1
 
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