Implicit Representation of Surfaces - Basic Quesion

89 Views Asked by At

I am reading on implicit representations of surfaces and cant quite come around the following example. Take $F : \mathbb{R^3} \rightarrow \mathbb{R}$, where $F(x,y,z)=x^2+y^2+z^2$. Now we want to verify under what conditions the equation:

$$ F(x,y,z)=c $$

define a $C^1$ surface. Now:

$$ dF = \begin{pmatrix}2x&2y&2z\end{pmatrix} $$

Rank$(dF)=2$ if $(x,y,z)\neq0$. The author follows up concluding that the 2-dimensional surface is well defined if $c>0$. I have a gap somewhere and can't follow the argument. Any hints os references? Thanks.

2

There are 2 best solutions below

2
On

Have a look here http://en.wikipedia.org/wiki/Preimage_theorem or e.g. in the book by Guillemin and Pollack Differential Topology.

Basically in your case the preimage theorem says that if $F:R^3\rightarrow R$ is a smooth function and if $c\in R$ is a point such that for all $x$ in the preimage $f^{-1}(c)$ the Jacobian $DF_x$ has maximal rank (such a point is called a regular value), then the locus $\{(x_1,x_2,x_3)\in R^3:F(x_1,x_2,x_3)=c$ is a manifold of dimension $\mathrm{dim}(R^3)-\mathrm{dim}(R)=2$.

0
On

What it is happening is that $F^{-1}(c)$ is the set in ${\Bbb{R}}^3$ of triples $(x,y,z)$ such that $x^2+y^2+z^2=c$, meaning that they are at a sphere of radius $\sqrt{c}$, in case of $c>0$.

For $c=0$ there is only triple in $F^{-1}(0)$ which is $(0,0,0)$.

And for $c<0$ we have $F^{-1}(c)=\varnothing$, because $x^2+y^2+z^2\ge0$