[Math] Equation with sine and cosine – coefficients

trigonometry

I have some trouble with the conceptual understanding of the way we solve this kind of equations. Let's say we have:
$$(3-3b^2)\sin(bx)+3a\cos(2x)=6\cos(2x)$$
The method employed on classes was equating coefficients on both sides of the equation. For example there's no sine function on the right hand side, so $(3-3b^2)=0$. Therefore we're left with $3a\cos(2x)=6\cos(2x)$ so obviously $3a=6$. From that it follows that $a=2, b=1$ or $-1$. This is logical to me but I still can't understand why the sine and the cosine on LHS can't "coexist" (not sure how to phrase that) and give together the result on RHS. Example of what I think if that's not clear:

$$\underbrace{(3-3b^2)\sin(bx)}_n+\underbrace{3a\cos(2x)}_m=\underbrace{6\cos(2x)}_{n+m}$$

Best Answer

You're being quite vague in a way that large numbers of students are. They see something like $$ (3-3b^2)\sin(bx)+3a\cos(2x)=6\cos(2x) \tag 1 $$ and think that this specifies an problem to be solved. But the words you wrote after that make it clear that whoever posed this said more than what you've told us.

A set of exercises in a textbook may say "Solve the following equations for $x$." It it had said that, that would be a very different problem from what you write about in your paragraph beginning with "The method employed". There is no reason why the coefficient of the sine term should not be $0$ if it says "Solve this equation for $x$."

But if it said that $(1)$ is an identity true of all values of $x$, and asks you to find the coefficients, then, because of the word all, we can conclude that the coefficient of the sine term is $0$.

If $x=0$ then the sine term vanishes and the cosine terms are equal to $1$, and we get $3a=6$ so $a=2$. Then if $x$ has some value that makes the sine nonzero, we get $$ (3-3b^2)\cdot(\text{some number other than 0}) + 6\cos(2x) = 6\cos(2x). $$ Subtracting $6\cos(2x)$ from both sides, we get $$ (3-3b^2)\cdot(\text{some number other than 0}) = 0, $$ and from that we can conclude that the coefficient is $0$.

Related Question