Facebook Pixel
Mathos AI logo

Introduction to Complex Numbers

Introduction to Complex Numbers

For a long time in mathematics, it was believed that you couldn't take the square root of a negative number. Complex numbers were introduced to solve this exact problem.

The Imaginary Unit

The foundation of complex numbers is the imaginary unit, denoted by ii. It is defined as the square root of 1-1:

i=1i = \sqrt{-1}

Because of this definition, squaring ii gives us 1-1:

i2=1i^2 = -1

The Standard Form: a+bia + bi

A complex number is any number that can be written in the form a+bia + bi, where:

  • aa is the real part.
  • bb is the imaginary part.
  • Both aa and bb are real numbers.

For example, in the complex number 3+2i3 + 2i, the real part is 33 and the imaginary part is 22.

Operations with Complex Numbers

You can perform standard arithmetic operations with complex numbers just like you do with polynomials, keeping in mind that i2=1i^2 = -1.

Addition and Subtraction

To add or subtract complex numbers, simply combine the real parts together and the imaginary parts together.

Example: (4+3i)+(2i)=(4+2)+(3ii)=6+2i(4 + 3i) + (2 - i) = (4 + 2) + (3i - i) = 6 + 2i

Multiplication

To multiply complex numbers, use the distributive property (or FOIL method), and remember to replace any i2i^2 with 1-1.

Example: Simplify (3+2i)(45i)(3 + 2i)(4 - 5i)

(3+2i)(45i)=1215i+8i10i2(3 + 2i)(4 - 5i) = 12 - 15i + 8i - 10i^2 =127i10(1)= 12 - 7i - 10(-1) =127i+10= 12 - 7i + 10 =227i= 22 - 7i

Division

To divide complex numbers, you need to eliminate ii from the denominator. You do this by multiplying both the numerator and the denominator by the complex conjugate of the denominator. The conjugate of a+bia + bi is abia - bi.

Example: Find the quotient 2+3i1i\frac{2 + 3i}{1 - i}

The complex conjugate of the denominator 1i1 - i is 1+i1 + i. Multiply the top and bottom by 1+i1 + i:

2+3i1i1+i1+i=(2+3i)(1+i)(1i)(1+i)\frac{2 + 3i}{1 - i} \cdot \frac{1 + i}{1 + i} = \frac{(2 + 3i)(1 + i)}{(1 - i)(1 + i)}

Expand the numerator and the denominator:

  • Numerator: 2(1)+2(i)+3i(1)+3i(i)=2+2i+3i+3i2=2+5i+3(1)=1+5i2(1) + 2(i) + 3i(1) + 3i(i) = 2 + 2i + 3i + 3i^2 = 2 + 5i + 3(-1) = -1 + 5i
  • Denominator: 1(1)+1(i)i(1)i(i)=1i2=1(1)=21(1) + 1(i) - i(1) - i(i) = 1 - i^2 = 1 - (-1) = 2

Put them back together:

1+5i2=12+52i\frac{-1 + 5i}{2} = -\frac{1}{2} + \frac{5}{2}i