The existence and uniqueness theorem for systems generalizes the scalar Existence and uniqueness theorem to vector ODEs , .
The conditions are essentially the same, lifted to vectors and partial derivatives:
(EU1) The functions and for all are continuous in some “-dimensional rectangle”
(EU2) .
Then there exists and a unique solution , defined on , of the IVP.
Why all those continuities
For a vector ODE, has scalar component functions . Each component depends on and the unknowns . So we need to check:
- Each is continuous (continuity of the right-hand side).
- Each partial derivative is continuous (smoothness of the right-hand side as a function of the state vector).
The Jacobian matrix is the multi-dimensional analog of in the scalar theorem. Its continuity ensures uniqueness.
Linear systems: stronger result
For linear systems , a much stronger result holds.
Theorem (existence and uniqueness for linear systems): if the entries and are continuous on an open interval and , then there exists a unique solution to the IVP
for any choice of . Moreover, the solution is defined on all of (global, not just local).
This is the same upgrade as in the scalar case: linear systems’ solutions are guaranteed to exist on the entire interval where the coefficients are continuous, not just locally.
Why linearity helps
For nonlinear systems, solutions can “blow up” in finite time, even when is smooth. Example: with has solution — infinite at . So even though the right-hand side is smooth everywhere, the solution doesn’t exist past .
Linear systems can’t do this. The bound (where depends on bounds of ) keeps solutions finite over any finite interval.
Affine functions
A function is affine if it has the form for a constant matrix and constant vector . Affine = linear + translation.
A linear system of ODEs has an affine right-hand side at each fixed — linear in plus a translation.
This terminology shows up in the formal definitions but in practice doesn’t change the analysis.
Superposition for systems
The Superposition principle extends to systems. If are solutions of the homogeneous system , then for any constants :
is also a solution. The solution space is a vector space.
In context
The theorem provides the framework for solving -dimensional ODE systems — guaranteeing that the solution methods you apply yield well-defined, unique solutions. For the practical solution methods, see System of first-order linear ODEs and the case-by-case eigenvalue analyses (Distinct real eigenvalues case, Complex conjugate eigenvalues case, Repeated eigenvalues case).
For when you have multiple solutions and want to know if they form a basis, see Linear independence of vector functions and the matrix-form Wronskian.