Skip to main content
Logo image

Section 2.3 Higher order linear ODEs

Note: somewhat more than 1 lecture, §3.2 and §3.3 in [EP], §4.1 and §4.2 in [BD]
We briefly study higher order equations. Equations appearing in applications tend to be second order. Higher order equations do appear from time to time, but generally the world around us is “second order.”
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 developed are also somewhat harder to apply, but we will not dwell on these complications. It is also possible to use the methods for systems of linear equations from Chapter 3 to solve higher order constant coefficient equations.
Let us start with a general homogeneous linear equation
(2.4)y(n)+pn1(x)y(n1)++p1(x)y+p0(x)y=0.
That is, a linear combination of solutions to (2.4) is a solution to (2.4). There is also the existence and uniqueness theorem for linear equations, including nonhomogeneous ones.

Subsection 2.3.1 Linear independence

When we had two functions y1 and y2, we said they were linearly independent if one was not a multiple of the other. Same idea holds for n functions, although in this case it is easier to state as follows. The functions y1, y2, ..., yn are linearly independent if the equation
c1y1+c2y2++cnyn=0
has only the trivial solution c1=c2==cn=0, where the equation must hold for all x. If we can solve the equation with some constants c1,c2,,cn, 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.

Example 2.3.1.

Verify that ex,e2x,e3x are linearly independent.
Let us give several ways to show this fact. Many textbooks (including [EP] and [F]) introduce Wronskians, but it is difficult to see why they work and they are not really necessary here.
Consider
c1ex+c2e2x+c3e3x=0.
We use rules of exponentials and write z=ex. Hence z2=e2x and z3=e3x. Then we have
c1z+c2z2+c3z3=0.
The left-hand side is a third degree polynomial in z. It is either identically zero, or it has at most 3 zeros. Therefore, it is identically zero, c1=c2=c3=0, and the functions are linearly independent.
Let us try another way. As before we write
c1ex+c2e2x+c3e3x=0.
This equation has to hold for all x. We divide through by e3x to get
c1e2x+c2ex+c3=0.
As the equation is true for all x, let x. After taking the limit we see that c3=0. Hence our equation becomes
c1ex+c2e2x=0.
Rinse, repeat!
How about yet another way. We again write
c1ex+c2e2x+c3e3x=0.
We can evaluate the equation and its derivatives at different values of x to obtain equations for c1, c2, and c3. Let us first divide by ex for simplicity.
c1+c2ex+c3e2x=0.
We set x=0 to get the equation c1+c2+c3=0. Now differentiate both sides
c2ex+2c3e2x=0.
We set x=0 to get c2+2c3=0. We divide by ex again and differentiate to get 2c3ex=0. It is clear that c3 is zero. Then c2 must be zero as c2=2c3, and c1 must be zero because c1+c2+c3=0.
There is no one best way to do it. All of these methods are perfectly valid. The important thing is to understand why the functions are linearly independent.

Example 2.3.2.

On the other hand, the functions ex, ex, and coshx are linearly dependent. Simply apply definition of the hyperbolic cosine:
coshx=ex+ex2or2coshxexex=0.
Once we have enough linearly independent solutions, we have the general solution to the homogeneous equation, just as we did for second order equations.

Subsection 2.3.2 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.

Example 2.3.3.

Find the general solution to
(2.5)y3yy+3y=0.
Try: y=erx. We plug in and get
r3erxy3r2erxyrerxy+3erxy=0.
We divide through by erx. Then
r33r2r+3=0.
The trick now is to find the roots. There is a formula for the roots of degree 3 and 4 polynomials but it is very complicated. There is no formula for higher degree polynomials. That does not mean that the roots do not exist. There are always n roots for an nth degree polynomial. They may be repeated and they may be complex. Computers are pretty good at finding roots approximately for reasonable size polynomials.
A good place to start is to plot the polynomial and check where it is zero. We can also simply try plugging in. We just start plugging in numbers r=2,1,0,1,2, and see if we get a hit (we can also try complex numbers). Even if we do not get a hit, we may get an indication of where the root is. For example, we plug r=2 into our polynomial and get 15; we plug in r=0 and get 3. That means there is a root between r=2 and r=0, because the sign changed. If we find one root, say r1, then we know (rr1) is a factor of our polynomial. Polynomial long division can then be used.
A good strategy is to begin with r=0, 1, or 1. These are easy to compute. Our polynomial has two such roots, r1=1 and r2=1. There should be 3 roots and the last root is reasonably easy to find. The constant term in a monic
 1 
