Skip to main content
Complex Numbers6 min read

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+z2z1+z2|z_1 + z_2| \leq |z_1| + |z_2| Equality when: z1z_1 and z2z_2 have same direction (arg(z1)=arg(z2)\arg(z_1) = \arg(z_2))

2. Lower Bound (For Minimum): z1+z2z1z2|z_1 + z_2| \geq \big||z_1| - |z_2|\big| Equality when: z1z_1 and z2z_2 have opposite directions (arg(z1)=arg(z2)+π\arg(z_1) = \arg(z_2) + \pi)


Geometric Picture – Visualize This!

For z=r|z| = r (circle centered at origin):

  • z+a|z + a| = distance from zz to a-a
  • Maximum: When OO, zz, and a-a collinear with zz farthest from a-a
  • Minimum: When OO, zz, and a-a collinear with zz closest to a-a

Standard Problems – Quick Formulas

Case 1: z=r|z| = r fixed

ar  z+a  a+r| |a| - r | \ \leq\ |z + a|\ \leq\ |a| + r

Example: If z=3|z| = 3, max of z+4i=3+4=7|z + 4i| = 3 + 4 = 7, min = 43=1|4 - 3| = 1


Case 2: zz0r|z - z_0| \leq r (disk)

z0ar  za  z0a+r\big||z_0 - a| - r\big| \ \leq\ |z - a|\ \leq\ |z_0 - a| + r

Example: If z(2+3i)4|z - (2+3i)| \leq 4, range of zi|z - i|: Distance between centers: (2+3i)i=2+2i=22|(2+3i) - i| = |2+2i| = 2\sqrt{2} Range: [224, 22+4]=[422, 4+22][|2\sqrt{2} - 4|, \ 2\sqrt{2} + 4] = [4 - 2\sqrt{2}, \ 4 + 2\sqrt{2}]


