Math · Algebra

Complex Numbers and Quadratic Equations revision notes

A concise JEE revision summary of Complex Numbers and Quadratic Equations.

FormulasRevision notes
Mathrevision notes

01Key Concepts & Definitions

Complex Number (zz)
A number of the form z=a+ibz = a + ib, where aa and bb are real numbers, and i=1i = \sqrt{-1}.
  • Real Part: Denoted by Re z=a\text{Re } z = a.
  • Imaginary Part: Denoted by Im z=b\text{Im } z = b.
Purely Real / Purely Imaginary
If b=0b=0, zz is purely real. If a=0,b0a=0, b \neq 0, zz is purely imaginary.
Equality of Complex Numbers
Two complex numbers z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id are equal if and only if a=ca = c and b=db = d. JEE Tip Never try to compare complex numbers using inequalities (e.g., z1>z2z_1 > z_2 is meaningless unless their imaginary parts are zero).
Argand Plane (Complex Plane)
The plane where a complex number z=x+iyz = x + iy is uniquely geometrically represented by the ordered pair P(x,y)P(x, y).
  • The x-axis is called the Real Axis.
  • The y-axis is called the Imaginary Axis.

02Introduction & Historical Context

The real number system falls short when attempting to solve quadratic equations of the form ax2+bx+c=0ax^2 + bx + c = 0 where the discriminant D=b24ac<0D = b^2 - 4ac < 0, specifically equations like x2+1=0x^2 + 1 = 0. To resolve this, the real number system is extended to a larger system called Complex Numbers.

  • Historical Note: The inability to find square roots of negative numbers was recognized by Indian mathematicians Mahavira (850 AD) and Bhaskara (1150 AD). Cardan (1545) solved x+y=10,xy=40x+y=10, xy=40 obtaining 5±155 \pm \sqrt{-15} but deemed them "useless".
  • Euler was the first to introduce the symbol ii for 1\sqrt{-1}.
  • W.R. Hamilton established the purely mathematical definition of a complex number as an ordered pair of real numbers (a,b)(a, b), avoiding the misleading term "imaginary".

03Algebra of Complex Numbers

Operations on complex numbers z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id:

Addition

z1+z2=(a+c)+i(b+d)z_1 + z_2 = (a+c) + i(b+d).

  • Properties: Closure, Commutative, Associative.
  • Additive Identity: 0+i00 + i0 (denoted as 00).
  • Additive Inverse: For z=a+ibz = a+ib, the additive inverse is z=aib-z = -a - ib.
  • Difference: z1z2=z1+(z2)=(ac)+i(bd)z_1 - z_2 = z_1 + (-z_2) = (a-c) + i(b-d).
Multiplication

z1z2=(acbd)+i(ad+bc)z_1 z_2 = (ac - bd) + i(ad + bc).

  • Properties: Closure, Commutative, Associative, Distributive over addition.
  • Multiplicative Identity: 1+i01 + i0 (denoted as 11).
  • Division: z1z2=z1z21\frac{z_1}{z_2} = z_1 z_2^{-1} provided z20z_2 \neq 0.

04Powers of i and Roots of Negative Numbers

Cyclic nature of ii

The powers of ii repeat in cycles of 4.

i1=ii^1 = i

i2=1i^2 = -1

i3=ii^3 = -i

i4=1i^4 = 1

  • General Formula: For any integer kk: i4k=1i^{4k} = 1, i4k+1=ii^{4k+1} = i, i4k+2=1i^{4k+2} = -1, i4k+3=ii^{4k+3} = -i.
  • Inverse of ii: 1i=i\frac{1}{i} = -i. JEE Tip Always remember 1i=i\frac{1}{i} = -i to quickly simplify denominators.
  • Square Roots of Negative Reals: If aa is a positive real number, a=ia\sqrt{-a} = i\sqrt{a}.

