Find $$\iint_D \frac{1}{(x^2+y^2)^2}dA$$ where $$D = \left\{ (x,y): x^2 + y^2 \leq 2 \right\} \cap \left\{ (x,y): x \geq 1 \right\}$$
Because of the prevalence of $x^2+y^2$ terms here, I figured we would be using a change of variables to polar coordinates with $dA = rdrd\theta$. However, I ran into trouble when finding the bounds of the integral. I know $r$ goes from $0$ to $\sqrt 2$, but I got stumped when considering $\theta$. Solving for $\theta$ using the substitution $x=r\cos\theta$ into $x\leq 1$, I got $\theta =\arccos(\frac{1}{r})$. This seems ok, but it resulted in an integral that is impossible to solve by hand (maybe not technically impossible, but clearly I did something wrong here).
I also don't think using Cartesian coordinates would be the right approach, since the polar coordinate substitution results in very nice cancelling and easy integration.