Analyzing the Setup
Welcome, future engineer! Today, we are going to unravel a problem that looks intimidating at first glance but hides a profound elegance. We are dealing with complex numbers z1, z2, and z3 that are constrained to the unit circle.
When you see the condition ∣z1∣=∣z2∣=∣z3∣=1, I want you to stop and visualize the Argand plane. Imagine a circle of radius 1 centered at the origin.
These three complex numbers are not just random points; they are vectors anchored at the origin, stretching out to touch the boundary of this circle. This is our starting point: a geometric playground where the magnitude of every vector is exactly unity.
The Reciprocal Trap
The problem then introduces a second condition:
At first, this looks messy. We are dealing with reciprocals, and adding complex numbers in the denominator is usually a recipe for algebraic disaster. But wait! We have a secret weapon.
We know that for any complex number z, the square of its modulus is given by the product of the number and its conjugate: ∣z∣2=z⋅zˉ. Since we know ∣z1∣=1, it follows that ∣z1∣2=1, which implies z1⋅zˉ1=1.
If we rearrange this, we get the most beautiful substitution in complex algebra:
Suddenly, the reciprocals are gone! We have replaced them with conjugates. This is the moment where the problem shifts from a difficult calculation to a simple property check.
The Power of Conjugation
Now, let us apply this to our given equation. We substitute z11 with zˉ1, z21 with zˉ2, and z31 with zˉ3. Our equation transforms into:
We are almost there. We have the sum of conjugates, but we want the modulus of the sum of the original numbers. Is there a relationship between the sum of conjugates and the conjugate of a sum?
Absolutely. The conjugate of a sum is equal to the sum of the conjugates:
zˉ1+zˉ2+zˉ3=z1+z2+z3
This allows us to rewrite our expression as ∣z1+z2+z3∣=1.
The Final Symmetry
We are at the finish line. We have the modulus of a conjugate, ∣z1+z2+z3∣. Geometrically, taking the conjugate is just a reflection across the real axis.
Does reflecting a vector change its length? Of course not! The distance from the origin remains invariant. Therefore, the modulus of a complex number is identical to the modulus of its conjugate: ∣Zˉ∣=∣Z∣.
Applying this final property, we conclude that:
It is a stunning result. Despite the complexity of the initial setup, the symmetry of the unit circle guides us to a clean, simple answer. Never be afraid of the algebra; look for the geometric symmetry hidden underneath, and the path will always reveal itself.