A TMUA-calibre trig equations problem at difficulty 4 of 5, with the full worked solution.
The question
Suppose a is a real number such that the equation
a⋅(sinx+sin(2x))=sin(3x)
has more than one solution in the interval (0,π) . The set of all such a that can be written
in the form
(p,q)∪(q,r),
where p,q, and r are real numbers with p<q<r . What is p+q+r ?
A −4
B −1
C 0
D 1
E 4
The correct answer is highlighted.
A
Worked solution
We are given that a⋅(sinx+sin(2x))=sin(3x)
Using the sine double angle formula combine with the fact that sin(3x)=sinx⋅(4cos2x−1) , which can be derived using sine angle addition with sin(2x+x) , we have
a⋅(sinx+2sinxcosx)=sinx⋅(4cos2x−1)
Since sinx=0 as it is on the open interval (0,π) , we can divide out sinx from both sides, leaving us with
a⋅(1+2cosx)=4cos2x−1
Now, distributing a and rearranging, we achieve the equation
4cos2x−2acosx−(1+a)=0
which is a quadratic in cosx .
Applying the quadratic formula to solve for cosx , we get
cosx=82a±4a2+4(4)(1+a)
and expanding the terms under the radical, we get
cosx=82a±4a2+16a+16
Factoring, since 4a2+16a+16=(2a+4)2 , we can simplify our expression even further to
cosx=4a±(a+2)
Now, solving for our two solutions, cosx=−21 and cosx=2a+1 .
Since cosx=−21 yields a solution that is valid for all a , that being x=32π , we must now solve for the case where 2a+1 yields a valid value.
As x∈(0,π) , cosx∈(−1,1) , and therefore 2a+1∈(−1,1) , and a∈(−3,1) .
There is one more case we must consider inside this interval though, the case where 2a+1=−21 , as this would lead to a double root for cosx , yielding only one valid solution for x . Solving for this case, a=−2 .
Therefore, combining this fact with our solution interval, a∈(−3,−2)∪(−2,1) , so the answer is −3−2+1=(A) −4 .