Converting A Polar Equation to Rectangular Form

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 19K views
themadhatter1
Messages
139
Reaction score
0

Homework Statement


Convert the polar equation to rectangular form.

r=2sin(3θ)


Homework Equations




The Attempt at a Solution



I can expand this out to

[tex]r=2(\sin\theta\cos2\theta+\cos\theta\sin2\theta)[/tex]

multiply both sides by r

[tex]r^2=2r(\sin\theta\cos2\theta+2r\cos\theta\sin2\theta)[/tex]

simplify


[tex]r^2=2y\cos2\theta+2x\sin2\theta)[/tex]

Then I could expand the 2θ and get

[tex]r^2=2y\cos^2\theta-2y\sin^2\theta+4x\sin\theta\cos\theta[/tex]

I'm not sure where to go from here.

Plugging it into [tex]x^2+y^2=r^2[/tex] from here doesn't seam to help.

The answer is supposed to be: [tex](x^2+y^2)^2=6x^2y-2y^3[/tex]
 
Physics news on Phys.org
themadhatter1 said:

The Attempt at a Solution



I can expand this out to

[tex]r=2(\sin\theta\cos2\theta+\cos\theta\sin2\theta)[/tex]
From here I would go ahead and distribute the 2, and then use the double-angle identities. For cosine, use the cos 2θ = cos2 θ - sin2 θ variant, like you did later on.

After simplifying (you'll be able to combine like terms along the way), multiply both sides by [tex]r^3[/tex] instead of [tex]r[/tex], so that each trig function on the right side can be "paired" with an r. You will eventually be able to get to the answer you posted.69
 
Use the expressions x=r cosθ, y=r sinθ.

ehild
 
eumyang said:
From here I would go ahead and distribute the 2, and then use the double-angle identities. For cosine, use the cos 2θ = cos2 θ - sin2 θ variant, like you did later on.

After simplifying (you'll be able to combine like terms along the way), multiply both sides by [tex]r^3[/tex] instead of [tex]r[/tex], so that each trig function on the right side can be "paired" with an r. You will eventually be able to get to the answer you posted.


69

Ahhh.. yes.

Thank you, that was a big help.

Cant believe I didn't see that before.