Studying the method of undetermined coefficients right now, at one point in an example problem I see this:
$$ (A-3B)\sin(t) + (B + 3A)\cos(t) = \sin(t) $$
What just happened?
Studying the method of undetermined coefficients right now, at one point in an example problem I see this:
$$ (A-3B)\sin(t) + (B + 3A)\cos(t) = \sin(t) $$
What just happened?
If you want $A$ and $B$ such that the equation holds for any value of $t$ then take some particular values of $t$, such as:
$$t=0 \to B+3A=0\\ t=\frac{\pi}{2}\to A-3B=1$$
Now solve the system and get $A=\frac{1}{10}$ and $B=-\frac{3}{10}$