In general how do I find the autonomous system that corresponds to the flow $\phi_t$ and how to find the flow $\phi_t$ given the autonomous system.
Examples Part A: Given $$\phi_t(k_1,k_2)=(\frac{k_1}{1-k_1t},k_2 e^{-t}) $$ find the autonomous system which has this flow.
and Part B: Given $$x'=x^3 $$ find the flow $\phi_t$.
Specifically I am looking for the general strategy/properties of flows of non-linear systems that will help me solve problems of this type. For linear systems I understand the strategy but I do not know the steps for non-linear systems.
Notes Part A: Using the following relationship between the flow and the autonomous system $\dfrac{d}{dt}(\phi_t(x_0)) = f(\phi_t(x_0))$. We find the autonomous system that corresponds to the flow $\phi_t(k_1,k_2)=(\frac{k_1}{1-k_1t},k_2 e^{-t})$. \begin{align} \dfrac{d}{dt}\phi_t(k_1,k_2)&=(\frac{k_1^2}{(1-k_1t)^2},-k_2 e^{-t}) \\ f(\phi_t(k_1),\phi_t(k_2))&=(\phi_t^2(k_1),-\phi_t(k_2)) \end{align} So $f(x_1,x_2)=(x_1^2,-x_2)$ for $x_1,x_2 \in \mathbb{R}$
Part B: The solution to $x'=x^3$ is $x(t)=\pm \frac{1}{\sqrt{2(c-t)}}$ where $c$ is a constant of integration. With initial condition $x(0)=x_0$ we get $x(t)=\pm \frac{1}{\sqrt{\frac{1}{x_0^2}-2t}}$. Do I find $\phi_t(x_0)$ by solving $\phi_t'(x_0)=\pm \frac{1}{\sqrt{\frac{1}{\phi_t^2(x_0)}-2t}}$