B Complex Numbers
Motivation
The following videos explain why imaginary numbers are necessary in mathematics. Note that these videos use \(i\) to denote the imaginary number \(\sqrt{-1}\), whereas we use \(j\) (which is common in electrical engineering, to avoid confusion with current).
Theory
The following videos explain the core concepts: the complex plane and the geometric interpretations of complex addition and multiplication.
Be sure to try the calculations suggested at the end of the previous video before moving on to the next video:
- \((4 + 3j) \cdot j\)
- \((4 + 3j) \cdot 2j\)
- \((4 + 3j) \cdot (4 + 3j)\)
- \((2 + j) \cdot (1 + 2j)\)
To conjugate a complex number, we simply flip the sign in front of any \(j\)s in the expression. For example: \[ \left(\frac{1 + 2j}{2 - j} \right)^* = \frac{1 - 2j}{2 + j}. \]
Because it is so easy to calculate the complex conjugate, conjugation is often the preferred way to calculate magnitudes.
For example, the magnitude of the number above is: \[ \left|\frac{1 + 2j}{2 - j} \right| = \sqrt{\frac{1 + 2j}{2 - j} \cdot \frac{1 - 2j}{2 + j}} = \sqrt{\frac{1 + 4}{4 + 1}} = 1. \] It would have been much more tedious to calculate this magnitude by finding \(a\) and \(b\) such that \(\frac{1 + 2j}{2 - j} = a + jb\) and using Definition B.1.
Essential Practice
- Express the complex number \(\frac{1 - j}{1 + j}\) in \(a + jb\) form, where \(a\) and \(b\) are real numbers.
- Calculate \(e^{j\pi/4} + e^{-j\pi/4}\). Your answer should be a real number.
- Calculate \(\left| \frac{1 - j}{1 + e^{j\pi/4}} \right|\).