| If g(t) looks like... | Then guess y_p as... | Note |
|---|---|---|
| Polynomial of degree n | $A_n t^n + A_{n-1}t^{n-1} + \cdots + A_0$ | Include ALL terms down to constant |
| $Ke^{\alpha t}$ | $Ae^{\alpha t}$ | $A$ is unknown constant to find |
| $K_1\cos(\omega t) + K_2\sin(\omega t)$ | $A\cos(\omega t) + B\sin(\omega t)$ | Use BOTH cos and sin, even if g(t) has only one |
| Combination (e.g., $e^t \cos(t)$) | Use superposition: find $y_{p1}$ and $y_{p2}$ separately | Add solutions: $y_p = y_{p1} + y_{p2}$ |