The word monic means that the coefficient of the top degree rd, in our case r3, is 1.
polynomial such as this is the multiple of the negations of all the roots because r33r2r+3=(rr1)(rr2)(rr3). So
3=(r1)(r2)(r3)=(1)(1)(r3)=r3.
You should check that r3=3 really is a root. Hence ex, ex and e3x are solutions to (2.5). They are linearly independent as can easily be checked, and there are 3 of them, which happens to be exactly the number we need. So the general solution is
y=C1ex+C2ex+C3e3x.
Suppose we were given some initial conditions y(0)=1, y(0)=2, and y(0)=3. Then
1=y(0)=C1+C2+C3,2=y(0)=C1+C2+3C3,3=y(0)=C1+C2+9C3.
It is possible to find the solution by high school algebra, but it would be a pain. The sensible way to solve a system of equations such as this is to use matrix algebra, see Section 3.2 or Appendix A. For now we note that the solution is C1=1/4, C2=1, and C3=1/4. The specific solution to the ODE is
y=14ex+ex+14e3x.
Next, suppose that we have real roots, but they are repeated. Let us say we have a root r repeated k times. In the spirit of the second order solution, and for the same reasons, we have the solutions
erx,xerx,x2erx,,xk1erx.
We take a linear combination of these solutions to find the general solution.

Example 2.3.4.

Solve
y(4)3y+3yy=0.
We note that the characteristic equation is
r43r3+3r2r=0.
By inspection, we note that r43r3+3r2r=r(r1)3. Hence the roots given with multiplicity are r=0,1,1,1. Thus the general solution is
y=(C1+C2x+C3x2)exterms coming from r=1+C4from r=0.
The case of complex roots is similar to second order equations. Complex roots always come in pairs r=α±iβ. Suppose we have two such complex roots, each repeated k times. The corresponding solution is
(C0+C1x++Ck1xk1)eαxcos(βx)+(D0+D1x++Dk1xk1)eαxsin(βx),
where C0, ..., Ck1, D0, ..., Dk1 are arbitrary constants.

Example 2.3.5.

Solve
y(4)4y+8y8y+4y=0.
The characteristic equation is
r44r3+8r28r+4=0,(r22r+2)2=0,((r1)2+1)2=0.
Hence the roots are 1±i, both with multiplicity 2. Hence the general solution to the ODE is
y=(C1+C2x)excosx+(C3+C4x)exsinx.
The way we solved the characteristic equation above is really by guessing or by inspection. It is not so easy in general. We could also have asked a computer or an advanced calculator for the roots.

Exercises 2.3.3 Exercises

2.3.1.

Find the general solution for yy+yy=0.

2.3.2.

Find the general solution for y(4)5y+6y=0.

2.3.3.

Find the general solution for y+2y+2y=0.

2.3.4.

Suppose the characteristic equation for an ODE is (r1)2(r2)2=0.
  1. Find such a differential equation.
  2. Find its general solution.

2.3.5.

Suppose that a fourth order equation has a solution y=2e4xxcosx.
  1. Find such an equation.
  2. Find the initial conditions that the given solution satisfies.

2.3.7.

Let f(x)=excosx, g(x)=ex+cosx, and h(x)=cosx. Are f(x), g(x), and h(x) linearly independent? If so, show it, if not, find a linear combination that works.

2.3.8.

Let f(x)=0, g(x)=cosx, and h(x)=sinx. Are f(x), g(x), and h(x) linearly independent? If so, show it, if not, find a linear combination that works.

2.3.9.

Are x, x2, and x4 linearly independent? If so, show it, if not, find a linear combination that gives 0.

2.3.10.

Are ex, xex, and x2ex linearly independent? If so, show it, if not, find a linear combination that gives 0.

2.3.11.

Find an equation such that y=xe2xsin(3x) is a solution.

2.3.101.

Find the general solution of y(5)y(4)=0.
Answer.
y=C1ex+C2x3+C3x2+C4x+C5

2.3.102.

Suppose that the characteristic equation of a third order differential equation has roots ±2i and 3.
  1. What is the characteristic equation?
  2. Find the corresponding differential equation.
  3. Find the general solution.
Answer.
a) r33r2+4r12=0     b) y3y+4y12y=0     c) y=C1e3x+C2sin(2x)+C3cos(2x)

2.3.103.

Solve 1001y+3.2y+πy4y=0, y(0)=0, y(0)=0, y(0)=0.
Answer.
y=0

2.3.104.

Are ex, ex+1, e2x, sin(x) linearly independent? If so, show it, if not find a linear combination that gives 0.
Answer.
No. e1exex+1=0.

2.3.105.

Are sin(x), x, xsin(x) linearly independent? If so, show it, if not find a linear combination that gives 0.
Answer.
Yes. (Hint: First note that sin(x) is bounded. Then note that x and xsin(x) cannot be multiples of each other.)

2.3.106.

Find an equation such that y=cos(x), y=sin(x), y=ex are solutions.
Answer.
yy+yy=0
For a higher quality printout use the PDF version: https://www.jirka.org/diffyqs/diffyqs.pdf