Exponential Map of R3: A Closer Look

  • Context: Graduate 
  • Thread starter Thread starter enricfemi
  • Start date Start date
  • Tags Tags
    Exponential Map
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
enricfemi
Messages
195
Reaction score
0
I don not know whether I was right or not, please give me a hint.

(R3,+) can be considered a Lie group. and its TG in 0 is still R3.

suppose X as a infinitesimal generater, it can give a left-invariant vector field and also an one-parameter subgroup.

but i think, this one-parameter subgroup is not exponential map r(t)=exp(Xt). it should be r(t)=Xt

must a 1-parameter subgroup whose tangent vector at 0 is X, have a unique exponential map?
is there any thing wrong?
 
Physics news on Phys.org
One-parameter subgroup generated by vector X is indeed tX.

The generator of this subgroup is the differential operator

[tex]\xi_X=\sum_{i=1}^3X^i\frac{\partial }{\partial x^i}[/tex]

which you can get by differentiating f(x+tX) with respect to t at t=0.

Formally the exponential [tex]\exp(t\xi_x)[/tex] acts on functions by power series (Taylor) expansion.
 
Last edited:
arkajad said:
One-parameter subgroup generated by vector X is indeed tX.

The generator of this subgroup is the differential operator

[tex]\xi_X=\sum_{i=1}^3X^i\frac{\partial }{\partial x^i}[/tex]

which you can get by differentiating f(x+tX) with respect to t at t=0.

Formally the exponential [tex]\exp(t\xi_x)[/tex] acts on functions by power series (Taylor) expansion.

Thank you, arkajad! So you mean the 1-parameter subgroup generated by vector field can be not exponential map?
 
Last edited:
enricfemi said:
Thank you, arkajad! So you mean the 1-parameter subgroup generated by vector field can be not exponential map?

It is an exponential. But the point is that what we have is not a matrix group. But, with a standard little trick, we can make it into a matrix group by representing translations as block matrices

[tex]\begin{pmatrix}I&a\\0&1\end{pmatrix}[/tex]

Then it acts on [tex]R^3[/tex] via

[tex]\begin{pmatrix}I&a\\0&1\end{pmatrix}\begin{pmatrix}x\\1\end{pmatrix}=\begin{pmatrix}x+a\\1\end{pmatrix}[/tex]

Now the vector field is represented by

[tex]X=\begin{pmatrix}0&a\\0&0\end{pmatrix}[/tex]

Notice that [tex]X^n=0[/tex] for [tex]n>1[/tex]. Therefore

[tex]\exp(tX)=I+tX[/tex]

and you get what you are looking for.
 
Last edited:
arkajad said:
It is an exponential. But the point is that what we have is not a matrix group. But, with a standard little trick, we can make it into a matrix group by representing translations as block matrices

[tex]\begin{pmatrix}I&a\\0&1\end{pmatrix}[/tex]

Then it acts on [tex]R^3[/tex] via

[tex]\begin{pmatrix}I&a\\0&1\end{pmatrix}\begin{pmatrix}x\\1\end{pmatrix}=\begin{pmatrix}x+a\\1\end{pmatrix}[/tex]

Now the vector field is represented by

[tex]X=\begin{pmatrix}0&a\\0&0\end{pmatrix}[/tex]

Notice that [tex]X^n=0[/tex] for [tex]n>1[/tex]. Therefore

[tex]\exp(tX)=I+tX[/tex]

and you get what you are looking for.

thanks, that's a brilliant construct. i think i have finally understood it.