In my (undergraduate) readings in differential geometry, it seems that they assume that only parametrized surfaces are relevant. But what do we do when we get a surface in implicit form such as:
$$f(x,y,z)=0 \tag{?}$$
In very simple cases such as $x+y+z=0$ we can solve for one of the variables, say $z$ and then we obtain a parametrization:
$$\phi(x,y) = (x,y,-x-y)$$
But we can have a very complicated function where this is not possible. In this cases, how do we compute the plethora of fundamental quantities we see in differential geometry? Such as:
- First fundamental form.
- Second fundamental form.
- Normal curvature.
- Mean curvature.
The ways to compute these quantities I've seen in books mostly depend on we having a parametrized surface. By having the first and second items, I guess I'd be able to compute the other items. Is there a way to do it or this is actually case is ignored because it's impossible in general?