I'm stuck on this one. I've tried converting it to Cartesian coordinates but I couldn't. I know I could figure it out by testing a bunch of values for θ, but I'd like to know how to do it a better way. Thanks!
The problem:
Sketch the curve in polar coordinates.
r=6sinθ
Note, as fjardon mentioned, that we get $$ \begin {eqnarray*} x &=& 6 \sin \theta \cos \theta, \\ y &=& 6 \sin \theta \sin \theta. \end {eqnarray*} $$Now, rewrite $(x,y)$ as $ \left( 3 \sin 2\theta, 3 \cos 2\theta + 3 \right) $. Now, it is clearly that $$ \left( 3 \sin 2\theta \right)^2 + \left( 3 \cos 2\theta \right)^2 = 3^2, $$ from the Pythagorean identity. This reduces to $x^2+(y-3)^2=9$, which is a circle centered at $(x,y)=(3,0)$ and of radius $3$. $\Box$