Case 3: zz1=zz2|z - z_1| = |z - z_2| (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+43|z + 4| \leq 3, maximum of z+1|z + 1| is?

30-second solution:

  • zz lies in disk: center 4-4, radius 33
  • We want distance from zz to 1-1
  • Distance between centers: 4(1)=3|-4 - (-1)| = 3
  • Max distance = center distance + radius = 3+3=63 + 3 = 6

Answer: 66


PYQ 2: JEE Main 2014

If z4z=2\left|z - \frac{4}{z}\right| = 2, maximum z|z| is?

Triangle inequality approach: Let z=r|z| = r. Then: z4zr4r\left|z - \frac{4}{z}\right| \geq \left|r - \frac{4}{r}\right| So r4r2\left|r - \frac{4}{r}\right| \leq 2

Solve: 2r4r2-2 \leq r - \frac{4}{r} \leq 2

From right: r4r2r - \frac{4}{r} \leq 2 r22r40r^2 - 2r - 4 \leq 0 r1+5r \leq 1 + \sqrt{5}

From left: r4r2r - \frac{4}{r} \geq -2
r2+2r40r^2 + 2r - 4 \geq 0 r51r \geq \sqrt{5} - 1

Maximum: rmax=1+5r_{\text{max}} = 1 + \sqrt{5}

Answer: 5+1\sqrt{5} + 1


PYQ 3: JEE Main 2021

For z22i1|z - 2 - 2i| \leq 1, maximum of 3iz+6|3iz + 6| attained at a+iba+ib. Find a+ba+b.

Strategic solution: 3iz+6=3iz+2=3iz2i=3z2i|3iz + 6| = 3|iz + 2| = 3|i||z - 2i| = 3|z - 2i|

So maximize z2i|z - 2i| with z(2+2i)1|z - (2+2i)| \leq 1

Geometrically:

  • Disk center: 2+2i2+2i, radius 11
  • Target point: 2i=(0,2)2i = (0,2)
  • Distance between centers: (2,2)(0,2)=2|(2,2) - (0,2)| = 2
  • Max distance = 2+1=32 + 1 = 3

Achieved at: (2,2)+1unit vector toward (0,2)(2,2) + 1 \cdot \text{unit vector toward } (0,2) Vector = (0,2)(2,2)=(2,0)(0,2) - (2,2) = (-2,0) Unit vector = (1,0)(-1,0) Point = (2,2)+(1,0)=(1,2)(2,2) + (-1,0) = (1,2)

So a=1,b=2a=1, b=2, a+b=3a+b=3

Wait — check: (1,2)(0,2)=1|(1,2) - (0,2)| = 1, not 3! Mistake.

Actually: We want point on circle farthest from (0,2)(0,2). Line through centers: (2,2)(2,2) to (0,2)(0,2) is horizontal. Farthest point = (2,2)+(1,0)=(3,2)(2,2) + (1,0) = (3,2) (3,2)(0,2)=3|(3,2) - (0,2)| = 3

So a=3,b=2a=3, b=2, a+b=5a+b=5

Answer: 55


Advanced Pattern: z+kz=a\left|z + \frac{k}{z}\right| = a

Special Formula (Memorize!):

For z+kz=a\left|z + \frac{k}{z}\right| = a: zmax=a+a2+4k2|z|_{\text{max}} = \frac{a + \sqrt{a^2 + 4|k|}}{2} zmin=a2+4ka2|z|_{\text{min}} = \frac{\sqrt{a^2 + 4|k|} - a}{2}

Derivation hint: Use z+k/zzk/z|z + k/z| \geq \left||z| - |k|/|z|\right| and z+k/zz+k/z|z + k/z| \leq |z| + |k|/|z|


Common Mistake Alert!

Wrong: Assuming zkz\left|z - \frac{k}{z}\right| gives same formula as z+kz\left|z + \frac{k}{z}\right|

Correct: For zkz=a\left|z - \frac{k}{z}\right| = a: zmax/min=a2+4k±a2|z|_{\text{max/min}} = \frac{\sqrt{a^2 + 4|k|} \pm a}{2}

Note the ± order is swapped!


Optimization Framework

Step-by-Step Approach:

  1. Identify constraint: Circle (zz0=r|z-z_0|=r) or disk (zz0r|z-z_0|\leq r)
  2. Identify objective: Expression to maximize/minimize
  3. Geometrize: Interpret as distance between points
  4. Find extremes: Use collinearity principle
  5. Verify: Check if extreme points satisfy constraint

Special Cases & Tricks

1. Linear Combinations

For αz+β|\alpha z + \beta|, factor: αz+βα|\alpha|\left|z + \frac{\beta}{\alpha}\right|

2. Reciprocal Relations

If z=1|z| = 1, then zˉ=1/z\bar{z} = 1/z Useful for expressions like z+1/z|z + 1/z|

3. Rotation Effects

Multiplying by ii rotates by 90°: iz+a=zai|iz + a| = |z - ai|


Practice Problems

Problem 1: z=2|z| = 2, find max and min of z3+4i|z - 3 + 4i|

Solution: 34i=5|3-4i| = 5 Max = 5+2=75 + 2 = 7 Min = 52=3|5 - 2| = 3


Problem 2: zi2|z - i| \leq 2, find max of z+3|z + 3|

Solution: Center distance: i(3)=3+i=10|i - (-3)| = |3+i| = \sqrt{10} Max = 10+2\sqrt{10} + 2


Problem 3: If z+9z=6\left|z + \frac{9}{z}\right| = 6, find zmax|z|_{\text{max}}

Solution: Using formula: zmax=6+36+362=6+722=3+32|z|_{\text{max}} = \frac{6 + \sqrt{36 + 36}}{2} = \frac{6 + \sqrt{72}}{2} = 3 + 3\sqrt{2}


Quick Reference Table

ConstraintObjectiveMax FormulaMin Formula
$z= r$$
$z-z_0\leq r$$
z+kz=a\left\|z+\frac{k}{z}\right\|=a$z$

Exam Strategy

  1. Sketch mentally: Visualize circles and points
  2. Check extremes: Aligned vs anti-aligned cases
  3. Use symmetry: Often simplifies calculations
  4. Time target: 1-2 minutes max for these problems
  5. Verify: Plug back if unsure

Pro Tip: For z+a+z+b|z + a| + |z + b| type problems, think ellipse definitions rather than triangle inequality.


Related: Complex Geometry | Rotation Methods | Quick Formula Sheet

Ready to Apply These Techniques?

Practice with real JEE Main questions and see these methods in action.

Practice Complex Numbers PYQs