Logo
Published on

Ultimate Guide to Complex Arithmetic (Part 3): Modulus, Division, and Square Roots

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

In the previous parts of our guide, we learned how to add, subtract, multiply, and conjugate complex numbers. But two critical algebraic operations remain: division and square rooting. Complex Arithmetic (Part 3) equips you with the tools to handle fractions containing imaginary numbers and introduces a powerful algebraic technique for finding the square root of a complex number z=x+iyz = x + iy. We will also formalize the "size" of a complex number through the concept of the modulus.

Executive Summary

This guide finalizes the algebraic toolkit for complex numbers:

  • The Modulus (z|z|): Defining the magnitude of a complex number as x2+y2\sqrt{x^2 + y^2}.
  • Modulus Relationships: Using the vital identity zzˉ=z2z\bar{z} = |z|^2 to solve algebraic problems.
  • Complex Division: Dividing non-zero complex numbers by "realising" the denominator.
  • Square Roots: Setting up simultaneous equations to find the two square roots of any complex number algebraically.

What is this about?

When you face a fraction like 2+3i14i\frac{2+3i}{1-4i}, you can't leave it in this form. Just as mathematicians prefer not to leave surds in the denominator (12\frac{1}{\sqrt{2}} is converted to 22\frac{\sqrt{2}}{2}), we do not leave imaginary numbers in the denominator. You will use the complex conjugate (learned in Part 2) to force the denominator to become a real number.

Furthermore, while taking the square root of a positive real number is simple on a calculator, taking the square root of a complex number (like 3+4i\sqrt{3+4i}) requires a clever algebraic setup. Because a complex number is two-dimensional, taking its square root requires equating real and imaginary parts to solve simultaneous equations.

Main Content

1. The Modulus of a Complex Number

The modulus (or absolute value) of a complex number z=x+iyz = x + iy is a measure of its "size" or distance from the origin on the complex plane. It is defined using Pythagoras' theorem: z=x2+y2|z| = \sqrt{x^2 + y^2}

Because xx and yy are real numbers, the modulus z|z| is always a non-negative real number.

2. Modulus Relationships

In Part 2, we saw that multiplying a complex number by its conjugate results in x2+y2x^2 + y^2. We can now link this directly to the modulus: zzˉ=(x+iy)(xiy)=x2+y2=z2z\bar{z} = (x+iy)(x-iy) = x^2 + y^2 = |z|^2

This relationship, zzˉ=z2z\bar{z} = |z|^2, is one of the most frequently used algebraic tricks in Extension 2. It allows us to express the reciprocal of a complex number easily: 1z=zˉzzˉ=zˉz2\frac{1}{z} = \frac{\bar{z}}{z\bar{z}} = \frac{\bar{z}}{|z|^2}

Other important properties include:

  • z1z2=z1z2|z_1 z_2| = |z_1| |z_2|
  • z1z2=z1z2\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}

3. Complex Division

To divide one complex number by another (e.g., z1z2\frac{z_1}{z_2}), we multiply both the numerator and the denominator by the conjugate of the denominator. This process is called "realising the denominator".

Example layout: a+ibc+id=(a+ib)(c+id)×(cid)(cid)\frac{a+ib}{c+id} = \frac{(a+ib)}{(c+id)} \times \frac{(c-id)}{(c-id)} The denominator becomes c2+d2c^2 + d^2 (a real number), and you simply expand the numerator using FOIL. Finally, you split the fraction into the standard X+iYX + iY Cartesian form.

4. Square Roots of a Complex Number

To find the square roots of a complex number a+iba + ib, we cannot just push a button on a calculator. We must use an algebraic method. Let the square root be x+iyx + iy (where x,yRx, y \in \mathbb{R}).

  1. Set up the equation: (x+iy)2=a+ib(x + iy)^2 = a + ib
  2. Expand the left side: x2+2xyi+i2y2=a+ibx^2 + 2xyi + i^2y^2 = a + ib
  3. Group real and imaginary parts: (x2y2)+i(2xy)=a+ib(x^2 - y^2) + i(2xy) = a + ib
  4. Equate the real parts: x2y2=ax^2 - y^2 = a (Equation 1)
  5. Equate the imaginary parts: 2xy=b2xy = b (Equation 2)

By solving these two simultaneous equations, you will find two pairs of (x,y)(x, y) values, representing the two square roots.

Simple Worked Example

Question: (a) Express 7+i2i\frac{7 + i}{2 - i} in the form x+iyx + iy. (b) Find the two square roots of 34i3 - 4i.

Solution: (a) Division Multiply numerator and denominator by the conjugate of the denominator (2+i2 + i): 7+i2i×2+i2+i\frac{7 + i}{2 - i} \times \frac{2 + i}{2 + i} Expand the numerator: =14+7i+2i+i222+12= \frac{14 + 7i + 2i + i^2}{2^2 + 1^2} =14+9i14+1= \frac{14 + 9i - 1}{4 + 1} =13+9i5= \frac{13 + 9i}{5} =135+95i= \frac{13}{5} + \frac{9}{5}i

(b) Square Roots Let (x+iy)2=34i(x + iy)^2 = 3 - 4i. Expanding: x2y2+2xyi=34ix^2 - y^2 + 2xyi = 3 - 4i Equating parts:

  1. x2y2=3x^2 - y^2 = 3
  2. 2xy=4    y=2x2xy = -4 \implies y = -\frac{2}{x}

Substitute (2) into (1): x2(2x)2=3x^2 - \left(-\frac{2}{x}\right)^2 = 3 x24x2=3x^2 - \frac{4}{x^2} = 3 Multiply by x2x^2: x43x24=0x^4 - 3x^2 - 4 = 0 This is a quadratic in x2x^2. Factorizing: (x24)(x2+1)=0(x^2 - 4)(x^2 + 1) = 0 Since xx must be a real number, x2=1x^2 = -1 has no valid solutions. Therefore, x2=4    x=2x^2 = 4 \implies x = 2 or x=2x = -2.

Find corresponding yy values using y=2xy = -\frac{2}{x}: If x=2x = 2, y=1y = -1. Root 1 is 2i2 - i. If x=2x = -2, y=1y = 1. Root 2 is 2+i-2 + i.

The two square roots are ±(2i)\pm(2 - i).

mini-FAQ page

Q: Can I use De Moivre's theorem to find square roots instead of simultaneous equations? A: Yes! When we cover polar form in the next topic, you will learn a geometric way to find roots. However, if the complex number isn't easily convertible to an exact polar angle (like 34i3 - 4i), the algebraic simultaneous equation method shown above is much faster and more accurate.

Q: Why do complex numbers always have two square roots? A: The Fundamental Theorem of Algebra states that a polynomial of degree nn has nn roots in the complex number system. The equation z2=wz^2 = w is a polynomial of degree 2, so it must have exactly 2 roots.

Common mistakes to avoid

  • Forgetting the denominator in division: When expanding (cid)(cid)\frac{(c-id)}{(c-id)}, students sometimes forget that c2+d2c^2 + d^2 is the divisor for both the real and imaginary parts. Don't write 13+9i13 + 9i when the answer is 135+95i\frac{13}{5} + \frac{9}{5}i.
  • Accepting imaginary values for xx in square roots: In the equation x43x24=0x^4 - 3x^2 - 4 = 0, you must discard the x2=1x^2 = -1 solution. The setup specifically defines xx and yy as real numbers. If you allow xx to be imaginary, the whole logical structure collapses.

Practice on Vu's Maths Hub

Division and square root calculations are guaranteed to appear in your HSC exams. Build your speed and accuracy 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!