1
$\begingroup$

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?

  • 0
    the equation has to be true for any $t$?2017-02-12
  • 0
    That seems to be the implication. I'd include more details to clarify but this is all the worked example offers in terms of explanation.2017-02-12
  • 0
    I wrote what I think it is. Please take a look.2017-02-12
  • 0
    Ah, okay I get it. I thought I was missing a trig identity or something. Thanks.2017-02-12
  • 0
    you are very welcome2017-02-12

1 Answers 1

2

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}$