PDA

Click to See Complete Forum and Search --> : Rectangular to polar coordinates


boneill3
Sep 12th, 2008, 11:58 PM
Hi,
I was wondering if someone could please tell me if my first step is right for converting (x^2 + y^2)^2 + 2*(x^2 + y^2) - 4*x^2 to polar coordinates.

(r^2)^2 + 2r^2 - 4*(r cos^2(t))

Thanks Brendan

jemidiah
Sep 13th, 2008, 03:48 AM
The last r should be squared as well: (r^2)^2 + 2r^2 - 4*(r^2 cos^2(t))

boneill3
Sep 13th, 2008, 07:12 PM
Thanks Jemidiah