TheoremComplete

Continuous Dependence on Parameters

Solutions of ODEs depend continuously (and often smoothly) on initial conditions, parameters, and even the right-hand side. This structural stability is fundamental for applications and perturbation theory.


Statement

Theorem8.6Continuous dependence on initial conditions and parameters

Consider the parametrized IVP:

x=F(t,x,μ),x(t0)=ξ,\mathbf{x}' = \mathbf{F}(t, \mathbf{x}, \boldsymbol{\mu}), \quad \mathbf{x}(t_0) = \boldsymbol{\xi},

where F\mathbf{F} is continuous in all variables and Lipschitz in x\mathbf{x} uniformly in (t,μ)(t, \boldsymbol{\mu}). Let x(t;ξ,μ)\mathbf{x}(t; \boldsymbol{\xi}, \boldsymbol{\mu}) denote the unique solution.

Then the map (ξ,μ)x(;ξ,μ)(\boldsymbol{\xi}, \boldsymbol{\mu}) \mapsto \mathbf{x}(\cdot\,; \boldsymbol{\xi}, \boldsymbol{\mu}) is continuous. That is, if ξnξ0\boldsymbol{\xi}_n \to \boldsymbol{\xi}_0 and μnμ0\boldsymbol{\mu}_n \to \boldsymbol{\mu}_0, then x(t;ξn,μn)x(t;ξ0,μ0)\mathbf{x}(t; \boldsymbol{\xi}_n, \boldsymbol{\mu}_n) \to \mathbf{x}(t; \boldsymbol{\xi}_0, \boldsymbol{\mu}_0) uniformly on compact subsets of the maximal interval.


Differentiable Dependence

Theorem8.7Differentiability with respect to initial conditions

If F(t,x)\mathbf{F}(t, \mathbf{x}) is C1C^1 in (t,x)(t, \mathbf{x}), then the solution x(t;t0,ξ)\mathbf{x}(t; t_0, \boldsymbol{\xi}) is C1C^1 in ξ\boldsymbol{\xi}, and the matrix Φ(t)=x/ξ\Phi(t) = \partial \mathbf{x} / \partial \boldsymbol{\xi} satisfies the variational equation:

Φ(t)=Fx(t,x(t))Φ(t),Φ(t0)=In.\Phi'(t) = \frac{\partial \mathbf{F}}{\partial \mathbf{x}}\big(t, \mathbf{x}(t)\big) \Phi(t), \quad \Phi(t_0) = I_n.

This is a linear matrix ODE whose coefficient depends on the base solution x(t)\mathbf{x}(t).

ExampleVariational equation for a scalar ODE

For x=x3x' = -x^3, x(0)=ξx(0) = \xi, the solution is x(t;ξ)=ξ/1+2ξ2tx(t; \xi) = \xi / \sqrt{1 + 2\xi^2 t}.

The variational equation is ϕ=3x(t)2ϕ\phi' = -3x(t)^2 \phi, ϕ(0)=1\phi(0) = 1, giving:

ϕ(t)=xξ=1(1+2ξ2t)3/2.\phi(t) = \frac{\partial x}{\partial \xi} = \frac{1}{(1 + 2\xi^2 t)^{3/2}}.

This quantifies how perturbations in the initial condition decay: nearby trajectories converge, reflecting asymptotic stability.


The Flow Map

Definition8.6Flow of a differential equation

For the autonomous system x=F(x)\mathbf{x}' = \mathbf{F}(\mathbf{x}), the flow is the map φt:RnRn\varphi_t: \mathbb{R}^n \to \mathbb{R}^n defined by φt(x0)=x(t;x0)\varphi_t(\mathbf{x}_0) = \mathbf{x}(t; \mathbf{x}_0). The flow satisfies:

  1. φ0=id\varphi_0 = \mathrm{id} (identity map).
  2. φt+s=φtφs\varphi_{t+s} = \varphi_t \circ \varphi_s (group property).
  3. φt\varphi_t is a CkC^k diffeomorphism if F\mathbf{F} is CkC^k.

The map (t,x0)φt(x0)(t, \mathbf{x}_0) \mapsto \varphi_t(\mathbf{x}_0) is CkC^k jointly in both variables.

ExampleFlow of a linear system

For x=Ax\mathbf{x}' = A\mathbf{x}, the flow is φt(x0)=etAx0\varphi_t(\mathbf{x}_0) = e^{tA}\mathbf{x}_0. The Jacobian is Dφt=etAD\varphi_t = e^{tA}, and the variational equation Φ=AΦ\Phi' = A\Phi has solution Φ(t)=etA\Phi(t) = e^{tA}.

For A=(0110)A = \begin{pmatrix}0 & 1 \\ -1 & 0\end{pmatrix}, etA=(costsintsintcost)e^{tA} = \begin{pmatrix}\cos t & \sin t \\ -\sin t & \cos t\end{pmatrix}, giving rotation flow.

RemarkSmooth dependence and structural stability

If F\mathbf{F} is CkC^k (k1k \geq 1), then the solution depends in a CkC^k manner on all data (initial conditions, parameters, time). This has practical consequences:

  • Numerical stability: small errors in initial conditions produce proportionally small errors in the solution (on bounded intervals).
  • Bifurcation theory: smooth parameter dependence enables the study of qualitative changes as parameters vary.
  • Sensitivity analysis: the variational equation quantifies the response of solutions to perturbations.