Paul's Online Notes
Paul's Online Notes
Home / Calculus III / Partial Derivatives / Differentials
Show Mobile Notice  
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 viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 13.5 : Differentials

This is a very short section and is here simply to acknowledge that just like we had differentials for functions of one variable we also have them for functions of more than one variable. Also, as we’ve already seen in previous sections, when we move up to more than one variable things work pretty much the same, but there are some small differences.

Given the function z=f(x,y)z=f(x,y) the differential dzdz or dfdf is given by,

dz=fxdx+fydyordf=fxdx+fydydz=fxdx+fydyordf=fxdx+fydy

There is a natural extension to functions of three or more variables. For instance, given the function w=g(x,y,z)w=g(x,y,z) the differential is given by,

dw=gxdx+gydy+gzdzdw=gxdx+gydy+gzdz

Let’s do a couple of quick examples.

Example 1 Compute the differentials for each of the following functions.
  1. z=ex2+y2tan(2x)z=ex2+y2tan(2x)
  2. u=t3r6s2u=t3r6s2
Show All Solutions Hide All Solutions
a z=ex2+y2tan(2x)z=ex2+y2tan(2x) Show Solution

There really isn’t a whole lot to these outside of some quick differentiation. Here is the differential for the function.

dz=(2xex2+y2tan(2x)+2ex2+y2sec2(2x))dx+2yex2+y2tan(2x)dydz=(2xex2+y2tan(2x)+2ex2+y2sec2(2x))dx+2yex2+y2tan(2x)dy

b u=t3r6s2u=t3r6s2 Show Solution

Here is the differential for this function.

du=3t2r6s2dt+6t3r5s2dr2t3r6s3dsdu=3t2r6s2dt+6t3r5s2dr2t3r6s3ds

Note that sometimes these differentials are called the total differentials.