Maximum/Minimum Values Using Triangle Inequality in JEE Main – Ultimate Guide
JEE Main frequently tests optimization problems with complex numbers. While calculus approaches exist, the Triangle Inequality method provides faster, more elegant solutions with geometric insight.
complex-numbersmaxima-minimatriangle-inequality
Maximum/Minimum Values Using Triangle Inequality in JEE Main – Ultimate Guide
Introduction
JEE Main frequently tests optimization problems with complex numbers. While calculus approaches exist, the Triangle Inequality method provides faster, more elegant solutions with geometric insight.
Core Inequalities – Memorize These!
Triangle Inequality (Two Forms)
1. Upper Bound (For Maximum):∣z1+z2∣≤∣z1∣+∣z2∣Equality when:z1 and z2 have same direction (arg(z1)=arg(z2))
2. Lower Bound (For Minimum):∣z1+z2∣≥∣z1∣−∣z2∣Equality when:z1 and z2 have opposite directions (arg(z1)=arg(z2)+π)
Geometric Picture – Visualize This!
For ∣z∣=r (circle centered at origin):
∣z+a∣ = distance from z to −a
Maximum: When O, z, and −a collinear with z farthest from −a
Minimum: When O, z, and −a collinear with z closest to −a
Standard Problems – Quick Formulas
Case 1: ∣z∣=r fixed
∣∣a∣−r∣≤∣z+a∣≤∣a∣+r
Example: If ∣z∣=3, max of ∣z+4i∣=3+4=7, min = ∣4−3∣=1
Case 2: ∣z−z0∣≤r (disk)
∣z0−a∣−r≤∣z−a∣≤∣z0−a∣+r
Example: If ∣z−(2+3i)∣≤4, range of ∣z−i∣:
Distance between centers: ∣(2+3i)−i∣=∣2+2i∣=22
Range: [∣22−4∣,22+4]=[4−22,4+22]
Case 3: ∣z−z1∣=∣z−z2∣ (perpendicular bisector)
No general formula – solve geometrically by finding point on bisector closest/farthest from target.
JEE Main PYQs Solved Strategically
PYQ 1: JEE Main 2020
If ∣z+4∣≤3, maximum of ∣z+1∣ is?
30-second solution:
z lies in disk: center −4, radius 3
We want distance from z to −1
Distance between centers: ∣−4−(−1)∣=3
Max distance = center distance + radius = 3+3=6
Answer:6
PYQ 2: JEE Main 2014
If z−z4=2, maximum ∣z∣ is?
Triangle inequality approach:
Let ∣z∣=r. Then:
z−z4≥r−r4
So r−r4≤2
Solve: −2≤r−r4≤2
From right: r−r4≤2r2−2r−4≤0r≤1+5
From left: r−r4≥−2 r2+2r−4≥0r≥5−1
Maximum:rmax=1+5
Answer:5+1
PYQ 3: JEE Main 2021
For ∣z−2−2i∣≤1, maximum of ∣3iz+6∣ attained at a+ib. Find a+b.
Achieved at: (2,2)+1⋅unit vector toward (0,2)
Vector = (0,2)−(2,2)=(−2,0)
Unit vector = (−1,0)
Point = (2,2)+(−1,0)=(1,2)
So a=1,b=2, a+b=3
Wait — check: ∣(1,2)−(0,2)∣=1, not 3! Mistake.
Actually: We want point on circle farthest from (0,2).
Line through centers: (2,2) to (0,2) is horizontal.
Farthest point = (2,2)+(1,0)=(3,2)∣(3,2)−(0,2)∣=3 ✓
So a=3,b=2, a+b=5
Answer:5
Advanced Pattern: z+zk=a
Special Formula (Memorize!):
For z+zk=a:
∣z∣max=2a+a2+4∣k∣∣z∣min=2a2+4∣k∣−a
Derivation hint: Use ∣z+k/z∣≥∣∣z∣−∣k∣/∣z∣∣ and ∣z+k/z∣≤∣z∣+∣k∣/∣z∣
Common Mistake Alert!
Wrong: Assuming z−zk gives same formula as z+zk
Correct: For z−zk=a:
∣z∣max/min=2a2+4∣k∣±a
Note the ± order is swapped!
Optimization Framework
Step-by-Step Approach:
Identify constraint: Circle (∣z−z0∣=r) or disk (∣z−z0∣≤r)
Identify objective: Expression to maximize/minimize
Geometrize: Interpret as distance between points
Find extremes: Use collinearity principle
Verify: Check if extreme points satisfy constraint
Special Cases & Tricks
1. Linear Combinations
For ∣αz+β∣, factor: ∣α∣z+αβ
2. Reciprocal Relations
If ∣z∣=1, then zˉ=1/z
Useful for expressions like ∣z+1/z∣
3. Rotation Effects
Multiplying by i rotates by 90°:
∣iz+a∣=∣z−ai∣
Practice Problems
Problem 1:∣z∣=2, find max and min of ∣z−3+4i∣
Solution:∣3−4i∣=5
Max = 5+2=7
Min = ∣5−2∣=3
Problem 2:∣z−i∣≤2, find max of ∣z+3∣
Solution:
Center distance: ∣i−(−3)∣=∣3+i∣=10
Max = 10+2
Problem 3: If z+z9=6, find ∣z∣max
Solution:
Using formula: ∣z∣max=26+36+36=26+72=3+32
Quick Reference Table
Constraint
Objective
Max Formula
Min Formula
$
z
= r$
$
$
z-z_0
\leq r$
$
z+zk=a
$
z
$
Exam Strategy
Sketch mentally: Visualize circles and points
Check extremes: Aligned vs anti-aligned cases
Use symmetry: Often simplifies calculations
Time target: 1-2 minutes max for these problems
Verify: Plug back if unsure
Pro Tip: For ∣z+a∣+∣z+b∣ type problems, think ellipse definitions rather than triangle inequality.