Ryan B. answered 07/27/20
A Wicked Smart Nerd!
The directional derivative of any particular function is the gradient vector as a dot product with the unit vector of the direction.
- transfer the <5,-12> into a uint vector
- find the partial derivative of the function with respect to x, and then do another one with respect to y
- finally complete the dot product of the two vectors and you will get the directional derivative
- plug in your values
If you need help with one of the particular steps let me know!