Multivariable calculus
Double Integral of x^3 y^2 Over [-1,2] by [0,2]
The double integral of x cubed times y squared over the rectangle x from -1 to 2 and y from 0 to 2 equals 10. The integrand factors: the integral of x cubed from -1 to 2 is 15/4, the integral of y squared from 0 to 2 is 8/3, and 15/4 times 8/3 is 10.
Numerically 10.000000, confirmed by quadrature on every build.
Factor, and watch the negative limit
The integrand is a product with one variable per factor and the limits are constants, so the double integral is a product of two single integrals. The only delicate step is the lower limit .
Note , not . The antiderivative carries the fourth power even though the integrand carries the third, and that change of parity is where sign errors get in.
The answer is a signed volume
On the strip where the integrand is negative, since while . That part of the rectangle subtracts from the total instead of adding to it.
The two pieces add to . If you wanted the volume between the surface and the plane with no cancellation, you would integrate instead and get .
The mistake: sign slips at the lower limit
means . Adding instead of subtracting gives and turns the answer into .
That is not a coincidence. Flipping the sign of the lower limit's contribution counts the negative strip as positive, which is exactly the unsigned volume from the previous section, so the wrong answer looks respectable.
- Evaluate the antiderivative at the top limit minus at the bottom limit, in that order, every time.
- An even power of a negative number is positive: .
- Since the integrand factors, confirm the two single integrals separately: and multiply to 10.
Frequently asked questions
Why is the answer positive when the integrand is negative on part of the rectangle?
Because the positive part dominates. The strip with contributes and the strip with contributes , so the signed total is 10.
What would the integral be over the rectangle from -2 to 2 in x?
Exactly 0. On a symmetric interval because is odd, and a factor of 0 wipes out the product no matter what the integral is.