Dot product between grad f and an arbitrary 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
3 replies · 7K views
guiness
Messages
4
Reaction score
0
Given a function f: R^n -> R, a point x in R^n, and an arbitrary vector v in R^n - is the dot product between grad f and v (evaluated at x) the same as df/dv?

If yes, it would be great if someone were to demonstrate a proof.

If no, what should be the correct interpretation of the dot product?
 
Physics news on Phys.org
The first thing you will have to do is define df/dv! I know, for example, Dvf as the directional derivative Defennder refers to- the rate of change of f in the direction of v which is independent of the length of v. The dot product of grad f with an arbitrary unit vector is the derivative in that direction. The dot product of grad f with an arbitrary vector is the derivative in that direction multiplied by the length of the vector.
 
Thanks for the links! It makes sense now.