[Math] Area between two circles as a double integral in polar coordinates

multivariable-calculus

Find the area between the circles $x^{2} + y^{2} = 4$ and $x^{2} + y^{2} = 6x$ using polar coordinates.


I have found that the equation of the first circle, call it $C_1$, is $r=2$ on the other hand, for $C_2$, I get that its equation is $r = 6cos{\theta}$. Then, to find the bounds of integration, I have found that their angle of intersection should be $\theta = \arccos(1/3)$ and $\theta = -\arccos(1/3)$. Then, to set up the double integral:

$A= \displaystyle\int_{-\arccos(1/3)}^{\arccos(1/3)} \displaystyle\int_{6\cos{\theta}}^2 \mathrm{r}\,\mathrm{d}r\, \mathrm{d}{\theta}$

However, when evaluating this integral with the calculator, I get a negative value. What would be the problem in this case? Thanks in advance for your help.

Best Answer

You should have two separate integrals, since there is a change in the boundaries of integration, as measured from the origin. You can also apply symmetry about the $ \ x-$ axis and write

$$ A \ = \ 2 \ \left[ \int_0^{\arccos(1/3)} \int_0^{2} \ r dr \ d \theta \ + \ \int_{\arccos(1/3)}^{\pi / 2} \ \int_0^{6 \cos \theta} \ r dr \ d \theta \ \right] . $$

The "radial arm" extends to the $ \ r \ = \ 2 \ $ circle up to the angle $ \ \theta \ = \ \arccos(\frac{1}{3}) \ , $ but then "switches" to the other circle until $ \ \theta \ = \ \frac{\pi}{2} \ . $ Here is a graph of the situation:

enter image description here

The point is that for the region "between" these two circles, your "radius" out from the origin is not bounded anywhere by one circle as the "outer circle" and the other as the "inner circle"; you only change over from one circle to the second one.

EDIT: I looked at your problem statement again, and then my graph again, and realized that the statement is ambiguous. I interpreted this as "the area inside both $ \ r \ = \ 6 \cos \theta \ \ \text{and} \ \ r \ = \ 2 \ $ " [which I've filled with blue] . The integral you wrote could be applied to "the area inside $ \ r \ = \ 6 \cos \theta \ , $ but outside $ \ r \ = \ 2 \ $ " [which I've now filled in orange]. In that case, your approach is correct, except that $ \ r \ = \ 6 \cos \theta \ $ is the "outer curve" and $ \ r \ = \ 2 \ $ , the "inner curve", so you should have written

$$ A \ = \ \int_{-\arccos(1/3)}^{\arccos(1/3)} \displaystyle\int^{6\cos{\theta}}_2 \mathrm{r}\,\mathrm{d}r\, \mathrm{d}{\theta} \ \ . $$

Was this in fact the area you meant to cover? (Sorry if I misunderstood the intended problem.) You have the boundaries swapped in the integral, which certainly explains the negative result.