05Modulus and Conjugate

  • Modulus (z|z|): For z=a+ibz = a + ib, the modulus is the non-negative real number z=a2+b2|z| = \sqrt{a^2 + b^2}. Geometrically, it is the distance between the point P(a,b)P(a, b) and the origin (0,0)(0, 0) in the Argand plane.
  • Conjugate (zˉ\bar{z}): For z=a+ibz = a + ib, the conjugate is zˉ=aib\bar{z} = a - ib. Geometrically, the point (a,b)(a, -b) is the mirror image of the point (a,b)(a, b) on the real axis.
  • Multiplicative Inverse (z1z^{-1}): For a non-zero complex number z=a+ibz = a + ib, z1=1a+ib=aiba2+b2=zˉz2z^{-1} = \frac{1}{a+ib} = \frac{a - ib}{a^2 + b^2} = \frac{\bar{z}}{|z|^2}.
  • Relation between Modulus and Conjugate: zzˉ=z2z\bar{z} = |z|^2. JEE Tip This is the most powerful algebraic tool in complex numbers. Whenever you see a denominator with a complex number, multiply numerator and denominator by its conjugate.

06Properties of Modulus and Conjugate

For any complex numbers z1,z2z_1, z_2:

  • z1±z2=z1±z2\overline{z_1 \pm z_2} = \overline{z_1} \pm \overline{z_2}
  • z1z2=z1z2\overline{z_1 z_2} = \overline{z_1} \overline{z_2}
  • (z1z2)=z1z2\overline{\left(\frac{z_1}{z_2}\right)} = \frac{\overline{z_1}}{\overline{z_2}} (provided z20z_2 \neq 0)
JEE Advanced Properties

  • z1z2=z1z2|z_1 z_2| = |z_1| |z_2|
  • z1z2=z1z2|\frac{z_1}{z_2}| = \frac{|z_1|}{|z_2|}
  • z+zˉ=2Re(z)z + \bar{z} = 2 \text{Re}(z)
  • zzˉ=2iIm(z)z - \bar{z} = 2i \text{Im}(z)
  • Triangle Inequalities: z1z2z1±z2z1+z2||z_1| - |z_2|| \le |z_1 \pm z_2| \le |z_1| + |z_2| JEE Tip Extremely crucial for finding the minimum/maximum bounds of loci in JEE problems.

07Algebraic Identities

Standard algebraic identities for real numbers hold true for complex numbers due to commutativity and distributivity:

  • (z1+z2)2=z12+2z1z2+z22(z_1 + z_2)^2 = z_1^2 + 2z_1z_2 + z_2^2
  • (z1z2)2=z122z1z2+z22(z_1 - z_2)^2 = z_1^2 - 2z_1z_2 + z_2^2
  • (z1+z2)3=z13+3z12z2+3z1z22+z23(z_1 + z_2)^3 = z_1^3 + 3z_1^2z_2 + 3z_1z_2^2 + z_2^3
  • (z1z2)3=z133z12z2+3z1z22z23(z_1 - z_2)^3 = z_1^3 - 3z_1^2z_2 + 3z_1z_2^2 - z_2^3
  • z12z22=(z1z2)(z1+z2)z_1^2 - z_2^2 = (z_1 - z_2)(z_1 + z_2)

08Important Graphs & Diagrams

  • The Argand Plane: An ordered pair (x,y)(x, y) plotted on a 2D Cartesian plane where X is the Real Axis and Y is the Imaginary Axis.
  • Mirror Image: A complex number z=x+iyz = x + iy plotted in Q1 has its conjugate zˉ=xiy\bar{z} = x - iy plotted in Q4. The geometric interpretation of the conjugate is a pure reflection across the x-axis (Real Axis).

09JEE Advanced Topics 🔴

Polar and Euler Representation

  • Argument (θ\theta): The angle made by the vector joining origin to P(x,y)P(x,y) with the positive x-axis. Principal argument: π<θπ-\pi < \theta \le \pi.
  • Polar Form: z=r(cosθ+isinθ)z = r(\cos \theta + i \sin \theta), where r=zr = |z|.
  • Euler Form: z=reiθz = r e^{i\theta}. JEE Tip Always convert to Euler form when multiplying, dividing, or finding powers/roots of complex numbers.

