Proper linearization of ODEs of the form $\dot{x}(t) + f(x(t)) + \sigma(t) = 0$?

208 Views Asked by At

For a scalar ODE of the form $$\dot{x}(t) + f\left(x(t)\right) = 0 \label{1}\tag{1}$$ where $f \colon \mathbb R \to \mathbb R$ is some smooth function admitting a unique root $x^*$ such that $f(x^*) = 0$. The linearization of \eqref{1} is straightforward as we can insert $$ x(t) = x^* + \varepsilon g(t) \label{2}\tag{2}$$ into \eqref{1}, where $0 < |\varepsilon| \ll 1$, to see that the equation for $g$ (neglecting $\mathcal{O}(\varepsilon^2)$ terms) will be $$ \dot{g}(t) + f'(x^*) g(t) = 0 \label{3} \tag{3}.$$ However, suppose that we want to perturb the ODE \eqref{1} by some external signal modelled by another time-dependent function $\sigma(t)$ (whose precise expression is not available) such that $\sigma(t) \to 0$ as $ t \to \infty$ (we can also impose the condition that $|\sigma(t)|$ is bounded by some exponentially decaying function $\mathrm{e}^{-\lambda t}$), i.e., we consider the perturbed ODE $$\dot{x}(t) + f\left(x(t)\right) + \sigma(t) = 0 \label{4}\tag{4}$$ such that $x^*$ remains to be a long-time equilibrium state. May I know how can we can "linearize" the equation \eqref{4}? Apparently, employing the ansatz \eqref{2} will not give us a equation for $g$ at the order of $\varepsilon$...

1

There are 1 best solutions below

0
On

This is not an answer, but an elaboration on my comment as requested by the OP.

The linearized version of this equation is given by $$ \dot g(t) + f'(x^*)\,g(t) + \frac1\epsilon\sigma(t) = 0. $$ This equation holds as long as $g(t)$ is $\mathcal{O}(1)$, which is a problem because of the $1/\epsilon$ term in the equation. Let us write $\sigma(t) = e^{-\lambda t}\mu(t)$ for some $\mu(t)$ with $|\mu(t)|<1$. We can rewrite the above equation as $$ \dot g(t) + f'(x^*)\,g(t) + \frac{e^{-\lambda t}}{\epsilon}\mu(t) = 0. $$ There is a time $t^* = \ln(1/\epsilon)/\lambda$ after which the prefactor $e^{-\lambda t}/\epsilon$ becomes smaller than one. For $t>t^*$, this equation provides a perturbative solution to the original equation up to $\mathcal{O}(\epsilon)$.

There is no guarantee that a perturbative solution exists for an early time. Let me try to explain what could go wrong. Near $x^*$, the term $f(x(t))$ is small in the unperturbed equation. If the $\sigma(t)$ term is not equally small, the equation would be approximately $\dot x(t) = -\sigma(t)$. Now imagine if $\sigma(t)$ does not decay to zero near $t=0$. In this case, even if we start near $x^*$, $x(t)$ grows away from $x^*$ at a macroscopic rate, and therefore, no perturbative solution around $x^*$ could exist.