- Published on
Advanced Applications of Complex Numbers
- Authors

- Name
- Vu Hung
Problem Statement
Complex numbers are not just for solving polynomials. They are a universal language used in higher-level mathematical proofs and real-world engineering.
For instance, the Triangle Inequality (), which is a fundamental concept in metric spaces, is a direct generalisation of the real number case, visualised perfectly via vector addition on the Argand plane. Furthermore, De Moivre's theorem can be rigorously proven using Mathematical Induction.
Outside the classroom, complex numbers are used extensively in:
- Signal Processing: The Fast Fourier Transform (FFT), used in audio production, Wi-Fi, and JPEG compression, relies entirely on complex numbers to decompose signals into sine waves.
- Electrical Engineering: AC circuit analysis uses complex numbers (impedance) to model resistance and reactance simultaneously.
- Computer Graphics: Multiplying by a complex number is a highly efficient way to compute 2D rotations in game engines.
Let's look at how complex numbers are used to model a physical 2D rotation, an application heavily used in digital graphic design.
Consider a point in 2D space represented by the complex number . We want to rotate this point counter-clockwise around the origin by ( radians).
(a) Multiplying a complex number by rotates it. Perform the algebraic multiplication to find the new coordinate .
(b) Prove that this multiplication represents a rotation by using the polar form (modulus-argument form) of and .
(c) State the Triangle Inequality for complex numbers, and geometrically explain what it means using vectors on the Argand plane.
Hints
- Part (a): Distribute the into . Remember that .
- Part (b): Express in polar form (). Then express in polar form (let ). Use the rule that when multiplying complex numbers, you multiply their moduli and add their arguments.
- Part (c): The Triangle Inequality is . Think of and as vectors forming two sides of a triangle. The sum is the third side. What does basic geometry say about the lengths of the sides of a triangle?
Solutions
Part (a): Algebraic Rotation
- We have .
- Multiply by :
- Distribute:
- Substitute :
- The new point is .
Part (b): Proving Rotation via Polar Form
- Express in polar form. It lies on the positive imaginary axis, 1 unit from the origin.
- Express in general polar form:
- Multiply them together using polar multiplication rules (multiply moduli, add arguments):
- The new complex number has the exact same modulus () as the original number , meaning its distance from the origin hasn't changed.
- The new argument is exactly greater than the original argument.
- Therefore, multiplying by physically rotates any complex number by exactly counter-clockwise without altering its scale.
Part (c): The Triangle Inequality
- The Triangle Inequality states:
- Geometric Explanation: On the Argand plane, complex numbers add like vectors (head-to-tail).
- is the length of the first vector.
- is the length of the second vector.
- is the length of the resultant vector (the diagonal of the parallelogram they form).
- These three vectors form a triangle. A fundamental theorem of geometry states that the length of any single side of a triangle must be less than or equal to the sum of the lengths of the other two sides.
- Therefore, the "straight line" distance must be shorter than (or equal to) the path taken by walking along and then along . Equality only holds if and are parallel and point in the same direction.
Takeaways
- Multiplication is Rotation: While addition of complex numbers is a translation (sliding), multiplication is inherently a rotation and a scaling. This is why complex numbers are the premier math tool for computer graphics engines.
- Geometric Intuition for Algebra: Abstract algebraic inequalities like become painfully obvious once you translate them into visual geometry on the complex plane.
- The Deep Links: The HSC syllabus introduces complex numbers via quadratics, but their true power lies in Fourier analysis, abstract algebra, and quantum mechanics.
Further Readings
- HSC Complex Numbers: https://vumaths.com/booklets/hsc-complex-numbers/
- HSC Proofs: https://vumaths.com/booklets/hsc-proofs/
- HSC Vectors: https://vumaths.com/booklets/hsc-vectors/
Connect with me
If you found this real-world application of complex numbers fascinating, there is plenty more on Vu's Maths Hub. My booklets dive deep into how these mathematical principles govern the world around us. Connect with me on LinkedIn to discuss the intersection of maths and engineering, and subscribe to my Substack for detailed articles. Check out my YouTube channel for step-by-step problem solving!
