Skip to main content
Mathematics LibreTexts

10.6: Directional Derivatives and the Gradient

  • Page ID
    107866
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Motivating Questions
    • The partial derivatives of a function \(f\) tell us the rate of change of \(f\) in the direction of the coordinate axes. How can we measure the rate of change of \(f\) in other directions?
    • What is the gradient of a function and what does it tell us?

    The partial derivatives of a function tell us the instantaneous rate at which the function changes as we hold all but one independent variable constant and allow the remaining independent variable to change. It is natural to wonder how we can measure the rate at which a function changes in directions other than parallel to a coordinate axes. In what follows, we investigate this question, and see how the rate of change in any given direction is connected to the rates of change given by the standard partial derivatives.

    Preview Activity \(\PageIndex{1}\)

    Let's consider the function \(f\) defined by

    \[ f(x,y) = 30 - x^2 - \frac 12 y^2, \nonumber \]

    and suppose that \(f\) measures the temperature, in degrees Celsius, at a given point in the plane, where \(x\) and \(y\) are measured in feet. Assume that the positive \(x\)-axis points due east, while the positive \(y\)-axis points due north. A contour plot of \(f\) is shown in Figure \(\PageIndex{1}\).

    fig_10_6_preview_1.svg

    Figure \(\PageIndex{1}\). A contour plot of \(f(x,y) = 30-x^2-\frac12 y^2\text{.}\)
    1. Suppose that a person is walking due east, and thus parallel to the \(x\)-axis. At what instantaneous rate is the temperature changing with respect to \(x\) at the moment the walker passes the point \((2,1)\text{?}\) What are the units on this rate of change?
    2. Next, determine the instantaneous rate of change of temperature with respect to distance at the point \((2,1)\) if the person is instead walking due north. Again, include units on your result.
    3. Now, rather than walking due east or due north, let's suppose that the person is walking with velocity given by the vector \(\mathbf{v} = \langle 3, 4 \rangle\text{,}\) where time is measured in seconds. Note that the person's speed is thus \(| \mathbf{v} | = 5\) feet per second. Find parametric equations for the person's path; that is, parameterize the line through \((2,1)\) using the direction vector \(\mathbf{v} = \langle 3, 4 \rangle\text{.}\) Let \(x(t)\) denote the \(x\)-coordinate of the line, and \(y(t)\) its \(y\)-coordinate. Make sure your parameterization places the walker at the point \((2,1)\) when \(t=0\text{.}\)
    4. With the parameterization in (c), we can now view the temperature \(f\) as not only a function of \(x\) and \(y\text{,}\) but also of time, \(t\text{.}\) Hence, use the chain rule to determine the value of \(\frac{df}{dt}\bigm|_{t=0}\text{.}\) What are the units on your answer? What is the practical meaning of this result?

    Directional Derivatives

    Given a function \(z = f(x,y)\text{,}\) the partial derivative \(f_x(x_0,y_0)\) measures the instantaneous rate of change of \(f\) as only the \(x\) variable changes; likewise, \(f_y(x_0,y_0)\) measures the rate of change of \(f\) at \((x_0,y_0)\) as only \(y\) changes. Note particularly that \(f_x(x_0,y_0)\) is measured in “units of \(f\) per unit of change in \(x\text{,}\)” and that the units on \(f_y(x_0,y_0)\) are similar.

    In Preview Activity \(\PageIndex{1}\), we saw how we could measure the rate of change of \(f\) in a situation where both \(x\) and \(y\) were changing; in that activity, however, we found that this rate of change was measured in “units of \(f\) per unit of time.” In a given unit of time, we may move more than one unit of distance. In fact, in Preview Activity \(\PageIndex{1}\), in each unit increase in time we move a distance of \(| \mathbf{v} | = 5\) feet. To generalize the notion of partial derivatives to any direction of our choice, we instead want to have a rate of change whose units are “units of \(f\) per unit of distance in the given direction.”

    In this light, in order to formally define the derivative in a particular direction of motion, we want to represent the change in \(f\) for a given unit change in the direction of motion. We can represent this unit change in direction with a unit vector, say \(\mathbf{u} = \langle u_1, u_2 \rangle\text{.}\) If we move a distance \(h\) in the direction of \(\mathbf{u}\) from a fixed point \((x_0,y_0)\text{,}\) we then arrive at the new point \((x_0+u_1h, y_0+u_2h)\text{.}\) It now follows that the slope of the secant line to the curve on the surface through \((x_0,y_0)\) in the direction of \(\mathbf{u}\) through the points \((x_0,y_0)\) and \((x_0+u_1h, y_0+u_2h)\) is

    \[ m_{\mbox{sec} } = \frac{f(x_0+u_1h, y_0+u_2h) - f(x_0,y_0)}{h}.\label{eq_10_6_diff_quot} \]

    To get the instantaneous rate of change of \(f\) in the direction \(\mathbf{u} = \langle u_1, u_2 \rangle\text{,}\) we must take the limit of the quantity in Equation \ref{eq_10_6_diff_quot} as \(h \to 0\text{.}\) Doing so results in the formal definition of the directional derivative.

    Definition \(\PageIndex{1}\)

    Let \(f = f(x,y)\) be given. The derivative of \(f\) at the point \((x,y)\) in the direction of the unit vector \(\mathbf{u} = \langle u_1, u_2 \rangle\) is denoted \(D_{\mathbf{u}}f(x,y)\) and is given by

    \[ D_{\mathbf{u}}f(x,y) = \lim_{h \to 0} \frac{f(x+u_1h, y+u_2h) - f(x,y)}{h}\label{E_DirDerDef} \]

    for those values of \(x\) and \(y\) for which the limit exists.

    The quantity \(D_{\mathbf{u}} f(x,y)\) is called a directional derivative. When we evaluate the directional derivative \(D_{\mathbf{u}} f(x,y)\) at a point \((x_0, y_0)\text{,}\) the result \(D_{\mathbf{u}} f(x_0,y_0)\) tells us the instantaneous rate at which \(f\) changes at \((x_0, y_0)\) per unit increase in the direction of the vector \(\mathbf{u}\text{.}\) In addition, the quantity \(D_{\mathbf{u}} f(x_0,y_0)\) tells us the slope of the line tangent to the surface in the direction of \(\mathbf{u}\) at the point \((x_0,y_0,f(x_0,y_0))\text{.}\)

    Computing the Directional Derivative

    In a similar way to how we developed shortcut rules for standard derivatives in single variable calculus, and for partial derivatives in multivariable calculus, we can also find a way to evaluate directional derivatives without resorting to the limit definition found in Equation \ref{E_DirDerDef}. We do so using a very similar approach to our work in Preview Activity \(\PageIndex{1}\).

    Suppose we consider the situation where we are interested in the instantaneous rate of change of \(f\) at a point \((x_0,y_0)\) in the direction \(\mathbf{u} = \langle u_1, u_2 \rangle\text{,}\) where \(\mathbf{u}\) is a unit vector. The variables \(x\) and \(y\) are therefore changing according to the parameterization

    \[ x = x_0 + u_1t \ \ \ \ \ \text{ and } \ \ \ \ \ y = y_0 + u_2t. \nonumber \]

    Observe that \(\frac{dx}{dt} = u_1\) and \(\frac{dy}{dt} = u_2\) for all values of \(t\text{.}\) Since \(\mathbf{u}\) is a unit vector, it follows that a point moving along this line moves one unit of distance per one unit of time; that is, each single unit of time corresponds to movement of a single unit of distance in that direction. This observation allows us to use the Chain Rule to calculate the directional derivative, which measures the instantaneous rate of change of \(f\) with respect to change in the direction \(\mathbf{u}\text{.}\)

    In particular, by the Chain Rule, it follows that

    \begin{align*} D_{\mathbf{u}}f(x_0,y_0) & = f_x(x_0,y_0)\frac{dx}{dt}\biggm|_{(x_0,y_0)} + f_y(x_0,y_0)\frac{dy}{dt}\biggm|_{(x_0,y_0)} \\[4pt] & = f_x(x_0,y_0)u_1 + f_y(x_0,y_0)u_2. \end{align*}

    This now allows us to compute the directional derivative at an arbitrary point according to the following formula.

    Calculating a directional derivative

    Given a differentiable function \(f = f(x,y)\) and a unit vector \(\mathbf{u} = \langle u_1, u_2 \rangle\text{,}\) we may compute \(D_{\mathbf{u}}f(x,y)\) by

    \[ D_{\mathbf{u}}f(x,y) = f_x(x,y)u_1 + f_y(x,y)u_2.\label{eq_10_6_DD} \]

    Note well: To use Equation \ref{eq_10_6_DD}, we must have a unit vector \(\mathbf{u} = \langle u_1, u_2 \rangle\) in the direction of motion. In the event that we have a direction prescribed by a non-unit vector, we must first scale the vector to have length 1.

    Activity \(\PageIndex{2}\)

    Let \(f(x,y) = 3xy-x^2y^3\text{.}\)

    1. Determine \(f_x(x,y)\) and \(f_y(x,y)\text{.}\)
    2. Use Equation \ref{eq_10_6_DD} to determine \(D_{\mathbf{i}} f(x,y)\) and \(D_{\mathbf{j}} f(x,y)\text{.}\) What familiar function is \(D_{\mathbf{i}} f\text{?}\) What familiar function is \(D_{\mathbf{j}} f\text{?}\) (Recall that \(\mathbf{i}\) is the unit vector in the positive \(x\)-direction and \(\mathbf{j}\) is the unit vector in the positive \(y\)-direction.)
    3. Use Equation \ref{eq_10_6_DD} to find the derivative of \(f\) in the direction of the vector \(\mathbf{v} = \langle 2, 3 \rangle\) at the point \((1,-1)\text{.}\) Remember that a unit direction vector is needed.

    The Gradient

    Via the Chain Rule, we have seen that for a given function \(f = f(x,y)\text{,}\) its instantaneous rate of change in the direction of a unit vector \(\mathbf{u} = \langle u_1, u_2 \rangle\) is given by

    \[ D_{\mathbf{u}}f(x_0,y_0) = f_x(x_0,y_0)u_1 + f_y(x_0,y_0)u_2.\label{E_DDrevisited} \]

    Recalling that the dot product of two vectors \(\mathbf{v} = \langle v_1, v_2 \rangle\) and \(\mathbf{u} = \langle u_1, u_2 \rangle\) is computed by

    \[ \mathbf{v} \cdot \mathbf{u} = v_1 u_1 + v_2 u_2, \nonumber \]

    we see that we may recast Equation \ref{E_DDrevisited} in a way that has geometric meaning. In particular, we see that \(D_{\mathbf{u}}f(x_0,y_0)\) is the dot product of the vector \(\left\langle f_x(x_0,y_0), f_y(x_0,y_0) \right\rangle\) and the vector \(\mathbf{u}\text{.}\)

    We call this vector formed by the partial derivatives of \(f\) the gradient of \(f\) and denote it

    \[ \nabla f(x_0,y_0) = \left\langle f_x(x_0,y_0), f_y(x_0,y_0) \right\rangle. \nonumber \]

    We read \(\nabla f\) as “the gradient of \(f\text{,}\)” “grad \(f\)” or “del \(f\)”. 1  Notice that \(\nabla f\) varies from point to point, and also provides an alternate formulation of the directional derivative.

    The directional derivative and the gradient

    Given a differentiable function \(f = f(x,y)\) and a unit vector \(\mathbf{u} = \langle u_1, u_2 \rangle\text{,}\) we may compute \(D_{\mathbf{u}}f(x,y)\) by

    \[ D_{\mathbf{u}}f(x,y) = \nabla f(x,y) \cdot \mathbf{u}.\label{eq_10_6_DD_grad} \]

    In the following activity, we investigate some of what the gradient tells us about the behavior of a function \(f\text{.}\)

    The symbol \(\nabla\) is called nabla, which comes from a Greek word for a certain type of harp that has a similar shape.
    Activity \(\PageIndex{3}\)

    Let's consider the function \(f\) defined by \(f(x,y) = x^2 - y^2\text{.}\) Some contours for this function are shown in Figure \(\PageIndex{3}\).

    fig_10_6_contours_1.svg

    Figure \(\PageIndex{3}\). Contours of \(f(x,y) = x^2 - y^2\text{.}\)
    1. Find the gradient \(\nabla f (x,y)\text{.}\)
    2. For each of the following points \((x_0,y_0)\text{,}\) evaluate the gradient \(\nabla f(x_0,y_0)\) and sketch the gradient vector with its tail at \((x_0,y_0)\text{.}\) Some of the vectors are too long to fit onto the plot, but we'd like to draw them to scale; to do so, scale each vector by a factor of 1/4.
      • \(\displaystyle (x_0,y_0) = (2,0)\)
      • \(\displaystyle (x_0,y_0) = (0,2)\)
      • \(\displaystyle (x_0,y_0) = (2,2)\)
      • \(\displaystyle (x_0,y_0) = (2,1)\)
      • \(\displaystyle (x_0,y_0) = (-3,2)\)
      • \(\displaystyle (x_0,y_0) = (-2,-4)\)
      • \(\displaystyle (x_0,y_0) = (0,0)\)
    3. What do you notice about the relationship between the gradient at \((x_0,y_0)\) and the contour passing through that point?
    4. Does \(f\) increase or decrease in the direction of \(\nabla f(x_0,y_0)\text{?}\) Provide a justification for your response.

    As a vector, \(\nabla f(x_0,y_0)\) defines a direction and a length. As we will soon see, both of these convey important information about the behavior of \(f\) near \((x_0,y_0)\text{.}\)

    The Direction of the Gradient

    Remember that the dot product also conveys information about the angle between the two vectors. If \(\theta\) is the angle between \(\nabla f(x_0,y_0)\) and \(\mathbf{u}\) (where \(\mathbf{u}\) is a unit vector), then we also have that

    \[ D_{\mathbf{u}}f(x_0,y_0) = \nabla f(x_0,y_0)\cdot\mathbf{u} = |\nabla f(x_0,y_0)||\mathbf{u}| \cos(\theta). \nonumber \]

    In particular, when \(\theta\) is a right angle, as shown on the left of Figure \(\PageIndex{4}\), then \(D_{\mathbf{u}}f(x_0,y_0) = 0\text{,}\) because \(\cos(\theta) = 0\text{.}\) Since the value of the directional derivative is 0, this means that \(f\) is unchanging in this direction, and hence \(\mathbf{u}\) must be tangent to the contour of \(f\) that passes through \((x_0,y_0)\text{.}\) In other words, \(\nabla f(x_0,y_0)\) is orthogonal to the contour through \((x_0,y_0)\text{.}\) This shows that the gradient vector at a given point is always perpendicular to the contour passing through the point, confirming that what we saw in part (c) of Activity \(\PageIndex{3}\) holds in general.

    fig_10_6_gradient_angle_1.svg fig_10_6_gradient_angle_2.svg fig_10_6_gradient_angle_3.svg

    Figure \(\PageIndex{4}\). The sign of \(D_{\mathbf{u}} f(x_0,y_0)\) is determined by \(\theta\text{.}\)

    Moreover, when \(\theta\) is an acute angle, it follows that \(\cos(\theta) > 0\) so since

    \[ D_{\mathbf{u}}f(x_0,y_0) = |\nabla f(x_0,y_0)||\mathbf{u}| \cos(\theta), \nonumber \]

    and therefore \(D_{\mathbf{u}}f(x_0,y_0) > 0\text{,}\) as shown in the middle image in Figure \(\PageIndex{4}\). This means that \(f\) is increasing in any direction where \(\theta\) is acute. In a similar way, when \(\theta\) is an obtuse angle, then \(\cos(\theta) \lt 0\) so \(D_{\mathbf{u}}f(x_0,y_0) \lt 0\text{,}\) as seen on the right in Figure \(\PageIndex{4}\). This means that \(f\) is decreasing in any direction for which \(\theta\) is obtuse.

    Finally, as we can see in the following activity, we may also use the gradient to determine the directions in which the function is increasing and decreasing most rapidly.

    Activity \(\PageIndex{4}\)

    In this activity we investigate how the gradient is related to the directions of greatest increase and decrease of a function. Let \(f\) be a differentiable function and \(\mathbf{u}\) a unit vector.

    1. Let \(\theta\) be the angle between \(\nabla f(x_0,y_0)\) and \(\mathbf{u}\text{.}\) Use the relationship between the dot product and the angle between two vectors to explain why
      \[ D_{\mathbf{u}} f(x_0,y_0) = |\langle f_x(x_0,y_0), f_y(x_0,y_0) \rangle | \cos(\theta).\label{eq_10_6_DD_grad2} \]
    2. At the point \((x_0,y_0)\text{,}\) the only quantity in Equation \ref{eq_10_6_DD_grad2} that can change is \(\theta\) (which determines the direction \(\mathbf{u}\) of travel). Explain why \(\theta = 0\) makes the quantity
      \[ |\langle f_x(x_0,y_0), f_y(x_0,y_0) \rangle| \cos(\theta) \nonumber \]

      as large as possible.

    3. When \(\theta = 0\text{,}\) in what direction does the unit vector \(\mathbf{u}\) point relative to \(\nabla f(x_0,y_0)\text{?}\) Why? What does this tell us about the direction of greatest increase of \(f\) at the point \((x_0,y_0)\text{?}\)
    4. In what direction, relative to \(\nabla f(x_0,y_0)\text{,}\) does \(f\) decrease most rapidly at the point \((x_0,y_0)\text{?}\)
    5. State the unit vectors \(\mathbf{u}\) and \(\mathbf{v}\) (in terms of \(\nabla f(x_0,y_0)\)) that provide the directions of greatest increase and decrease for the function \(f\) at the point \((x_0,y_0)\text{.}\) What important assumption must we make regarding \(\nabla f(x_0,y_0)\) in order for these vectors to exist?

    The Length of the Gradient

    Having established in Activity \(\PageIndex{4}\) that the direction in which a function increases most rapidly at a point \((x_0,y_0)\) is the unit vector \(\mathbf{u}\) in the direction of the gradient, (that is, \(\mathbf{u} = \frac{1}{|\nabla f(x_0,y_0)|} \nabla f(x_0,y_0)\text{,}\) provided that \(\nabla f(x_0,y_0) \ne \mathbf{0}\)), it is also natural to ask, “in the direction of greatest increase for \(f\) at \((x_0,y_0)\text{,}\) what is the value of the rate of increase?” In this situation, we are asking for the value of \(D_{\mathbf{u}} f(x_0,y_0)\) where \(\mathbf{u} = \frac{1}{|\nabla f(x_0,y_0)|} \nabla f(x_0,y_0)\text{.}\)

    Using the now familiar way to compute the directional derivative, we see that

    \[ D_{\mathbf{u}} f(x_0,y_0) = \nabla f(x_0,y_0) \cdot \left(\frac{1}{|\nabla f(x_0,y_0)|} \nabla f(x_0,y_0) \right). \nonumber \]

    Next, we recall two important facts about the dot product: (i) \(\mathbf{w}\cdot (c \mathbf{v}) = c (\mathbf{w} \cdot \mathbf{v})\) for any scalar \(c\text{,}\) and (ii) \(\mathbf{w} \cdot \mathbf{w} = |\mathbf{w}|^2\text{.}\) Applying these properties to the most recent equation involving the directional derivative, we find that

    \[ D_{\mathbf{u}} f(x_0,y_0) = \frac{1}{|\nabla f(x_0,y_0)|} (\nabla f(x_0,y_0) \cdot \nabla f(x_0,y_0)) = \frac{1}{|\nabla f(x_0,y_0)|} |\nabla f(x_0,y_0)|^2. \nonumber \]

    Finally, since \(\nabla f(x_0,y_0)\) is a nonzero vector, its length \(|\nabla f(x_0,y_0)|\) is a nonzero scalar, and thus we can simplify the preceding equation to establish that

    \[ D_{\mathbf{u}} f(x_0,y_0) = |\nabla f(x_0,y_0)|. \nonumber \]

    We summarize our most recent work by stating two important facts about the gradient.

    Important facts about the gradient

    Let \(f\) be a differentiable function and \((x_0,y_0)\) a point for which \(\nabla f(x_0,y_0) \ne \mathbf{0}\text{.}\) Then \(\nabla f(x_0,y_0)\) points in the direction of greatest increase of \(f\) at \((x_0,y_0)\text{,}\) and the instantaneous rate of change of \(f\) in that direction is the length of the gradient vector. That is, if \(\mathbf{u} = \frac{1}{|\nabla f(x_0,y_0)|} \nabla f(x_0,y_0)\text{,}\) then \(\mathbf{u}\) is a unit vector in the direction of greatest increase of \(f\) at \((x_0,y_0)\text{,}\) and \(D_{\mathbf{u}} f(x_0,y_0) = |\nabla f(x_0,y_0)|\text{.}\)

    Activity \(\PageIndex{5}\)

    Consider the function \(f\) defined by \(f(x,y) = -x + 2xy - y\text{.}\)

    a. Find the gradient \(\nabla f(1,2)\) and sketch it on Figure \(\PageIndex{5}\).

    fig_10_6_activity_empty.svg

    Figure \(\PageIndex{5}\). A plot for the gradient \(\nabla f(1,2)\text{.}\)

    b. Sketch the unit vector \(\mathbf{z} = \left\langle-\frac1{\sqrt{2}}, -\frac1{\sqrt{2}}\right\rangle\) on Figure \(\PageIndex{5}\) with its tail at \((1,2)\text{.}\) Now find the directional derivative \(D_{\mathbf{z}}f(1,2)\text{.}\)

    c. What is the slope of the graph of \(f\) in the direction \(\mathbf{z}\text{?}\) What does the sign of the directional derivative tell you?

    d. Consider the vector \(\mathbf{v} = \langle 2,-1\rangle\) and sketch \(\mathbf{v}\) on Figure \(\PageIndex{5}\) with its tail at \((1,2)\text{.}\) Find a unit vector \(\mathbf{w}\) pointing in the same direction of \(\mathbf{v}\text{.}\) Without computing \(D_{\mathbf{w}}f(1,2)\text{,}\) what do you know about the sign of this directional derivative? Now verify your observation by computing \(D_{\mathbf{w}}f(1,2)\text{.}\)

    e. In which direction (that is, for what unit vector \(\mathbf{u}\)) is \(D_{\mathbf{u}}f(1,2)\) the greatest? What is the slope of the graph in this direction?

    f. Corresponding, in which direction is \(D_{\mathbf{u}}f(1,2)\) least? What is the slope of the graph in this direction?

    g. Sketch two unit vectors \(\mathbf{u}\) for which \(D_{\mathbf{u}}f(1,2) = 0\) and then find component representations of these vectors.

    h. Suppose you are standing at the point \((3,3)\text{.}\) In which direction should you move to cause \(f\) to increase as rapidly as possible? At what rate does \(f\) increase in this direction?

    Applications

    The gradient finds many natural applications. For example, situations often arise — for instance, constructing a road through the mountains or planning the flow of water across a landscape — where we are interested in knowing the direction in which a function is increasing or decreasing most rapidly.

    For example, consider a two-dimensional version of how a heat-seeking missile might work.(This application is borrowed from United States Air Force Academy Department of Mathematical Sciences.) Suppose that the temperature surrounding a fighter jet can be modeled by the function \(T\) defined by

    \[ T(x,y) = \frac{100}{1+(x-5)^2 + 4(y-2.5)^2}, \nonumber \]

    where \((x,y)\) is a point in the plane of the fighter jet and \(T(x,y)\) is measured in degrees Celsius. Some contours and gradients \(\nabla T\) are shown on the left in Figure \(\PageIndex{6}\).

    fig_10_6_missile_grad.svg fig_10_6_missile_path.svg

    Figure \(\PageIndex{6}\). Contours and gradient for \(T(x,y)\) and the missile's path.

    A heat-seeking missile will always travel in the direction in which the temperature increases most rapidly; that is, it will always travel in the direction of the gradient \(\nabla T\text{.}\) If a missile is fired from the point \((2,4)\text{,}\) then its path will be that shown on the right in Figure \(\PageIndex{6}\).

    In the final activity of this section, we consider several questions related to this context of a heat-seeking missile, and foreshadow some upcoming work in Section 10.7.

    Activity \(\PageIndex{6}\)
    1. The temperature \(T(x,y)\) has its maximum value at the fighter jet's location. State the fighter jet's location and explain how Figure \(\PageIndex{6}\) tells you this.
    2. Determine \(\nabla T\) at the fighter jet's location and give a justification for your response.
    3. Suppose that a different function \(f\) has a local maximum value at \((x_0,y_0)\text{.}\) Sketch the behavior of some possible contours near this point. What is \(\nabla f(x_0,y_0)\text{?}\) (Hint: What is the direction of greatest increase in \(f\) at the local maximum?)
    4. Suppose that a function \(g\) has a local minimum value at \((x_0,y_0)\text{.}\) Sketch the behavior of some possible contours near this point. What is \(\nabla g(x_0,y_0)\text{?}\)
    5. If a function \(g\) has a local minimum at \((x_0,y_0)\text{,}\) what is the direction of greatest increase of \(g\) at \((x_0,y_0)\text{?}\)

    Summary

    • The directional derivative of \(f\) at the point \((x,y)\) in the direction of the unit vector \(\mathbf{u} = \langle u_1, u_2 \rangle\) is
      \[ D_{\mathbf{u}}f(x,y) = \lim_{h \to 0} \frac{f(x+u_1h, y+u_2h) - f(x,y)}{h} \nonumber \]

      for those values of \(x\) and \(y\) for which the limit exists. In addition, \(D_{\mathbf{u}}f(x,y)\) measures the slope of the graph of \(f\) when we move in the direction \(\mathbf{u}\text{.}\) Alternatively, \(D_{\mathbf{u}} f(x_0,y_0)\) measures the instantaneous rate of change of \(f\) in the direction \(\mathbf{u}\) at \((x_0,y_0)\text{.}\)

    • The gradient of a function \(f=f(x,y)\) at a point \((x_0,y_0)\) is the vector
      \[ \nabla f(x_0,y_0) = \left\langle f_x(x_0,y_0), f_y(x_0,y_0)\right\rangle. \nonumber \]
    • The directional derivative in the direction \(\mathbf{u}\) may be computed by
      \[ D_{\mathbf{u}}f(x_0,y_0) = \nabla f(x_0,y_0)\cdot \mathbf{u}. \nonumber \]
    • At any point where the gradient is nonzero, gradient is orthogonal to the contour through that point and points in the direction in which \(f\) increases most rapidly; moreover, the slope of \(f\) in this direction equals the length of the gradient \(|\nabla f(x_0,y_0)|\text{.}\) Similarly, the opposite of the gradient points in the direction of greatest decrease, and that rate of decrease is the opposite of the length of the gradient.

    This page titled 10.6: Directional Derivatives and the Gradient is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Matthew Boelkins, David Austin & Steven Schlicker (ScholarWorks @Grand Valley State University) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?