y′′−5y′+4y=0; y(0)=1 and y′(0)=1.
Setup the auxilary equation
λ2−5λ+4=0→λ1=1 λ2=4
The general solution is found by
Usually problem like these will have the answer in the form C1ea+C2eb... where a and b are the roots of the characteristic equation ert
y = C1et+C2e4t →C1+C2=1
y′=C1et+4C2e4t→C1+4C2=1
C1=1 C2=0
The general solution is: y=et
Comments