Complex Number

1. Algebra of the Complex Number System

Algebra of the Complex Number System

The complex number system follows specific algebraic operations similar to real numbers, with additional properties due to the imaginary unit i=1i = \sqrt{-1}. Let's break them down:


1. Addition and Subtraction of Complex Numbers

Let z1=x1+iy1z_1 = x_1 + i y_1 and z2=x2+iy2z_2 = x_2 + i y_2 be two complex numbers.

  • Addition is defined as:

    z1+z2=(x1+iy1)+(x2+iy2)=(x1+x2)+i(y1+y2)z_1 + z_2 = (x_1 + i y_1) + (x_2 + i y_2) = (x_1 + x_2) + i(y_1 + y_2)
  • Subtraction follows similarly:

    z1z2=(x1+iy1)(x2+iy2)=(x1x2)+i(y1y2)z_1 - z_2 = (x_1 + i y_1) - (x_2 + i y_2) = (x_1 - x_2) + i(y_1 - y_2)

This means that complex addition and subtraction are done component-wise for real and imaginary parts.


2. Multiplication of Complex Numbers

Multiplication follows the distributive property:

z1z2=(x1+iy1)(x2+iy2)z_1 \cdot z_2 = (x_1 + i y_1) \cdot (x_2 + i y_2)

Expanding using the distributive law:

x1x2+ix1y2+ix2y1+i2y1y2x_1 x_2 + i x_1 y_2 + i x_2 y_1 + i^2 y_1 y_2

Since i2=1i^2 = -1, we simplify to:

(x1x2y1y2)+i(x1y2+x2y1)(x_1 x_2 - y_1 y_2) + i (x_1 y_2 + x_2 y_1)

Thus, multiplication of two complex numbers results in another complex number.


3. Conjugate of a Complex Number

The conjugate of a complex number z=x+iyz = x + i y is denoted as:

z=xiy\overline{z} = x - i y

Multiplying a complex number by its conjugate gives:

zz=(x+iy)(xiy)z \cdot \overline{z} = (x + i y)(x - i y)

Expanding using the difference of squares:

x2ixy+ixyi2y2x^2 - i x y + i x y - i^2 y^2

Since i2=1i^2 = -1, this simplifies to:

x2+y2x^2 + y^2

which is the modulus squared of zz:

zz=z2z \cdot \overline{z} = |z|^2

4. Rationalization (Finding the Reciprocal of a Complex Number)

The reciprocal of a complex number zz is given by:

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

To rationalize the denominator, multiply by the conjugate:

z1=1z×zz=zz2z^{-1} = \frac{1}{z} \times \frac{\overline{z}}{\overline{z}} = \frac{\overline{z}}{|z|^2}

This means:

1z=xiyx2+y2\frac{1}{z} = \frac{x - i y}{x^2 + y^2}

This is useful in division.


5. Quotient (Division) of Complex Numbers

To divide two complex numbers:

z1z2=x1+iy1x2+iy2\frac{z_1}{z_2} = \frac{x_1 + i y_1}{x_2 + i y_2}

Multiply by the conjugate of the denominator:

z1z2=(x1+iy1)(x2iy2)(x2+iy2)(x2iy2)\frac{z_1}{z_2} = \frac{(x_1 + i y_1)(x_2 - i y_2)}{(x_2 + i y_2)(x_2 - i y_2)}

Since the denominator simplifies to z22=x22+y22|z_2|^2 = x_2^2 + y_2^2, we get:

z1z2=x1x2+y1y2z22+iy1x2x1y2z22\frac{z_1}{z_2} = \frac{x_1 x_2 + y_1 y_2}{|z_2|^2} + i \frac{y_1 x_2 - x_1 y_2}{|z_2|^2}

This expresses the quotient in standard form.


6. Polar Form of a Complex Number

From Figure (3.1) (which you referenced), a complex number can also be expressed in polar form using:

x=rcosθ,y=rsinθx = r \cos\theta, \quad y = r \sin\theta

where:

  • r=z=x2+y2r = |z| = \sqrt{x^2 + y^2} is the modulus (magnitude) of zz.

  • θ=tan1(yx)\theta = \tan^{-1} \left(\frac{y}{x}\right) is the argument (angle) of zz.

Thus, we can write a complex number as:

z=r(cosθ+isinθ)z = r (\cos\theta + i\sin\theta)

This is called the trigonometric (polar) form of a complex number.