The representation theorem says that the general solution of a homogeneous linear ODE can be written as a linear combination of linearly independent solutions, where is the order of the ODE. Once you have such solutions (a fundamental set), every solution is a linear combination of them.

For a second-order homogeneous linear ODE :

If are two solutions on an interval and at some the Wronskian satisfies

then are linearly independent, and the general solution is

for arbitrary constants . Every solution of the ODE has this form for some choice of constants.

Why it works

Two ingredients combine to give the theorem:

  1. The Superposition principle: any linear combination of solutions is a solution. So is always a solution.

  2. The dimension count: the solution space of an -th order homogeneous linear ODE is exactly -dimensional. The construction: pick a point , and for each standard basis vector () build the IVP whose initial conditions are , , …, . Each of these IVPs has a unique solution by the Existence and uniqueness theorem (linear ODEs in standard form satisfy the Lipschitz condition globally on the interval where the coefficients are continuous). The resulting solutions are linearly independent at — their Wronskian there is the determinant of the identity matrix, equal to 1. So they span an -dimensional subspace of solutions. Conversely, any solution is determined by its values at , so it equals the corresponding linear combination of these basis solutions. Hence the solution space has dimension exactly .

If are linearly independent (Wronskian nonzero), they span the 2D solution space — every solution is a combination.

Why two are enough

A second-order ODE needs two initial conditions ( and ). Given , the system

is a linear system for . The coefficient matrix is exactly the Wronskian matrix. If , the system has a unique solution — every IVP can be solved by adjusting . If , some IVPs can’t be solved by linear combinations of , meaning these two don’t span the solution space.

Worked example

has solutions , .

Wronskian: .

So are linearly independent everywhere, and the general solution is

For initial conditions , : , . So .

The general -th order version

For an -th order homogeneous linear ODE, the solution space is -dimensional. The general solution is

with any set of linearly independent solutions. The Wronskian extends to :

If at some point, the solutions are independent and span the solution space.

In context

The representation theorem is the foundation of how we solve linear ODEs: find linearly independent solutions (via Characteristic equation for constant coefficients, or other methods for variable coefficients), then write the general solution as their linear combination.

For nonhomogeneous ODEs, the general solution adds a particular solution: where is the homogeneous part (covered by this theorem) and is any specific solution of the nonhomogeneous equation. See Particular solution and complementary solution.

For systems of linear ODEs, an analogous theorem applies — see General solution of linear system.