Higher Order Linear ODEs

Recall that a differential equation can always be written as L[y]=f(t) where L is a differential operator and f is some function of t. Differential equations are linear if L is a linear differential operator. That is, L satisfies

  1. L[ay]=aL[y] for any constant aR
  2. L[y1+y2]=L[y1]+L[y2] for any two functions y1 and y2
In general, this means thatany nth order linear differential equation can be written in the form cn(t)dnydtn+...+c1(t)dydt+c0(t)y=f(t). The functions cn(t) are called the coefficients of the linear operator. We will spend most of our time looking at differential equations where the coefficients are constants.

Definition: An ODE is called homogeneous if f(t)=0 and inhomogeneous if f(t)0.

We'll start by looking for solutions to homogeneous differential equations, and show that they can be used to help find solutions to non-homogenous equations.

Example: Consider the second order homogeneous differential equation d2ydt2y=0. We can rewrite this as d2ydt2=y, and so solving this equation is the same as asking to find a function that is its own second derivative.

Clearly y1=et works as a solution. y2=et also works, as does 2et+3et. In fact any function of the form y=C1et+C2et is also a solution. In the language we have been using, this is a two-parameter family of solutions.

The linear superposition principle: If L is a linear differential operator, and y1 and y2 are both solutions to L[y]=0, then any linear combination of y1 and y2 are also solutions.

As a consequence of this, y0=0 is always a solution to homogeneous linear differential equations. We call this the trivial solution. We are often only interested in other solutions, so we will be looking for nontrivial solutions.

Practice: Find all of the solutions to d2ydt2+y=0

Theorem: Every linear nth order differential equation with constant coefficients has at least one solution of the form y=eλt for some λC. We can see this by writing L[eλt]=cndneλtdtn+...+c1deλtdt+c0eλt=cnλneλt+...+c1λeλt+c0eλt=eλt(cnλn+...+c1λ+c0) This is a polynomial in λ, and by the fundamental theorem of algebra, every non-constant polynomial has at least one complex root.

Example: Find a non-trivial solution to the differential equation d2ydt2+5dydt+6y=0.

Solution: By the previous theorem, we know there is at least one solution of the form y=eλt. Subbing this in gives d2dt2eλt+5ddteλt+6eλt=0eλt(λ2+5λ+6)=0, which is zero if λ=2 or if λ=3. Therefore one solution to the problem is y1(t)=e2t and another solution is e3t. We can combine these two solutions to get the two-parameter family of solutions y=C1e2t+C2e3t.

Practice Problems

Find at least one non-trivial solution to each of the following differential equations

  1. 4d2ydt2+2dydt6=0
  2. 9d2ydt225y=0
  3. d2ydt2+4dydt+4y=0
  4. d2ydt2+7dydt=0