double integral over a circular region in polar coordinates

1k Views Asked by At

I have a function $f(x,y) = x$, and I want to find the double integral over the circular region $(x-2)^2 + y^2 =1 $ using polar coordinates.

Converting the region to polar, we get

$r^2 -4cos\theta r + 3 = 0$

Solving for $r$ gives me the limits for $r$ in the integral:

$r = 2 cos\theta + \sqrt{4cos^2\theta -3}$

$r = 2 cos\theta - \sqrt{4cos^2\theta -3}$

My question is how do I find the limits for $\theta$?

1

There are 1 best solutions below

1
On BEST ANSWER

hint: Let $x-2 = u, y = v \to \left|\dfrac{\partial(x,y)}{\partial(u,v)}\right|=1\to \displaystyle \int\int_{A} f(x,y)dxdy=\displaystyle \int\int_{B} 1\cdot f(x(u,v),y(u,v))dudv=\displaystyle \int\int_{B} (2+u)dudv=\displaystyle \int_{0}^{2\pi} \int_{0}^1 r(2+r\cos \theta)drd\theta$, whereas $A = \{(x,y): (x-2)^2+y^2 \le 1\}$, and $B = \{(u,v): u^2+v^2\le1\}$