De Moivre's Theorem (DMT)

  • For any integer nn, (cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos \theta + i \sin \theta)^n = \cos(n\theta) + i \sin(n\theta).

Cube Roots of Unity

  • Solutions to z3=1z^3 = 1 are 1,ω,ω21, \omega, \omega^2, where ω=1+i32=ei2π/3\omega = \frac{-1 + i\sqrt{3}}{2} = e^{i 2\pi/3}.
  • Properties: 1+ω+ω2=01 + \omega + \omega^2 = 0 and ω3=1\omega^3 = 1.

nnth Roots of Unity

  • Solutions to zn=1z^n = 1 are 1,α,α2,,αn11, \alpha, \alpha^2, \dots, \alpha^{n-1}, where α=ei2π/n\alpha = e^{i 2\pi/n}.
  • Sum of roots = 0. Product of roots = (1)n1(-1)^{n-1}.

Geometry of Complex Numbers (Coni Method / Rotation Theorem)

  • Distance between z1z_1 and z2z_2 is z1z2|z_1 - z_2|.
  • Equation of circle with center z0z_0 and radius RR: zz0=R|z - z_0| = R.
  • Rotation of z1z_1 about z0z_0 by angle α\alpha: z2z0z1z0=z2z0z1z0eiα\frac{z_2 - z_0}{z_1 - z_0} = |\frac{z_2 - z_0}{z_1 - z_0}| e^{i\alpha}.

10Formulae, Equations & Units

  • General form: z=a+ibz = a + ib
  • Modulus: z=a2+b2|z| = \sqrt{a^2 + b^2}
  • Conjugate: zˉ=aib\bar{z} = a - ib
  • Multiplicative Inverse: z1=aiba2+b2=zˉz2z^{-1} = \frac{a - ib}{a^2 + b^2} = \frac{\bar{z}}{|z|^2}
  • Powers of i relation: i4k+i4k+1+i4k+2+i4k+3=0i^{4k} + i^{4k+1} + i^{4k+2} + i^{4k+3} = 0 (Sum of four consecutive integer powers of ii is zero).
  • Identity of squares: x+iy2=x2+y2|x+iy|^2 = x^2 + y^2.

11Conditions & Limitations

a×b=ab\sqrt{a} \times \sqrt{b} = \sqrt{ab} rule failure

The identity a×b=ab\sqrt{a} \times \sqrt{b} = \sqrt{ab} holds if at least one of aa or bb is positive or zero. LIMITATION: It is invalid if BOTH aa and bb are negative real numbers.

  • Proof: If valid, 1×1=(1)(1)=1=1\sqrt{-1} \times \sqrt{-1} = \sqrt{(-1)(-1)} = \sqrt{1} = 1. But we know i×i=i2=1i \times i = i^2 = -1. This is a contradiction.
  • Equality of Complex Numbers limit: You can equate real to real and imaginary to imaginary ONLY if both sides are strictly cast into a+iba+ib format where a,bRa, b \in \mathbb{R}.
  • Division validity: z1z2\frac{z_1}{z_2} is only defined when the denominator modulus z20|z_2| \neq 0.

12COMMON MISCONCEPTIONS & SIGN CONVENTIONS

Misconception

3×3=(3)(3)=9=3\sqrt{-3} \times \sqrt{-3} = \sqrt{(-3)(-3)} = \sqrt{9} = 3.

  • Correction: 3=i3\sqrt{-3} = i\sqrt{3}. So, i3×i3=3i2=3i\sqrt{3} \times i\sqrt{3} = 3i^2 = -3.
Misconception

z>0z > 0 means a>0a > 0 and b>0b > 0.

  • Correction: Inequalities do not exist in the complex plane. You can compare moduli (z1>z2|z_1| > |z_2|), but not the complex numbers themselves.
  • Conjugate Sign Convention: The conjugate ONLY flips the sign of the imaginary part, not the real part. E.g., Conjugate of 3+4i-3 + 4i is 34i-3 - 4i, NOT 34i3 - 4i.

