0% found this document useful (0 votes)
27 views5 pages

2 ND Order Linear Repeated Roots Reductionof Order

The document contains examples of solving second order linear differential equations with repeated roots. It finds general solutions to equations by assuming solutions of the form ert and solving the characteristic equation. It also solves initial value problems by determining constants using initial conditions. Solutions either grow or decay based on the sign of the derivative as t approaches infinity.

Uploaded by

Jimmi Nadapdap
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views5 pages

2 ND Order Linear Repeated Roots Reductionof Order

The document contains examples of solving second order linear differential equations with repeated roots. It finds general solutions to equations by assuming solutions of the form ert and solving the characteristic equation. It also solves initial value problems by determining constants using initial conditions. Solutions either grow or decay based on the sign of the derivative as t approaches infinity.

Uploaded by

Jimmi Nadapdap
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Differential Equations Practice: 2nd Order Linear: Repeated Roots & Reduction of Order Page 1

Questions

Example (3.4.6) Find a general solution of the differential equation y 00 − 6y 0 + 9y = 0.


Example (3.5.7) Find a general solution of the differential equation 4y 00 + 17y 0 + 4y = 0.
Example (3.4.11) Solve the initial value problem 9y 00 − 12y 0 + 4y = 0, y(0) = 2, y 0 (0) = −1. Sketch the graph of the
solution and describe the behaviour of the solution as t → ∞.
Example (3.4.16) Solve the initial value problem y 00 − y 0 + y/4 = 0, y(0) = 2, y 0 (0) = b.
Determine the critical value of b that separates solutions that grow positively from those that eventually grow negatively.
Example (3.4.20) Consider the differential equation y 00 + 2ay 0 + a2 y = 0. Show that one solution is y1 (t) = e−at by
working through the characteristic equation solution. Then, use Abel’s formula to show a second solution to the differential
equation is y2 (t) = te−at .
Example (3.4.23) Find a second solution of the differential equation t2 y 00 − 4ty 0 + 6y = 0 given one solution is y1 (t) = t2 .

Solutions

Example (3.4.6) Find a general solution of the differential equation y 00 − 6y 0 + 9y = 0.


Since this is a constant coefficient differential equation, we assume the solution looks like y = ert . Then:
y = ert , y 0 = rert , y 00 = r2 ert .
Substitute into the differential equation:

y 00 − 6y 0 + 9y = 0
(r − 6r + 9)ert
2
= 0
r2 − 6r + 9 = 0 characteristic equation
2
(r − 3) = 0

The root of the characteristic equation is r = 3 of multiplicity 2.


A fundamental set of solutions is therefore
y1 = e3t , y2 = te3t .

The general solution is therefore


2
X
y(t) = ci yi = c1 e3t + c2 te3t .
i=1

Example (3.5.7) Find a general solution of the differential equation 4y 00 + 17y 0 + 4y = 0.


Since this is a constant coefficient differential equation, we assume the solution looks like y = ert . Then:
y = ert , y 0 = rert , y 00 = r2 ert .
Substitute into the differential equation:

4y 00 + 17y 0 + 4y = 0
(4r2 + 17r + 4)ert = 0
2
4r + 17r + 4 = 0
characteristic equation

−b ± b2 − 4ac
r =
2a

−17 ± 289 − 64
=
8
1
= − , −4
4
Differential Equations Practice: 2nd Order Linear: Repeated Roots & Reduction of Order Page 2

The roots of the characteristic equation are r1 = −1/4, and r2 = −4.


A fundamental set of solutions is therefore

y1 = e−t/4 , y2 = e−4t .

The general solution is therefore


2
X
y(t) = ci yi = c1 e−t/4 + c2 e−4t .
i=1

Example (3.4.11) Solve the initial value problem 9y 00 − 12y 0 + 4y = 0, y(0) = 2, y 0 (0) = −1. Sketch the graph of the
solution and describe the behaviour of the solution as t → ∞.
Since this is a constant coefficient differential equation, we assume the solution looks like y = ert . Then:

y = ert , y 0 = rert , y 00 = r2 ert .

Substitute into the differential equation:

9y 00 − 12y 0 + 4y = 0
2 rt
(9r − 12r + 4)e = 0
2
9r − 12r + 4 = 0 characteristic equation

−b ± b2 − 4ac
r =
√2a
12 ± 144 − 144
=
18
2
=
3

The root of the characteristic equation is r = 2/3 of multiplicity 2.


A fundamental set of solutions is therefore

y1 = e2t/3 , y2 = te2t/3 .

The general solution is therefore


2
X
y(t) = ci yi = c1 e2t/3 + c2 te2t/3 .
i=1

Use the initial conditions to determine the constants:

y(t) = c1 e2t/3 + c2 te2t/3


2 2
y 0 (t) = c1 · e2t/3 + c2 e2t/3 + c2 · te2t/3
3 3

y(0) = 2 = c1
2
y 0 (0) = −1 = c1 · + c2
3

The solution is c1 = 2 and c2 = −7/3.


The initial value problem has solution y(t) = 2e2t/3 − 37 te2t/3 .
As t → ∞ the solution decreases without bound, since y 0 (t) = − 19 e2t/3 (9 + 14t) < 0 for all values of t > 0 (remember, the
first derivative tells you if a function is increasing or decreasing).
Differential Equations Practice: 2nd Order Linear: Repeated Roots & Reduction of Order Page 3

See the associated Mathematica file for a sketch.


Example (3.4.16) Solve the initial value problem y 00 − y 0 + y/4 = 0, y(0) = 2, y 0 (0) = b.
Determine the critical value of b that separates solutions that grow positively from those that eventually grow negatively.
Since this is a constant coefficient differential equation, we assume the solution looks like y = ert . Then:

y = ert , y 0 = rert , y 00 = r2 ert .

