Introduction

Need for Complex Numbers

In real numbers, some equations like x2+1=0x^2+1=0 have no real solution. To solve such equations, we extend the number system to complex numbers.

Imaginary Unit ii

Define ii such that: i2=1i^2=-1 So:

  • i=1i=\sqrt{-1} (symbolically)
  • i3=i2i=ii^3=i^2\cdot i=-i
  • i4=(i2)2=1i^4=(i^2)^2=1
  • Powers repeat every 4: i4k=1, i4k+1=i, i4k+2=1, i4k+3=ii^{4k}=1,\ i^{4k+1}=i,\ i^{4k+2}=-1,\ i^{4k+3}=-i

Definition

A number of the form a+iba + ib, where aa and bb are real numbers, is defined to be a complex number.

  • aa is the real part, denoted by Re(zz).
  • bb is the imaginary part, denoted by Im(zz).
  • ii (iota) = 1\sqrt{-1}.

Algebra of Complex Numbers

Equality of Complex Numbers

If z1=a+ibz_1=a+ib and z2=c+idz_2=c+id, then: z1=z2    a=c and b=dz_1=z_2 \iff a=c \text{ and } b=d

Basic Operations

Let z1=a+ibz_1=a+ib and z2=c+idz_2=c+id.

Addition: z1+z2z_1 + z_2

(a+ib)+(c+id)=(a+c)+i(b+d)(a+ib)+(c+id)=(a+c)+i(b+d)

Subtraction: z1z2z_1 - z_2

(a+ib)(c+id)=(ac)+i(bd)(a+ib)-(c+id)=(a-c)+i(b-d)

Multiplication:z1z2z_1 z_2 (a+ib)(c+id)=(acbd)+i(ad+bc)(a+ib)(c+id)=(ac-bd)+i(ad+bc)

Division:z1z2\frac{z_1}{z_2} a+ibc+id=(a+ib)(cid)(c+id)(cid)=(ac+bd)+i(bcad)c2+d2\frac{a+ib}{c+id} = \frac{(a+ib)(c-id)}{(c+id)(c-id)} = \frac{(ac+bd)+i(bc-ad)}{c^2+d^2} Key idea: multiply numerator and denominator by the conjugate.


Conjugate of a Complex Number

For z=a+ibz=a+ib, its conjugate is: z=aib\overline{z}=a-ib

Important properties

  1. zz=a2+b2z\overline{z}=a^2+b^2 (always real and non-negative)
  2. z1+z2=z1+z2\overline{z_1+z_2}=\overline{z_1}+\overline{z_2}
  3. z1z2=z1z2\overline{z_1z_2}=\overline{z_1}\,\overline{z_2}
  4. (z1z2)=z1z2\overline{\left(\frac{z_1}{z_2}\right)}=\frac{\overline{z_1}}{\overline{z_2}} (if z20z_2\ne0)

Modulus (Magnitude)

For z=a+ibz=a+ib: z=a2+b2|z|=\sqrt{a^2+b^2}

Properties

  • z0|z|\ge 0
  • z=0    z=0|z|=0 \iff z=0
  • z1z2=z1z2|z_1z_2|=|z_1||z_2|
  • z1z2=z1z2\left|\frac{z_1}{z_2}\right|=\frac{|z_1|}{|z_2|} (if z20z_2\ne 0)

Argand Plane and Polar Representation

Complex numbers can be represented geometrically in the Argand plane (Complex plane).

  • xx-axis: Real axis
  • yy-axis: Imaginary axis

Polar Form of a Complex Number

If z=a+ibz=a+ib and r=zr=|z|, then define angle θ\theta such that: cosθ=ar,sinθ=br\cos\theta = \frac{a}{r},\quad \sin\theta = \frac{b}{r} Then: z=r(cosθ+isinθ)z=r(\cos\theta+i\sin\theta) where r>0r>0.

  • rr is modulus.
  • θ\theta is argument (principal value generally taken).

Finding Argument θ\theta: Let α=tan1yx\alpha = \tan^{-1}|\frac{y}{x}|.

  • Quadrant I: θ=α\theta = \alpha
  • Quadrant II: θ=πα\theta = \pi - \alpha
  • Quadrant III: θ=(πα)\theta = -(\pi - \alpha)
  • Quadrant IV: θ=α\theta = -\alpha

5. Quadratic Equations

For the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 with real coefficients: If Discriminant D=b24ac<0D = b^2 - 4ac < 0, the roots are complex conjugates.

Formula: x=b±iD2ax = \frac{-b \pm i\sqrt{|D|}}{2a}

Complex Numbers

Example 1

Express (5i)(35i)(5i)(-\frac{3}{5}i) in the form a+iba+ib.

Solution: 5×(35)×i2=3(1)=35 \times (-\frac{3}{5}) \times i^2 = -3(-1) = 3. Form: 3+0i3 + 0i.


Example 2

Express i9+i19i^9 + i^{19} in standard form.

Solution: i9=(i4)2i=1i=ii^9 = (i^4)^2 \cdot i = 1 \cdot i = i. i19=(i4)4i3=1(i)=ii^{19} = (i^4)^4 \cdot i^3 = 1 \cdot (-i) = -i. Sum =ii=0= i - i = 0.


Example 3

Find the multiplicative inverse of 23i2 - 3i.

Solution: z1=zˉz2=2+3i22+(3)2=2+3i13z^{-1} = \frac{\bar{z}}{|z|^2} = \frac{2+3i}{2^2+(-3)^2} = \frac{2+3i}{13}. Ans: 213+313i\frac{2}{13} + \frac{3}{13}i.


