I've been trying to solve this question:
Find a unit vector with positive $z$ component which is normal to the surface $z=x^4y+xy^2$ at the point $(1,1,2)$ on the surface.
My working:
Let $z=f(x,y) = x^4 y + xy^2$,
$$\begin{split}\frac{\partial F}{\partial x} &= 4x^3y+y^2\\ \frac{\partial F}{\partial x}(1,1) &= 4(1)^3(1)+(1)^2 = 5\\ \frac{\partial F}{\partial y} &= x^4+2xy\\ \frac{\partial F}{\partial y} &= (1)^4+2(1)(1)=3 \end{split} $$
Therefore the normal vector is $(5, 3, -1)^T$
But the answers say, $(-\frac{1}{7}\sqrt{35}, -\frac{3}{35}\sqrt{35}, \frac{1}{35}\sqrt{35})^T$
I assume the words unit, positive in the question has something to do with this? I also noticed that when I multiply the components of my answer by $-\frac{\sqrt{35}}{5}$ the answer pops out.
You just need to take the negative of this vector, to get a positive z-component, and then divide by its length to get a unit vector. (You'll also need to rationalize the denominator to get the answer in the form given.)