Directional derivative and gradient vector

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
kasse
Messages
383
Reaction score
1

Homework Statement



Find the directional derivative of f=sqrt(xyz) at P(2,-1,-2) in the direction of v=i+2j-2k

The Attempt at a Solution



I calculate the gradient vector and obtain grad(f) at P= <1/2, 1, 1/2>

Then I find the unit vector of v, which is <1/3, 2/3, -2/3>

The directional derivative is the dot product of these two: 1/6 + 2/3 -2/6, which is 1/2. However, the answer is supposed to be -1/6 according to my textbook. Where's my mistake?
 
Physics news on Phys.org
Your mistake lies in your calculation of [tex]\vec\nabla f[/tex]

Its should be: [tex]\vec\nabla f = <1/2, -1, -1/2>[/tex]

Check your work for that part. Other than that everything else looks good. I get -1/6 for the directional derivative with that gradient. Good Luck!

G01