Example 4

Express in form a+iba+ib: 5+2i12i\frac{5 + \sqrt{2}i}{1 - \sqrt{2}i}.

Solution: Rationalize: (5+2i)(1+2i)(1)2+(2)2=5+52i+2i23=3+62i3=1+22i\frac{(5+\sqrt{2}i)(1+\sqrt{2}i)}{(1)^2+(\sqrt{2})^2} = \frac{5 + 5\sqrt{2}i + \sqrt{2}i - 2}{3} = \frac{3 + 6\sqrt{2}i}{3} = 1 + 2\sqrt{2}i.


Example 5

Find the modulus of z=1+i1iz = \frac{1+i}{1-i}.

Solution: z=1+i1i=22=1|z| = \frac{|1+i|}{|1-i|} = \frac{\sqrt{2}}{\sqrt{2}} = 1.


Example 6

Find the conjugate of z=(32i)(2+3i)z = (3-2i)(2+3i).

Solution: z=6+9i4i6i2=6+5i+6=12+5iz = 6 + 9i - 4i - 6i^2 = 6 + 5i + 6 = 12 + 5i. Conjugate zˉ=125i\bar{z} = 12 - 5i.


Example 7

Find the argument of z=1+i3z = 1 + i\sqrt{3}.

Solution: x=1,y=3x=1, y=\sqrt{3} (Quadrant I). tanα=3/1=3    α=π3\tan \alpha = |\sqrt{3}/1| = \sqrt{3} \implies \alpha = \frac{\pi}{3}. θ=π3\theta = \frac{\pi}{3}.


Example 8

Convert z=1iz = -1 - i to polar form.

Solution: r=(1)2+(1)2=2r = \sqrt{(-1)^2+(-1)^2} = \sqrt{2}. tanα=1    α=π4\tan \alpha = 1 \implies \alpha = \frac{\pi}{4}. Quadrant III: θ=(ππ4)=3π4\theta = -(\pi - \frac{\pi}{4}) = -\frac{3\pi}{4}. z=2(cos3π4+isin3π4)z = \sqrt{2}(\cos \frac{-3\pi}{4} + i\sin \frac{-3\pi}{4}).


Example 9

Solve x2+3=0x^2 + 3 = 0.

Solution: x2=3    x=±3=±i3x^2 = -3 \implies x = \pm \sqrt{-3} = \pm i\sqrt{3}.


Example 10

Solve x2+x+1=0x^2 + x + 1 = 0.

Solution: D=124(1)(1)=3D = 1^2 - 4(1)(1) = -3. x=1±32=1±i32x = \frac{-1 \pm \sqrt{-3}}{2} = \frac{-1 \pm i\sqrt{3}}{2}.


Example 11

Find the modulus of (1+i)10(1+i)^{10}.

Solution: (1+i)10=1+i10=(2)10=25=32|(1+i)^{10}| = |1+i|^{10} = (\sqrt{2})^{10} = 2^5 = 32.


Example 12

If x+iy=a+ibaibx + iy = \frac{a+ib}{a-ib}, prove x2+y2=1x^2 + y^2 = 1.

Solution: Taking modulus on both sides: x+iy=a+ibaib=a2+b2a2+b2=1|x+iy| = |\frac{a+ib}{a-ib}| = \frac{\sqrt{a^2+b^2}}{\sqrt{a^2+b^2}} = 1. Squaring: x2+y2=1x^2+y^2=1.


Example 13

Find real θ\theta such that 3+2isinθ12isinθ\frac{3+2i\sin\theta}{1-2i\sin\theta} is purely real.

Solution: Multiply by conjugate 1+2isinθ1+2i\sin\theta. Imaginary part of numerator must be 0. Im part: 6sinθ+2sinθ=8sinθ=06\sin\theta + 2\sin\theta = 8\sin\theta = 0. sinθ=0    θ=nπ\sin\theta = 0 \implies \theta = n\pi.


Example 14

Evaluate 25×49\sqrt{-25} \times \sqrt{-49}.

Solution: 5i×7i=35i2=355i \times 7i = 35i^2 = -35. (Note: abab\sqrt{a}\sqrt{b} \neq \sqrt{ab} if both a,b<0a, b < 0).


Example 15

Find the least positive integer nn for which (1+i1i)n=1(\frac{1+i}{1-i})^n = 1.

Solution: 1+i1i=i\frac{1+i}{1-i} = i. in=1    n=4i^n = 1 \implies n=4.

Questions and Answers (Board Exam)

Q1. Define modulus of a complex number.

Answer: The modulus of z=x+iyz = x+iy is the non-negative real number x2+y2\sqrt{x^2+y^2}, denoted by z|z|. It represents the distance from the origin.


Q2. What is the conjugate of z=x+iyz = x+iy?

Answer: The conjugate is zˉ=xiy\bar{z} = x-iy. It represents the reflection of zz across the real axis.


Q3. State the value of i4ki^{4k}.

Answer: i4k=1i^{4k} = 1 for any integer kk.


Q4. What is the fundamental theorem of algebra?

Answer: A polynomial equation of degree nn has exactly nn roots in the complex number system.


Q5. Write the polar form of a complex number.

Answer: z=r(cosθ+isinθ)z = r(\cos \theta + i \sin \theta), where r=zr=|z| and θ=arg(z)\theta = \arg(z).