I'm homelearning double integrals and currently trying to learn how to calculate the area using double integrals.
I'm trying to solve the following problem:
We have a area bounded by 4 curves: $y=\frac{1}{x}, y^2=x, y=2, x=0$. Calculate it's area.
Could you please help me determine which integrals to calculate? I know how to do it with single variable integrals, but I'm not sure how to define the integrals in multivariable calculus.
Thanks
The area that you are interested in is the area bounded by the $4$ thick lines from the next picture:
There are points $(x,y)$ in that region with $y$ taking any value from $0$ to $2$. For every such $y$, the values that $x$ can take go from $0$ to:
So, compute$$\int_0^1\int_0^{\sqrt x}1\,\mathrm dx\,\mathrm dy+\int_1^2\int_0^{1/x}1\,\mathrm dx\,\mathrm dy.$$