Given the function: $$ f(x,y,z) = \frac{1}{x+y+z} $$ What's the directional derivative in the direction of the gradient at $(x,y,z) =(1,1,1)$?
I calculated that: $$ \overrightarrow{\triangledown} f \;\biggr\rvert_{(1,1,1)} = -\frac{1}{9}(1,1,1) $$
Thus the directional derivative in the direction of the gradient at $(1,1,1)$ is: $$ \left(\overrightarrow{\triangledown} f \;\biggr\rvert_{(1,1,1)}\right) \cdot \widehat{\left(\overrightarrow{\triangledown} f \;\biggr\rvert_{(1,1,1)}\right)} = -\frac{1}{9}(1,1,1) \cdot \frac{1}{3\sqrt{3}}(1,1,1) = - 3\sqrt{3} $$
But that answer was marked as false. Why?