













Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Constant-coefficient linear differential equations, including homogeneous and nonhomogeneous equations. It covers topics such as the auxiliary polynomial, polynomial differential operators, linear polynomial differential operators, distinct linear factors, multiple roots, and their solutions. The document also provides examples and proofs to support the concepts discussed.
Typology: Lecture notes
1 / 21
This page cannot be seen from the preview
Don't miss anything!














CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
Math 240 — Calculus III
Summer 2013, Session II
Monday, August 5, 2013
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
Consider the homogeneous linear differential equation y(n)^ + a 1 y(n−1)^ + · · · + an− 1 y′^ + any = 0 with constant coefficients ai. Expressed as a linear differential operator, the equation is P (D)y = 0, where P (D) = Dn^ + a 1 Dn−^1 + · · · + an− 1 D + an.
A linear differential operator with constant coefficients, such as P (D), is called a polynomial differential operator. The polynomial P (r) = rn^ + a 1 rn−^1 + · · · + an− 1 r + an is called the auxiliary polynomial, and the equation P (r) = 0 the auxiliary equation.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
The equation y′′^ + y′^ − 6 y = 0 has auxiliary polynomial P (r) = r^2 + r − 6.
Give the auxiliary polynomials for the following equations.
r^2 + 2r − 3 r^2 − 7 r + 24 r^3 − 2 r^2 − 4 r + 8
The roots of the auxiliary polynomial will determine the solutions to the differential equation.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
In our example, y′′^ + y′^ − 6 y = 0, with auxiliary polynomial P (r) = r^2 + r − 6 , the roots of P (r) are r = 2 and r = − 3. An equivalent statement is that r − 2 and r + 3 are linear factors of P (r). The functions y 1 (x) = e^2 x^ and y 2 (x) = e−^3 x^ are solutions to y′ 1 − 2 y 1 = 0 and y′ 2 + 3y 2 = 0, respectively.
The general solution to the linear differential equation y′^ − ay = 0 is y(x) = ceax.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
Suppose P (D) and Q(D) are polynomial differential operators P (D)y 1 = 0 = Q(D)y 2. If L = P (D)Q(D), then Ly 1 = 0 = Ly 2.
P (D)Q(D)y 2 = P (D)
Q(D)y 2
P (D)Q(D)y 1 = Q(D)P (D)y 1 = Q(D)
P (D)y 1
The theorem implies that, since (D − 2)y 1 = 0 and (D + 3)y 2 = 0, the functions y 1 (x) = e^2 x^ and y 2 (x) = e−^3 x^ are solutions to y′′^ + y′^ − 6 y = (D^2 + D − 6)y = (D − 2)(D + 3)y = 0.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
If we can factor the auxiliary polynomial into distinct linear factors, then the solutions from each linear factor will combine to form a fundamental set of solutions.
Determine the general solution to y′′^ − y′^ − 2 y = 0. The auxiliary polynomial is P (r) = r^2 − r − 2 = (r − 2)(r + 1). Its roots are r 1 = 2 and r 2 = − 1. The functions y 1 (x) = e^2 x and y 2 (x) = e−x^ satisfy (D − 2)y 1 = 0 = (D + 1)y 2. Therefore, y 1 and y 2 are solutions to the original equation. Since we have 2 solutions to a 2 nd^ degree equation, they constitute a fundamental set of solutions; the general solution is y(x) = c 1 e^2 x^ + c 2 e−x.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
What can go wrong with this process? The auxiliary polynomial could have a multiple root. In this case, we would get one solution from that root, but not enough to form the general solution. Fortunately, there are more.
The differential equation (D − r)my = 0 has the following m linearly independent solutions: erx, xerx, x^2 erx,... , xm−^1 erx.
Check it. Q.E.D.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
What happens if the auxiliary polynomial has complex roots? Can we recover real solutions? Yes!
If P (D)y = 0 is a linear differential equation with real constant coefficients and (D − r)m^ is a factor of P (D) with r = a + bi and b 6 = 0, then
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
Determine the general solution to y′′^ + 6y′^ + 25y = 0.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
The technique proceeds from the observation that, if we know a polynomial differential operator A(D) so that A(D)F = 0, then applying A(D) to the nonhomogeneous equation P (D)y = F (1) yields the homogeneous equation A(D)P (D)y = 0. (2) A particular solution to (1) will be a solution to (2) that is not a solution to the associated homogeneous equation P (D)y = 0.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
Determine the general solution to (D + 1)(D − 1)y = 16e^3 x.
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
Functions that can be annihilated by polynomial differential operators are exactly those that can arise as solutions to constant-coefficient homogeneous linear differential equations. We have seen that these functions are
CoefficientLinear Differential Equations Math 240
Homogeneous equations Nonhomog. equations
Determine the general solution to (D − 4)(D + 1)y = 16xe^3 x.