13Previous Year JEE Topics

  1. Algebraic manipulation: Expressing complex fractions into a+iba+ib form using rationalization (multiplying by conjugate).
  2. Locus Problems: Finding the geometric trajectory of a complex number given a modulus/argument condition (e.g., zz1=zz2|z-z_1| = |z-z_2| represents the perpendicular bisector).
  3. Triangle Inequalities: Used heavily to find minimum and maximum distances in the Argand plane.
  4. Roots of Unity: Problems mixing quadratic roots and ω,ω2\omega, \omega^2.
  5. Euler Form Exponentiation: Raising complex numbers to very high powers (e.g., (1+i1i)100(\frac{1+i}{1-i})^{100}).

14JEE Traps

Roots Multiplication Trap
Misconception

A×B=AB\sqrt{-A} \times \sqrt{-B} = \sqrt{AB}

Reality

A×B=AB\sqrt{-A} \times \sqrt{-B} = -\sqrt{AB} (for A,B>0A, B > 0). This is the most common trap in introductory JEE questions.

Modulus Distribution
Misconception

z1+z2=z1+z2|z_1 + z_2| = |z_1| + |z_2|

Reality

z1+z2z1+z2|z_1 + z_2| \le |z_1| + |z_2| (Triangle inequality). Equality only holds if origin, z1z_1, and z2z_2 are collinear and on the same side of the origin.

The "i" in the Denominator
Misconception

Leaving an answer as a+ibc+id\frac{a+ib}{c+id} or incorrectly expanding it.

Reality

ALWAYS rationalize by multiplying numerator and denominator by the conjugate of the denominator: cidcid\frac{c-id}{c-id}. Note that 1i=i\frac{1}{i} = -i.

Modulus vs Square Trap
Misconception

z2=z2z^2 = |z|^2

Reality

zzˉ=z2z\bar{z} = |z|^2. The square of a complex number z2=(a+ib)2=a2b2+i2abz^2 = (a+ib)^2 = a^2 - b^2 + i2ab, which is entirely different from its modulus squared z2=a2+b2|z|^2 = a^2 + b^2.

Comparing Complex Numbers
Misconception

1+4i>1+2i1 + 4i > 1 + 2i

Reality

Complex numbers cannot be compared unless their imaginary parts are definitively zero. Questions asking for inequalities among complex numbers usually hide a trap where variables force the imaginary part to zero.

Sum of 4 consecutive powers of ii
Misconception

Manually calculating i2021+i2022+i2023+i2024i^{2021} + i^{2022} + i^{2023} + i^{2024}.

Reality

The sum of any four consecutive integral powers of ii is exactly 00. Use this to instantly collapse long series.

Argument of Conjugate
Misconception

Arg(zˉ)=Arg(z)\text{Arg}(\bar{z}) = \text{Arg}(z)

Reality

Arg(zˉ)=Arg(z)\text{Arg}(\bar{z}) = -\text{Arg}(z). Since the conjugate is the mirror image across the x-axis, its angle is negated.

Imaginary Unit Exponent Trap
Misconception

Evaluating (1+i1i)(\frac{1+i}{1-i}) via long expansion.

Reality

Memorize that 1+i1i=i\frac{1+i}{1-i} = i and 1i1+i=i\frac{1-i}{1+i} = -i. This saves 2-3 minutes in MCQs.

Conjugate of a Real Number
Misconception

Treating the conjugate of a real number as zero.

Reality

If zz is purely real, zˉ=z\bar{z} = z. It remains unchanged. Only the imaginary sign flips.

Inverse relation
Misconception

z1=1zz^{-1} = \frac{1}{|z|}

Reality

z1=zˉz2z^{-1} = \frac{\bar{z}}{|z|^2}. You must scale the conjugate by the square of the modulus, not just the modulus.

Notes fade fast. Rhovecs re-surfaces each concept on a forgetting schedule and picks what you practise next — so revision sticks.See how it works
Other chapters

Rhovecs re-surfaces each concept right before you’d forget it — and picks the next thing to practise. We decide, you execute.

Get started