The Elegance of Complex Rotations
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving a problem; we are witnessing the beautiful harmony between complex numbers and trigonometry.
When you see z=cosθ+isinθ, do not just see a static expression. See a rotation operator. By Euler's formula, we know that z=eiθ.
Geometrically, this is a point on the unit circle in the complex plane, making an angle θ with the positive real axis. When we raise this to a power, we are simply scaling the angle.
Specifically, z2m−1=ei(2m−1)θ=cos((2m−1)θ)+isin((2m−1)θ). The imaginary part, which we are tasked to sum, is simply the vertical projection of this point: sin((2m−1)θ).
The Hidden Arithmetic Progression
Now, let us look at the summation: S=∑m=115sin((2m−1)θ). If we expand this, we get sin(θ)+sin(3θ)+sin(5θ)+⋯+sin(29θ).
Do you see the rhythm? The angles are θ,3θ,5θ,…,29θ. This is a classic Arithmetic Progression (A.P.) with the first term α=θ, the common difference d=2θ, and the number of terms n=15.
Recognizing this structure is the key to unlocking the problem without brute force.
The Power of the Standard Formula
In the heat of the exam, you need tools that are sharp and reliable. For a sum of sines where the angles are in an A.P., we have a powerful identity:
S=sin(2d)sin(2nd)sin(α+2(n−1)d)
This formula is your best friend. Let's substitute our values: n=15, α=θ, and d=2θ. The expression becomes:
S=sin(22θ)sin(215⋅2θ)sin(θ+2(15−1)⋅2θ)
Simplifying this is where the magic happens. The first fraction simplifies to sin(θ)sin(15θ). The second sine term simplifies to sin(θ+14θ)=sin(15θ).
The Final Collapse
Look at what we have created:
This is the compact, elegant soul of the problem. Now, we simply apply the given condition θ=2∘. Thus, 15θ=30∘.
We know that sin(30∘)=21, so sin2(30∘)=41. Substituting this back, we get:
And there it is! The complexity has vanished, leaving behind a simple, beautiful result that matches option 4. Remember, in physics and mathematics, complexity is often just a mask for a deeper, simpler truth. Keep looking for that truth, and you will never be lost.