The Anatomy of a Mathematical Monster
Imagine you are standing before a massive, intimidating structure. It looks complex, perhaps even impossible to dismantle.
That is exactly how this equation feels:
45cos22x+cos4x+sin4x+cos6x+sin6x=2
It is a dense thicket of powers and trigonometric functions. But in the world of JEE Advanced, complexity is often just a mask for elegance. Our mission is to peel back these layers and reveal the simple truth hidden underneath.
Phase 1
Taming the Power of Four
Let us start with the most manageable parts: sin4x+cos4x. We do not want to deal with fourth powers if we can avoid them.
We recall the algebraic identity a4+b4=(a2+b2)2−2a2b2. By setting a=sinx and b=cosx, we transform this into (sin2x+cos2x)2−2sin2xcos2x.
Since sin2x+cos2x=1, this simplifies to 1−2sin2xcos2x. To make this even cleaner, we use the double angle identity sin2x=2sinxcosx, which implies sin22x=4sin2xcos2x.
Thus, our expression becomes 1−21sin22x. We have successfully tamed the first beast!
Phase 2
The Power of Six
Now, let us tackle sin6x+cos6x. This looks scarier, but we can treat it as a sum of cubes: a3+b3=(a+b)(a2−ab+b2), where a=sin2x and b=cos2x.
The first bracket, (sin2x+cos2x), is just 1. The second bracket is (sin4x−sin2xcos2x+cos4x).
We already know sin4x+cos4x=1−2sin2xcos2x. Substituting this in, we get 1−2sin2xcos2x−sin2xcos2x, which simplifies to 1−3sin2xcos2x.
Again, using our double angle trick, this becomes 1−43sin22x.
Phase 3
The Great Cancellation
With our simplified components, let us return to the original equation:
45cos22x+(1−21sin22x)+(1−43sin22x)=2
Look closely at the constants. We have 1+1=2 on the left, and a 2 on the right. They cancel out perfectly!
We are left with:
45cos22x−21sin22x−43sin22x=0
Combining the sine terms, −21−43=−45. The equation is now:
Phase 4
The Final Reveal
Dividing by 45, we get cos22x−sin22x=0. This is the classic identity cos2θ=cos2θ−sin2θ.
With θ=2x, our equation is simply cos4x=0. The monster has vanished, replaced by a simple, elegant trigonometric equation.
We need to find the number of solutions for x∈[0,2π], which means 4x∈[0,8π]. The cosine function is zero at odd multiples of 2π.
In the range [0,8π], there are exactly 8 such points:
2π,23π,25π,27π,29π,211π,213π,and 215π
Each corresponds to a unique value of x. Thus, there are exactly 8 distinct solutions. You have conquered the problem!