Logo
Published on

Ultimate Guide to Complex Arithmetic (Part 2): Operations and Conjugates

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

Now that we have established the existence of the imaginary unit ii, it's time to learn how to manipulate these new numbers algebraically. In Complex Arithmetic (Part 2), you will learn how the set of complex numbers fits into the broader hierarchy of mathematics, how to perform basic operations like addition and multiplication, and how to utilize the "complex conjugate"—a vital tool for simplifying complex expressions.

Executive Summary

This guide breaks down the core algebraic mechanics of complex numbers:

  • Number Sets: Classifying numbers into Natural (N\mathbb{N}), Integers (Z\mathbb{Z}), Rational (Q\mathbb{Q}), Real (R\mathbb{R}), and Complex (C\mathbb{C}).
  • Real and Imaginary Parts: Defining Re(z)\text{Re}(z) and Im(z)\text{Im}(z), and establishing the condition for equality.
  • Basic Arithmetic: Adding, subtracting, and multiplying complex numbers algebraically.
  • The Complex Conjugate (zˉ\bar{z}): Defining the conjugate and using it to turn complex products into purely real numbers.

What is this about?

When you first learned algebra, you learned how to collect "like terms"—grouping all the xx's together and all the constant numbers together. Complex arithmetic works on the exact same principle. A complex number z=x+iyz = x + iy has a "real" part and an "imaginary" part. You cannot simply mush them together into a single number. Instead, you must keep them separate, adding real parts to real parts, and imaginary parts to imaginary parts. This section formalizes the rules for operating on these two-part numbers.

Main Content

1. Classifying Numbers and Number Sets

Mathematics is built on an expanding hierarchy of number sets. Each set is an extension of the previous one:

  1. Natural Numbers (N\mathbb{N}): The counting numbers (1,2,3,1, 2, 3, \dots).
  2. Integers (Z\mathbb{Z}): Adding zero and negative whole numbers (,2,1,0,1,2,\dots, -2, -1, 0, 1, 2, \dots).
  3. Rational Numbers (Q\mathbb{Q}): Fractions of integers (e.g., 12,0.75\frac{1}{2}, -0.75).
  4. Real Numbers (R\mathbb{R}): Adding irrational numbers that cannot be written as fractions (e.g., π,2\pi, \sqrt{2}).
  5. Complex Numbers (C\mathbb{C}): Adding the imaginary unit ii to form numbers like 3+4i3 + 4i.

Because every real number xx can be written as x+0ix + 0i, the real numbers are actually a subset of the complex numbers! (NZQRC\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R} \subset \mathbb{C}).

2. Real and Imaginary Parts

For a complex number z=x+iyz = x + iy (where x,yRx, y \in \mathbb{R}):

  • We call xx the real part of zz, denoted by Re(z)=x\text{Re}(z) = x.
  • We call yy the imaginary part of zz, denoted by Im(z)=y\text{Im}(z) = y.

Equality of Complex Numbers: Two complex numbers z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id are equal if and only if their real parts are equal and their imaginary parts are equal. z1=z2    a=c and b=dz_1 = z_2 \iff a = c \text{ and } b = d This is a powerful tool. It means a single complex equation actually represents two simultaneous real equations.

3. Addition, Subtraction, and Multiplication

Addition and Subtraction: Treat ii just like an algebraic variable (like xx). Collect the real terms and collect the imaginary terms. If z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id:

  • z1+z2=(a+c)+i(b+d)z_1 + z_2 = (a + c) + i(b + d)
  • z1z2=(ac)+i(bd)z_1 - z_2 = (a - c) + i(b - d)

Multiplication: Expand the brackets using FOIL (First, Outer, Inner, Last), and then apply the crucial rule i2=1i^2 = -1. (a+ib)(c+id)=ac+iad+ibc+i2bd(a + ib)(c + id) = ac + iad + ibc + i^2bd Since i2=1i^2 = -1, the last term becomes bd-bd. Grouping the real and imaginary parts: =(acbd)+i(ad+bc)= (ac - bd) + i(ad + bc)

4. The Complex Conjugate (zˉ\bar{z})

The complex conjugate of a complex number z=x+iyz = x + iy is defined by flipping the sign of the imaginary part. It is denoted by a bar over the variable: zˉ=xiy\bar{z} = x - iy

Why is this useful? Watch what happens when you multiply a complex number by its conjugate: zzˉ=(x+iy)(xiy)z\bar{z} = (x + iy)(x - iy) This is a "difference of two squares" expansion: =x2(iy)2=x2i2y2= x^2 - (iy)^2 = x^2 - i^2 y^2 Since i2=1i^2 = -1: =x2+y2= x^2 + y^2

The result is a purely real number! Multiplying by the conjugate is the primary method used to eliminate imaginary numbers from denominators (which we will cover in Part 3).

Simple Worked Example

Question: Let z=3+2iz = 3 + 2i and w=14iw = 1 - 4i. Evaluate: (a) 2zw2z - w (b) zwˉz \cdot \bar{w}

Solution: (a) Evaluate 2zw2z - w Substitute the complex numbers: 2(3+2i)(14i)2(3 + 2i) - (1 - 4i) Expand the brackets: =6+4i1+4i= 6 + 4i - 1 + 4i Collect real and imaginary parts: =(61)+i(4+4)= (6 - 1) + i(4 + 4) =5+8i= 5 + 8i

(b) Evaluate zwˉz \cdot \bar{w} First, find the conjugate of ww. If w=14iw = 1 - 4i, then wˉ=1+4i\bar{w} = 1 + 4i. Now multiply zz and wˉ\bar{w}: (3+2i)(1+4i)(3 + 2i)(1 + 4i) Expand using FOIL: =(3)(1)+(3)(4i)+(2i)(1)+(2i)(4i)= (3)(1) + (3)(4i) + (2i)(1) + (2i)(4i) =3+12i+2i+8i2= 3 + 12i + 2i + 8i^2 Since i2=1i^2 = -1, the last term is 8-8: =3+14i8= 3 + 14i - 8 =5+14i= -5 + 14i

mini-FAQ page

Q: Can I use my calculator for complex arithmetic? A: Yes! Most modern scientific calculators (like the Casio fx-100AU PLUS or fx-82/100 series with complex modes) can add, subtract, and multiply complex numbers in Cartesian form. However, you must still show your working in HSC exams, particularly for algebraic proofs.

Q: What is the conjugate of a purely real number, like z=7z = 7? A: The imaginary part is 00, so z=7+0iz = 7 + 0i. The conjugate is zˉ=70i=7\bar{z} = 7 - 0i = 7. The conjugate of a real number is just itself!

Common mistakes to avoid

  • Mishandling the i2i^2 term: When expanding (a+ib)(aib)(a + ib)(a - ib), many students write a2b2a^2 - b^2. Remember that (ib)2=b2(ib)^2 = -b^2, so the expansion evaluates to a2+b2a^2 + b^2.
  • Equating variables incorrectly: If x+iy=5x + iy = 5, do not assume x=5x=5 and y=5y=5. This equation means the real part is 55 and the imaginary part is 00. Therefore, x=5x=5 and y=0y=0.
  • Conjugating both parts: The conjugate of 3+4i3 + 4i is 34i3 - 4i. Do not change the sign of the real part (34i-3 - 4i is incorrect).

Practice on Vu's Maths Hub

Complex arithmetic must become second nature before moving on to geometry and polynomial roots. Build your fluency with our resources:

Further Readings

Connect with me

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