TheoremComplete

Existence and Uniqueness for Linear Systems

The existence and uniqueness theorem for linear systems guarantees that solutions exist for all time and depend continuously on initial conditions.


Statement

Theorem5.6Existence and uniqueness for linear systems

Consider the initial value problem x=A(t)x+g(t)\mathbf{x}' = A(t)\mathbf{x} + \mathbf{g}(t), x(t0)=x0\mathbf{x}(t_0) = \mathbf{x}_0, where A(t)A(t) and g(t)\mathbf{g}(t) are continuous on an open interval II containing t0t_0. Then there exists a unique solution x(t)\mathbf{x}(t) defined on all of II.

RemarkGlobal existence

Unlike the nonlinear case, where solutions may blow up in finite time, linear systems always have solutions defined on the entire interval where the coefficients are continuous. This is because linear growth in x\mathbf{x} is controlled by Gronwall's inequality.


Proof Sketch

Proof

The proof uses the Picard iteration method adapted to systems.

Step 1. Rewrite as an integral equation: x(t)=x0+t0t[A(s)x(s)+g(s)]ds\mathbf{x}(t) = \mathbf{x}_0 + \int_{t_0}^t [A(s)\mathbf{x}(s) + \mathbf{g}(s)]\,ds.

Step 2. Define Picard iterates: x0(t)=x0\mathbf{x}_0(t) = \mathbf{x}_0 and xn+1(t)=x0+t0t[A(s)xn(s)+g(s)]ds\mathbf{x}_{n+1}(t) = \mathbf{x}_0 + \int_{t_0}^t [A(s)\mathbf{x}_n(s) + \mathbf{g}(s)]\,ds.

Step 3. On any compact subinterval [t0δ,t0+δ]I[t_0-\delta, t_0+\delta] \subset I, let M=maxA(t)M = \max\|A(t)\| and K=maxg(t)K = \max\|\mathbf{g}(t)\|. Then xn+1(t)xn(t)(Mtt0)nn!C\|\mathbf{x}_{n+1}(t) - \mathbf{x}_n(t)\| \leq \frac{(M|t-t_0|)^n}{n!}C for some constant CC, showing the series (xn+1xn)\sum(\mathbf{x}_{n+1}-\mathbf{x}_n) converges uniformly.

Step 4. The limit x(t)=limnxn(t)\mathbf{x}(t) = \lim_{n\to\infty}\mathbf{x}_n(t) satisfies the integral equation. Uniqueness follows from Gronwall's inequality: if x1,x2\mathbf{x}_1, \mathbf{x}_2 are two solutions, x1x2Mt0tx1x2ds\|\mathbf{x}_1 - \mathbf{x}_2\| \leq M\int_{t_0}^t\|\mathbf{x}_1-\mathbf{x}_2\|\,ds, implying x1=x2\mathbf{x}_1 = \mathbf{x}_2. \blacksquare


Consequences

Theorem5.7Structure of the solution space

The homogeneous system x=A(t)x\mathbf{x}' = A(t)\mathbf{x} has a solution space of dimension nn. Any nn linearly independent solutions form a fundamental set, and the general solution of the nonhomogeneous system is

x(t)=Φ(t)c+xp(t)\mathbf{x}(t) = \Phi(t)\mathbf{c} + \mathbf{x}_p(t)

where Φ(t)\Phi(t) is a fundamental matrix and xp\mathbf{x}_p is any particular solution.

ExampleVerifying the structure theorem

For x=(0110)x\mathbf{x}' = \begin{pmatrix}0&1\\-1&0\end{pmatrix}\mathbf{x}, the solutions x1=(cost,sint)T\mathbf{x}_1 = (\cos t, -\sin t)^T and x2=(sint,cost)T\mathbf{x}_2 = (\sin t, \cos t)^T are linearly independent (their Wronskian is 11). Every solution is c1x1+c2x2c_1\mathbf{x}_1 + c_2\mathbf{x}_2, a 22-dimensional space.

RemarkContinuous dependence on parameters

The solution x(t;t0,x0)\mathbf{x}(t; t_0, \mathbf{x}_0) depends continuously on t0t_0, x0\mathbf{x}_0, and the coefficients A(t),g(t)A(t), \mathbf{g}(t). This stability is crucial for numerical methods and perturbation theory.