Calculus · real student question

Evaluate the double integral of x^2 - 8y over the region D = {-2 <= x <= -1, 0 <= y <= 1}.

Question

Find the double integral of the function z=x28yz=x^2-8y over the region

D={(x,y)2x1, 0y1}.D=\{(x,y)\mid -2\le x\le -1,\ 0\le y\le 1\}.

Step-by-step solution

  1. Recognise a rectangle with separable terms. Over a rectangle with constant limits, an integral of a sum splits into a sum of integrals, and each term here is a function of a single variable, so each becomes a product of one-dimensional integrals.

  2. Split the integrand. D(x28y)dA=Dx2dA8DydA\iint_D\left(x^2-8y\right)dA=\iint_D x^2\,dA-8\iint_D y\,dA. Handling the two pieces separately avoids carrying both variables through one antiderivative.

  3. Evaluate the x^2 piece. 21x2dx=[x33]21=1383=73\int_{-2}^{-1}x^2\,dx=\left[\frac{x^3}{3}\right]_{-2}^{-1}=\frac{-1}{3}-\frac{-8}{3}=\frac73, and 01dy=1\int_0^1 dy=1, so this piece contributes 73\frac73. Note x2x^2 stays positive even though xx is negative.

  4. Evaluate the -8y piece. 21dx=1\int_{-2}^{-1}dx=1 and 01ydy=12\int_0^1 y\,dy=\frac12, so this piece contributes 8112=4-8\cdot 1\cdot\frac12=-4.

  5. Combine. 734=7123=531.6667\frac73-4=\frac{7-12}{3}=-\frac53\approx -1.6667. The negative sign is expected: the 8y-8y term outweighs x2x^2, which never exceeds 44 on this rectangle while 8y8y reaches 88.

  6. Numerical check. Adaptive quadrature over the same rectangle returns 1.6666667-1.6666667, matching 53-\frac53.

Answer

53-\frac{5}{3}

Need to solve a different problem like this? Open the solver →