Partial Derivatives

I.  Homework

II.  Definition of a Partial Derivative

Let f(x,y) be a function of two variables.  Then we define the partial derivatives as

if these limits exist.  

Algebraically, we can think of the partial derivative of a function with respect to x as the derivative of the function with y held constant.  Geometrically, the derivative with respect to x at a point P represents the slope of the curve that passes through P whose projection onto the xy plane is a horizontal line.  (If you travel due East, how steep are you climbing?)

Example

Let f(x,y) = 2x + 3y then

Exercise:  Find delf/dely for the function above.

III.  Finding Partial Derivatives the Easy Way

Since a partial derivative with respect to x is a derivative with the rest of the variables held constant, we can find the partial derivative by taking the regular derivative considering the rest of the variables as constants.

Example:  Let f(x,y)  = 3xy2 - 2x2y

then fx = 3y2 - 4xy

Exercise:  Find fy

More Exercises

 Find both partial derivatives for

A)  f(x,y) = xyex 

B)  f(x,y) = (x + y)/(x - y)

IV.  Higher Order Partials

Just as with regular derivatives, we can define second derivatives.  For functions of two variables, we have four types:

fxx, fxy, fyx, and fyy. We will also see the del notation in class.

Example

Let f(x,y) = yex  

then delf/delx = yex, delf/dely = ex

Now taking the partials of each of these we get:

fxx = yex , fxy = ex, fyx = ex, and fyy = 0

Notice that    fxy =  fyx  

Theorem:  Let f(x,y) be a function with continuous second order derivatives, then    fxy =  fyx  

V)  Functions of More Than Two Variables

Suppose that f(x,y,z)  = xy - 2yz is a function of three variables, then we can define the partial derivatives in much the same way as we defined the partial derivatives for three variables.  

We have

fx = y , fy = x - 2z and fz = -2y