Udc
Udc
Let us also use the notation E(r) for the characteristic polynomial; i.e.,E(r) = ar2 + br + c.
Observe that the graph of E(r) is a parabola. Note that if the graph crosses the r-axis twice, say at r1 and
r2 then the derivative E ′ (r) = 2ar + b is not zero at r1 and not zero at r2 . On the other hand if the parabola only
touches the r-axis once, that is, E(r) has a double root r1 then E(r) has either a absolute minimum or maximum
at r1 and hence E ′ (r1 ) = 0
Now let us compute L[tn ert ], where r is a real or complex number and n is an integer. (In most of the
problems in this course n will be one of the following: 0, 1, 2. Set Y = tn ert . Then
c [Y = tn ert
Using our notation for the characteristic polynomial this can be written much more simply as follows:
n(n − 1) n−2 ′′
L[tn ert ] = tn E(r) + ntn−1 E ′ (r) + t E (r) ert
2
Now let us look at several examples of ODE’s and see what this formula says about them.
Example 1
L[y] = y ′′ − 3y ′ − 4y = 0 L[e4t ] = (t0 E(4) + 0 + 0)e4t = 0,
just another verification that e4t solves this equation.
Example 2
L[y] = y ′′ − 2y ′ + y = 0
L[tet ] = (tE(1) + E ′ (1))e2t
The derivative E ′ (r) of the characteristic polynomial is zero when r = 1 because r = 1 is a double root. This is
another verification that tet is also a solution of the ODE when r = 1 is a double root of the characteristic equation.
Example 3
L[y] = y ′′ − 3y ′ − 4y = t2
L[1] = E(0) = c = −4
L[t] = tE(0) + E ′ (0) = tc + b = −4t − 3
L[t2 ] = t2 E(0) + 2tE ′ (0) + E ′′ (0) = t2 c + 2tb + 2a = −4t2 − 6t + 2
What is L[−t2 /4]? How would you find A, B and C so that L[At2 + Bt + C] = t2 ?
Example 4
¿From this we see that plugging e(1+2i)t into the left hand side gives a constant multiple of e(1+2i)t . Therefore
plugging in
−8
Y = e(1+2i)t
E(1 + 2i)
into the equation gives −8e(1+2i)t . A solution of the original equation is obtained by taking the real part of Y .
Example 5
L[y] = y ′′ − 2y ′ + 2 = et cos t
(1+i)t
L[te ] = (tE(1 + i) + E ′ (1 + i)) e(1+i)t
−i (1+i)t
Y = te
2
satisfies the equation
y ′′ − 2y ′ + 2 = e(1+i)t
Taking the real part of this equation gives the solution to the original equation.
Example 6
Y1 = t2 e(1+i)
4ite(1+i)t
So the function
−i 2 (1+i) −2i (1+i)t −i 2
Y3 = t e − te = t − it e(1+i)t
4 2 4
satisfies L[Y3 ] = e(1+i)t . Taking the real part of Y3 gives a solution to the original equation.
Example 7
L[y] = y ′′ − 2y ′ + 1 = et
L[t2 et ] = t2 E(1) + 2tE ′ (1) + E ′′ (1) et
Here both E(1) = 0 and E ′ (1) are 0. But E ′′ (1) = 2. Thus a solution to this equation is
1 2 2t
t e
2