i2=−1; powers of i cycle with period 4: i,−1,−i,1.
For z=a+bi: conjugate zˉ=a−bi, modulus ∣z∣=a2+b2, and zzˉ=∣z∣2.
z+zˉ=2a (real), z−zˉ=2bi (imaginary).
∣z1z2∣=∣z1∣∣z2∣ and arg(z1z2)=argz1+argz2.
Beyond-NCERT JEE Formulae
Past the NCERT core (cube roots of unity and the basic sum/product of roots are assumed known), these are the high-yield tools for JEE Main geometry-flavoured and root-location questions.
1. Rotation theorem
To rotate the vector PQ about the point P through an angle θ onto PR, where P,Q,R correspond to z1,z2,z3:
z2−z1z3−z1=∣z2−z1∣∣z3−z1∣eiθ.
Multiplying any complex number z by eiθ rotates its position vector about the origin by θ (anticlockwise when θ>0). [JEE Tip] For a square or rhombus the two sides are equal, so the modulus ratio is 1 and the factor is just eiθ; a right-angle turn uses eiπ/2=i, and a 60 degree turn (equilateral triangle) uses eiπ/3=21+23i.
2. Triangle inequality (two-sided)
∣z1∣−∣z2∣≤∣z1±z2∣≤∣z1∣+∣z2∣.
The upper bound is attained when z1,z2 point the same way (equal argument), the lower bound when they are oppositely directed. This is the standard engine for the greatest/least value of ∣z∣ under a constraint.
3. Parallelogram law and the Re-expansion
∣z1+z2∣2+∣z1−z2∣2=2(∣z1∣2+∣z2∣2),
and, splitting a single modulus,
∣z1±z2∣2=∣z1∣2+∣z2∣2±2Re(z1zˉ2).
The first identity reads: the sum of the squares of the diagonals equals the sum of the squares of the four sides.
4. nth roots of unity
The solutions of zn=1 are 1,α,α2,…,αn−1 with α=e2πi/n, and they satisfy
1+α+α2+⋯+αn−1=0,1⋅α⋅α2⋯αn−1=(−1)n−1.
Geometrically they are the vertices of a regular n-gon inscribed in the unit circle. Since k=1∏n−1(x−αk)=1+x+x2+⋯+xn−1, putting x=1 gives the handy k=1∏n−1(1−αk)=n.
5. Common roots of two quadratics
For a1x2+b1x+c1=0 and a2x2+b2x+c2=0:
Exactly one common root ⇒(c1a2−c2a1)2=(a1b2−a2b1)(b1c2−b2c1), and that root equals a1b2−a2b1c1a2−c2a1.
Both roots common ⇒a2a1=b2b1=c2c1 (the two equations are proportional).
6. Location of the roots of f(x)=ax2+bx+c relative to a number k
Let D=b2−4ac and let the vertex sit at x=−2ab.
Both roots >k: need D≥0, af(k)>0, and −2ab>k.
Both roots <k: need D≥0, af(k)>0, and −2ab<k.
k strictly between the roots: need af(k)<0 (this alone also forces D>0).
[JEE Tip] The sign of af(k) is the fastest discriminator: negative means k is trapped between the roots; positive with D≥0 means both roots lie on the same side of k, and the vertex then tells you which side.
7. Roots of a cubic
If α,β,γ are the roots of ax3+bx2+cx+d=0, then
α+β+γ=−ab,αβ+βγ+γα=ac,αβγ=−ad.
Solved Examples — Beyond-NCERT Formulae
Each example names the formula it uses and ends with a quick check.
Example 1 — Rotation: vertices of a square
Problem.A(2+i) and B(6+4i) are two adjacent vertices of a square ABCD labelled anticlockwise. Find the remaining vertices C and D.
Solution. Going anticlockwise, the side AD is AB turned by +90 degrees, so D−A=(B−A)eiπ/2=(B−A)i. Here B−A=(6+4i)−(2+i)=4+3i, hence (B−A)i=(4+3i)i=−3+4i and
D=A+(−3+4i)=(2+i)+(−3+4i)=−1+5i.
As ABCD is a parallelogram, C=B+(D−A)=(6+4i)+(−3+4i)=3+8i.
Check.∣B−A∣=∣4+3i∣=5 equals ∣D−A∣=∣−3+4i∣=5 (equal sides), and Re((B−A)(D−A))=0 (adjacent sides perpendicular).
Answer.C=3+8i and D=−1+5i.
Example 2 — Rotation: third vertex of an equilateral triangle
Problem. Two vertices of an equilateral triangle are A(2+2i) and B(6+2i). Find the third vertex C.
Solution.C comes from rotating B about A through ±60 degrees: C=A+(B−A)e±iπ/3. With B−A=4 and eiπ/3=21+23i,
C=A+4(21+23i)=(2+2i)+(2+23i)=4+(2+23)i.
The −60 degree rotation gives the mirror-image apex C′=4+(2−23)i.
Check.∣C−A∣=∣2+23i∣=4+12=4=∣B−A∣, and ∣C−B∣=∣−2+23i∣=4, so all three sides equal 4.
Answer.C=4+(2+23)i or C=4+(2−23)i.
Example 3 — Parallelogram law
Problem. For complex numbers z1,z2 it is given that ∣z1∣=3, ∣z2∣=4 and ∣z1+z2∣=5. Find ∣z1−z2∣.
Solution. By the parallelogram law,
∣z1+z2∣2+∣z1−z2∣2=2(∣z1∣2+∣z2∣2).
So 52+∣z1−z2∣2=2(9+16)=50, giving ∣z1−z2∣2=25 and ∣z1−z2∣=5.
Check. From ∣z1+z2∣2=∣z1∣2+∣z2∣2+2Re(z1zˉ2) we get 25=25+2Re(z1zˉ2), so Re(z1zˉ2)=0: the vectors are perpendicular, which is exactly why both diagonals have length 5.
Answer.∣z1−z2∣=5.
Example 4 — Triangle inequality: range of a modulus
Problem. If ∣z1∣=3 and ∣z2∣=5, find the greatest and least possible values of ∣z1+z2∣.
Solution. The two-sided triangle inequality gives
∣z1∣−∣z2∣≤∣z1+z2∣≤∣z1∣+∣z2∣,
so ∣5−3∣≤∣z1+z2∣≤5+3, that is 2≤∣z1+z2∣≤8. The maximum 8 is reached when z1,z2 share the same argument, the minimum 2 when they are oppositely directed.
Answer. Greatest value 8, least value 2.
Example 5 — Exactly one common root
Problem. Using the resultant condition, show that x2−5x+6=0 and x2−7x+12=0 have exactly one common root and find it.
Solution. Take a1,b1,c1=1,−5,6 and a2,b2,c2=1,−7,12. The one-common-root condition is (c1a2−c2a1)2=(a1b2−a2b1)(b1c2−b2c1). Compute each block:
c1a2−c2a1=6−12=−6,a1b2−a2b1=−7+5=−2,b1c2−b2c1=(−5)(12)−(−7)(6)=−18.
Then the left side is (−6)2=36 and the right side is (−2)(−18)=36; they agree, so exactly one root is shared, and it equals
x=a1b2−a2b1c1a2−c2a1=−2−6=3.
Check.32−5(3)+6=0 and 32−7(3)+12=0. The full root sets are {2,3} and {3,4}, sharing only 3.
Answer. One common root, x=3.
Example 6 — Both roots exceeding a given number
Problem. Find all real k for which both roots of x2−6x+k=0 are greater than 2.
Solution. Let f(x)=x2−6x+k with a=1>0. Both roots exceed 2 exactly when three conditions hold together:
Real roots:D=36−4k≥0⇒k≤9.
Sign at 2:af(2)>0⇒4−12+k>0⇒k>8.
Vertex right of 2:−2ab=3>2, which holds automatically.
Intersecting these gives 8<k≤9.
Check. At k=9 the equation has the double root 3 (both >2); at k=217 the roots are 3±22≈2.29,3.71; at k=8 one root is exactly 2, so k=8 is excluded.
Answer.8<k≤9.
Example 7 — Products over the nth roots of unity
Problem. Let 1,z1,z2,z3,z4,z5 be the six 6th roots of unity. Find (a) the product of all six roots and (b) (1−z1)(1−z2)(1−z3)(1−z4)(1−z5).
Solution. (a) The product of all n roots is (−1)n−1; for n=6 this is (−1)5=−1. (Equivalently it is the product of the roots of z6−1=0, namely (−1)6⋅(−1)=−1.)
(b) Since k=1∏5(x−zk)=x−1x6−1=1+x+x2+x3+x4+x5, substitute x=1:
(1−z1)(1−z2)(1−z3)(1−z4)(1−z5)=1+1+1+1+1+1=6.
Answer. (a) −1; (b) 6.
Example 8 — Symmetric functions of a cubic
Problem. If α,β,γ are the roots of x3−6x2+11x−6=0, find α2+β2+γ2 and α1+β1+γ1.
Solution. With a=1,b=−6,c=11,d=−6, the cubic relations give
α+β+γ=6,αβ+βγ+γα=11,αβγ=6.
Hence
α2+β2+γ2=(α+β+γ)2−2(αβ+βγ+γα)=36−22=14,α1+β1+γ1=αβγαβ+βγ+γα=611.
Check. The roots are 1,2,3: indeed 1+4+9=14 and 1+21+31=611.
Answer.α2+β2+γ2=14 and α1+β1+γ1=611.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.