By about how much does the function f(x, y, z) =e^x cos(y-z) change as a point P(x, y, z) moves away from the origin a distance of ds= 0.1 in the direction of i+ 2j+3k? (Hint: Consider how we can get the differential df from the differential ds.)
1
Expert's answer
2020-10-16T15:27:34-0400
Let us determine the coordinates of the unit vector that is parallel to {1,2,3} :
s={c,2c,3c}. The modulus is 1, so c2+(2c)2+(3c)2=1⇒c=141 .
Therefore, the directional derivative in (0,0,0) will be
∇ef(x)=∂x∂fe1+∂y∂fe2+∂z∂fe3=excos(y−z)⋅c−exsin(y−z)⋅2c+exsin(y−z)⋅3c=ex⋅c⋅(cos(y−z)−2sin(y−z)+3sin(y−z))=ex⋅c⋅(cos(y−z)+sin(y−z))=e0⋅141⋅(cos0+sin0)=141Next, we should calculate df=ds⋅∇ef(x)=0.1⋅141.
Comments