Hallo Math StackExchange users,
I have a little question concerning the exponential map and how one can apply this to infinitesimal transformations. I am an engineer in 2nd year and I want to write my bachelor thesis in fluid mechanics. I am using the book Applications of Lie Groups to Differential Equations (Peter J. Olver). As recommended by the author I started to read from Chapter 2.2 and was able to follow.
But now I am stuck at something. It's about the heat equation; I could follow the text until the derivation of the generators of symmetry.
$$ v_1 = \partial_x, \quad v_2 = \partial_t, \quad v_3 = u\partial_u, \quad v_4 = x\partial_x+2t\partial_t, \quad v_5 = 2t\partial_x-xu\partial_u, \quad \ldots $$
After this passage the one Parameter Groups $G_i$ which are generated by the $v_i$ are calculated by using $(x',t',u')=\exp(\epsilon v_i) (x,t,u)$. It is concluded that $G_1: (x+\epsilon,t,u)$, $G_2: (x,t+\epsilon,u)$, $G_3: (x,t,e^\epsilon u)$, $G_4: (e^\epsilon x, e^{2\epsilon}t,u)$, ... . Can someone explain how I can actually calculate these groups?
I tried this interpretation: $\exp(\epsilon v_i)(x,t,u)=(1+\epsilon v_i)(x,t,u) =(x+\epsilon v_i \cdot x,t+\epsilon v_i \cdot t, u \epsilon v_i \cdot u)$. I could recover $G_1$ and $G_2$ using this approach, while interpreting the operation between the exponential and the $(x,t,u)$ as a simple dot product. But from there I have no clue how to show that for $G_3$ and the other $G_i$.
I tried this for $v_3 = u\partial_u$. $\exp(\epsilon u\partial_u)(x,t,u)=(1+\epsilon u\partial_u+\frac{(\epsilon u\partial_u)^2}{2!}+...)(x,t,u)=(x,t,u+u\epsilon_u u)=(x,t,u+\epsilon u)$. I left out the higher order terms as I thought, that $\partial_u \partial_u u = 0$. If I had kept them in the series I could have recovered $G_3: (x,t,e^\epsilon u)$, but I could not explain it to myself why this should make any sense. But the textbook says $G_3: (x,t,e^\epsilon u)$. Could someone explain me (step by step) how one can get these groups? The book is really doing a bad job at explaining these steps. There is no explanation how to use this exponential map algorithmically.
Thank you for taking your time and reading my post :). I would be very thankful for any answer :D.