Multivariable calculus

Partial Derivatives of e^(xyz)

For f(x,y,z) = e^(xyz), the partial derivative with respect to x is yz times e^(xyz), with respect to y is xz times e^(xyz), and with respect to z is xy times e^(xyz). The exponential reproduces itself and the chain rule multiplies it by the derivative of the exponent xyz.

f(x,y,z)=exyzf(x,y,z) = e^{xyz}
fx=yzexyz\frac{\partial f}{\partial x} = yz\,e^{xyz}
fy=xzexyz\frac{\partial f}{\partial y} = xz\,e^{xyz}
fz=xyexyz\frac{\partial f}{\partial z} = xy\,e^{xyz}

One chain rule, three inside derivatives

Write f=euf = e^u with u=xyzu = xyz. The outside function is the exponential, whose derivative is itself, so every partial derivative of ff carries the factor exyze^{xyz} unchanged. All that changes from one variable to the next is ux\frac{\partial u}{\partial x}, the derivative of the exponent.

Differentiating u=xyzu = xyz with respect to xx holds yy and zz fixed, so uu behaves like a constant yzyz times xx, giving yzyz. The same reasoning gives xzxz and xyxy for the other two.

fx=euux=yzexyz\frac{\partial f}{\partial x} = e^{u}\,\frac{\partial u}{\partial x} = yz\,e^{xyz}

Notice which letter is missing in each coefficient. The partial with respect to xx carries yzyz, the two variables you held still. That is a reliable structural check: the variable you differentiated should not appear in the coefficient out front.

The mistake: differentiating the exponent and stopping

The most common wrong answer is yzyz on its own, with the exponential dropped. The chain rule multiplies, it does not replace. The outside factor exyze^{xyz} survives every differentiation because the exponential is its own derivative.

A second error is treating exyze^{xyz} like a power and writing xyzexyz1xyz\,e^{xyz-1}. The power rule applies when the variable is in the base, and here the variable is in the exponent. Those are different rules and they never mix.

  • Wrong: fx=yz\frac{\partial f}{\partial x} = yz, which forgets the outside factor.
  • Wrong: fx=xyzexyz1\frac{\partial f}{\partial x} = xyz\,e^{xyz-1}, which applies the power rule to an exponent.
  • Right: fx=yzexyz\frac{\partial f}{\partial x} = yz\,e^{xyz}, outside derivative times inside derivative.

A symmetry worth exploiting

Multiply each partial derivative by its own variable and you get the same thing three times, namely xyzexyzxyz\,e^{xyz}. So xfx=yfy=zfzx f_x = y f_y = z f_z, which is a quick consistency test on all three answers at once.

xfx=yfy=zfz=xyzexyzx\frac{\partial f}{\partial x} = y\frac{\partial f}{\partial y} = z\frac{\partial f}{\partial z} = xyz\,e^{xyz}

At (1,1,1)(1,1,1) all three partial derivatives equal ee, as the symmetry of the function demands. Any answer that fails to be symmetric under swapping the three letters is wrong before you check anything else.

Frequently asked questions

What is the mixed partial with respect to x then y?

Differentiate yzexyzyz\,e^{xyz} with respect to yy using the product rule: the factor yzyz gives zz, and the exponential gives yzxzexyzyz \cdot xz\,e^{xyz}. Collecting terms, 2fyx=z(1+xyz)exyz\frac{\partial^2 f}{\partial y\, \partial x} = z(1 + xyz)e^{xyz}.

Can any partial derivative of this function be zero?

Yes, but only through the coefficient. Since exyze^{xyz} is never zero, fx=0\frac{\partial f}{\partial x} = 0 requires yz=0yz = 0, meaning y=0y = 0 or z=0z = 0.