I have to evaluate the directional derivative of the function $$f(x,y)=\frac{xy}{x^{2}+y^{2}+1}$$ in the direction of the vector $$u(t)=(t,1+2t)$$ at the point $$P(1,-1)$$
I know $$\nabla f(1,-1)=\left(-\frac{1}{9},\frac{1}{9}\right)$$ but my question is: how to normalize the vector $u$? I found out that for $t=1$ $$u(1)=(1,3)$$ and then $$D_{u}f=\left(-\frac{1}{9},\frac{1}{9}\right)\cdot\frac{1}{\sqrt{10}}(1,3)=\frac{2}{9\sqrt{10}}$$ but I'm not sure if this is the right way to do it.