Find the absolute value of the directional derivative of ϕ(x,y,z)=x2y2z2 at the point (1,1,−1) in the direction of the tangent to the curve x=et, y=2sint+1, z=t−cost, at t=0.
Technique
The directional derivative is ∇ϕ⋅n^, where n^ is the unit tangent to the curve, n^=∣r′(t)∣r′(t).
Solution
Gradient of ϕ.∇ϕ=(2xy2z2,2x2yz2,2x2y2z).
At (1,1,−1) (note z2=1, z=−1):
∇ϕ(1,1,−1)=(2,2,−2).
Tangent to the curve at t=0. With r(t)=(et,2sint+1,t−cost),
r′(t)=(et,2cost,1+sint),r′(0)=(1,2,1).
(Check the point: r(0)=(1,1,−1), which is exactly the given point — consistent.)
Magnitude ∣r′(0)∣=12+22+12=6, so the unit tangent is
n^=61(1,2,1).