I am new to the field of dynamic systems and have what I feel is a pretty basic question. If I have a simple dynamic system $\dot{x}=-kx$ with one stable equilbrium point, and I move my solution away from the equilibrium point by a value $\Delta x$, how long will it take for my solution to converge back to the equilibrium point? Let's call this adjustmnet time ($\tau$). What happens if this is a nonlinear dynamic system, for instance $\dot{x}=-kx^3$? Then how long does it take?
Can someone:
- Point me to another questions if it has already been asked
- Point me to a reference where I can figure this out on my own
- Walk me through a solution

Assuming $x$ is a real number, both of these equations are easy enough to solve. Let's look at the first one here. The equilibrium is at $x^* = 0$. The solution to the equation is clearly
$$x(t;c) = c\exp(-kt)$$
and choosing
$$x(0) = x^* + \Delta x = \Delta x$$
we have
$$x(t) = \Delta x \exp(-kt)$$
If we're curious about when it will reach equilibrium, we just set
$$x(t) = x^* = 0$$
and solve... or well, we would but that equation has no solution. However, our intuition at this point should lead us to the discover that, assuming $k > 0$, we will have $x(t) \to x^*$ as $t\to\infty$.
This is quite typical for non-trivial autonomous equations, so much so that there may be a theorem about it. Lyapunov stability posits that the above is true, but I'm not sure of any examples of non-trivial dynamical systems which have a finite time of flight to equilibrium, if such a thing exists.
For completeness, note that the nonlinear equation has solution
$$x(t) = \pm \left(\frac{1}{\Delta x ^2} + 2kt\right)^{-\frac{1}{2}}$$
which again never takes its equilibrium value, yet approaches it as $t\to\infty$. I should also note that $x(t) = x^*$ is only a necessary condition, not sufficient, as we would also need $x'(t) = 0$ to truly be at equilibrium.