6.4. Answers to Homogeneous Linear Higher Order Differential Equation Problems
Here are the answers to the practice questions I provide throughout this chapter. I walk you through each answer so you can see the problems worked out step by step. Enjoy!
1 Find the solution to the following differential equation:
y″′ + 7y″ + 14y′ + 8y = 0
with these initial conditions:
y(0) = 3
y′(0) = −7
y″(0) = 14
Solution:
Because this differential equation has constant coefficients, start by assuming a solution of the following form:
y = erx
Plug your attempted solution into the differential equation:
r3erx + 7r2erx + 14rerx + 8erx = 0
Then cancel out erx:
r3 + 7r2 + 14r + 8 = 0
Now you have a cubic equation, which you can factor into the following either by hand or by using the equation-solving tool at www.quickmath.com (see the chapter intro for specifics on accessing this tool):
(r + 1)(r + 2)(r + 4) = 0
So the roots are
r1 = −1, r2 = −2, and r3 = −4
These roots are real and distinct, so the solutions are
y1 = e−x, y2 = e−2x, and y3 = e−4x
Thus, the general solution is
y = c1e−x + c2e−2x + c3e−4x
Now you can apply the initial conditions. But in addition to the form for y, you also need y′:
y′ = −c1e−x − 2c2e−2x − 4c3e−4x
and y″:
y″ = c1e−x + 4c2e−2x + 16c3e−4x
From the initial conditions, your three simultaneous equations in c1, c2, and c3 that you must solve to find the coefficients are
y(0) = c1 + c2 + c3
Get Differential Equations Workbook For Dummies® now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.