next up previous
Next: About this document ... Up: lab_template Previous: lab_template

Subsections


Partial Derivatives and their Geometric Interpretation

Purpose

The purpose of this lab is to acquaint you with using Maple to compute partial derivatives.

Getting Started

To assist you, there is a worksheet associated with this lab that contains examples. You can copy that worksheet to your home directory with the following command, which must be run in a terminal window, not in Maple.

cp /math/calclab/MA1024/Partials_start.mws ~/My_Documents

You can copy the worksheet now, but you should read through the lab before you load it into Maple. Once you have read to the exercises, start up Maple, load the getting started worksheet and go through it carefully. Then you can start working on the exercises.

Background

For a function $f(x)$ of a single real variable, the derivative $f'(x)$ gives information on whether the graph of $f$ is increasing or decreasing. Finding where the derivative is zero was important in finding extreme values. For a function $F(x,y)$ of two (or more) variables, the situation is more complicated.

Partial derivatives

A differentiable function, $F(x,y)$, of two variables has two partial derivatives: $\partial F /\partial x$ and $\partial F /\partial
y$. As you have learned in class, computing partial derivatives is very much like computing regular derivatives. The main difference is that when you are computing $\partial F /\partial x$, you must treat the variable $y$ as if it was a constant and vice-versa when computing $\partial F /\partial
y$.

The Maple commands for computing partial derivatives are D and diff. The Getting Started worksheet has examples of how to use these commands to compute partial derivatives.

Exercises

  1. Compute the three distinct second order partial derivatives of

    \begin{displaymath}f(x,y)=\frac{\cos(x+y)}{\exp(x^2-y^2)} \end{displaymath}

    at the point $(1,-1)$ using the diff command and then again using the D command.

  2. Given the function

    \begin{displaymath}k(x,y)=2y^3x-x^3y-y^2+x \end{displaymath}

    a)
    Plot the function and the plane $y=-3$ on the same graph.
    b)
    Find the derivative of $k$ in the $y=-3$ plane.
    c)
    Graph the two-dimensional intersection of the plane $y=-3$ and $k$ on the same graph.
    d)
    Does your two-dimensional graph look like the intersection from your three-dimensional graph?

  3. Given:

    \begin{displaymath}h(x,y)=2x \cos(y) - y \sin(x) \end{displaymath}

    a)
    Find the tangent plane at $(-2,3,z)$.
    b)
    Plot the function $h(x,y)$ and the tangent plane over the intervals $-4 \leq x \leq 0$ and $1 \leq y \leq 5$.

  4. There is only one point at which the plane tangent to the surface $z=x^2+2xy+2y^2-6x+8y$ is horizontal. Find it and plot it along with the function on the same graph. Be sure to use axes so that you can rotate the graph and see that the tangent plane is horizontal.

next up previous
Next: About this document ... Up: lab_template Previous: lab_template
Dina Solitro
2006-03-24