Multivariable calculus
Triple Integral of e^(x+y+z) over the Unit Cube
The triple integral of e raised to the power x plus y plus z, over the unit cube with each variable from 0 to 1, equals the cube of e minus 1, which is about 5.073214. That exponential factors into one exponential per variable, so the answer is the cube of a single integral worth e minus 1.
Numerically 5.073214, confirmed by quadrature on every build.
A sum in the exponent is a product of exponentials
The integrand looks tangled because all three variables sit in one exponent, but the exponent law untangles it before any calculus happens.
Now it is a product of one function per variable over a box, so the triple integral is a product of three single integrals, and all three are the same.
Each factor is , and cubing that gives about .
Doing it the long way, as a check
The iterated version reaches the same place. Integrating in first, comes out as a constant.
The constant now rides along through the integral and then the integral, each of which contributes another .
The mistake: writing e^3 - 1 instead
Students who spot that the exponent runs from to across the cube sometimes write . That is the answer to a single integral of from to , not a triple integral, and it is nearly four times too big.
The difference is that is not a change of variable you can make for free. Substituting it would require the correct Jacobian and new limits describing how much of the cube sits at each value of , which is a genuinely different and harder computation.
A quick bound settles it. On the unit cube ranges from to , and the volume is , so the integral must lie between and . Both candidates pass that test, so use the factoring argument rather than the size check to decide.
Frequently asked questions
Is (e - 1)^3 the same as e^3 - 1?
No. Expanding gives , while . The cube of a difference keeps the cross terms, and those cross terms are most of the gap.
What is the average value of e^(x+y+z) on the cube?
The cube has volume , so the average value equals the integral itself, about . That sits well above the midpoint value , which is what convexity of the exponential predicts.