Math Lab
Home/Class XI/Ch 4/Complex numbers and basic algebra

Complex numbers and basic algebra

To solve x2+1=0x^2 + 1 = 0, we invent a symbol ii with i2=1i^2 = -1, and form new numbers a+bia + bi where a,ba, b are real. These are the complex numbers. Once you accept the single rule i2=1i^2 = -1, the algebra is identical to the algebra of polynomials in ii.

Definitions

The imaginary unit is ii, characterised by i2=1.i^2 = -1.

A complex number is an expression of the form z=a+bi,a,bR.z = a + bi, \quad a, b \in \mathbb{R}.

We call a=Re(z)a = \text{Re}(z) the real part and b=Im(z)b = \text{Im}(z) the imaginary part. (Note: the imaginary part is the real number bb, not bibi.) The set of all complex numbers is denoted C\mathbb{C}.

Equality. a+bi=c+di    a=ca + bi = c + di \iff a = c and b=db = d.

A complex number with b=0b = 0 is a real number. A complex number with a=0a = 0 and b0b \ne 0 is purely imaginary.

The four arithmetic operations

For z1=a+biz_1 = a + bi and z2=c+diz_2 = c + di:

Addition: z1+z2=(a+c)+(b+d)iz_1 + z_2 = (a + c) + (b + d)i.

Subtraction: z1z2=(ac)+(bd)iz_1 - z_2 = (a - c) + (b - d)i.

Multiplication: distribute and use i2=1i^2 = -1: (a+bi)(c+di)=ac+adi+bci+bdi2=(acbd)+(ad+bc)i.(a + bi)(c + di) = ac + adi + bci + bd \cdot i^2 = (ac - bd) + (ad + bc)i.

Division: multiply numerator and denominator by the conjugate of the denominator. To compute a+bic+di\dfrac{a + bi}{c + di} (with c+di0c + di \ne 0): a+bic+di=(a+bi)(cdi)(c+di)(cdi)=(ac+bd)+(bcad)ic2+d2.\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2}.

Powers of ii

i1=i,i2=1,i3=i,i4=1,i5=i, i^1 = i,\quad i^2 = -1,\quad i^3 = -i,\quad i^4 = 1,\quad i^5 = i,\ \dots

The pattern has period 44. In general in=inmod4i^n = i^{n \bmod 4}.

Algebraic structure

C\mathbb{C} is a field: addition and multiplication are commutative, associative, distributive, and every non-zero element has a multiplicative inverse. So all the algebraic moves you know , collecting like terms, factoring, distributing , work in C\mathbb{C} just as in R\mathbb{R}.

One difference: C\mathbb{C} is not ordered. There is no notion of "z1<z2z_1 < z_2" between complex numbers. The relations <,>,,<, >, \le, \ge apply only to real numbers.

Worked examples

Example 1. Simplify (3+2i)+(54i)(3 + 2i) + (5 - 4i).

(3+5)+(24)i=82i(3 + 5) + (2 - 4)i = 8 - 2i.

Example 2. Compute (2+3i)(14i)(2 + 3i)(1 - 4i).

21+2(4i)+3i1+3i(4i)=28i+3i+12=145i2 \cdot 1 + 2 \cdot (-4i) + 3i \cdot 1 + 3i \cdot (-4i) = 2 - 8i + 3i + 12 = 14 - 5i.

Example 3. Find 1+i1i\dfrac{1 + i}{1 - i}.

Multiply by 1+i1+i\dfrac{1 + i}{1 + i}: (1+i)2(1i)(1+i)=1+2i11+1=2i2=i.\frac{(1 + i)^2}{(1 - i)(1 + i)} = \frac{1 + 2i - 1}{1 + 1} = \frac{2i}{2} = i.

Example 4. Compute i2025i^{2025}.

2025=4506+12025 = 4 \cdot 506 + 1, so i2025=i1=ii^{2025} = i^1 = i.

Example 5 (harder). Find real numbers a,ba, b such that (a+bi)2=512i(a + bi)^2 = 5 - 12i.

Expanding: a2b2+2abi=512ia^2 - b^2 + 2abi = 5 - 12i. So a2b2=5a^2 - b^2 = 5 and 2ab=122ab = -12, giving ab=6ab = -6.

From ab=6ab = -6: b=6/ab = -6/a. Substitute: a236/a2=5a^2 - 36/a^2 = 5, so a45a236=0a^4 - 5a^2 - 36 = 0. Let u=a2u = a^2: u25u36=0u^2 - 5u - 36 = 0, u=5±25+1442=5±132u = \dfrac{5 \pm \sqrt{25 + 144}}{2} = \dfrac{5 \pm 13}{2}. So u=9u = 9 or u=4u = -4. Since aa is real, u=9u = 9, a=±3a = \pm 3.

If a=3a = 3: b=2b = -2. If a=3a = -3: b=2b = 2. So a+bi=32ia + bi = 3 - 2i or 3+2i-3 + 2i.

Try it yourself

  1. Simplify (4+5i)(23i)(4 + 5i) - (2 - 3i).
  2. Multiply (1+2i)(3+4i)(1 + 2i)(3 + 4i).
  3. Find i50i^{50}.
  4. Compute 23i1+i\dfrac{2 - 3i}{1 + i}.
  5. Solve z+(3+2i)=5iz + (3 + 2i) = 5 - i for zz.
  6. Find real numbers x,yx, y such that (x+iy)(2+3i)=8+i(x + iy)(2 + 3i) = 8 + i.
  7. Compute (1+i)4(1 + i)^4.
  8. Find 12+3i\dfrac{1}{2 + 3i}.
  9. Express (1i)21+i\dfrac{(1 - i)^2}{1 + i} in a+bia + bi form.
  10. Compute i+i2+i3++i100i + i^2 + i^3 + \dots + i^{100}.
  11. If z=3+4iz = 3 + 4i, compute z2z^2, 1z\dfrac{1}{z}, z1zz \cdot \dfrac{1}{z}.
  12. Find i\sqrt{i} (in a+bia + bi form).

Pitfalls / Tricks

  • i=1i = \sqrt{-1} is a symbol, not a real number. Many calculator-style mistakes come from treating ii as if it were ±1\pm 1 in some clever way.
  • The rule ab=ab\sqrt{a}\sqrt{b} = \sqrt{ab} fails if both a,ba, b are negative. E.g. 236\sqrt{-2}\sqrt{-3} \ne \sqrt{6}; it equals 6-\sqrt{6}.
  • C\mathbb{C} is not ordered: writing "2+3i>12 + 3i > 1" is meaningless.
  • Insight. Every complex computation reduces to: distribute, use i2=1i^2 = -1, collect real and imaginary parts. There is no other technique.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Complex algebra
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6