The Chapter in One Idea

Everything here flows from one invention:

Declare i2=1i^2 = -1, and every number becomes z=a+ibz = a + ib. Add, subtract and multiply exactly as with binomials (replacing i2i^2 by 1-1); divide by multiplying with the conjugate. The pair (a,b)(a, b) is a point in the plane, z|z| is its distance from the origin, and zˉ\bar{z} is its mirror image in the real axis.

Hold that picture — algebra on the left, geometry on the right — and every formula below is a one-line consequence.

Powers of ii and Arithmetic — Formula Card

  • The ii-cycle: i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1, then it repeats. For ini^n, divide nn by 4 and keep the remainder: in=inmod4i^n = i^{n \bmod 4}.
  • Four in a row vanish: in+in+1+in+2+in+3=0i^n + i^{n+1} + i^{n+2} + i^{n+3} = 0 for every integer nn.
  • Negative powers: i1=ii^{-1} = -i; in general in=1ini^{-n} = \frac{1}{i^n}, then rationalise.
  • Square roots of negatives: for a>0a > 0, a=ia\sqrt{-a} = i\sqrt{a}. Convert to ii-form before multiplying23=i2i3=6\sqrt{-2}\,\sqrt{-3} = i\sqrt{2} \cdot i\sqrt{3} = -\sqrt{6}, not +6+\sqrt{6}.
  • Equality: a+ib=c+ida=ca + ib = c + id \Leftrightarrow a = c and b=db = d — one complex equation is two real equations.
  • Operations: add and subtract part by part; multiply like binomials with i2=1i^2 = -1; (a+ib)(aib)=a2+b2(a+ib)(a-ib) = a^2 + b^2.
  • Inverse and division: z1=zˉz2z^{-1} = \frac{\bar{z}}{|z|^2}; to compute z1z2\frac{z_1}{z_2}, multiply top and bottom by z2ˉ\bar{z_2}.
  • Speed shortcut: (1+i)2=2i(1+i)^2 = 2i, (1i)2=2i(1-i)^2 = -2i, 1+i1i=i\frac{1+i}{1-i} = i, 1i1+i=i\frac{1-i}{1+i} = -i.

Modulus and Conjugate — Formula Card

For z=a+ibz = a + ib:  z=a2+b2\ |z| = \sqrt{a^2 + b^2},  zˉ=aib\ \bar{z} = a - ib.

  • The central identity: zzˉ=z2z\bar{z} = |z|^2 — it powers division, inverses and half the JEE problems on this chapter.
  • Products and quotients: z1z2=z1z2|z_1 z_2| = |z_1|\,|z_2|; z1z2=z1z2\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}; z1z2=z1ˉz2ˉ\overline{z_1 z_2} = \bar{z_1}\,\bar{z_2}; z1±z2=z1ˉ±z2ˉ\overline{z_1 \pm z_2} = \bar{z_1} \pm \bar{z_2}.
  • Extracting parts: z+zˉ=2Re(z)z + \bar{z} = 2\,\text{Re}(z) and zzˉ=2iIm(z)z - \bar{z} = 2i\,\text{Im}(z).
  • Reality tests: z=zˉzz = \bar{z} \Leftrightarrow z is real; z=zˉzz = -\bar{z} \Leftrightarrow z is purely imaginary (or 0).
  • Never compare complex numbers with << or >> — order exists only for their moduli (real numbers).
  • Modulus of a power: zn=zn|z^n| = |z|^n — take moduli before expanding any product or power.

Argand Plane and Polar Form — Formula Card

  • The picture: z=a+ibz = a + ib is the point (a,b)(a, b); real numbers sit on the xx-axis, purely imaginary numbers on the yy-axis.
  • Modulus = distance from the origin; more generally z1z2|z_1 - z_2| is the distance between the two points.
  • Conjugate = mirror image in the real axis.
  • Standard loci: z=r|z| = r is a circle of radius rr about the origin; zz0=r|z - z_0| = r is a circle about z0z_0; zz1=zz2|z - z_1| = |z - z_2| is the perpendicular bisector of the segment joining z1,z2z_1, z_2.
  • Polar form: z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta) with r=zr = |z| and θ=argz\theta = \arg z; principal argument lies in (π,π](-\pi, \pi].
  • Quadrant-first method for argz\arg z: plot the point, find the acute reference angle α=tan1ba\alpha = \tan^{-1}\left|\frac{b}{a}\right|, then: QI α\to \alpha, QII πα\to \pi - \alpha, QIII (πα)\to -(\pi - \alpha), QIV α\to -\alpha.
  • Arguments add: arg(z1z2)=argz1+argz2\arg(z_1 z_2) = \arg z_1 + \arg z_2 (adjusted into the principal range).

