This is my question:
Let P be a plane considered as a surface in 3-space. Show that its second fundamental form is zero. Conversely, show that if the second fundamental form of a surface is identically zero then the surface is a plane.
So far I have that the general equation of the plane is $$ax+by+cz+d=0.$$ Then $$M(u,v)=(u,v,\alpha u + \beta v + \gamma),$$ where $a,b,c,d,\alpha,\beta, \gamma$ are all constants and $c\not=0$. Then $M_u=(1,0,\alpha)$ and $M_v=(0,1,\beta)$. I know that $\vec{n} =\frac{M_u \times M_v}{|M_u \times M_v|}$ which gives $$ \vec{n}=\frac{(-\alpha,-\beta, 1)}{\sqrt{\alpha^2+\beta^2+1}}.$$ Hence, the unit norm is a constant. $$ M_{uu}=M_{uv}=M_{vv}=0$$ Hence $l=m=n=0$, so the second fundamental form is $$ ldu^2+mdudv+ndv^2=0.$$
Now I need to show the converse, but I don't know how. Please help :)