
Francisco P. answered 11/15/14
Tutor
5.0
(297)
Differential Equations is my Jam!
Let erx be a solution of the homogeneous DE: y" - 2y' = 0.
Then,
r2 - 2r = 0
r(r - 2) = 0
So, the complementary solution is yc = Ae2x + B with A and B constants.
Construct the particular solution from the complementary solution as
yp = C(x)e2x + D(x).
yp' = C'e2x + 2Ce2x + D'
Setting C'e2x + D' = 0, we get yp' = 2Ce2x.
Then, yp" = 2C'e2x + 4Ce2x.
Substituting back into the DE,
(2C' + 4C)e2x - 4Ce2x = x + 1
2C'e2x = x + 1
C' = dC/dx = ½(x + 1)e-2x
Integrate to get C(x) = -(1/8)(2x + 3)e-2x.
Solving for D:
D' = -C'e2x = -½(x + 1)
D(x) = -¼x2 - ½x
The general solution is y = yc + yp =
Ae2x + B - (1/8)(2x +3) - (1/4)(x2 + 2x)
Ae2x + B - ¼x2 - ¾x - 3/8
Absorbing the -3/8 into B,
y(x) = Ae2x + B - ¼x2 - ¾x
Check:
y' = 2Ae2x - ½x - ¾
y" = 4Ae2x - ½
y" - 2y' = (4Ae2x - ½) - 2(2Ae2x - ½x - ¾) = x + 1
Eman A.
11/24/14