The original post.
I was suggested to ask the question here.
To optimize $f(x,y,z)$ subject to $g(x,y,z)=h(x,y,z)=0$, we use the Lagrange Multiplier method and solve \begin{equation*} \nabla f=\lambda \nabla g+\mu\nabla h,\quad g=0,\quad h=0. \end{equation*} Geometrically, $\nabla f$ must lie on the normal plane spanned by $\nabla g$ and $\nabla h$. However, it can happen that $\nabla g$ is parallel to $\nabla h$ at certain points, and hence they cannot span the normal plane. In this case, does $\nabla f$ have to be parallel to $\nabla g$ to be a critical point? If yes, how to explain it? If no, can it happen that some critical points are missing? Thanks.