Logo
Published on

Ultimate Guide to Complex Arithmetic (Part 1): Introducing the Imaginary Unit

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

For years, whenever you encountered a quadratic equation where the discriminant (Δ=b24ac\Delta = b^2 - 4ac) was less than zero, you simply wrote "no real solutions" and moved on. In HSC Mathematics Extension 2, we refuse to accept that limitation. Complex Arithmetic introduces a revolutionary new mathematical concept: the imaginary unit, denoted as ii. This singular addition to our number system unlocks the ability to solve any polynomial equation.

Executive Summary

This guide is the first part of a deep dive into the Arithmetic of Complex Numbers:

  • Defining the Imaginary Unit: Understanding the foundational definition i2=1i^2 = -1.
  • Solving Simple Quadratics: Using ii to solve equations like x2+a2=0x^2 + a^2 = 0.
  • The Complex Number Set (C\mathbb{C}): Defining numbers in the form z=x+iyz = x + iy.
  • The Quadratic Formula: Expressing roots for equations where the discriminant is negative (Δ<0\Delta < 0).

What is this about?

When you take the square root of a positive number, like 9\sqrt{9}, you get 33 (and 3-3). But what happens if you try to evaluate 9\sqrt{-9}? No real number multiplied by itself can yield a negative result.

To bridge this gap, mathematicians defined a new number, ii, specifically designed so that its square is 1-1. By combining this "imaginary" number with the "real" numbers we already know, we create a 2D number system called the Complex Numbers. This system is not just a mathematical trick; it has profound applications in quantum mechanics, electrical engineering, and fluid dynamics.

Main Content

1. Defining the Imaginary Unit, ii

The cornerstone of the entire complex number syllabus is a single definition: i2=1i^2 = -1

From this, it naturally follows that i=1i = \sqrt{-1}. Using index laws, we can find higher powers of ii:

  • i1=ii^1 = i
  • i2=1i^2 = -1
  • i3=i2i=1i=ii^3 = i^2 \cdot i = -1 \cdot i = -i
  • i4=i2i2=(1)(1)=1i^4 = i^2 \cdot i^2 = (-1)(-1) = 1
  • i5=i4i=1i=ii^5 = i^4 \cdot i = 1 \cdot i = i

Notice the repeating cycle: i,1,i,1i, -1, -i, 1. This pattern of four allows you to evaluate any integer power of ii rapidly. For example, i400=(i4)100=1100=1i^{400} = (i^4)^{100} = 1^{100} = 1.

2. Solving Simple Quadratic Equations

Consider the equation x2+9=0x^2 + 9 = 0. In the real number system, x2=9x^2 = -9 has no solutions. With the introduction of ii, we can rewrite 9-9 as 9i29i^2. x2=9i2x^2 = 9i^2 Taking the square root of both sides: x=±9i2=±3ix = \pm \sqrt{9i^2} = \pm 3i

In general, to solve equations of the form x2+a2=0x^2 + a^2 = 0 (where aa is a positive real number): x2=a2x^2 = -a^2 x=±a2=±a2(1)=±a1=±aix = \pm \sqrt{-a^2} = \pm \sqrt{a^2 \cdot (-1)} = \pm a\sqrt{-1} = \pm ai

3. The Set of Complex Numbers (C\mathbb{C})

A complex number is formed by joining a real number and an imaginary number together. We define the set of complex numbers (C\mathbb{C}) as the set of all numbers of the form: z=x+iyz = x + iy where xx and yy are real numbers.

For example, z=3+4iz = 3 + 4i. Here, 33 is the real part, and 44 is the imaginary part. (Note: The imaginary part is the real number 44, not 4i4i. We will cover this distinction further in Part 2).

4. Quadratic Equations with Negative Discriminants

We can now use complex numbers to express the roots of any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, where a,b,ca, b, c are real numbers, even when the discriminant Δ=b24ac\Delta = b^2 - 4ac is negative (Δ<0\Delta < 0).

The standard quadratic formula is: x=b±Δ2ax = \frac{-b \pm \sqrt{\Delta}}{2a}

When Δ<0\Delta < 0, we can factor out 1-1 inside the square root: Δ=1Δ=1Δ=iΔ\sqrt{\Delta} = \sqrt{-1 \cdot |\Delta|} = \sqrt{-1}\sqrt{|\Delta|} = i\sqrt{|\Delta|}

Thus, the roots become: x=b±iΔ2ax = \frac{-b \pm i\sqrt{|\Delta|}}{2a}

Simple Worked Example

Question: Solve the quadratic equation x24x+13=0x^2 - 4x + 13 = 0.

Solution: Step 1: Identify a,b,a, b, and cc. a=1,b=4,c=13a = 1, b = -4, c = 13.

Step 2: Calculate the discriminant (Δ\Delta). Δ=b24ac\Delta = b^2 - 4ac Δ=(4)24(1)(13)\Delta = (-4)^2 - 4(1)(13) Δ=1652\Delta = 16 - 52 Δ=36\Delta = -36

Step 3: Apply the quadratic formula. Since Δ<0\Delta < 0, we will have complex roots. x=b±Δ2ax = \frac{-b \pm \sqrt{\Delta}}{2a} x=(4)±362(1)x = \frac{-(-4) \pm \sqrt{-36}}{2(1)} x=4±3612x = \frac{4 \pm \sqrt{36 \cdot -1}}{2} x=4±6i2x = \frac{4 \pm 6i}{2}

Step 4: Simplify. Divide both terms by 22: x=2±3ix = 2 \pm 3i

The two roots are x1=2+3ix_1 = 2 + 3i and x2=23ix_2 = 2 - 3i. Notice that they form a "conjugate pair" (the imaginary parts are opposites). We will explore this vital concept in the upcoming sections.

mini-FAQ page

Q: Are complex numbers actually "imaginary"? Do they exist? A: "Imaginary" is just an unfortunate historical name given by mathematician René Descartes, who was skeptical of them. Complex numbers are just as "real" as negative numbers or fractions—none of them exist as physical objects you can hold, but they are all perfectly logically consistent tools used to model the real world.

Q: Can xx and yy in z=x+iyz = x + iy be fractions or decimals? A: Yes! As long as xx and yy belong to the set of real numbers (R\mathbb{R}), they can be any fraction, decimal, or irrational number (like 2\sqrt{2}). For example, z=π+12iz = \pi + \frac{1}{2}i is a valid complex number.

Common mistakes to avoid

  • Writing the imaginary part with ii: If z=3+4iz = 3 + 4i, the imaginary part is 44, not 4i4i.
  • Messing up the ±\pm sign: When solving x2=16x^2 = -16, students often write x=4ix = 4i and forget the 4i-4i solution. Every non-zero number has exactly two square roots!
  • Squaring a complex number incorrectly: Remember that (3i)2=32i2=9(1)=9(3i)^2 = 3^2 \cdot i^2 = 9(-1) = -9. Many students accidentally write +9+9.

Practice on Vu's Maths Hub

Ready to master complex arithmetic? Put your skills to the test with our comprehensive resources:

Further Readings

Connect with me

Want to master Complex Numbers and lock in top marks for HSC Mathematics Extension 2? Visit Vu's Maths Hub for in-depth booklets, detailed video explanations, and expert advice to help you ace your exams!