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=1

. Let's break them down:


1. Addition and Subtraction of Complex Numbers

Let 

z1=x1+iy1

and 

z2=x2+iy2

be two complex numbers.

  • Addition is defined as:

    z1+z2=(x1+iy1)+(x2+iy2)=(x1+x2)+i(y1+y2)

  • Subtraction follows similarly:

    z1z2=(x1+iy1)(x2+iy2)=(x1x2)+i(y1y2)

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)

Expanding using the distributive law:

x1x2+ix1y2+ix2y1+i2y1y2

Since 

i2=1

 we simplify to:

(x1x2y1y2)+i(x1y2+x2y1)

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+iy

is denoted as:

z=xiy

Multiplying a complex number by its conjugate gives:

zz=(x+iy)(xiy)

Expanding using the difference of squares:

x2ixy+ixyi2y2

Since 

i2=1

 this simplifies to:

x2+y2

which is the modulus squared of :

zz=z2

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

The reciprocal of a complex number  is given by:

z1=1z

To rationalize the denominator, multiply by the conjugate:

z1=1z×zz=zz2

This means:

1z=xiyx2+y2

This is useful in division.


5. Quotient (Division) of Complex Numbers

To divide two complex numbers:

z1z2=x1+iy1x2+iy2

Multiply by the conjugate of the denominator:

z1z2=(x1+iy1)(x2iy2)(x2+iy2)(x2iy2)

Since the denominator simplifies to 

z22=x22+y22

 we get:

z1z2=x1x2+y1y2z22+iy1x2x1y2z22

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θ

where:

  • r=z=x2+y2

    is the modulus (magnitude) of 

    .

  • θ=tan1(yx)

    is the argument (angle) of 

    .

Thus, we can write a complex number as:

z=r(cosθ+isinθ)

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