HSSC Forge / Maths 11th / Complex Numbers / Algebraic Operations

Algebraic Operations

A complex number

z=a+biz = a + bi

has a real part

aa

and an imaginary part

bb

, where

i2=1i^2 = -1

. Addition, subtraction, and multiplication all follow ordinary algebra rules, treating

ii

like any other variable -- except that whenever

i2i^2

shows up, it gets replaced with

1-1

.

Addition and subtraction

Combine the real parts together and the imaginary parts together:

(a+bi)±(c+di)=(a±c)+(b±d)i(a + bi) \pm (c + di) = (a \pm c) + (b \pm d)i

Example:

(107i)+(15i)=(101)+(75)i=912i(10 - 7i) + (-1 - 5i) = (10 - 1) + (-7 - 5)i = 9 - 12i

Multiplication

Expand like two binomials, then simplify using

i2=1i^2 = -1

:

(a+bi)(c+di)=ac+adi+bci+bdi2=(acbd)+(ad+bc)i(a + bi)(c + di) = ac + adi + bci + bdi^2 = (ac - bd) + (ad + bc)i

Example:

(2+3i)(14i)=28i+3i12i2=25i+12=145i(2 + 3i)(1 - 4i) = 2 - 8i + 3i - 12i^2 = 2 - 5i + 12 = 14 - 5i

The questions below mix all three operations -- watch for sign errors when distributing a minus sign across a subtraction, and remember to fold

i2i^2

back into the real part before reading off your final answer.