Given the following function
$$f(x, y, z) = 2x ^2 + 4y − z$$
and the parametric curve L given by
$$x = t,$$ $$y = t − 1,$$
$$z = t ^2 + 4t$$,
$$t ∈ [0, 5].$$
Let $(a, b, c)$ be the point of intersection between the level surface $f(x, y, z) = 0$ and the curve L, Find the directional derivative of f at $(a, b, c)$ in the direction of the tangent to L at $(a, b, c)$ (where the tangent vector is taken in the direction of increasing t)
What i tried
I know the formula for finding directional derivative. $D=gradf.u$ where $u$ is the unit vector
I first find the gradient vector of $f(x,y,z)$ which gives $<4x,4,-1>$ substituting $(a, b, c)$ gives a gradient vector of $<4a,4,-1>$ but im stuck from here onwards, as i cant releate my parametric equation to my gradient vector? And im unsure of how to find the unit vector $u$ so that i can use the formula above. Could anyone help me with this. Thanks for any help.