Pinedas42
- 11
- 0
Homework Statement
Assume f(1,1,1)=3 and f(1.1,1.2,1.1)=3.1
a) Which directional derivative Duf at (1,1,1) can be estimated from this information? Give vector u
b) Estimate the directional derivative in part a
Homework Equations
Duf = del f (dot product) vector u
del f = (\partialf/\partialx, \partialf/\partialy)
The Attempt at a Solution
So far I've been able to get unit vector
u = <1.1-1, 1.2-1, 1.1-1>/\sqrt{.1^2+.2^2+.1^2} = <0.41, 0.82, 0.41>
I've been rolling it around in my head but I can't think of a way to obtain del f.
How would I get any thing resembling the partial derivatives of the unknown function, if all I know are points? I understand del f is the vector pointing in the direction of greatest change.
Edit: I have made another push at an answer.
I figured del f= <partial f/ partial x, partial f/ partial y, partial f/partial x>
using partial f = 3.1-1=.1
partial x = .1
partial y= .2
partial z= .1
del f= <.1/.1, .1/.2, .1/.1>=<1, 1/2, 1>
so the directional derivative would be
<1, 1/2, 1>dot<.41, .82, .41> =1.23
Last edited: