Michael J. answered 03/08/15
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
We have here a 2nd order differential equation because we have a second derivative term. In addition, it is non-homogenous. Therefore, we need to find the general solution when it is homogenous (when the differential equation is equal to zero), and find the particular solution (equation not equal to zero).
y'' - ay = e-ax ; y(0) = 0
y'(0) = 0
First step solve for homogenous yH.
We let y= erx
y'=rerx
y''=r2erx
Substituting those values into the equation, we obtain
r2erx - aerx = 0
By factoring out the erx term, we have the characteristic equation
r2 - a = 0
r2 = a
r = ±√(a)
The general solution will be in the form yH=C1er1x + C2er2x where r1 and r2 are the roots of the characteristic equation. In this case, our solution is
yH = C1ex√(a) + C2e-x√(a)
Second step: solve for the particular solution yP. After that, combine yH with yP to get the final solution.
This time we let yP = Be-ax
y'P = -aBe-ax
y''P = a2Be-ax
Substitute these values into the non-homogenous equation, we have
a2Be-ax - aBe-ax = e-ax
e-ax(a2 - aB) = e-ax
Now we equate coefficients to find B. Keep in mind that a is a constant within the equation.
e-ax : a2 - aB = 1
-aB = 1 - a2
B = -(1 - a2) / a
The particular solution is
yP = [-(1 - a2) / a]e-ax
Lastly, use the initial conditions to find C1 and C2 once you combine the solutions.