Animated Solution for Mathematics - Complex Numbers: If ∣z−4∣<∣z−2∣, its solution is given by
Select Answer:
Visualized Solution
Geometric Intuition of the Inequality
Given: ∣z−4∣<∣z−2∣
Geometrically, ∣z−a∣ represents the distance of point z from point a.
We are looking for all points z that are closer to 4 than to 2.
Algebraic Setup
Let z=x+iy
Here, x=Re(z) and y=Im(z)
Substituting z
Substitute z=x+iy into the inequality:
∣(x+iy)−4∣<∣(x+iy)−2∣
Grouping real and imaginary parts:
∣(x−4)+iy∣<∣(x−2)+iy∣
Applying the Modulus Formula
Recall: ∣a+ib∣=a2+b2
Applying this to both sides:
(x−4)2+y2<(x−2)2+y2
Removing the Radicals
Since both sides are positive, we can square them safely:
(x−4)2+y2<(x−2)2+y2
Expanding the Squares
Expand (x−4)2 and (x−2)2:
(x2−8x+16)+y2<(x2−4x+4)+y2
Simplifying the Inequality
Cancel common terms x2 and y2 from both sides:
−8x+16<−4x+4
Isolating x
Rearrange terms to group x on one side:
16−4<8x−4x
12<4x
Solving for x
Divide both sides by 4:
3<x or x>3
Geometric Conclusion
Since x=Re(z), the solution is Re(z)>3.
Geometrically, x=3 is the perpendicular bisector of the segment joining 2 and 4.
The region x>3 represents the half-plane closer to 4.
00:00 / 00:00
The Sigma Insight: Geometrical Applications of Complex Numbers
Solution Diagram
Analyzing the Setup
The problem asks us to solve the inequality ∣z−4∣<∣z−2∣ in the complex plane. In the Argand plane, ∣z−a∣ represents the distance between the complex number z and the point a.
Therefore, the inequality ∣z−4∣<∣z−2∣ asks us to identify all points z that are strictly closer to the point 4 than they are to the point 2.
Geometrically, the points equidistant from 2 and 4 lie on the perpendicular bisector of the segment connecting them, which is the vertical line x=3. Points to the right of this line are closer to 4, while points to the left are closer to 2.
The Algebraic Machinery
To solve this rigorously, we substitute z=x+iy, where x=Re(z) and y=Im(z). The inequality becomes:
∣(x−4)+iy∣<∣(x−2)+iy∣
Using the definition of the modulus ∣a+ib∣=a2+b2, we rewrite the expression as:
(x−4)2+y2<(x−2)2+y2
Since both sides represent distances and are non-negative, we can safely square both sides without altering the inequality:
(x−4)2+y2<(x−2)2+y2
The Elegance of Cancellation
Expanding the squared terms on both sides, we obtain:
(x2−8x+16)+y2<(x2−4x+4)+y2
Notice that the x2 and y2 terms appear on both sides of the inequality. We can cancel these terms out, which simplifies the expression significantly:
−8x+16<−4x+4
Now, we isolate x by rearranging the terms:
16−4<8x−4x
12<4x
Dividing both sides by 4, we arrive at the final result:
x>3
The Final Verdict
We have determined that the real part of z must be greater than 3. This confirms our initial geometric intuition: the region satisfying the inequality is the half-plane defined by Re(z)>3.
By combining geometric visualization with algebraic rigor, we have mastered the problem. This approach ensures that you can handle similar problems in the JEE Advanced with confidence and clarity.