I am given the following:
"Consider the curve
$$ g: t \mapsto \begin{bmatrix} t\cos{t}\\ t\sin{t}\\ t^{2} \end{bmatrix} $$
and the paraboloid
$$ F(x,y,z) : z = x^{2} + y^{2} $$
containing $g$. Verify that
$$ g'(t) \cdot \nabla F = 0 $$
where the dot repredents the dot product."
I don't know what $\nabla F$ means, nor can I come up with a possible meaning for it. I know what a gradient is and how to compute it, I can calculate the partial derivatives of the arguments(?) $x,y,z$ of $F$ with respect to one another but I wouldn't know how to put them together into a vector. I've had a few ideas, but none of them seemed quite right.
EDIT: I am getting the impression that this question was badly phrased. Anyone has any idea of what could have been initially intended?
EDIT2: For the record, the matter was settled. This answer explains it also. Let $F(x,y,z) = x^{2} + y^{2} - z$. Then, for any $(x_0,y_0,z_0)\in\mathbf{R}^{3}$ with $F(x_0,y_0,z_0) = C $ for some $C\in\mathbf{R}$ we have that the gradient of $F$ at $(x_0,y_0,z_0)$ is orthogonal to the plane tangent to the surface $S=\{(x,y,z)\in\mathbf{R}^3:F(x,y,z) = C\}$ at the point $(x_0,y_0,z_0)$ (in a manner analogous to the gradient being perpendicular to contour lines of a two variable function). Under this definition one can indeed verify that $g'(t) \cdot \nabla F(t\cos{t},t\sin{t},t^{2})=0$ for any $t$.