Find the solution to the differential equation y 11y 18y
Find the solution to the differential equation
y\" - 11y\' + 18y = 0, y(0) = 3, y\'(0) = 1
y\" - 11y\' + 18y = 0, y(0) = 3, y\'(0) = 1
Solution
general formula
D2-11D+18=0
(D-9)(D-2)=0
D=2,9
y=C1e2t+C2e9t
y(0)=3=C1+C2
y\'=2C1e2t+9C2e9t
y\'(0)=1=2C1+9C2
Thus,
C1=26/7
C2=-5/7
y=(26/7)e2t-(5/7)e9t
