Problem 1: Distinct Real Roots (IVP)
Solve $y'' - 5y' + 6y = 0$, $y(0) = 2$, $y'(0) = 5$.
Standard form: $ay'' + by' + cy = f(x)$. The characteristic equation is $ar^2 + br + c = 0$.
Cases for the homogeneous solution $y_h$:
Non-homogeneous ($f(x) \neq 0$): General solution = $y_h + y_p$, where $y_p$ is a particular solution found by the method of undetermined coefficients.
Undetermined coefficients guide:
Solve $y'' - 5y' + 6y = 0$, $y(0) = 2$, $y'(0) = 5$.
Solve $y'' - 4y' + 4y = 0$, $y(0) = 1$, $y'(0) = 2$.
Solve $y'' + 2y' + 5y = 0$, $y(0) = 1$, $y'(0) = 1$.
Solve $y'' + y = \cos x$ (resonance case). Find the general solution.