I need to find the directional derivative of a vector. However the direction of the line is given in the form $(x-1)/2 = (y-3)/-2 = z$ form. How do I find the vector equation for the direction from the above equation. The point where we need to find the directional derivative is $(1,1,1).$
See the question below
QUESTION: Find the directional derivative of M = 5*x^2*y -5*y^2*z + 2.5 z^2 x at the point p(1,1,1) in the direction of the line (x-1)/2 = (y-3)/-2 = z
Advanced Engineering Mathematics (B.S. Grewal) Vector calculus and it's application
$\frac{x-1}{2}=\frac{y-3}{-2}=z=t$, so $x=1+2t, y=3-2t, z=t$, so $r=(1,3,0)+t(2,-2,1)$.