Solve the equation y y 5 y0 0 y0 0 by using variation of
Solve the equation y” - y’ = 5, y(0) = 0, y(0) = 0, by using variation of parameters.
Solution
given equation y\"-y\'=5
Undetermined coefficients. guessing y = kex will give y\" y\'= 0,
so guess y = kxex instead:
y = kxex
y\'= kxex + kex
y\" = kxex + 2kex
y\" y\' = kex
k = 1
y = xex
let auxiliary equation r2-r=0
r(r-1)=0
r=0 or r=1
therefore the general solution is y=xex+C1+C2ex
