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 and even solutions to some of the exercises. You can copy that worksheet to your home directory by going to your computer's Start menu and choose run. In the run field type:

\\filer\calclab

when you hit enter, you can then choose MA1024 and then choose the worksheet

Pardiff_start_B12.mw

Remember to immediately save it in your own home directory. Once you've copied and saved the worksheet, read through the background on the internet and the background of the worksheet before starting 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)=2x \cos(y) - y \sin(x) \end{displaymath}

    at the point $\displaystyle (\frac{\pi}{2},-\frac{\pi}{2})$ using the diff command and then again using the D command.

  2. Find the equation of the plane tangent to

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

    at the point $(-2,3,z)$. Plot the function $f(x,y)$ and the tangent plane over the intervals $-4 \leq x \leq 0$ and $1 \leq y \leq 5$ and rotate the plot so that you can see that the plane is tangent.

  3. Given the function

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

    a)
    Plot the function and the plane $x=\pi$ on the same graph. Use intervals $-5 \leq x \leq 5$, $-5 \leq y \leq 5$, $-10 \leq z \leq 10$.
    b)
    Find the derivative of $f$ in the $x=\pi$ plane.
    c)
    Find the equation of the line tangent to the two-dimensional intersection of the plane $x=\pi$ and $f$ at the point $(\pi,-1/2)$ and plot them on the same graph.
    d)
    Does your two-dimensional graph look like the intersection from your three-dimensional graph? Be sure to use the same ranges to properly compare and rotate the 3-D graph.

next up previous
Next: About this document ... Up: lab_template Previous: lab_template
Dina J. Solitro-Rassias
2012-11-06