Analyzing the Setup
Imagine you are standing on the complex plane, a vast, two-dimensional landscape where every point is a number. We are given a constraint: ∣z∣=1.
To a JEE aspirant, this is a command to visualize. It means our point z is tethered to the origin, forever dancing on the circumference of a unit circle.
There is a critical constraint: $z
eq -1$. Because at z=−1, the denominator of our expression ω=z+1z−1 vanishes, leading to the mathematical abyss of division by zero. We must respect this boundary.
The Algebraic Dance
We are tasked with finding the real part of ω=z+1z−1. The most powerful tool in our arsenal is the complex conjugate.
We want to make the denominator real, as this allows us to easily separate the real and imaginary parts of the numerator. We multiply the numerator and the denominator by the conjugate of the denominator, which is zˉ+1:
ω=(z+1)(zˉ+1)(z−1)(zˉ+1)
The Beauty of Simplification
Look at the denominator: (z+1)(zˉ+1). This is the product of a complex number and its conjugate, which is simply the square of its modulus: ∣z+1∣2. This is a purely real number.
Now, let us turn our attention to the numerator: (z−1)(zˉ+1). Expanding this, we get:
Since ∣z∣=1, we know that zzˉ=∣z∣2=1. Substituting this into our numerator, we get 1+z−zˉ−1. The 1 and −1 cancel out perfectly, leaving us with z−zˉ.
The Final Revelation
We are left with the simplified expression:
Recall the fundamental property of complex numbers: z−zˉ=2iIm(z). This means the numerator is purely imaginary.
Since the denominator ∣z+1∣2 is purely real, the entire expression ω is purely imaginary. If a complex number is purely imaginary, its real part must be zero.
And there it is—the elegance of the result:
Re(ω)=0
We have navigated the geometry, mastered the algebra, and arrived at the truth. The complex number ω will always lie on the imaginary axis, no matter where z is on the unit circle.