Homogeneous linear differential equation with constant coefficients

From Calculus
Revision as of 23:44, 6 July 2012 by Vipul (talk | contribs)

Definition

A homogeneous linear differential equation with constant coefficients, which can also be thought of as a linear differential equation that is simultaneously an autonomous differential equation, is a differential equation of the form:

y(k)+pk−1y(k−1)+…+p1y′+p0y=0

where p0,p1,…,pk−1 are all constants (i.e., real numbers).

Solution method

Consider the following polynomial:

tk+pk−1tk−1+…+p1t+p0=0

This polynomial is called the characteristic polynomial of the differential equation. We consider various cases:

Case Solution in that case
The polynomial has pairwise distinct real roots α1,α2,…,αk The solution space has basis eα1x,eα2x,…,eαkx. In other words, the general solution is C1eα1x+C2eα2x+…+Ckeαkx where C1,C2,…,Ck are freely varying real parameters.
The polynomial splits completely into linear factors over the reals, but with possible repetitions. α1 occurs s1 times, α2 occurs s2 times, and so on till αr, which occurs sr times. We have s1+s2+…+sr=k. The solution space has basis all functions of the form xdeαix where 0≤d<si with d an integer. Thus, for each i, there are si basis vectors corresponding to αi. We get a total of k basis vectors.
The polynomial splits completely over the complex numbers into distinct linear factors, but some of the roots are not real For any real root α, use eαx as a basis vector. Non-real roots occur in complex conjugate pairs. For a pair a±ib, choose the vectors eaxcos(bx) and eaxsin(bx). Combining, we get a basis of k vectors.
The general case For a real root α of multiplicity s, the s basis vectors are xdeαx,0≤d<s. For a pair of complex conjugates a±ib of multiplicity s, the 2s basis vectors are xdeaxcos(bx),0≤d<s and xdeaxsin(bx),0≤d<s.