Calculus · real student question

Evaluate the triple integral of xz over the region −1 ≤ x ≤ 1, x² ≤ y ≤ 1, 0 ≤ z ≤ y.

Question

Evaluate

11 ⁣ ⁣x21 ⁣ ⁣0yxzdzdydx\int_{-1}^{1} \!\! \int_{x^2}^{1} \!\! \int_{0}^{y} xz\,dz\,dy\,dx

Step-by-step solution

  1. Read the nesting order off the limits. The bounds are already stacked correctly for dzdydxdz\,dy\,dx: the innermost limits (00 to yy) may involve yy and xx, the middle ones (x2x^2 to 11) may involve xx, and the outer ones must be constants. No reordering is needed.

  2. Integrate in z. Here xx is a constant:

    0yxzdz=x[z22]0y=xy22\int_0^y xz\,dz = x\left[\frac{z^2}{2}\right]_0^y = \frac{xy^2}{2}

  3. Integrate in y from x² to 1. Now x/2x/2 is the constant:

    x21xy22dy=x2[y33]x21=x6(1x6)\int_{x^2}^{1} \frac{xy^2}{2}\,dy = \frac{x}{2}\left[\frac{y^3}{3}\right]_{x^2}^{1} = \frac{x}{6}\left(1 - x^6\right)

    Note (x2)3=x6(x^2)^3 = x^6, not x5x^5 — exponents multiply when a power is raised to a power.

  4. Look at the parity of the remaining integrand before integrating.

    x(1x6)6=xx76\frac{x(1 - x^6)}{6} = \frac{x - x^7}{6}

    Both xx and x7x^7 are odd functions, so the whole integrand is odd: f(x)=f(x)f(-x) = -f(x).

  5. Use the symmetry of the interval. The outer interval [1,1][-1, 1] is symmetric about 00, and the integral of any odd function over such an interval is zero:

    1611(xx7)dx=0\frac{1}{6}\int_{-1}^{1}(x - x^7)\,dx = 0

    The geometric reason is visible in the setup: the solid region is symmetric under xxx \mapsto -x (the bounds x2y1x^2 \le y \le 1 and 0zy0 \le z \le y are unchanged), while the integrand xzxz flips sign, so contributions cancel in pairs.

  6. Verify. Direct evaluation term by term gives 11xdx=0\int_{-1}^{1} x\,dx = 0 and 11x7dx=0\int_{-1}^{1} x^7\,dx = 0. Numerical triple quadrature returns 5×1020-5 \times 10^{-20}, i.e. zero to machine precision. Spotting the symmetry at the outer stage saves the whole computation — but only after you check that the region really is symmetric.

Answer

00

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