Surds
A good understanding of surds will help you with calculations involving complex numbers. Use this resource if you need a refresher.
Complex numbers might seem daunting at first, but they open a whole new dimension in maths. Understanding complex numbers allows you to explore their applications in engineering (like signalling in cellular and wireless technologies) and science (like studying brain waves in biology). Use this resource for an introduction to the basics.
If you have tried to solve algebraic equations, you might notice there are sometimes, there are no "real" solutions. For example, no real number satisfies \(x^{2}+1=0\).
To find solutions to such equations, we use complex numbers. This concept centres around the imaginary number \(i\), where:
\[i=\sqrt{-1}\]
The powers of \(i\) follow a pattern, as shown in the tabke, \(i^{2}=-1\), \(i^{3}=-i\), \(i^{4}=1\), \(i^{5}=i\), and so on.
\(n\) | \(i^{n}\) |
---|---|
\(1\), \(5\), \(9\), \(13\), etc. | \(-1\) |
\(2\), \(6\), \(10\), \(14\), etc. | \(-i\) |
\(3\), \(7\), \(11\), \(15\), etc. | \(1\) |
\(4\), \(8\), \(12\), \(16\), etc. | \(i\) |
A complex number \(z\) is written as:
\(z=x+yi\) where \(x\) and \(y\) are real numbers.
Two complex numbers are equal only if their real parts are equal and their imaginary parts are equal.
\(a+bi=c+di\) only if \(a=c\) and \(b=d\).
Find the real and imaginary parts of \(z=5-3i\).
Complex numbers are written in the form \(x+yi\). \(x\) is the real part of \(z\), so \(\Re(z)=5\). \(y\) is the imaginary part of \(z\), so \(\Im(z)=-3\).
\(x\) is the real part of \(z\), so \(\Re{z}=0\). \(y\) is the imaginary part of \(z\), so \(\Im(z)=\sqrt{3}\).
To add or subtract complex numbers, we add or subtract the real and imaginary parts separately.
\[(a+bi)+(c+di)=(a+c)+(b+d)i\] \[(a+bi)-(c+di)=(a-c)+(b-d)i\]
This is similar to the way we group like terms in algebraic expressions.
\[\begin{align*} (2+3i)+(4-i) & = (2+4)+(3-1)i\\
& = 6+2i
\end{align*}\]
We also multiply complex numbers like how we multiply algebraic expressions. To multiply by a constant \(k\), we just expand the expression.
\[k(a+bi)=ka+kbi\]
When we multiply one complex number by another, we also expand.
\[\begin{align*} (a+bi)(c+di) & = ac+adi+bci+bdi^{2}\\
& = ac+adi+bci-bd\quad\textrm{since }i^{2}=-1\\
& = (ac-bd)+(ad+bc)i
\end{align*}\]
Expand and simplify \(i(3+4i)\).
\[\begin{align*} i(3+4i) & = 3i+4i^{2}\\
& = 3i-4\\
& = -4+3i
\end{align*}\]
A pair of complex numbers of the form \(a+bi\) and \(a-bi\) are called complex conjugates. This is similar to conjugate surds.
The complex conjugate of \(z=x+yi\) is denoted by \(\overline{z}\), where \(\overline{z}=x-yi\).
When you multiply a pair of complex conjugates, you get a real number.
\[z\overline{z}=(x+yi)(x-yi)=x^{2}+y^{2}\]
This looks like the difference of two squares rule, but the sign is a plus rather than a minus. This is because \(i^{2}=-1\), so we invert the sign.
There are two properties of complex conjugates worth remembering:
If \(z=2-i\) and \(w=-3+4i\), find:
\[\overline{z} = 2+i\] \[\begin{align*} \overline{z}-\overline{w} & = (2+i)-(-3-4i)\\
& = 2+i+3+4i\\
& = 5+5i
\end{align*}\] \[\begin{align*} \overline{z+w} & = \overline{(2-i)+(-3+4i)}\\
& = \overline{-1+3i}\\
& = -1-3i
\end{align*}\]
To divide complex numbers, we rewrite them as fraction and rationalise the same way we do with surds. We multiply both the numerator and denominator by the complex conjugate of the denominator, then simply to the form \(x+yi\).
\[\frac{a+bi}{c+di}\times\frac{c-di}{c-di}\]
Express \(\dfrac{2-i}{1+3i}\) in the form \(x+yi\).
\[\begin{align*} \frac{2-i}{1+3i}\times\frac{1-3i}{1-3i}\\
& = \frac{(2-i)(1-3i)}{(1+3i)(1-3i)}\\
& = \frac{2-6i-i+3i^{2}}{1+9}\\
& = \frac{2-7i-3}{10}\\
& = \frac{-1-7i}{10}\\
& = -\frac{1}{10}-\frac{7}{10}i
\end{align*}\]
You can present complex numbers graphically using Argand diagrams. For the complex number \(z=ax+byi\), the \(x\) coordinate will be \(a\) and the \(y\) coordinate will be \(bi\). In other words, the point is \((a,bi)\).
If \(z=2-3i\) and \(w=1+4i\), illustrate the following on an Argand diagram.
Images on this page by RMIT, licensed under CC BY-NC 4.0