Calculate $\iint_D \frac{\sqrt{x^2 + y^2}}{1+x^2+y^2} dx\,dy$

96 Views Asked by At

I am attempting to solve the integral: $$\iint_D \frac{\sqrt{x^2 + y^2}}{1+x^2+y^2} dx\,dy\,,$$ where $D$ is bounded by $1<x^2+y^2<9$ and within the sector bounded by lines $$-\frac{y\sqrt{2}}{2}++\frac{x\sqrt{2}}{2}=0$$ and $$\frac{y\sqrt{3}}{2}+\frac{x}{2}=0$$ The illustration of the sector is shown below:

enter image description here

I tried by first calculating the angles between which the sector is bounded and switching to polar coordinates. However that didn't seem to give me the correct answer. I'm not very used to working with polar coordinates so I might have missed something simple along the way. My calculations are shown below:

enter image description here

I'm grateful for any help, thanks in advance!

/Nick

1

There are 1 best solutions below

0
On BEST ANSWER

Your upper bound of $\theta=-\frac{\pi}{3}$ should instead be $\theta=-\frac{\pi}{6}$. Look how the red ray in the graph you provided makes an angle of $\theta=-30^\circ$ with the positive $x-$ axis. Therefore $$\iint_{D}\frac{\sqrt{x^2+y^2}}{1+x^2+y^2}dA=\int_{-3\pi/4}^{-\pi/6} \int_1^3\frac{r^2}{1+r^2}drd\theta=\frac{7\pi}{12}\Big[2-\arctan(3)+\frac{\pi}{4}\Big]$$