Question: Find the general solution of the equation y\'\' - 3y\' + 2y = 0.
Options:
Correct Answer: y = C1 e^(x) + C2 e^(2x)
Solution:
The characteristic equation is r^2 - 3r + 2 = 0, which factors to (r-1)(r-2)=0. Thus, the general solution is y = C1 e^(x) + C2 e^(2x).