The Three Cases: Solving the Characteristic Equation
The discriminant $\Delta = b^2 - 4ac$ determines the nature of roots.
Case 1: Distinct Real Roots
Δ > 0
$r_1 \neq r_2$ (both real)
$$y = C_1e^{r_1x} + C_2e^{r_2x}$$
Case 2: Repeated Root
Δ = 0
$r_1 = r_2 = r$ (double root)
$$y = (C_1 + C_2x)e^{rx}$$
Case 3: Complex Roots
Δ < 0
$r = \alpha \pm \beta i$ (conjugates)
$$y = e^{\alpha x}(C_1\cos\beta x + C_2\sin\beta x)$$
Key Point
Always compute the discriminant first! It tells you which case you're dealing with and which formula to use.
Case 1: Distinct Real Roots (Δ > 0)
General Solution
$$y = C_1e^{r_1x} + C_2e^{r_2x}$$
where $r_1 \neq r_2$ are the two distinct real roots of $ar^2 + br + c = 0$.
Why This Works
Both $e^{r_1x}$ and $e^{r_2x}$ are solutions. They are linearly independent (one is not a constant multiple of the other) because $r_1 \neq r_2$. Any linear combination is also a solution!
Damping is very high. The mass slowly returns to equilibrium without oscillating.
Critically Damped
One negative double root
(Case 2: $r < 0$)
Perfect balance. The mass returns to equilibrium as fast as possible without oscillating.
Underdamped
Complex roots with negative real part
(Case 3: $\alpha < 0$, $\beta \neq 0$)
Damping is weak. The mass oscillates around equilibrium while gradually decaying.
Intuition
All three cases are stable (return to equilibrium) because the real parts of the roots are negative. The type of return depends on whether roots are real or complex!
Key Takeaways & Summary
Case 1: $\Delta > 0$
Two distinct real roots $r_1, r_2$
Solution: $y = C_1e^{r_1x} + C_2e^{r_2x}$
Case 2: $\Delta = 0$
One double root $r$
Solution: $y = (C_1 + C_2x)e^{rx}$
Case 3: $\Delta < 0$
Complex roots $\alpha \pm \beta i$
Solution: $y = e^{\alpha x}(C_1\cos\beta x + C_2\sin\beta x)$
Forgetting the $x$ factor in Case 2: Repeated roots need $(C_1 + C_2x)e^{rx}$, not just $C_1e^{rx}$.
Confusing $\alpha$ and $\beta$ in Case 3: $\alpha$ is the real part (exponential envelope), $\beta$ is the imaginary part (oscillation frequency).
Forgetting to find constants from initial conditions: The general solution has arbitrary constants — use ICs to pin them down!
Next Up
What happens when the right side is not zero ($g(t) \neq 0$)? That's non-homogeneous second-order ODEs — solved using Undetermined Coefficients and Variation of Parameters!