Partial derivatives give us an understanding of how a surface changes when we move in the \(x\) and \(y\) directions. We made the comparison to standing in a rolling meadow and heading due east: the amount of rise/fall in doing so is comparable to \(f_x\text{.}\) Likewise, the rise/fall in moving due north is comparable to \(f_y\text{.}\) The steeper the slope, the greater in magnitude \(f_y\text{.}\)
But what if we didn’t move due north or east? What if we needed to move northeast and wanted to measure the amount of rise/fall? Partial derivatives alone cannot measure this. This section investigates directional derivatives, which do measure this rate of change.
Let \(z=f(x,y)\) be continuous on a set \(S\) and let \(\vec u = \la u_1,u_2\ra\) be a unit vector. For all points \((x,y)\text{,}\) the directional derivative of \(f\) at \((x,y)\) in the direction of \(\vec u\) is
The partial derivatives \(f_x\) and \(f_y\) are defined with similar limits, but only \(x\) or \(y\) varies with \(h\text{,}\) not both. Here both \(x\) and \(y\) vary with a weighted \(h\text{,}\) determined by a particular unit vector \(\vec u\text{.}\) This may look a bit intimidating but in reality it is not too difficult to deal with; it often just requires extra algebra. However, the following theorem reduces this algebraic load.
Let \(z=f(x,y)\) be differentiable on a set \(S\) containing \((x_0,y_0)\text{,}\) and let \(\vec u = \la u_1,u_2\ra\) be a unit vector. The directional derivative of \(f\) at \((x_0,y_0)\) in the direction of \(\vec u\) is
The surface is plotted in Figure 13.6.5, where the point \(P=(1,2)\) is indicated in the \(x,y\)-plane as well as the point \((1,2,9)\) which lies on the surface of \(f\text{.}\) We find that \(f_x(x,y) = -2x\) and \(f_x(1,2) = -2\text{;}\)\(f_y(x,y) = -2y\) and \(f_y(1,2) = -4\text{.}\)
Let \(\vec u_1\) be the unit vector that points from the point \((1,2)\) to the point \(Q=(3,4)\text{,}\) as shown in the figure. The vector \(\overrightarrow{PQ} = \la 2,2\ra\text{;}\) the unit vector in this direction is \(\vec u_1=\la 1/\sqrt{2}, 1/\sqrt{2}\ra\text{.}\) Thus the directional derivative of \(f\) at \((1,2)\) in the direction of \(\vec u_1\) is
Thus the instantaneous rate of change in moving from the point \((1,2,9)\) on the surface in the direction of \(\vec u_1\) (which points toward the point \(Q\)) is about \(-4.24\text{.}\) Moving in this direction moves one steeply downward.
We seek the directional derivative in the direction of \(\la 2,-1\ra\text{.}\) The unit vector in this direction is \(\vec u_2 = \la 2/\sqrt{5},-1/\sqrt{5}\ra\text{.}\) Thus the directional derivative of \(f\) at \((1,2)\) in the direction of \(\vec u_2\) is
Starting on the surface of \(f\) at \((1,2)\) and moving in the direction of \(\la 2,-1\ra\) (or \(\vec u_2\)) results in no instantaneous change in \(z\)-value. This is analogous to standing on the side of a hill and choosing a direction to walk that does not change the elevation. One neither walks up nor down, rather just “along the side” of the hill. Finding these directions of “no elevation change” is important.
At \(P=(1,2)\text{,}\) the direction towards the origin is given by the vector \(\la -1,-2\ra\text{;}\) the unit vector in this direction is \(\vec u_3=\la -1/\sqrt{5},-2/\sqrt{5}\ra\text{.}\) The directional derivative of \(f\) at \(P\) in the direction of the origin is
As we study directional derivatives, it will help to make an important connection between the unit vector \(\vec u = \la u_1,u_2\ra\) that describes the direction and the partial derivatives \(f_x\) and \(f_y\text{.}\) We start with a definition and follow this with a Key Idea.
To simplify notation, we often express the gradient as \(\nabla f = \la f_x, f_y\ra\text{.}\) The gradient allows us to compute directional derivatives in terms of a dot product.
The properties of the dot product previously studied allow us to investigate the properties of the directional derivative. Given that the directional derivative gives the instantaneous rate of change of \(z\) when moving in the direction of \(\vec u\text{,}\) three questions naturally arise:
Using the key property of the dot product, we have
\begin{equation}
\nabla f\cdot \vec u = \norm{\nabla f}\,\vnorm u \cos(\theta) = \norm{\nabla f}\cos(\theta)\text{,}\tag{13.6.1}
\end{equation}
where \(\theta\) is the angle between the gradient and \(\vec u\text{.}\) (Since \(\vec u\) is a unit vector, \(\vnorm{u} = 1\text{.}\)) This equation allows us to answer the three questions stated previously.
Equation (13.6.1) is maximized when \(\cos(\theta) =1\text{,}\) i.e., when the gradient and \(\vec u\) have the same direction. We conclude the gradient points in the direction of greatest \(z\) change.
Equation (13.6.1) is minimized when \(\cos(\theta) = -1\text{,}\) i.e., when the gradient and \(\vec u\) have opposite directions. We conclude the gradient points in the opposite direction of the least \(z\) change.
Equation (13.6.1) is 0 when \(\cos(\theta) = 0\text{,}\) i.e., when the gradient and \(\vec u\) are orthogonal to each other. We conclude the gradient is orthogonal to directions of no \(z\) change.
This result is rather amazing. Once again imagine standing in a rolling meadow and face the direction that leads you steepest uphill. Then the direction that leads steepest downhill is directly behind you, and side-stepping either left or right (i.e., moving perpendicularly to the direction you face) does not change your elevation at all.
Recall that a level curve is defined as a curve in the \(xy\)-plane along which the \(z\)-values of a function do not change. Let a surface \(z=f(x,y)\) be given, and let’s represent one such level curve as a vector-valued function, \(\vrt = \la x(t), y(t)\ra\text{.}\) As the output of \(f\) does not change along this curve, \(f\big(x(t),y(t)\big) = c\) for all \(t\text{,}\) for some constant \(c\text{.}\)
This last equality states \(\nabla f \cdot \vrp(t) = 0\text{:}\) the gradient is orthogonal to the derivative of \(\vec r\text{,}\) meaning the gradient is orthogonal to the graph of \(\vec r\text{.}\) Our conclusion: at any point on a surface, the gradient at that point is orthogonal to the level curve that passes through that point.
Theorem13.6.9.The Gradient and Directional Derivatives.
Let \(z=f(x,y)\) be differentiable on a set \(S\) with gradient \(\nabla f\text{,}\) let \(P=(x_0,y_0)\) be a point in \(S\) and let \(\vec u\) be a unit vector.
The maximum value of \(D_{\vec u\,}f(x_0,y_0)\) is \(\norm{\nabla f(x_0,y_0)}\text{;}\) the direction of maximal \(z\) increase is \(\nabla f(x_0,y_0)\text{.}\)
The minimum value of \(D_{\vec u\,}f(x_0,y_0)\) is \(-\norm{\nabla f(x_0,y_0)}\text{;}\) the direction of minimal \(z\) increase is \(-\nabla f(x_0,y_0)\text{.}\)
Example13.6.10.Finding directions of maximal and minimal increase.
Let \(f(x,y) = \sin(x) \cos(y)\) and let \(P=(\pi/3,\pi/3)\text{.}\) Find the directions of maximal/minimal increase, and find a direction where the instantaneous rate of \(z\) change is 0.
Thus the direction of maximal increase is \(\la 1/4, -3/4\ra\text{.}\) In this direction, the instantaneous rate of \(z\) change is \(\norm{\la 1/4,-3/4\ra} = \sqrt{10}/4 \approx 0.79\text{.}\)
Figure 13.6.11 shows the surface plotted from two different perspectives. In each, the gradient is drawn at \(P\) with a dashed line (because of the nature of this surface, the gradient points “into” the surface). Let \(\vec u = \la u_1, u_2\ra\) be the unit vector in the direction of \(\nabla f\) at \(P\text{.}\) Each graph of the figure also contains the vector \(\la u_1, u_2, \norm{\nabla f\,}\ra\text{.}\) This vector has a “run” of 1 (because in the \(xy\)-plane it moves 1 unit) and a “rise” of \(\norm{\nabla f}\text{,}\) hence we can think of it as a vector with slope of \(\norm{\nabla f}\) in the direction of \(\nabla f\text{,}\) helping us visualize how “steep” the surface is in its steepest direction.
The direction of minimal increase is \(\la -1/4,3/4\ra\text{;}\) in this direction the instantaneous rate of \(z\) change is \(-\sqrt{10}/4 \approx -0.79\text{.}\)
Any direction orthogonal to \(\nabla f\) is a direction of no \(z\) change. We have two choices: the direction of \(\la 3,1\ra\) and the direction of \(\la -3,-1\ra\text{.}\) The unit vector in the direction of \(\la 3,1\ra\) is shown in each graph of the figure as well. The level curve at \(z=\sqrt{3}/4\) is drawn: recall that along this curve the \(z\)-values do not change. Since \(\la 3,1\ra\) is a direction of no \(z\)-change, this vector is tangent to the level curve at \(P\text{.}\)
We find \(\nabla f = \la -2x+2, -2y+2\ra\text{.}\) At \(P\text{,}\) we have \(\nabla f(1,1) = \la 0,0\ra\text{.}\) According to Theorem 13.6.9, this is the direction of maximal increase. However, \(\la 0,0\ra\) is directionless; it has no displacement. And regardless of the unit vector \(\vec u\) chosen, \(D_{\vec u\,}f = 0\text{.}\)
Figure 13.6.13 helps us understand what this means. We can see that \(P\) lies at the top of a paraboloid. In all directions, the instantaneous rate of change is 0.
So what is the direction of maximal increase? It is fine to give an answer of \(\vec 0 = \la 0,0\ra\text{,}\) as this indicates that all directional derivatives are 0.
The fact that the gradient of a surface always points in the direction of steepest increase/decrease is very useful, as illustrated in the following example.
Consider the surface given by the graph of \(f(x,y)= 20-x^2-2y^2\text{.}\) Water is poured on the surface at \((1,1/4)\text{.}\) What path does it take as it flows downhill?
Let \(\vrt = \la x(t),
y(t)\ra\) be the vector-valued function describing the path of the water in the \(xy\)-plane; we seek \(x(t)\) and \(y(t)\text{.}\) We know that water will always flow downhill in the steepest direction; therefore, at any point on its path, it will be moving in the direction of \(-\nabla f\text{.}\) (We ignore the physical effects of momentum on the water.) Thus \(\vrp(t)\) will be parallel to \(\nabla f\text{,}\) and there is some constant \(c\) such that \(c\nabla f = \vrp(t) = \la x'(t),
y'(t)\ra\text{.}\)
To find an explicit relationship between \(x\) and \(y\text{,}\) we can integrate both sides with respect to \(t\text{.}\) Recall from our study of differentials that \(\frac{dx}{dt}dt = dx\text{.}\) Thus:
\begin{align*}
x^2 \amp = e^{\ln\abs{y}+C_1}\\
x^2 \amp = e^{\ln\abs{y}}e^{C_1}\qquad \text{(Note that \(e^{C_1}\) is just a constant.)}\\
x^2 \amp = yC_2\\
\frac1{C_2}x^2 \amp =y \qquad \text{ (Note that \(1/C_2\) is just a constant.) }\\
Cx^2 \amp = y\text{.}
\end{align*}
The contour plot for the function \(f(x,y)=20-x^2-2y^2\) consists of a family of concentric ellipses, centered at the origin. The path followed along the surface by the water projects to a path in the \(xy\) plane; we see that this path appears to be parabolic, and intersects each level curve orthogonally.
Thus the water follows the curve \(y=x^2/4\) in the \(xy\)-plane. The surface and the path of the water is graphed in Figure 13.6.15.(a). In Figure 13.6.15.(b), the level curves of the surface are plotted in the \(xy\)-plane, along with the curve \(y=x^2/4\text{.}\) Notice how the path intersects the level curves at right angles. As the path follows the gradient downhill, this reinforces the fact that the gradient is orthogonal to level curves.
The concepts of directional derivatives and the gradient are easily extended to three (and more) variables. We combine the concepts behind Definitions 13.6.2 and 13.6.7 and Theorem 13.6.3 into one set of definitions.
The same properties of the gradient given in Theorem 13.6.9, when \(f\) is a function of two variables, hold for \(F\text{,}\) a function of three variables.
Theorem13.6.18.The Gradient and Directional Derivatives with Three Variables.
Let \(w=F(x,y,z)\) be differentiable on a set \(D\text{,}\) let \(\nabla F\) be the gradient of \(F\text{,}\) and let \(\vec u\) be a unit vector.
The maximum value of \(D_{\vec u\,}F\) is \(\norm{\nabla F}\text{,}\) obtained when the angle between \(\nabla F\) and \(\vec u\) is 0, i.e., the direction of maximal increase is \(\nabla F\text{.}\)
The minimum value of \(D_{\vec u\,}F\) is \(-\norm{\nabla F}\text{,}\) obtained when the angle between \(\nabla F\) and \(\vec u\) is \(\pi\text{,}\) i.e., the direction of minimal increase is \(-\nabla F\text{.}\)
Example13.6.19.Finding directional derivatives with functions of three variables.
If a point source \(S\) is radiating energy, the intensity \(I\) at a given point \(P\) in space is inversely proportional to the square of the distance between \(S\) and \(P\text{.}\) That is, when \(S=(0,0,0)\text{,}\)\(I(x,y,z) = \frac{k}{x^2+y^2+z^2}\) for some constant \(k\text{.}\)
Let \(k=1\text{,}\) let \(\vec u = \la 2/3, 2/3, 1/3\ra\) be a unit vector, and let \(P = (2,5,3)\text{.}\) Measure distances in inches. Find the directional derivative of \(I\) at \(P\) in the direction of \(\vec u\text{,}\) and find the direction of greatest intensity increase at \(P\text{.}\)
We need the gradient \(\nabla I\text{,}\) meaning we need \(I_x\text{,}\)\(I_y\) and \(I_z\text{.}\) Each partial derivative requires a simple application of the Quotient Rule, giving
The directional derivative tells us that moving in the direction of \(\vec u\) from \(P\) results in a decrease in intensity of about \(-0.008\) units per inch. (The intensity is decreasing as \(\vec u\) moves one farther from the origin than \(P\text{.}\))
That is, the gradient at \((2,5,3)\) is pointing in the direction of \(\la -2,-5,-3\ra\text{,}\) that is, towards the origin. That should make intuitive sense: the greatest increase in intensity is found by moving towards to source of the energy.
The directional derivative allows us to find the instantaneous rate of \(z\) change in any direction at a point. We can use these instantaneous rates of change to define lines and planes that are tangent to a surface at a point, which is the topic of the next section.
In the following exercises, a function \(f(x,y)\) and a point \(P\) are given. Find the directional derivative of \(f\) in the indicated directions. Note: these are the same functions as in Exercises 13.6.3.7–13.6.3.12.
In the following exercises, a function \(f(x,y)\) and a point \(P\) are given. Investigate the directions of maximal increase and decrease, as indicated.