I was doing a sample question and came across this question.
A given surface is defined by the equation: $3x^2+2y^2-z=0$. Describe the normal vector at a point (x, y, z) on the surface. Calculate the normal vector at the point $(1,-1,5)$ on the surface.
The normal vector is $(6x, 4y, -1)$
How did the answer come out to be $(6x,4y,-1)$?
And how do I calculate the unit normal vector at the point $(1,-1,5)$?
Because that's the gradient of $3x^2+2y^2-z$.