Substitute into the differential equation:

y 00 − y 0 + y/4 = 0
2 rt
(r − r + 1/44)e = 0
2
r − r + 1/4 = 0 characteristic equation

−b ± b2 − 4ac
r =
√ 2a
1± 1−1
=
2
1
=
2

The root of the characteristic equation is r = 1/2 of multiplicity 2.


A fundamental set of solutions is therefore

y1 = et/2 , y2 = tet/2 .

The general solution is therefore


2
X
y(t) = ci yi = c1 et/2 + c2 tet/2 .
i=1

Use the initial conditions to determine the constants:

y(t) = c1 et/2 + c2 tet/2


1 1
y 0 (t) = c1 · et/2 + c2 et/2 + c2 · tet/2
2 2

y(0) = 2 = c1
1
y 0 (0) = b = c1 · + c2
2

The solution is c1 = 2 and c2 = b − 1.


The initial value problem has solution y(t) = 2et/2 + (b − 1)tet/2 = et/2 [2 + (b − 1)t].
If b > 1, the solution will grow positively as t → ∞. If b < 1, the solution will grow negatively as t → ∞. The value of b
which separates the two types of behaviour is b = 1.
See the Mathematica file for some sketches.
Example (3.4.20) Consider the differential equation y 00 + 2ay 0 + a2 y = 0. Show that one solution is y1 (t) = e−at by
working through the characteristic equation solution. Then, use Abel’s formula to show a second solution to the differential
equation is y2 (t) = te−at .
Since this is a constant coefficient differential equation, we assume the solution looks like y = ert . Then:

y = ert , y 0 = rert , y 00 = r2 ert .


Differential Equations Practice: 2nd Order Linear: Repeated Roots & Reduction of Order Page 4

Substitute into the differential equation:

y 00 + 2ay 0 + a2 y = 0
(r2 + 2ar + a2 )ert = 0
r2 + 2ar + a2 = 0 characteristic equation
2
(r + a) = 0

The root of the characteristic equation is r = −a of multiplicity 2.


One solution of the differential equation is of the form y1 (t) = e−at .
R 
Abels’ Theorem tells us W (y1 , y2 )(t) = c1 exp − p(t) dt . Therefore,
 Z 
W (y1 , y2 )(t) = c1 exp − p(t) dt
 Z 
= c1 exp − 2a dt

= c1 e−2at
= y1 (t)y20 (t) − y10 (t)y2 (t) by definition

Take y1 (t) = e−at , the solution we already know. Taking the derivative and substituting into the differential equation
c1 e−2at = vy1 (t)y20 (t) − y10 (t)y2 (t), we arrive at the following first order, linear differential equation in y2 :

y20 + ay2 = c1 e−at .

This can be solved using the integrating factor technique. Multiply by a function µ = µ(t):

µy20 + µay2 = µc1 e−at .

Now, we want the following to be true:

d
[µy2 ] = µy20 + µ0 y2 (by the product rule) (1)
dt

= µy20 + y2 (the left hand side of our equation) (2)
3

Comparing Eqs. (1) and (2), we arrive at the differential equation that the integrating factor must solve:

µa = µ0 .

This differential equation is separable, so the solution is


µa =
Z Zdt

a dt =
µ
Z Z

a dt =
µ
at + c2 = ln |µ|
eat ec2 = |µ|
µ = c3 eat where c3 = +ec2
Differential Equations Practice: 2nd Order Linear: Repeated Roots & Reduction of Order Page 5

Therefore, the original differential equation becomes

µy20 + µay2 = µc1 e−at


c3 eat y20 + c3 eat ay2 = c3 eat c1 e−at
eat y20 + eat ay2 = c1
d  at 
e y2 = c1
Z dt Z
d eat y2 =
 
c1 dt

eat y2 = c1 t + c4
y2 = c1 te−at + c4 e−at

So a second solution is y2 (t) = c1 te−at + c4 e−at . Since we are usually interested in a fundamental set of solutions, which
will have no constants and no overlap between them, we can choose a fundamental set of solutions to be:
y1 (t) = e−at , and y3 (t) = te−at .
This verifies the result we saw in class using a completely different method. We you can see things in two different ways
that’s a great thing! And on your assignment you will see a third way, which is very exciting indeed.
Example (3.4.23) Find a second solution of the differential equation t2 y 00 − 4ty 0 + 6y = 0 given one solution is y1 (t) = t2 .
First, note that this is not a constant coefficient differential equation, so we cannot assume the solution looks like y = ert .
In fact, this is an Euler equation, which we will study in Section 5.5. You might want to try to use a solution like y = ert
and see what goes wrong as you attempt to get the characteristic equation.
To use reduction of order, we assume a second soloution looks like y = v(t)y1 (t) = vy1 = vt2 . When you know the second
solution, it is a good idea to put it in right away.

y(t) = vt2
y 0 (t) = v 0 t2 + 2vt
y 00 (t) = v 00 t2 + 4v 0 t + 2v

Substitute into the differential equation:

t2 y 00 − 4ty 0 + 6y = 0
2 00 2 0 0 2 2
t (v t + 4v t + 2v) − 4t(v t + 2vt) + 6(vt ) = 0
v 00 t4 = 0
v 00 = 0 since t > 0
dv 0
= 0
Z dt
d[v 0 ] = 0

v 0 + c1 = 0
dv
= −c1
Z dt Z
dv = −c1 dt
v = c2 − c1 t

Sometimes you have to use the integrating factor technique to determine v.


A second solution to the differential equation is y(t) = vt2 = c2 t2 − c1 t3 .
From this we can identitify a fundamental set of solutions as y1 (t) = t2 and y2 (t) = t3 .
A general solution is y(t) = k1 t2 + k2 t3 .

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy