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$...
2026-03-26 14:34:24.1774535664
Proper linearization of ODEs of the form $\dot{x}(t) + f(x(t)) + \sigma(t) = 0$?
208 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- The Runge-Kutta method for a system of equations
- Analytical solution of a nonlinear ordinary differential equation
- Stability of system of ordinary nonlinear differential equations
- Maximal interval of existence of the IVP
- Power series solution of $y''+e^xy' - y=0$
- Change of variables in a differential equation
- Dimension of solution space of homogeneous differential equation, proof
- Solve the initial value problem $x^2y'+y(x-y)=0$
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Derive an equation with Faraday's law
Related Questions in NONLINEAR-SYSTEM
- Solving special (simple?) system of polynomial equations (only up to second degree)
- Determination of Invertibility
- Question about stability of a nonlinear dynamical system
- The equation $x^T A x = (x^2)^T A x^2$
- 1D viscous flow upwards against gravity
- Convergence of fixed-point in a gauss-seidel style
- Intuition behind dense orbits
- Determine the stability properties and convergence in the origin using Lyapunov Direct Method
- Is $x(t/2)$ a causal/memoryless system?
- Why this field with non-zero curl has closed orbit?
Related Questions in STABILITY-IN-ODES
- Stability of system of ordinary nonlinear differential equations
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- How to analyze a dynamical system when $t\to\infty?$
- The system $x' = h(y), \space y' = ay + g(x)$ has no periodic solutions
- Existence of unique limit cycle for $r'=r(μ-r^2), \space θ' = ρ(r^2)$
- Intuitive proof of Lyapunov's theorem
- Stability of a nonlinear ODE system (only existence of the limit)
- Deriving inequality from a Lyapunov test of $x' = -x + y^3, \space y' = -y + ax^3$
- does the order lineariztion/evaluation matter here?
Related Questions in LINEARIZATION
- Product and Quotient Rule proof using linearisation
- Finding contstant in remainder term for linearization of $exp(x)$
- Linearizing Logarithmic Function
- Stability of Euler's Method for non-linear ODE
- If $ \|G(x+ty)\|<\|G(x)\| $, is then $ \|G(x) + tG'(x)[y]\| <\|G(x)\| $?
- Newtons method for finding reciprocal
- Properties of matrix $T_\epsilon$ such that there exists a unique inverse for $\epsilon \in (-\delta,\delta)$
- (Checking) derivatives of determinant, cofactor, trace
- How to linearize a weighted average with a decision variable?
- LQR Robotic Arm
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
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.