Introduction to Complex Numbers
In mathematics, real numbers represent quantities that can be placed on a number line—numbers like 3, , and . These numbers can be compared, ordered, and used to measure or count physical quantities.
However, certain operations in mathematics yield results that do not exist on the real number line. One such operation is the square root of a negative number.
What's the Square Root of a Negative Number?
Consider how useful square roots are: ,, and so on. But what about ? Is it 8? Is it more than 8? Less than 8?
We learned about the Trichotomy Property of real numbers. 8 is a real number. If is a real number, than we must be able to say one of these things. Either they are equal, either 8 is greater, or is it lesser, but only if both are real numbers. So which is it?
The answer is: is not a real number. It does not exist on the number line. No real number multiplied by itself equals negative 8 or any negative number for that matter.
There is no such that
Asking if is greater or less than 9 is like asking if a dice is greater than the chemical formula of sugar—it simply doesn't make sense in that context.
The Birth of Complex Numbers
In higher mathematics, it became useful to represent these "impossible" numbers in a structured way. This led to the creation of complex numbers.
We know that we can express the square root of a number as the product of the square roots of its factors.
Similarly, by that logic we can say
This approach lets us reuse the square root of the negative part——as a common unit in all such cases.
Imaginary Numbers
The square root of -1 is defined as a new kind of number called an imaginary number, denoted as and read as iota.
Any multiple of is also imaginary: , , .
Complex Numbers
A complex number is a number that has a real part and an imaginary part. It's written in the form:
Here, and are real numbers, and is the imaginary unit.
Examples of Complex Numbers
Classifying Complex Numbers
Based on the values of and , complex numbers can be classified as:
- Real: (imaginary part is zero)
- Purely Imaginary: (real part is zero)
- Complex: with both and
For
Some clarification is needed here. Generally, all real numbers are a subset of complex numbers. In a way, 2 is a complex number whose imaginary part is 0 like. Similarly is also a complex number with its real part 0 such as .
However, in general, specificity takes precedence over semantics. Keep in the back of your mind that all real numbers and imaginary numbers are also complex numbers, but it is better to specifically call 2 a real number and an imaginary number.
Activity: Match The Columns!
Reorder the Type of Number to match them with the correct Condition.
Condition
Type of Number
True or False Activity!!!
Read each statement carefully and decide if it is true or false.
The number is a real number because squaring gives .
Every real number is also a complex number.
The sum of two imaginary numbers is always a real number.
The product of a nonzero real number and a nonzero imaginary number is always imaginary.
The square root of is less than the square root of .
Activity: Sort Into Categories!
Drag and sort the given items into Real, Imaginary, and Complex. Think carefully — everything has its place!
Unsorted
Real
Imaginary
Complex
Score: 0 / 15 (0%)
Why Use Complex Numbers?
With real numbers, we can only talk about one aspect of something, one dimension. But higher mathematics is greatly helped by matrices, vectors, tensors, cartesian planes, and other tools including complex numbers to talk about more than one thing, more than one dimension. A complex number has two pieces of information, an x and a y value and thus two dimensions.
Mathematicians play around with these abstract concepts of matrices, and complex numbers to find useful applications such as the four below.
1. Electrical Engineering
The general forumula for Impedance (impedance is a property of current like resistance and capacitance) in an AC Circuit, is
Where . Electrical engineering prefers for the same imaginary unit since can be misinterpreted as current. In physics you will learn that we write Impedance in a complex form because it is useful for analyzing some AC circuits.
2. Signal Engineering
We have the Fourier Transform
Note the random imaginary unit iota in the exponent. Fourier transform is the foundation of modern signal processing and everything to do with waves. You will definitely work on this in any engineering field where any type of wave has to be studied and analyzed.
3. Theoretical Physics
We have the Schrodinger equation.
These equations are not to scare or and there is no expectation for you to know of them. But, the Schroginder equation is a powerhouse in Physics. Note the at the very start.
4. Trigonometry
A simpler example might be Euler's formula.
This formula uses complex numbers to somehow turn trignometric functions that go up and down and oscillate in a single exponential equation with the transcendental number e.
Summary
I cannot tell you why complex numbers are useful without showing you how these individual examples work because of their exact nature. A true understanding would only happen if you try to do signal processing with and without complex numbers and see the comparison. And explaining that is beyond the scope of this course and too time consuming. I hope just showing that you will use complex numbers in your engineering and sciences futures is enough at this stage.
End of Lesson