Let $f(x,y) = x^2-xy+y^2-y$ Find the directions $u$ for which
$D_uf(1,-1)=0$
I don't really have a method of solving this. I tried cross product, but that was completely off. Eventually after some plug and play, I came up with $u = 5/3i+5/4j$ which fits the equation of $D_uf(1,-1)=0$, but the answer doesn't match the back of my textbook.
The function is smooth, so $df(x,u) = Df(x)u$. Since $Df(x) = (2x-y, 2y-x-1 ) $, we have $Df((1,-1)^T) = (3,-4)$.
Now compute $u$ such that $(3,-4) u = 0$.
This is equivalent to finding $u_1,u_2$ such that $3 u_1-4 u_2 = 0$, which can be seen to be the subspace { $\lambda(4,3)^T \}_{\lambda \in \mathbb{R}}$.