JEE Quick Card — Quadratics, Roots and ω\omega

Quadratics with real coefficients (ax2+bx+c=0ax^2 + bx + c = 0):

  • D=b24ac<0D = b^2 - 4ac < 0 \Rightarrow roots x=b±i4acb22ax = \frac{-b \pm i\sqrt{4ac - b^2}}{2a} — a conjugate pair; complex roots of real quadratics always come in conjugate pairs.
  • Root relations: α+β=ba\alpha + \beta = -\frac{b}{a},  αβ=ca\ \alpha\beta = \frac{c}{a} — often enough to answer without finding the roots.

Square roots of a+iba + ib: set (x+iy)2=a+ib(x + iy)^2 = a + ib and solve the three equations x2y2=ax^2 - y^2 = a, 2xy=b2xy = b, x2+y2=a2+b2x^2 + y^2 = \sqrt{a^2 + b^2}; the sign of bb fixes the relative signs of x,yx, y.

Cube roots of unity: 1,ω,ω21, \omega, \omega^2 where ω=1+i32\omega = \frac{-1 + i\sqrt{3}}{2}:

  • ω3=1\omega^3 = 1, 1+ω+ω2=0\quad 1 + \omega + \omega^2 = 0, ω2=ωˉ=1ω\quad \omega^2 = \bar{\omega} = \frac{1}{\omega}.
  • Reduce ωn\omega^n by nmod3n \bmod 3; substitute 1+ω=ω21 + \omega = -\omega^2 and 1+ω2=ω1 + \omega^2 = -\omega on sight.

Triangle inequality and max-min: z1+z2z1+z2|z_1 + z_2| \le |z_1| + |z_2| and z1z2z1z2\big||z_1| - |z_2|\big| \le |z_1 - z_2|. If zz0=r|z - z_0| = r, then z|z| ranges over [z0r, z0+r]\left[\,\big||z_0| - r\big|,\ |z_0| + r\,\right].

Parallelogram law: z1+z22+z1z22=2(z12+z22)|z_1 + z_2|^2 + |z_1 - z_2|^2 = 2\left(|z_1|^2 + |z_2|^2\right).

Last-Minute Mistake Checklist

Before the exam, scan this list — each item is a real mark lost by real students:

  1. ab=ab\sqrt{-a}\,\sqrt{-b} = -\sqrt{ab} for a,b>0a, b > 0 — convert to ii-form first; the rule ab=ab\sqrt{a}\sqrt{b} = \sqrt{ab} fails for two negatives.
  2. Reducing ini^n: use nmod4n \bmod 4, not nmod2n \bmod 2 — and i0=1i^0 = 1 when the remainder is 0.
  3. (1i)2=2i(1 - i)^2 = -2i, not 2i2i — track the middle-term sign.
  4. Dividing: multiply by the conjugate of the denominator, not the numerator.
  5. z2=zzˉ|z|^2 = z\bar{z}, not z2z^2 — writing z2=z2|z|^2 = z^2 silently assumes zz is real.
  6. Principal argument lies in (π,π](-\pi, \pi]: for the third quadrant it is negative (e.g. arg(1i)=3π4\arg(-1-i) = -\frac{3\pi}{4}, not 5π4\frac{5\pi}{4}).
  7. The argument formula tan1ba\tan^{-1}\frac{b}{a} alone is not enough — plot the quadrant first, then place the reference angle.
  8. "One root is 23i2 - 3i, coefficients real" \Rightarrow the other root is 2+3i2 + 3i — use sum and product; do not solve from scratch.
  9. ω2+ω=1\omega^2 + \omega = -1 (not +1+1), and ω2026=ω2026mod3=ω\omega^{2026} = \omega^{2026 \bmod 3} = \omega — reduce mod 3, not mod 4.
  10. Never write z1<z2z_1 < z_2 for non-real numbers — inequalities apply to z|z|, Re(z)\text{Re}(z), Im(z)\text{Im}(z) only.