Finding the Gradient Vector for a Given Point on a Surface

  • Context: Graduate 
  • Thread starter Thread starter reddawg
  • Start date Start date
  • Tags Tags
    Derivatives
Click For Summary
SUMMARY

To find the gradient vector for a given point on a surface defined by the equation z = f(x,y), one must compute the gradient ∇f at that point, represented as ∇f = ⟨f_x, f_y⟩. The directional derivative D_u(f) is equal to zero when the gradient vector is orthogonal to the chosen unit vector u, defined as u = ⟨a, b⟩. This requires solving the equation ∇f · u = 0, which involves determining the appropriate direction for u based on the angle with the coordinate axes. The process may involve some complexity due to the three-dimensional nature of the problem.

PREREQUISITES
  • Understanding of gradient vectors in multivariable calculus
  • Familiarity with directional derivatives and their computation
  • Knowledge of unit vectors and their properties
  • Basic proficiency in solving equations involving vectors
NEXT STEPS
  • Study the properties of gradient vectors in multivariable calculus
  • Learn how to compute directional derivatives for functions of multiple variables
  • Explore the geometric interpretation of gradients and directional derivatives
  • Investigate applications of gradients in optimization problems
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working with multivariable functions and need to understand gradient vectors and directional derivatives for optimization and analysis of surfaces.

reddawg
Messages
46
Reaction score
0
Say you are given the equation of a surface f(x,y) and a point (x,y,z) on the surface.

How would one find the gradient vector in which the directional derivative Duf is equal to zero.
 
Physics news on Phys.org
Given the equation z = f(x,y) and the point (x0,y0,z0) you want to find the direction along which the directional derivative is zero.
The directional derivative as a function of direction (the latter given by a unity vector n, with components n_x and n_y) can be written as
$$\frac{\partial f}{\partial n} = \frac{\partial f}{\partial x} n_x + \frac{\partial f}{\partial y} n_y$$
You can express n as a function of the angle with the coordinate axis, at which point you can equate the expression above to zero, and try to solve it for the angle of n.
 
That's exactly correct. The directional derivative of some function f(x,y,z) at a point x0, y0, z0 in the r direction is just the gradient of f at that point dotted with the unit vector in the r direction. Ie, df/dr = ∇f(x0, y0, z0) \bullet r. You'll want to solve for where df/dr = 0, which might be a little tricky since r has three components. Good luck!
 
reddawg said:
Say you are given the equation of a surface f(x,y) and a point (x,y,z) on the surface.

How would one find the gradient vector in which the directional derivative Duf is equal to zero.

The gradient vector and the direction in which ##D_u(f)=0## are two different things. Which do you want? You have ##\nabla f =\langle f_x, f_y\rangle## and a unit vector ##\hat u =
\langle a,b\rangle##. Choose ##\vec u## such that ##\nabla f \cdot \hat u## is zero.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K