Gradient Vector
The directional derivative and gradient are very closely related. On this page we give an overview of both but discuss only the gradient in detail. On the directional derivative page you will find a more complete discussion of the directional derivative. However, you need to understand the gradient first.
Topics You Need To Understand For This Page |
---|
Recommended Books on Amazon (affiliate links) | ||
---|---|---|
![]() |
![]() |
![]() |
Overview of the Gradient and the Directional Derivative
Directional Derivative - - You know from single variable calculus that the derivative is just the slope of the tangent line. If you are given a point, you can find the slope of the specific tangent line at that specific point. Similarly, the directional derivative is the slope of a tangent line but it applies to three dimensions where you are given a point and a unit vector. This unit vector tells you which specific tangent line you are talking about at that point. In summary, a directional derivative is the slope of a tangent line in a specific direction.
Gradient - - The gradient is a vector (which is why its also called the gradient vector) calculated using the partial derivative. It contains information about the slope at every point. We can use the gradient to get the directional derivative.
Remember that in multi-variable calculus most concepts use special notation. The directional derivative and gradient are no exception.
Gradient
\(\displaystyle{ \nabla g(x,y) = \frac{\partial g}{\partial x} \hat{i} + \frac{\partial g}{ \partial y}\hat{j} }\)
where \(\displaystyle{ \nabla }\) is the 'del' operator
\(\displaystyle{ \nabla = \frac{\partial }{\partial x}\hat{i} + \frac{\partial }{ \partial y}\hat{j} }\)
The gradient can also be indicated by grad(g) and can be called the grad of g. Notice that we do not use vector notation on \(\nabla g(x,y)\). We could write \( \vec{ \nabla } g(x,y)\) to clearly indicate that the result is a vector and some instructors do this. However, many of them don't and we won't either. So you just need to remember that \(\nabla g(x,y)\) is a vector (or, more precisely, a vector field).
So you may be asking yourself, what does the gradient actually mean? What does it look like? Well, here is a great video that will give you a more intuitive understanding of the gradient vector.
video by Trefor Bazett |
---|
Functions of More Than Two Variables
You can easily extend the definition of the gradient and directional derivative to functions of 3 or more variables. However, as you increase the number of variables, you lose the physical interpretation of slope. For three dimensions, the gradient looks like you would expect.
\(\displaystyle{ \nabla h(x,y,z) = \frac{\partial h}{\partial x} \hat{i} + \frac{\partial h}{ \partial y}\hat{j} + \frac{\partial h}{ \partial z}\hat{k} }\) |
Before going on to the directional derivative, let's make sure we understand the gradient by working a few practice problems.
Practice
Unless otherwise instructed, find the gradient vector of these functions.
\( f(x,y) = x\sin y + \cos y \)
Problem Statement |
---|
Find the gradient of \( f(x,y) = x\sin y + \cos y \)
Final Answer |
---|
\(\nabla f(x,y) = (\sin y) \vhat{i} + (x\cos y - \sin y)\vhat{j}\)
Problem Statement
Find the gradient of \( f(x,y) = x\sin y + \cos y \)
Solution
\(\displaystyle{ \nabla f(x,y) = \frac{\partial f}{\partial x} \vhat{i} + \frac{\partial f}{\partial y} \vhat{j} }\) |
\( = (\sin y + 0) \vhat{i} + (x\cos y - \sin y)\vhat{j} \) |
\( = (\sin y) \vhat{i} + (x\cos y - \sin y) \vhat{j} \) |
Final Answer
\(\nabla f(x,y) = (\sin y) \vhat{i} + (x\cos y - \sin y)\vhat{j}\)
Log in to rate this practice problem and to see it's current rating. |
---|
If \( f(x,y,z) = x^3+y+z^2 \), calculate \( \nabla f \) and \( \nabla f(1,2,3) \).
Problem Statement
If \( f(x,y,z) = x^3+y+z^2 \), calculate \( \nabla f \) and \( \nabla f(1,2,3) \).
Solution
video by Dr Chris Tisdell |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
Calculate \(\displaystyle{ \nabla \left( \frac{\kappa^2 \arctan \tau}{\kappa-\tau^3} \right) }\) at \( (\tau, \kappa) = (1,5) \)
Problem Statement |
---|
Calculate \(\displaystyle{ \nabla \left( \frac{\kappa^2 \arctan \tau}{\kappa-\tau^3} \right) }\) at \( (\tau, \kappa) = (1,5) \)
Hint |
---|
This problem uses unusual variables \( \tau \) and \( \kappa \). However, they work just as if you had t and x.
Problem Statement
Calculate \(\displaystyle{ \nabla \left( \frac{\kappa^2 \arctan \tau}{\kappa-\tau^3} \right) }\) at \( (\tau, \kappa) = (1,5) \)
Hint
This problem uses unusual variables \( \tau \) and \( \kappa \). However, they work just as if you had t and x.
Solution
video by World Wide Center of Mathematics |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
Calculate the gradient vector field of \( f(x,y) = \ln(2x+5y) \).
Problem Statement
Calculate the gradient vector field of \( f(x,y) = \ln(2x+5y) \).
Solution
video by MIP4U |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
Given \( f(x,y) = xy \), determine \( \nabla f(-3,2) \).
Problem Statement
Given \( f(x,y) = xy \), determine \( \nabla f(-3,2) \).
Solution
video by MIP4U |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\( f(x,y,z) = z e^{-xy} \)
Problem Statement |
---|
Find the gradient of \( f(x,y,z) = z e^{-xy} \)
Final Answer |
---|
\( \nabla f(x,y,z) = -yze^{-xy} \vhat{i} - xz e^{-xy} \vhat{j} + e^{-xy} \vhat{k} \)
Problem Statement
Find the gradient of \( f(x,y,z) = z e^{-xy} \)
Solution
\(\displaystyle{ \nabla f(x,y,z) = \frac{\partial f}{\partial x} \vhat{i} + \frac{\partial f}{\partial y} \vhat{j} + \frac{\partial f}{\partial z} \vhat{k} }\) |
\(\displaystyle{ z(-y)e^{-xy} \vhat{i} + z (-x) e^{-xy} \vhat{j} + e^{-xy} \vhat{k} }\) |
Final Answer
\( \nabla f(x,y,z) = -yze^{-xy} \vhat{i} - xz e^{-xy} \vhat{j} + e^{-xy} \vhat{k} \)
Log in to rate this practice problem and to see it's current rating. |
---|
\( f(x,y) = 3x + 7y \)
Problem Statement
Find the gradient vector of \( f(x,y) = 3x + 7y \)
Solution
video by Thomas Wernau |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\( f(x,y) = \sin(xy) \)
Problem Statement
Find the gradient vector of \( f(x,y) = \sin(xy) \)
Solution
video by Thomas Wernau |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\( f(x,y) = \ln x + \arctan(xy) \)
Problem Statement
Find the gradient vector of \( f(x,y) = \ln x + \arctan(xy) \)
Solution
video by Thomas Wernau |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\( f(x,y) = xyz^{-1} \)
Problem Statement
Find the gradient vector of \( f(x,y) = xyz^{-1} \)
Solution
video by Thomas Wernau |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
Really UNDERSTAND Calculus
Log in to rate this page and to see it's current rating.
Links You May Find Helpful |
---|
Better Explained: Vector Calculus: Understanding the Gradient |
To bookmark this page and practice problems, log in to your account or set up a free account.
Do you have a practice problem number but do not know on which page it is found? If so, enter the number below and click 'page' to go to the page on which it is found or click 'practice' to be taken to the practice problem.
| |
I recently started a Patreon account to help defray the expenses associated with this site. To keep this site free, please consider supporting me. |
---|
Support 17Calculus on Patreon |
|
---|