Help to gradient and directional derivative .
What is the definition of gradient?
You have a function \( f : \mathbb{R}^2 \rightarrow \mathbb{R} \), grad(f) is defined as ...
The partiel derivatives of the function respect to x and y .
Right. Hence in this case grad(f) = (..., ...) what? And then the directional derivative in a (unit direction) is given by \( D_u f = grad(f).u \), the inner product between the gradient and the direction \( u \).
\[ f(x,y) = x^3 + y^2 - xy \]
grad(f) = <3x^2, 2y> = (3x^2)i + (2y)j fx(1,2) = 3 fy(1,2) = 4 Duf(x,y) = 3u1+4u2 .
No. \[ grad(f) = \nabla f = (\partial f / \partial x, \partial f / \partial y) = (3x^2 - y, 2y - x) \]
Thus \( \nabla f(1,2) = (3-2,4-1)=(1,3) \)
Okay. So we get: fx(1,2) = 3*(1)^2-2 = 1 fy(1,2) = 2*2-1 = 3 Duf(x,y) = u1+3u2 . Is that correct?
Yes.
Thank you, James .. Could you help me with the second questions. I dont get how to find the vector, when the directional derivative is equal to zero.
Join our real-time social learning platform and learn together with your friends!