Find the directional derivative of the function f(x, y, z) = 2xy-yz at the point(1,1,1) in the direction of u=<1,2,3>. Is there a direction (^v) in which f(x, y, z) has a directional derivative D^vf=-3 at the point (1,-1,1)?
1
Expert's answer
2020-10-18T17:34:25-0400
You
16:46
fx(x,y,z)=2y,fy(x,y,z)=2x−z,fz(x,y,z)=−y.. Since the partial derivatives are continuous we can easily find directional derivatives through dot product. point= (1,1,1). Hence fx=2,fy=1,fz=−1 at the given point. Unit vector= 12+22+321(1,2,3)=(141,142,143) Hence directional derivative = 2.141+1.142−1.143=141.
In the next case let the unit vector along the direction be (a,b,c). Hence a2+b2+c2=1 and −2a+b+c=−3. Hence (b+c)2=(2a−3)2. Hence 2bc=(2a−3)2−(1−a2) . Hence (b−c)2=1−a2−(2a−3)2+1−a2=12a−7−6a2.
R.H.S.= −[1+6(a−1)2]<0⇒⇐. Hence no such direction exists.
Comments