Paul's Online Notes
Paul's Online Notes
Home / Differential Equations / Second Order DE's / Repeated Roots
Hide Mobile Notice  
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 3.4 : Repeated Roots

In this section we will be looking at the last case for the constant coefficient, linear, homogeneous second order differential equations. In this case we want solutions to

ay+by+cy=0

where solutions to the characteristic equation

ar2+br+c=0

are double roots r1=r2=r.

This leads to a problem however. Recall that the solutions are

y1(t)=er1t=erty2(t)=er2t=ert

These are the same solution and will NOT be “nice enough” to form a general solution. We do promise that we’ll define “nice enough” eventually! So, we can use the first solution, but we’re going to need a second solution.

Before finding this second solution let’s take a little side trip. The reason for the side trip will be clear eventually. From the quadratic formula we know that the roots to the characteristic equation are,

r1,2=b±b24ac2a

In this case, since we have double roots we must have

b24ac=0

This is the only way that we can get double roots and in this case the roots will be

r1,2=b2a

So, the one solution that we’ve got is

y1(t)=ebt2a

To find a second solution we will use the fact that a constant times a solution to a linear homogeneous differential equation is also a solution. If this is true then maybe we’ll get lucky and the following will also be a solution

y2(t)=v(t)y1(t)=v(t)ebt2a

with a proper choice of v(t). To determine if this in fact can be done, let’s plug this back into the differential equation and see what we get. We’ll first need a couple of derivatives.

y2(t)=vebt2ab2avebt2ay2(t)=vebt2ab2avebt2ab2avebt2a+b24a2vebt2a=vebt2abavebt2a+b24a2vebt2a

We dropped the (t) part on the v to simplify things a little for the writing out of the derivatives. Now, plug these into the differential equation.

a(vebt2abavebt2a+b24a2vebt2a)+b(vebt2ab2avebt2a)+c(vebt2a)=0

We can factor an exponential out of all the terms so let’s do that. We’ll also collect all the coefficients of v and its derivatives.

ebt2a(av+(b+b)v+(b24ab22a+c)v)=0ebt2a(av+(b24a+c)v)=0ebt2a(av14a(b24ac)v)=0

Now, because we are working with a double root we know that that the second term will be zero. Also exponentials are never zero. Therefore, (1) will be a solution to the differential equation provided v(t) is a function that satisfies the following differential equation.

av=0ORv=0

We can drop the a because we know that it can’t be zero. If it were we wouldn’t have a second order differential equation! So, we can now determine the most general possible form that is allowable for v(t).

v=vdt=cv(t)=vdt=ct+k

This is actually more complicated than we need and in fact we can drop both of the constants from this. To see why this is let’s go ahead and use this to get the second solution. The two solutions are then

y1(t)=ebt2ay2(t)=(ct+k)ebt2a

Eventually you will be able to show that these two solutions are “nice enough” to form a general solution. The general solution would then be the following.

y(t)=c1ebt2a+c2(ct+k)ebt2a=c1ebt2a+(c2ct+c2k)ebt2a=(c1+c2k)ebt2a+c2ctebt2a

Notice that we rearranged things a little. Now, c, k, c1, and c2 are all unknown constants so any combination of them will also be unknown constants. In particular, c1+c2k and c2c are unknown constants so we’ll just rewrite them as follows.

y(t)=c1ebt2a+c2tebt2a

So, if we go back to the most general form for v(t) we can take c=1 and k=0 and we will arrive at the same general solution.

Let’s recap. If the roots of the characteristic equation are r1=r2=r, then the general solution is then

y(t)=c1ert+c2tert

Now, let’s work a couple of examples.

Example 1 Solve the following IVP. y4y+4y=0y(0)=12y(0)=3
Show Solution

The characteristic equation and its roots are.

r24r+4=(r2)2=0r1,2=2

The general solution and its derivative are

y(t)=c1e2t+c2te2ty(t)=2c1e2t+c2e2t+2c2te2t

Don’t forget to product rule the second term! Plugging in the initial conditions gives the following system.

12=y(0)=c13=y(0)=2c1+c2

This system is easily solved to get c1=12 and c2=27. The actual solution to the IVP is then.

y(t)=12e2t27te2t
Example 2 Solve the following IVP. 16y40y+25y=0y(0)=3y(0)=94
Show Solution

The characteristic equation and its roots are.

16r240r+25=(4r5)2=0r1,2=54

The general solution and its derivative are

y(t)=c1e5t4+c2te5t4y(t)=54c1e5t4+c2e5t4+54c2te5t4

Don’t forget to product rule the second term! Plugging in the initial conditions gives the following system.

3=y(0)=c194=y(0)=54c1+c2

This system is easily solve to get c1=3 and c2=6. The actual solution to the IVP is then.

y(t)=3e5t46te5t4
Example 3 Solve the following IVP y+14y+49y=0y(4)=1y(4)=5
Show Solution

The characteristic equation and its roots are.

r2+14r+49=(r+7)2=0r1,2=7

The general solution and its derivative are

y(t)=c1e7t+c2te7ty(t)=7c1e7t+c2e7t7c2te7t

Plugging in the initial conditions gives the following system of equations.

1=y(4)=c1e284c2e285=y(4)=7c1e28+c2e28+28c2e28=7c1e28+29c2e28

Solving this system gives the following constants.

c1=9e28c2=2e28

The actual solution to the IVP is then.

y(t)=9e28e7t2te28e7ty(t)=9e7(t+4)2te7(t+4)