Higher-Order Linear Equations & Operators

the nth-order linear equation

You already know the second-order linear equation — a mass on a spring, a simple circuit. Now imagine a more elaborate structure: a beam that bends, a chain of connected oscillators, a filter shaped from several stacked components. These richer systems are governed by equations that involve not just y'' but third, fourth, even nth derivatives. The nth-order linear equation is the natural home for all of them, and the remarkable news is that everything you learned at second order generalizes cleanly.

Written out, the nth-order linear equation is a_n(x) y^(n) + a_(n-1)(x) y^(n-1) + ... + a_1(x) y' + a_0(x) y = g(x), where y^(n) means the nth derivative of y. The word 'linear' means the same thing it always did: y and every one of its derivatives appear only to the first power, never multiplied together, never inside a sine or a square. After dividing by the leading coefficient you reach standard form y^(n) + p_(n-1)(x) y^(n-1) + ... + p_0(x) y = g(x). When g(x) = 0 the equation is homogeneous; otherwise it is forced.

Why bother with general n? Because the entire theory scales by one number: an nth-order linear equation has an n-dimensional space of homogeneous solutions, needs n linearly independent solutions to fill it, comes with an n-by-n Wronskian, and (in the constant-coefficient case) is solved through a characteristic polynomial of degree n. Learn the pattern once and you can read off the structure for any order. The honest caveat is the same as ever: closed-form solutions are mostly limited to constant coefficients and a few special variable-coefficient forms; the general variable-coefficient equation usually needs series or numerical methods.

y''' - 6y'' + 11y' - 6y = 0 is a third-order (n = 3) homogeneous linear equation with constant coefficients. Its solution space is three-dimensional, spanned by e^x, e^(2x), e^(3x), so the general solution is y = c1 e^x + c2 e^(2x) + c3 e^(3x).

An order-n linear equation carries n free constants and an n-dimensional solution space.

Order counts the HIGHEST derivative, not how many terms appear: y^(5) + y = 0 is fifth order even though only two terms are written.

Also called
higher-order linear ODElinear equation of order nn 階線性常微分方程高階線性方程