In this section we learn about complex numbers for polynomials. The purpose of this section is to learn the must-knows about complex numbers to be able to move-on to more advanced theorems and techniques for polynomials. In particular, the Fundamental Theorem of Algebra (FTA) and the Complex Conjugate Zeros Theorem.
An imaginary number is any number that can be written: \[a.i\] Where:
Since \(i = \sqrt{-1}\) an immediate and important result is that: \[i^2 = -1\] So, for instance, given the two imaginary numbers \(3i\) and \(4i\), we can calculate their product as follows: \[\begin{aligned} 3i \times 4i & = 3\times 4 \times i^2 \\ & = 12 \times (-1) \\ 3i \times 4i & = -12 \end{aligned}\]
A complex number is made of two parts:
Each of the following are complex numbers:
Given a complex number, \(z = a+ib\), to refer to its real and imaginary parts, \(a\) and \(b\), we write:
Consider the complex number \(z = 2 + 4i\). This number has real and imaginary: \[Re(z) = 2 \quad Im(z) = 4\]
Given two complex numbers, \(z_1 = a+ib\) and \(z_2 = c + id\), we add/subtract by adding/subtracting their respective real and imaginary parts: \[\begin{aligned} z_1 \pm z_2 & = \begin{pmatrix} a + ib \end{pmatrix} \pm \begin{pmatrix} c + id \end{pmatrix} \\ & = a + ib + c + id \\ z_1 \pm z_2 & = \begin{pmatrix} a \pm c \end{pmatrix} + i \begin{pmatrix} b \pm d \end{pmatrix} \end{aligned}\]
In this tutorial we learn the rule for adding and subtracting with complex numbers and work through the following example:
Given \(z_1 = 2+3i\), \(z_2 = 6+4i\), \(z_3=5i\) and \(z_4 = 7\), find:
Given the two complex numbers \(z_1 = 2+3i\) and \(z_2 = 3 - 5i\) we can add them as follows: \[\begin{aligned} z_1 + z_2 & = \underbrace{2+3i}_{z_1} + \underbrace{3-5i}_{z_2} \\ & = \underbrace{2+3}_{\text{real parts together}} + \underbrace{3i-5i}_{\text{imaginary parts together}} \\ z_1 + z_2 & = 5 - 2i \end{aligned}\]
Given the two complex numbers \(z_1 = 8+5i\) and \(z_2 = 3 + 2i\) we can subtract \(z_2\) from \(z_1\) as follows: \[\begin{aligned} z_1 - z_2 & = \underbrace{8+5i}_{z_1} - \underbrace{3+2i}_{z_2} \\ & = \underbrace{8-3}_{\text{real parts}} + \underbrace{5i-2i}_{\text{imaginary parts}} \\ z_1 - z_2 & = 5 + 3i \end{aligned}\]
Given a complex number \(z = a+ib\) we can multiply it by a scalar \(k \in \mathbb{R}\) as follows: \[\begin{aligned} k.z & = k\begin{pmatrix} a + ib \end{pmatrix} \\ & = k.a + ik.b \end{aligned}\] put "simply" we multiply both the real and the imaginary part by the number \(k\).
In this tutorial we learn the rule for complex numbers by scalars and work through the following example:
Given \(z = 2+3i\), find:
Given the complex number \(z = 3 + 4i\) we can find \(5z\) as follows: \[\begin{aligned} 5z & = 5\begin{pmatrix} 3 + 4i\end{pmatrix}\\ & = 5\times 3 + 5\times 4i \\ & = 15 + 20i \end{aligned}\]
Given a complex number \(z = a+ib\), we define its complex conjugate
, typically written \(z^*\), as: \[z^* = a - ib\] We say that two complex numbers are complex conjugates of each other if they have the same real part and opposite imaginary parts.Given the complex number \(z = 3+2i\), its complex conjugate is: \[z^*=3 - 2i\]
Given a complex number \(z = a + ib\) and its conjugate \(z^* = a - ib\), their sum and difference leads to the following results:
Given \(z = 3 + 5i\) and its complex conjugate \(z^* = 3 - 5i\):
For each of the following questions, express your answer in its simplest form:
Given two complex numers \(z_1 = a+ib\) and \(z_2 = c + id\), we find the product: \[z_1 . z_2 = \begin{pmatrix}a + ib \end{pmatrix}.\begin{pmatrix}c + id \end{pmatrix}\] using the "usual" rules of distributivity, keeping in mind that \(i^2 = -1\).
Given the two complex numbers \(z_1 = 4+5i\) and \(z_2 = 3 + 2i\) we multiply these two complex numbers together as follows: \[\begin{aligned} z_1.z_2 & = \begin{pmatrix} 4 + 5i \end{pmatrix}.\begin{pmatrix} 3 + 2i \end{pmatrix} \\ & = 4\times 3 + 4\times 2i + 5i \times 3 + 5i \times 2i \\ & = 12 + 8i + 15i + 10i^2 \\ & = 12 + 8i + 15i - 10 \\ z_1.z_2 & = 2 + 23i \end{aligned}\]
In this tutorial we learn the how to multiply complex numbers together. We work through the following example:
Given \(z_1 = 3 - 2i\), \(z_2 = 4 + i\) and \(z_3 = 6i\), find:
Given a complex number \(z = a+ib\) and its complex conjugate \(z^* = a - ib\), their product will always equal to the sum of the squares of the real and the imaginary part of \(z\): \[z.z^* = a^2+b^2\]
This result can be shown as follows: \[\begin{aligned} z.z^* & = \begin{pmatrix}a + ib \end{pmatrix}.\begin{pmatrix} a - ib \end{pmatrix} \\ & = a^2 - iab + iab - b^2i^2 \\ z.z^* & = a^2 + b^2 \end{aligned}\]
Given \(z = 2 + 5i\) and its conjugate \(z^* = 2 - 5i\), their product is: \[\begin{aligned} z.z^* &= \begin{pmatrix} 2+5i \end{pmatrix}.\begin{pmatrix} 2-5i \end{pmatrix} \\ & = 2^2 + 5^2 \\ z.z^* & = 29 \end{aligned}\]
For each of the following questions, express your answer in its simplest form:
Given two complex numbers \(z_1 = a + ib\) and \(z_2 = c + id\), we can divide \(z_1\) by \(z_2\) using the complex conjugate of \(z_2\). Given \(z_2 = c + id\) its complex conjugate is \(z^*_2 = c - id\). Using the fact that \(z_2 \times z^*_2 = c^2 + d^2\), we can divide \(z_1\) by \(z_2\) as explained in the following tutorial.
In this tutorial we learn the how to divide one complex number by another. We work through the following examples:
Given \(z_1 = 8 -2i\) and \(z_2 = 2 + 5i\) we find \(z_1 \div z_2\) as follows: \[\begin{aligned} z_1 \div z_2 & = \frac{z_1}{z_2} \\ & = \frac{8 - 2i}{2 + 5i} \\ & = \frac{8 - 2i}{2 + 5i} \times \frac{2 - 5i}{2 - 5i} \\ & = \frac{\begin{pmatrix} 8 - 2i \end{pmatrix}. \begin{pmatrix} 2 - 5i \end{pmatrix}}{\begin{pmatrix} 2 + 5i \end{pmatrix}. \begin{pmatrix} 2 - 5i \end{pmatrix}} \\ & = \frac{16 - 40i - 4i +10i^2}{4 + 25} \\ & = \frac{16 - 44i -10}{29} \\ & = \frac{6 - 44i}{29}\\ z_1 \div z_2 & = \frac{6}{29} - \frac{44}{29}i \end{aligned}\]
Scan this QR-Code with your phone/tablet and view this page on your preferred device.
Subscribe Now and view all of our playlists & tutorials.