The Hidden Symmetry of Trigonometry
Welcome, future engineer. Today, we are going to dismantle a problem that looks intimidating but is actually a masterclass in elegance.
When you first see the equation
cos(x+3π)cos(3π−x)=41cos22x
your brain might immediately want to expand the terms using the addition formulas. Stop. Take a breath. In JEE Advanced, the most complex-looking problems often have the simplest solutions if you can spot the hidden pattern.
Phase 1
The Identity
Look closely at the left-hand side: cos(x+3π)cos(3π−x). This is a classic structure. It is the product of two cosines where the arguments are symmetric.
We have a powerful tool for this: the identity
cos(A+B)cos(A−B)=cos2A−sin2B
By setting A=3π and B=x, the left side collapses beautifully into cos2(3π)−sin2x.
Since cos(3π)=21, we know that cos2(3π)=41. Our equation is now:
See how the chaos is already fading?
Phase 2
The Unification
Now, we have a mix of x and 2x. We cannot solve this until we speak the same language. We need to convert everything to 2x.
We know the double-angle identity sin2x=21−cos2x. Let's multiply the entire equation by 4 first to clear those fractions:
Now, substitute our identity:
Expanding this gives us 1−2+2cos2x=cos22x, which simplifies to:
Phase 3
The Quadratic Revelation
Bring everything to one side, and you will see the magic happen:
This is not just any equation; it is a perfect square! It is:
This implies that cos2x=1. This is the moment where the problem yields. We are no longer dealing with complex identities; we are simply solving for when the cosine function equals one.
Phase 4
The Final Count
The general solution for cosθ=1 is θ=2nπ. Therefore, 2x=2nπ, which simplifies to x=nπ, where n is any integer.
We are looking for solutions in the interval x∈[−3π,3π]. Substituting our general solution, we get:
Dividing by π, we find that n must be an integer such that −3≤n≤3. The possible values for n are {−3,−2,−1,0,1,2,3}.
Counting these, we find exactly 7 solutions. You have successfully navigated the trap and arrived at the truth. Keep this mindset—look for the identity, unify the variables, and simplify. You are ready for anything.