Higher-Order Linear Equations
The second-order theory extends directly to order : the solution space is -dimensional, spanned by any solutions with nonzero Wronskian. For constant coefficients the characteristic polynomial has degree , and its roots (counted with multiplicity, real and complex) build the basis by the same rules as before.
╌╌╌╌
The second-order theory extends to order with no essential change. An -th order linear equation has the same structure: an -dimensional solution space, a Wronskian test for a basis, a characteristic polynomial whose roots build the general solution, and undetermined-coefficients and variation-of-parameters methods for forcing. The one new phenomenon is a root of multiplicity greater than two. Coupled oscillators are the physical setting that produces equations of order four and higher.
The general theory at order n
An -th order linear equation, after dividing by the leading coefficient, is
with the and continuous on an interval . Solving it should require integrations, each adding one constant, so an initial value problem now fixes the function and its first derivatives at a point.
The homogeneous equation has an -dimensional solution space. Any solutions span it exactly when their Wronskian, the determinant of the functions and their first derivatives,
is nonzero. As in the second-order case, this Wronskian is either identically zero or never zero on , so a single-point test decides it.
Such a set is a fundamental set of solutions and its combination is the general solution. Linear independence means no nontrivial constants satisfy ; for arbitrary functions this does not force a nonzero Wronskian, but for solutions of a common linear equation it does, which is what makes the Wronskian a reliable test here.
Constant coefficients: the characteristic polynomial
For constant coefficients , the substitution again works, giving with the characteristic polynomial
By the fundamental theorem of algebra has roots (with multiplicity), possibly repeated or complex, and factors as
Each root contributes solutions by the same rules established for second order, now allowing higher multiplicity.
Complex roots come in conjugate pairs (the coefficients are real), each pair contributing and , just as at second order. A fourth-order equation can mix real and complex roots.
Repeated roots and multiplicity
The one new feature is that a root can now repeat more than twice. If is a root of of multiplicity (so divides ), it contributes independent solutions
The rule generalizes the second-order repeated root : multiplicity multiplies the exponential by . A repeated complex pair of multiplicity contributes solutions, the sines and cosines each multiplied by .
The table collects the contribution of each root type to the basis.
| Root of | Multiplicity | Contribution to the basis |
|---|---|---|
| real | ||
| real | ||
| complex | ||
| complex | , |
Summing the contributions of all roots always yields exactly independent solutions, matching the dimension of the solution space.
Nonhomogeneous higher-order equations
Both nonhomogeneous methods carry over. Undetermined coefficients uses the same trial forms, with one adjustment: because a characteristic root can now have multiplicity up to , a colliding trial may need to be multiplied by (rather than at most ) to clear all overlap with the homogeneous solution, where is the multiplicity of the offending root. Variation of parameters generalizes through the Wronskian: the coefficient functions solve an linear system built from the fundamental set and the forcing, then integrate. Reduction of order also applies but is rarely useful beyond second order, since it only lowers the order by one and the reduced equation is still of order .
Coupled oscillators
Higher-order equations appear naturally when several oscillators are linked. Two masses connected by springs (each mass to a wall, and to each other) have two displacements obeying coupled second-order equations. Eliminating one variable produces a single fourth-order equation in the other, whose characteristic polynomial factors into two quadratic blocks. The roots are two pairs of imaginary numbers and , giving two normal-mode frequencies: the system oscillates as a superposition of two pure sinusoids, one where the masses move together and one where they move opposite.
In general, a symmetric coupled system decouples into independent oscillators after the right change of variables, and each decoupled equation is a second-order harmonic oscillator. The change of variables that achieves this is exactly the diagonalization studied in the systems module.
Rather than eliminate variables to raise the order, the coupled equations can be kept as a first-order linear system in the vector , where the normal modes reappear as eigenvectors of a matrix. The same reformulation turns any -th order equation into a first-order system.123
Footnotes
- Boyce, Elementary Differential Equations, §4.1 — General Theory of nth-Order Linear Equations: the existence-uniqueness theorem (4.1.1), the Wronskian, and the equivalence of linear independence and fundamental sets (4.1.3). ↩
- Boyce, Elementary Differential Equations, §4.2–§4.3 — Homogeneous Equations with Constant Coefficients and Undetermined Coefficients: the degree- characteristic polynomial, the multiplicity- solutions , repeated complex roots, and the higher-power resonance correction. ↩
- Simmons, Differential Equations with Applications and Historical Notes, §22 — Higher-Order Linear Equations; Coupled Harmonic Oscillators: two masses linked by springs reduced to a fourth-order equation and its two normal-mode frequencies. ↩
╌╌ END ╌╌