Express given equation in polar coordinates

hank

Junior Member
Joined
Sep 13, 2006
Messages
209
x^2 + y^2 + 6y = 0

The answer is r = -6sin(theta)

Ok, here's what I am trying to do:

x^2 + y^2 = -6y

Then I reasoned that y = rsin(theta)

x^2 + y^2 = -6(rsin(theta))

That gets me in the ballpark, but I need to know how to justify r being one so I can get the right answer.

Am I even going about this the right way?

Originally I thought about completing the square, but that left me with r = 3 which was wrong as well.

Please help.
 
Try this:

. . . . .x<sup>2</sup> + y<sup>2</sup> + 6y = 0

. . . . .x<sup>2</sup> + y<sup>2</sup> + 6y + 9 = 9

. . . . .x<sup>2</sup> + (y + 3)<sup>2</sup> = 3<sup>2</sup>

...so you know that this is a circle of radius r = 3 and center (h, k) = (0, -3). (Why did you think this was wrong?)

You know that x = r cos(@), y = r sin(@), and r<sup>2</sup> = x<sup>2</sup> + y<sup>2</sup>, so:

. . . . .x<sup>2</sup> + y<sup>2</sup> + 6y = 0

. . . . .r<sup>2</sup> + 6y = 0

. . . . .r<sup>2</sup> = -6y

. . . . .r<sup>2</sup> = -6r sin(@)

Since you know that r isn't zero, you know you can divide through.

Eliz.
 
Ahh...ok.

I didn't realize that I needed both parts to solve the problem.

It makes sense now, tyvm.
 
Top