Consider the $N$-dimensional autonomous system of ODEs $$\dot{x}= f(x),$$ where a locally unique solution $x(t)$, starting from the initial condition $x$, is denoted as $x(t)=\phi(t,x)$. Assume that
$$\Big(\frac{\partial}{\partial{x}}\phi(t,x)\Big)f(x)=f(\phi(t,x))$$
For the system above, assume that $f(x)$ is analytic (that is, its Taylor series converges to $f$ itself). Let the differential operator $L[\xi]$ be defined as
$$L[\xi]=f(x)\boldsymbol{\cdot}\nabla{\xi}=\sum_{n=1}^{N}f_i(x)\frac{\partial{\xi}}{\partial{x_i}}$$
Show that $\phi(t,x)$ can be expressed as
$$\phi(t,x)=\sum_{n=0}^{\infty}\frac{t^n}{n!}L^n[x]$$
where $L^n[\xi]$ is the shorthand notation for
$$L^n[\xi]=\underbrace{L[L[\cdots{L}[\xi]}_{n\text{-times}}\cdots]]$$
Potentially related questions:
- How to properly apply the Lie Series
- Exponential of a function times derivative
- How to derive these Lie Series formulas
I'm stuck on how to approach this problem. Here is all the information that I have gathered so far -
Through this question, the one dimensional situation states that $e^{a\partial}f(x)=f(a+x)$ (we can think of this as a shift operator).
Inside Ordinary Differential Equations and Dynamical Systems by Teschl, we have the following Lemma (Lemma $6.2$ on page $190$ of the text).
Lemma (Straightening out of vector fields): Suppose $f(x_0)\neq0$. Then, there is a local coordinate transform $y=\varphi(x)$ such that $\dot{x}=f(x)$ is transformed to
$$\dot{y}=(1,0,...,0)$$
Teschl list a similar problem on page $191$ (problem $6.5$ for one-parameter lie groups) in which he states that
Hint: The Taylor coefficients are the derivatives which can be obtained by differentiating the differential equation.
So, I think that I need to apply what was done in this question alongside Lemma 6.2. I will have to consider what a vector field means in this context. I might be able to make the assumption that a vector field is just a linear operator. We are given that
- $\dot{x}= f(x)$ is an autonomous system of ODEs
- $x(t)=\phi(t,x)$
- $\Big(\frac{\partial}{\partial{x}}\phi(t,x)\Big)f(x)=f(\phi(t,x))$
- $L[\xi]=f(x)\boldsymbol{\cdot}\nabla{\xi}=\sum_{n=1}^{N}f_i(x)\frac{\partial{\xi}}{\partial{x_i}}$
and we need to show that
$$\phi(t,x)=\sum_{n=0}^{\infty}\frac{t^n}{n!}L^n[x]$$
I also see that Roger Howe wrote a good introduction to lie theory in these notes (he goes through one-parameter lie groups on pages $604-606$).
This appears to be an extremely difficult problem for someone unfamiliar with lie theory. I am going to see if I can figure out a more direct approach.