Partial Derivatives and Tangent Planes
The Essentials
In functions of multiple variables, a derivative doesn't make sense. A derivative is the instantaneous rate of change of a function, but in functions of two or more variables, there is not necessarily only one slope at any given point in the function. Instead of a tangent line to a curve, derivatives of multi-variable functions can be represented by a plane tangent to a surface. Given the two variable function \( f(x,y) \), the partial derivative of \( f \) with respect to \( x \) gives the slope of the tangent plane in the \( x \) direction. A partial derivative is found by setting the other variables to be constant.
When taking second order partial derivatives, taking it with respect to \( x \) first and then \( y \) is the same as taking it with respect to \( y \) first the \( x \), as long as the function is continuous:
These are standard convention for partial derivatives:
The equation for the plane tangent to a function \( f(x,y) \) at the point \( P(x_0,y_0) \) is:
The tangent plane can be used to approximate values of the function at the point \( P(x,y) \), given that the point \( P(x,y) \) is near where the plane is tangent to the function: \( P(x_0,y_0) \). This is accomplished by finding the equation for the tangent plane, then plugging in \( P(x,y) \).
The differential \( dz \) is called the total differential and is given by:
Example
Use a tangent plane of the function \( f(x,y)=x^2+2xy+y^2 \) at the point \( (3,2) \) to approximate the value of \( f \) at the point \( (3.1,2.1) \)
First we will take the partial derivatives of the function with respect to \( x \) and \( y \):
Next, we will find the plane tangent to the point (3, 2):
Now we can plug in the point (3.1, 2.1) to approximate the value of the function:
Which is close to the functions actual value at (3, 2) of \( z=25 \).
Practice
1) Find \( f_x \), \( f_y \), and \( f_z \) for the function: \( w=f(x,y,z)=\sin(x)y^2z+3\cos(z)-xe^y+3z^2-5yz+x+2 \)
2) Use the plane tangent to the function \( f(x,y) \) at the point \( (1,1) \) to approximate the value of the function at the point \( (1.1,0.9) \):
Solutions:
1)
2) 3.4