It's a second-order linear ordinary differential equation.
An equation y′′+py′+qy=0 has solution y=C1eλ1x+C2eλ3x where λ1,λ2 are the roots of x2+px+q=0 if λ1=λ2 and y=(C1+C2x)eλ if λ1=λ2 (=λ) .
https://en.wikipedia.org/wiki/Linear_differential_equation#Second-order_case
So, x2−3x+2=0 has the roots 1 and 2 , according to converse Vieta's theorem (as −(1+2)=−3 and 1⋅2=2 ).
So, the solution is y=C1ex+C2e2x .
You can see here https://www.wolframalpha.com/input/?i=y%22-3y%27%2B2y%3D0 , it's correct.
Comments