jonroberts74
- 189
- 0
Homework Statement
compute volume below z=x^2+y and above the rectangle R= [0,1]x[1,2]
The Attempt at a Solution
\int_{0}^{1}\int_{1}^{2} x^2+y dydx
\int_{0}^{1} [x^2y+\frac{y^2}{2}]\Bigg|_{1}^{2} dx
\int_{0}^{1} x^2+ \frac{3}{2}dx
\frac{x^3}{3} + \frac{3x}{2} \Bigg|_{0}^{1} = \frac{11}{6}
checking to make sure I understood the question correctly