Paul's Online Notes
Paul's Online Notes
Home / Calculus III / Partial Derivatives / Partial Derivatives
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 13.2 : Partial Derivatives

1. Find all the 1st order partial derivatives of the following function.

\[f\left( {x,y,z} \right) = 4{x^3}{y^2} - {{\bf{e}}^z}{y^4} + \frac{{{z^3}}}{{{x^2}}} + 4y - {x^{16}}\] Show Solution

So, this is clearly a function of \(x\), \(y\) and \(z\) and so we’ll have three 1st order partial derivatives and each of them should be pretty easy to compute.

Just remember that when computing each individual derivative that the other variables are to be treated as constants. So, for instance, when computing the \(x\) partial derivative all \(y\)’s and \(z\)’s are treated as constants. This in turn means that, for the \(x\) partial derivative, the second and fourth terms are considered to be constants (they don’t contain any \(x\)’s) and so differentiate to zero. Dealing with these types of terms properly tends to be one of the biggest mistakes students make initially when taking partial derivatives. Too often students just leave them alone since they don’t contain the variable we are differentiating with respect to.

Here are the three 1st order partial derivatives for this problem.

\[\require{bbox} \bbox[2pt,border:1px solid black]{\begin{align*}\frac{{\partial f}}{{\partial x}} & = {f_x} = 12{x^2}{y^2} - \frac{{2{z^3}}}{{{x^3}}} - 16{x^{15}}\\ \frac{{\partial f}}{{\partial y}} & = {f_y} = 8{x^3}y - 4{{\bf{e}}^z}{y^3} + 4\\ \frac{{\partial f}}{{\partial z}} & = {f_z} = - {{\bf{e}}^z}{y^4} + \frac{{3{z^2}}}{{{x^2}}}\end{align*}}\]

The notation used for the derivative doesn’t matter so we used both here just to make sure we’re familiar with both forms.