Complex Numbers

Overview

The set C of complex numbers is defined by C={a+bia,bR}, where i is the imaginary number defined as i2=1.

For any complex number of the form z=a+bi, a,bR, the number a is called the real part of z and the number b is called the imaginary part of z. This is denoted as Re(z)=a and Im(z)=b respectively.

The modulus of z, denoted |z|, is defined as |z|=a2+b2. The argument of z, denoted Arg(z), is the angle π<θπ between the complex number and the positive real axis.

complex-number.png

Conjugates

Let z=a+bi be a complex number. Then its complex conjugate, denoted as z¯, is defined as $$\bar{z} = \overline{a + bi} = a - bi.$$

Arithmetic

Addition, subtraction, and multiplication of complex numbers are done in the normal way. Division works with the aid of conjugates.

Addition

For complex numbers a+bi and c+di, we have that $$(a + bi) + (c + di) = (a + c) + (b + d)i.$$

Subtraction

For complex numbers z1 and z2, $$z_1 - z_2 = z_1 + (-z_2).$$

Multiplication

For complex numbers a+bi and c+di, we have that $$(a + bi) \cdot (c + di) = (ac -bd) + (ad + bc)i.$$

Division

For complex numbers a+bi and c+di, we have that $$\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(a + bi)(c - di)}{c^2 + d^2}.$$

Bibliography

Powered by Forestry.md