We had double integrals over general regions and I was trying to do some practice exercises and seem to have trouble:
$\int \int_A (x^3 + 1)^{\frac{1}{2}}\ dA$ with A over $0 \le x \le 2$ bounded by x-axis and $y = x^2$.
$\int \int_B x^3y^2\ dA$ with B - triangle, vertices (0,0), (2,2), and (2,-2).
My attempt:
- $$\int_0^2 \int_0^{x^2}(x^3 + 1)^{\frac{1}{2}} \ dydx. $$ For the inside integral I got $(x^3 + 1)^{\frac{1}{2}}y \ |_0^{x^2} = (x^3 + 1)^{\frac{1}{2}} x^2$ with the outside one I'm having a problem.
2.$$\int_0^2 \int_{-x}^x x^3y^2 \ dydx$$ For the inside integral I got $ x^3 \frac{y^3}{3} |_{-x}^x= \frac{2x^6}{3}$ and for the outside and the final answer $ \frac{2}{3} \frac{x^7}{7}|_0^2 =\frac{256}{21}$
Would appreciate any help.