Login
📚 Differential Equations for Engineers
Chapters ▾
⇩ Download ▾

2.3 Higher order linear ODEs

Equations that appear in applications tend to be second order, although higher order equations do appear from time to time. Hence, it is a generally assumed that the world is “second order” from a modern physics perspective. The basic results about linear ODEs of higher order are essentially the same as for second order equations, with 2 replaced by n. The important concept of linear independence is somewhat more complicated when more than two functions are involved.

For higher order constant coefficient ODEs, the methods are also somewhat harder to apply, but we will not dwell on these complications. We can always use the methods for systems of linear equations to solve higher order constant coefficient equations. So let us start with a general homogeneous linear equation:

y ( n ) + p n 1 ( x ) y ( n 1 ) + . . . + p 1 ( x ) y + p o ( x ) y = f ( x )

(2.3.1)

In other words, a linear combination of solutions to Equation \ref{2.3.1} is also a solution to Equation \ref{2.3.1}. We also have the existence and uniqueness theorem for nonhomogeneous linear equations.

Linear Independence

When we had two functions y1 and y2 we said they were linearly independent if one was not the multiple of the other. Same idea holds for n functions. In this case it is easier to state as follows. The functions y1,y2,,yn are linearly independent if

c 1 y 1 + c 2 y 2 + + c n y n = 0

has only the trivial solution c1=c2==cn=0, where the equation must hold for all x. If we can solve equation with some constants where for example c10, then we can solve for y1 as a linear combination of the others. If the functions are not linearly independent, they are linearly dependent.

Constant Coefficient Higher Order ODEs

When we have a higher order constant coefficient homogeneous linear equation, the song and dance is exactly the same as it was for second order. We just need to find more solutions. If the equation is nth order we need to find n linearly independent solutions. It is best seen by example.

Footnotes

[1] The word monic means that the coefficient of the top degree rd, in our case r3, is 1.

Outside Links

Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.