The Gradient of Functions of Several Variables

The Gradient of Functions of Several Variables

Recall from the Directional Derivatives page that if $z = f(x, y)$, then the directional derivative of $f$ at $(x, y) \in D(f)$ in the direction of the unit vector $\vec{u} = (a, b)$ is given by the following formula:

(1)
\begin{align} \quad D_{\vec{u}} \: f(x, y) = \left ( \frac{\partial z}{\partial x}, \frac{\partial z}{\partial y} \right ) \cdot (a, b) \end{align}

For a three variable function $w = f(x, y, z)$, then the directional derivative of $f$ at $(x, y, z) \in D(f)$ in the direction of the unit vector $\vec{u} = (a, b, c)$ is given by the following formula:

(2)
\begin{align} \quad D_{\vec{u}} \: f(x, y, z) = \left ( \frac{\partial w}{\partial x}, \frac{\partial w}{\partial y}, \frac{\partial w}{\partial z} \right ) \cdot (a, b, c) \end{align}

Thus, this directional derivative can be obtained by the vector dot product between the vector whose components are the partial derivatives of $f$ and the unit vector $\vec{u}$.

Definition: Let $z = f(x, y)$ be a two variable real-valued function. Then Gradient of $f$ denoted $\nabla f (x, y)$ of $\mathbf{grad}\: f (x, y)$ is $\nabla f (x, y) = \left ( f_x (x, y) , f_y (x, y) \right ) = f_x (x, y) \vec{i} + f_y (x, y) \vec{j}$, a vector-valued function whose components are the partial derivatives of $f$. If $w = f(x, y, z)$ then $\nabla f(x, y, z) = \left ( f_x (x, y, z), f_y (x, y, z), f_z (x, y, z) \right )$.

Of course the gradient can be written as $\nabla f (x, y) = \frac{\partial z}{\partial x} \vec{i} + \frac{\partial z}{\partial y} \vec{j}$ for a two variable real-valued function $z = f(x, y)$, and $\nabla f(x, y, z) = \frac{\partial w}{\partial x} \vec{i} + \frac{\partial w}{\partial y} \vec{j} + \frac{\partial w}{\partial z} \vec{k}$ for a three variable real-valued function $w = f(x, y, z)$.

We can now reformulate the definition of a directional derivative in terms of the gradient vector:

(3)
\begin{align} \quad D_{\vec{u}} \: f(x, y) = \nabla f(x, y) \cdot (a, b) \end{align}
(4)
\begin{align} \quad D_{\vec{u}} f(x, y, z) = \nabla f(x, y, z) \cdot (a, b, c) \end{align}

Example 1

Let $z = f(x, y) = 2x^2 e^x \sin y + 2y$. Find $\nabla f (x, y)$.

We note that $\frac{\partial z }{\partial x} = (4xe^x + 2x^2e^x)\sin y$, and $\frac{\partial z}{\partial y} = 2x^2 e^x \cos y + 2$. Therefore we have that:

(5)
\begin{align} \quad \quad \nabla f(x, y) = \left ( (4xe^x + 2x^2e^x)\sin y, 2x^2 e^x \cos y + 2 \right ) = [(4xe^x + 2x^2e^x)\sin y] \vec{i} + [2x^2 e^x \cos y + 2] \vec{j} \end{align}

Example 2

Let $w = f(x, y, z) = \cos x \cos y \cos z + xyz$. Find $\nabla f(x, y, z)$.

We note that $\frac{\partial w}{\partial x} = -\sin x \cos y \cos z + yz$, $\frac{\partial w}{\partial y} = -\cos x \sin y \cos z + xz$, and $\frac{\partial w}{\partial z} = -\cos x \cos y \sin z + xy$. Therefore we have that:

(6)
\begin{align} \quad \quad \nabla f(x, y, z) = \left (-\sin x \cos y \cos z + yz, -\cos x \sin y \cos z + xz, -\cos x \cos y \sin z + xy \right ) \end{align}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License