Converting A Polar Equation to Rectangular Form

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
 
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.