Evaluate $$\iint_A xy\,dx\,dy$$ where $A$ is bounded by $x^2+y^2-2x=0$, $y^2=2x$ and $y=x$.
After I sketched the curves, I found these points,
So by Integrating the above $xy$ by $dy\,dx$ I will get the area enclosed by those curves, right? there are 3 points and I'm confused how should I solve this problem.
if I consider the limits upper $(2,2)$ and lower limits $(0,0)$ is that correct?
Please help me by pointing me to the right direction
If you have not yet learned how to transform the coordinate system in double integration...
The region bound by the line the circle and the parabola can be broken into two.
$\displaystyle \int_0^1 \int_{\frac 12y^2}^{\sqrt{1 -y^2}+1} xy\ dx\ dy + \int_1^2 \int_{\frac 12 y^2}^y xy\ dx\ dy$
Alternatively:
$\displaystyle \int_0^1 \int_{\sqrt{2x -x^2}}^{\sqrt {2x}} xy\ dy\ dx + \int_1^2 \int_{x}^{\sqrt {2x}} xy\ dy\ dx$
and in polar coordinates
$\displaystyle \int_{\frac \pi4}^\frac\pi2 \int_{2\cos\theta}^{2\csc\theta\cot\theta} r\sin\theta\cos\theta \ dr\ d\theta$