Evaluate
Read the nesting order off the limits. The bounds are already stacked correctly for : the innermost limits ( to ) may involve and , the middle ones ( to ) may involve , and the outer ones must be constants. No reordering is needed.
Integrate in z. Here is a constant:
Integrate in y from x² to 1. Now is the constant:
Note , not — exponents multiply when a power is raised to a power.
Look at the parity of the remaining integrand before integrating.
Both and are odd functions, so the whole integrand is odd: .
Use the symmetry of the interval. The outer interval is symmetric about , and the integral of any odd function over such an interval is zero:
The geometric reason is visible in the setup: the solid region is symmetric under (the bounds and are unchanged), while the integrand flips sign, so contributions cancel in pairs.
Verify. Direct evaluation term by term gives and . Numerical triple quadrature returns , 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.
Need to solve a different problem like this? Open the solver →