How can I determine by hand if the following expressions can be the flow of a 1D-system $\dot{x}=f(x)$.
Expressions:
$\phi_t(x)=x+t$
$\phi_t(x)=t*x$
$\phi_t(x)=e^tx$
$\phi_t(x)=e^xt$
How can I determine by hand if the following expressions can be the flow of a 1D-system $\dot{x}=f(x)$.
Expressions:
$\phi_t(x)=x+t$
$\phi_t(x)=t*x$
$\phi_t(x)=e^tx$
$\phi_t(x)=e^xt$
You have to check that
$\phi_0(x)=id(x)$
$(\phi_t \circ \phi_s) (x)=\phi_{t+x}(x)$
For example, the second and fourth cases do not satisfy requirement 1. On the contrary, the first and third cases satisfy both.