How do we find the area of the region inside $r = 6 \sin(\theta)$, but outside $r = 1$?
So, here's my work thus far:
First off, we know: $r^2 = x^2 + y^2$ and $\mathrm{sin}(\theta) = y/r$
Therefore,
$r = \sqrt{x^2+y^2}$ and $6\mathrm{\sin}(\theta) = \frac{6y}{r}$
The original equation turns into: $\sqrt{x^2 + y^2} = 6y/r$ ; or equivalently $x^2 + y^2 = 6y$
Completing the square turns this into $x^2 + (y-3)^2 = 9$, a circle centered at $(0,3)$ with a radius of $3$
The area of that circle is $9\pi$, so the answer is going to be $9\pi$ - something. I'm having a hard time figuring out the something.
The other circle is $x^2 + y^2 = 1$, a circle centered at the origin with a radius of $1$.
Well, I was thinking, let's find the points of intersection by setting the two equations equal to eachother. So set $x^2 + y^2 - 1 = x^2 + y^2 - 6y$ (because they both = 0).
So cancel out the $x^2$ and $y^2$, so we get $-1 = -6y$ or $y = 1/6$. Plug that back in and find the two x coordinates. Plugging it back into $x^2 + y^2 = 1$, so you get +/- the $\sqrt{35/36}$. So the two intersection points are $(-\sqrt{35/36} , 1/6)$ and $(\sqrt{35/36} , 1/6)$. So I'm thinking, alright, just integrate the following from $-\sqrt{35/36}$ to $\sqrt{35/36}$: $x^2 + y^2 - 1 - (x^2 + y^2 - 6y)dx.$ But I get the integral of $(6y - 1)dx$. I don't understand please help!
We show how to do the area calculation using polar coordinates. There is a potential minor complication. There are two different conventions about the meaning of a polar equation when $r<0$. Some say the curve is then not defined. Some say it is defined, but one must reflect across the origin. For our particular curve, the two conventions give the same region, so we don't need to worry. But for other curves, you may need to know what convention your course uses.
The curve $r=6\sin \theta$ and the circle $r=1$ meet where $\sin\theta=1/6$. Let $\theta_0=\arcsin(1/6)$. From $\theta=\theta_0$ to $\theta=\pi-\theta_0$, the curve $r=6\sin\theta$ is "outside" the circle $r=1$. By symmetry, we can just look at the part from $\theta=\theta_0$ to $\theta=\pi/2$, and double the resulting area.
The area from $\theta=\theta_0$ to $\theta=\pi/2$, bounded by our curve $r=6\sin\theta$, is $$\int_{\theta_0}^{\pi/2} (1/2)r^2 d\theta.$$ From this we must subtract the area inside the circle $r=1$, which is $$\int_{\theta_0}^{\pi/2} (1/2)\,1^2 \,d\theta.$$ Subtract, and multiply by $2$ to take care of the other half of the region. The desired area is therefore $$\int_{\theta_0}^{\pi/2} (36\sin^2\theta-1)\, d\theta.$$
Now integrate. Using the identity $\cos 2\theta=1-2\sin^2\theta$, we find that $36\sin^2\theta=18-18\cos 2\theta$. Thus our area is $$\int_{\theta_0}^{\pi/2} (17-18\cos 2\theta)\, d\theta.$$
The rest is routine. We will need $\sin 2\theta_0$. When you calculate this, you will bump into the $35$ that you already met in your rectangular coordinates analysis. The ultimate answer is not "nice," because $\arcsin(1/6)$ is not a pleasant number. Too bad that the polar curve was not $r=2\sin\theta\:$!
Comment: We can also obtain the result by switching to rectangular coordinates, as you did. The switching in this case was straightforward, and showed we were dealing with a circle. However, in many cases the rectangular coordinates version of a curve given in polar coordinates can be very unpleasant. It is therefore useful to learn to work directly in polar coordinates.
In situations where there is strong circular symmetry, polar coordinates come up very naturally. For example, the force of gravity exerted by the Earth on a small object is directed towards the center of the Earth. In studying motions of satellites, polar coordinates are the way to go.