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.

f(x,y,z)=ex+y+zf(x,y,z) = e^{x+y+z}
010101ex+y+zdzdydx=(e1)3\int_0^1 \int_0^1 \int_0^1 e^{x+y+z} \,dz\,dy\,dx = (e - 1)^3

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.

ex+y+z=exeyeze^{x+y+z} = e^x \, e^y \, e^z

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.

(01exdx)(01eydy)(01ezdz)=(e1)3\left(\int_0^1 e^x \,dx\right)\left(\int_0^1 e^y \,dy\right)\left(\int_0^1 e^z \,dz\right) = (e - 1)^3

Each factor is [et]01=e11.718282\left[e^t\right]_0^1 = e - 1 \approx 1.718282, and cubing that gives about 5.0732145.073214.

Doing it the long way, as a check

The iterated version reaches the same place. Integrating in zz first, ex+ye^{x+y} comes out as a constant.

01ex+y+zdz=ex+y[ez]01=(e1)ex+y\int_0^1 e^{x+y+z} \,dz = e^{x+y}\left[e^{z}\right]_0^1 = (e - 1)\,e^{x+y}

The constant (e1)(e - 1) now rides along through the yy integral and then the xx integral, each of which contributes another (e1)(e - 1).

(e1)0101ex+ydydx=(e1)(e1)(e1)(e-1)\int_0^1 \int_0^1 e^{x+y} \,dy\,dx = (e-1)\cdot(e-1)\cdot(e-1)

The mistake: writing e^3 - 1 instead

Students who spot that the exponent runs from 00 to 33 across the cube sometimes write e3119.086e^3 - 1 \approx 19.086. That is the answer to a single integral of eue^u from 00 to 33, not a triple integral, and it is nearly four times too big.

The difference is that u=x+y+zu = x + y + z 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 uu, which is a genuinely different and harder computation.

A quick bound settles it. On the unit cube ex+y+ze^{x+y+z} ranges from e0=1e^0 = 1 to e320.09e^3 \approx 20.09, and the volume is 11, so the integral must lie between 11 and 20.0920.09. 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 (e1)3=e33e2+3e15.073214(e-1)^3 = e^3 - 3e^2 + 3e - 1 \approx 5.073214, while e3119.086e^3 - 1 \approx 19.086. 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 11, so the average value equals the integral itself, about 5.0732145.073214. That sits well above the midpoint value e1.54.4817e^{1.5} \approx 4.4817, which is what convexity of the exponential predicts.