Convert polar equation r= 1/1+sin(theta) to rectangular equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Elissa89
Messages
52
Reaction score
0
The equation is:

r= 1/1+sin(theta)

I know the answer is supposed to be:

x^2+y^2=(1-y)^2

I can't figure out the steps to get to the answer.
 
Mathematics news on Phys.org
Elissa89 said:
The equation is:

r= 1/1+sin(theta)

I know the answer is supposed to be:

x^2+y^2=(1-y)^2

I can't figure out the steps to get to the answer.

$r = \dfrac{1}{1+\sin{\theta}}$

divide both sides by $r$ ...

$1 = \dfrac{1}{r+r\sin{\theta}} \implies r+r\sin{\theta} = 1$

$r + y = 1$

$r = 1 - y$

can you finish?
 
skeeter said:
$r = \dfrac{1}{1+\sin{\theta}}$

divide both sides by $r$ ...

$1 = \dfrac{1}{r+r\sin{\theta}} \implies r+r\sin{\theta} = 1$

$r + y = 1$

$r = 1 - y$

can you finish?

Yes Thanks