12
Section 9.8 Higher Order Linear Equations Key Terms: Higher order linear equations Equivalent linear systems for higher order equations Companion matrix Characteristic polynomial and equation

Section 9.8 Higher Order Linear Equations Key Terms: • Higher

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Section 9.8 Higher Order Linear Equations

Key Terms:

• Higher order linear equations • Equivalent linear systems for higher order equations • Companion matrix • Characteristic polynomial and equation

Page 2: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

A linear equation of order n is of the form

y(n) + a1(t)y(n−1) +・ ・ ・+an−1(t)y + an(t)y = F(t).

An example is the equation of the vibrating spring that we developed earlier.

my'' +μy' + ky = F(t)

We have seen that we can replace the single higher-order DE with an equivalent first-order system of dimension n. To do so, we introduce new variables

x1 = y , x2 = yꞌ , . . . , xn = y(n−1) .

We differentiate each of the new variables with respect to obtain the system of differential equations

Page 3: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Converting to matrix form we let

and we can express the system of DEs as x' = Ax + f . Thus, the equation is homogeneous if and only if F(t) = 0.

0

0( )

f

F t

=

If there is an initial condition we express it in vector form as .

1 0

2 00

n 0

x (t )x (t )

( )

x (t )

=

x t

Notice, in particular, that if x(t) is a solution to x' = Ax + f then it is the first component of vector x, y(t) = x1(t), which is the solution to the higher-order differential equation.

Page 4: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Next, we can use the results about systems to find an appropriate existence and uniqueness theorem for a higher-order linear equation.

All the ideas about linear independence, fundamental sets, Wronskian, etc apply since we can characterize the higher order DE as a linear system of differential equations. For example we have the following.

Suppose that y1(t), y2(t), . . . , and yn(t) are linearly independent solutions to equation nth order homogeneous DE

y(n) + a1(t)y(n−1) +・ ・ ・+an−1(t)y + an(t)y = 0. Then every solution to this DE is a linear combination of y1(t), y2(t), . . . , and yn(t).

Page 5: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

The solution strategy for a higher-order equation is almost the same as that for a system. To find the general solution to the nth-order linear, homogeneous equation y(n) + a1(t)y(n−1) +・ ・ ・+an−1(t)y + an(t)y = 0, we need to find a fundamental set of solutions; that is, a set of n solutions y1(t), y2(t), . . . , yn(t) that are linearly independent. Then the general solution is a linear combination y(t) = C1 y1(t) + C2 y2(t)+・ ・ ・+Cn yn(t).

To find the particular solution to homogeneous DE to

y(n) + a1(t)y(n−1) +・ ・ ・+an−1(t)y + an(t)y = 0, that satisfies the initial conditions y(t0) = y0, yꞌ(t0) = y1, . . . , and y(n−1) (t0)= yn−1, we substitute the initial conditions into y(t) = C1 y1(t) + C2 y2(t)+・ ・ ・+Cn yn(t). The resulting system of n linear equations to solve for the n unknown constant C1, C2, ..., Cn.

Page 6: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Finding a fundamental set of solutions Since we know that y is a solution to

if and only if is a solution to the system xꞌ = Ax, where A is the matrix , we could just find a fundamental set of solutions for the system xꞌ = Ax. Then use that set to find the fundamental set for DE

However, there is an easier procedure, that can be derived from information gained from the solutions to the system. We will state the results and give a short explanation.

Note the constant coefficients.

Page 7: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

The matrix of the system of DEs is

This matrix has a special structure and is called the companion matrix of the polynomial

n n-1 21 n-2 n-1 np(λ) = λ + a λ + + a λ + a λ + a

since det(A – λI) = (-1)n p(λ).

so the coefficients of the DE lead directly to the characteristic polynomial.

Once we have the eigenvalues we can proceed in a manner similar to that for systems with a general coefficient matrix. However, we do not need to directly use the matrix exponential. Again it breaks into the three cases: distinct , repeated, and complex roots.

