ALL EXPERIMENTS
NCERT · Class 11 · Chapter 4

Complex Numbers & Quadratic Equations

Every idea in this chapter — from the mysterious i to the Argand plane — is something you can see move. Drag the points below, watch the algebra update live, and build the picture in your head that the textbook can only describe in words.

Why we need i 4.1 & 4.2

For every real number x, x² ≥ 0. So x² + 1 = 0 has no solution among the reals — the parabola y = x² + 1 never touches the x-axis. Mathematicians defined a new number, i = √−1, with i² = −1, just so equations like this could have an answer.

No matter where you drag x, y = x² + 1 stays at or above 1 — it can never reach 0. That's the gap that i was invented to fill: i² = −1, so x² = −1 finally has a solution, x = ±i.

Argand Plane 4.5

A complex number z = a + ib is just an ordered pair (a, b). Plot a on the horizontal real axis and b on the vertical imaginary axis, and every complex number becomes a single point — drag it around.

Tip: you can also drag the point directly on the plane. Points on the real axis look like a + i0; points on the imaginary axis look like 0 + ib.

Addition & Subtraction 4.3.1 & 4.3.2

z₁ + z₂ = (a+c) + i(b+d): add real parts, add imaginary parts. Geometrically it's the same "tip-to-tail" rule you use for vectors — the parallelogram rule. Drag either point.

z₁ z₂ z₁+z₂ (or z₁−z₂)

Multiplication & Division 4.3.3 & 4.3.4

z₁z₂ = (ac − bd) + i(ad + bc). Notice multiplying by i rotates a point 90° about the origin — watch what happens to z as you change z₂ toward pure i.

z₁ z₂ product / quotient

Powers of i 4.3.5

Every power of i lands on one of just four points: 1, i, −1, −i, then repeats forever. Slide n and watch iⁿ spin around the unit circle in steps of 90°.

Rule of thumb: write n = 4k + r, where r is 0, 1, 2 or 3. Then iⁿ = iʳ. Only the remainder after dividing by 4 matters!

Modulus & Conjugate 4.4

The modulus |z| = √(a²+b²) is the straight-line distance from the origin to z. The conjugate z̄ = a − ib is z's mirror image flipped across the real axis. Drag z and watch its shadow.

Notice z · z̄ = |z|² always — this is exactly the trick used to divide complex numbers (multiply top and bottom by the conjugate).

Square Roots of Negative Numbers 4.3.6

For a positive real number a, √−a is defined as √a · i. But the familiar rule √a × √b = √(ab) breaks down the moment both a and b are negative — try it below.

Classic trap: √−1 × √−1 is not √1 = 1. It's i × i = i² = −1. Always convert each negative root to "√(positive) · i" first, then multiply.