Obtain the directional derivative for a scalar field Φ(X,y,z) =3x²y-y³z² at the point (1,-2,-1) in the direction i+j+k
1
Expert's answer
2020-03-09T10:55:33-0400
At first, find the gradient at the point (1,−2,−1)
∂x∂Φ=6yx=6⋅(−2)⋅1=−12
∂y∂Φ=3x2−3y2z2=3⋅12−3⋅(−2)2⋅(−1)2=−9
∂z∂Φ=−2y3z=−2⋅(−2)3⋅(−1)=16
∇Φ(1,−2,−1)=−12i−9j+16z=(−12,−9,16)
Let u=u1i+u2j+u3k be a unit vector. The directional derivative at (1,-2,-1) in the direction of u is
DuΦ(1,−2,−1)=∇Φ(1,−2,−1)⋅u=
=(−12i−9j+16z)(u1i+u2j+u3k)=
=−12u1−9u2+16u3
To find the directional derivative in the direction of the vector (1,1,1), we need to find a unit vector in the direction of the vector (1,1,1). We simply divide by the magnitude of (1,1,1).
Comments