It follows that the characteristic equation of the matrix A is p(λ) = 0. Hence the eigenvalues of matrix A are the roots of characteristic polynomial p(λ). Note that homogeneous DE is

Page 8: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Real roots Corresponding to the real root λ of p(λ) , we have the solution y(t) = eλt . If the roots are distinct, this is all we need to know.

The characteristic equation is p(λ) = λ3 − λ = 0. The roots are −1, 0, and 1. Thus, y1(t) = e−t , y2(t) = e0t = 1, and y3(t) = et

are solutions. Since the roots of the characteristic polynomial are distinct, these solutions are linearly independent. Hence, they form a fundamental set of solutions so the general solution of the 3rd order DE is

-t t1 2 3y(t) = C e + C + C e

Example: Find a fundamental set of solutions to the equation yꞌꞌꞌ − yꞌ = 0.

Page 9: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Repeated real root

Suppose λ is a root of the characteristic polynomial of algebraic multiplicity q. From previous results we know that we can find q linearly independent solutions of the system xꞌ = Ax of the form

Recall that a solution x(t) of xꞌ = Ax is a vector function in the form so the first component is a solution of the higher order DE

Now lets look carefully at

Each term of this expression is an n-vector so the first component is eλt times a polynomial of degree ≤ q – 1. So we have y(t) = P(t) eλt where P(t) is some polynomial of degree at most q - 1. Because of algebraic multiplicity q we need q linearly independent expressions of this form.

Question: Is there an easy way to get q such functions?

Page 10: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Here is where we can use some linear algebra. Recall that the vector space of polynomials of degree q – 1 or less has a “natural” basis {1, t, t2, ..., tq-1}. So is it possible that the q functions

λt λt 2 λt q -1 λte , te , t e , … , t e

which are linearly independent are a set of q solutions corresponding to eigenvalue λ?

The answer is YES! So we have

If λ is a real root to the characteristic polynomial of algebraic multiplicity q, then y1(t) = eλt , y2(t) = teλt, ..., and yq (t) = tq−1eλt

are q linearly independent solutions.

Example: Find a fundamental set of solutions to the equation y(4) − 2yꞌꞌꞌ + 2yꞌ − 1 = 0.

The characteristic polynomial is λ4 − 2λ3 + 2λ − 1 = (λ − 1)3(λ + 1). Thus, the roots are ± 1, and 1 has multiplicity 3.

From the root λ = −1, we get the solution y1(t) = e−t . From the root λ = 1, we get three linearly independent solutions y2(t) = et , y3(t) = tet , and y4(t) = t2et . Thus the general solution is y(t) = C1 e−t + C2 et + C3 tet + C4 t2et .

Page 11: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Complex roots

Since the homogeneous DE has real coefficients, the characteristic polynomial does as well. Hence, complex roots come in complex conjugate pairs, λ = α + iβ and λ = α − iβ. We have the corresponding solutions

Example: Find a fundamental set of solutions to yꞌꞌꞌ + 7yꞌꞌ+ 19yꞌ + 13y = 0.

The characteristic polynomial is λ3 + 7λ2 + 19λ + 13 = (λ + 1)(λ2 + 6λ + 13).

Thus, the roots are −1, and −3 ± 2i . The real root −1 leads us to the solution y1(t) = e−t . The complex conjugate pair −3 ± 2i yields the real solutions y2(t) = e−3t cos 2t and y3(t) = e−3t sin 2t.

Page 12: Section 9.8 Higher Order Linear Equations Key Terms: • Higher

Repeated complex roots

We follow the ideas from repeated real roots.

Example: Find a fundamental set of solutions to y(4) + 4yꞌꞌꞌ + 14yꞌꞌ + 20yꞌ + 25y = 0.

The characteristic polynomial is λ4 + 4λ3 + 14λ2 + 20λ + 25 = (λ2 + 2λ + 5)2.

Consequently, we have roots −1 ± 2i , each of multiplicity 2. Thus, we have solutions y1(t) = e−t cos 2t, y2(t) = e−t sin 2t, y3(t) = te−t cos 2t, and y4(t) = te−t sin 2t.