Existence a path of a smooth manifold

64 Views Asked by At

Given a continuous differentiable functio $F:\mathbb{R}^n\mapsto \mathbb{R}^m$ with $n>m$. Define $$ {\cal M}=\{x\in\mathbb{R}^n: F(x)=0\} $$ and let $x_0\in{\cal M}$ such that the Jacobian of function $F$ at $x_0$, say $JF(x_0),$ has full-rank $m$.

Suppose that $r\in\mathbb{R}^n$ for which $JF(x_0)r=0.$ I wish to construct a path on ${\cal M}$ through $x_0$ with direction $r$ that means finding a continuous differentiable $p:(-a,a)\mapsto {\cal M}$ with small $a>0$ such that $p(0)=x_0$ and $p'(0)=r$.

Note tha if we define $p$ by $p(t)=x_0+tr$ then $p(0)=x_0$ and $p'(0)=r$ but $p(t)\notin{\cal M}$ because $$ F(p(t))=F(x_0)+tJF(x_0)r+o(|t|)=o(|t|) $$ and we know $o|t|$ is not really zero. So, there should be a modification on $p$. Any advice or suggestion?

2

There are 2 best solutions below

9
On BEST ANSWER

As you have observed, there is not going to be any simple minded formula. Instead, you can apply the Implicit Function Theorem, the conclusion of which gives you a parameterization $\phi : U \to \mathcal{M}$, $\phi(0) = x_0$, where $U \subset \mathbb{R}^{n-m}$ is open. Once you have that, defining paths in $\mathcal{M}$ becomes easy: assuming (as you must) that the vector $r$ is in $\text{image}(d\phi_0)$, take $v = (d\phi_0)^{-1}(r)$, take $q(t)=tv$, then take $p(t) = \phi(q(t))$.

2
On

You've got a vector field -- the constant field that's $r$ at every point. It's tangent to $M$ at $x_0$, right?

How about letting $F(x)$, for any $x$, be the orthogonal projection of $r$ along the nullspace of $JF(x)$?* Now the restriction of $F$ to $M$ will be a tangent field on $M$, and hence its integral curves will lie in $M$.

  • To be clear: pick an orthonormal basis for the nullspace, n_1, ..., n_k, and let

$$F(x) = r - (r \cdot n_1) n_1 + ... + (r \cdot n_k) n_k $$

Observe that $F$ is nonzero in a neighborhood of $x_0$ by continuity.