Analyzing the Setup
Imagine you are standing before a massive, intimidating trigonometric expression. The equation
cos6x−sin6x3cos2x+cos32x=x3−x2+6
seems designed to make you panic. In the world of JEE Advanced, intimidation is often just a mask for elegance. Let us peel back that mask together.
Taming the Trigonometric Beast
Our first mission is to simplify the left-hand side. The numerator, 3cos2x+cos32x, can be factored as:
Now, look at the denominator: cos6x−sin6x. This is a classic difference of cubes, (cos2x)3−(sin2x)3.
Using the identity a3−b3=(a−b)(a2+ab+b2), we expand this into:
(cos2x−sin2x)(cos4x+sin4x+sin2xcos2x)
The first bracket is the identity cos2x. The second bracket, cos4x+sin4x+sin2xcos2x, can be rewritten by completing the square:
(cos2x+sin2x)2−2sin2xcos2x+sin2xcos2x=1−sin2xcos2x
Using the double angle identity sin2x=2sinxcosx, we know sin2xcos2x=41sin22x. Thus, the denominator becomes:
The Grand Cancellation
Now, bring the numerator and denominator together:
cos2x(1−41sin22x)cos2x(3+cos22x)
The cos2x terms cancel out. We are left with:
If we convert sin22x to 1−cos22x, the denominator becomes 43+41cos22x, which is 41(3+cos22x). The entire expression collapses to 4.
The Final Intersection
We are left with the simple cubic equation 4=x3−x2+6, or:
By testing small integers, we find that x=−1 is a root: (−1)3−(−1)2+2=−1−1+2=0. Dividing the cubic by (x+1) gives us the quadratic factor x2−2x+2.
The discriminant of this quadratic is D=(−2)2−4(1)(2)=−4. Since D<0, there are no further real roots.
Thus, the only real solution is x=−1. The sum of all real solutions is simply −1.