Unit 1 · Complex Numbers

Concepts

Rule

Multiplication by a real number

If z=x+iyz=x+iy and kk is real, then kz=k(x+iy)=kx+i(ky)kz=k(x+iy)=kx+i(ky) Multiply both coordinates by the same real number.

For z0z\neq0 and k>0k>0, the direction of the arrow from the origin stays the same and its length is multiplied by kk. For k<0k<0, the arrow points in the opposite direction and its length is multiplied by k|k|. If k=0k=0 or z=0z=0, the result is the origin.

Examples
  • 2(32i)=64i2(3-2i)=6-4i.
  • 12(4+6i)=2+3i\tfrac12(4+6i)=2+3i.
  • 1(32i)=3+2i-1(3-2i)=-3+2i.
Rule

Adding and subtracting complex numbers

Let z1=x1+iy1z_{1}=x_{1}+iy_{1} and z2=x2+iy2z_{2}=x_{2}+iy_{2}, with real coordinates. Addition and subtraction act on corresponding parts: z1+z2=(x1+x2)+i(y1+y2),z1z2=(x1x2)+i(y1y2)\begin{aligned}z_{1}+z_{2}&=(x_{1}+x_{2})+i(y_{1}+y_{2}), \\ z_{1}-z_{2}&=(x_{1}-x_{2})+i(y_{1}-y_{2})\end{aligned}

In words: add the real parts together, and add the imaginary parts together. Real parts and imaginary parts never mix.

This is the same as collecting like terms in algebra. The numbers without ii are one kind of term, and the numbers with ii are another.

Examples
  • (2+5i)+(3i)=(2+3)+(51)i=5+4i(2+5i)+(3-i)=(2+3)+(5-1)i=5+4i
  • (92i)(73i)=(97)+(2+3)i=2+i(9-2i)-(7-3i)=(9-7)+(-2+3)i=2+i
  • (4+0i)+(0+6i)=4+6i(4+0i)+(0+6i)=4+6i
Rule

Multiplying complex numbers

Let z1=x1+iy1z_{1}=x_{1}+iy_{1} and z2=x2+iy2z_{2}=x_{2}+iy_{2}. All four coordinates are real. Then z1z2=(x1x2y1y2)+i(x1y2+y1x2)z_{1}z_{2}=(x_{1}x_{2}-y_{1}y_{2})+i(x_{1}y_{2}+y_{1}x_{2})

The formula can be derived: expand the brackets term by term, replace i2i^{2} by 1-1, and collect corresponding terms.

The minus sign in x1x2y1y2x_{1}x_{2}-y_{1}y_{2} comes from i2=1i^{2}=-1. It is not an extra rule to learn.

Examples
  • (34i)(56i)=1518i20i+24i2=938i(3-4i)(5-6i)=15-18i-20i+24i^{2}=-9-38i
  • (2+3i)(4+7i)=(821)+(14+12)i=13+26i(2+3i)(4+7i)=(8-21)+(14+12)i=-13+26i
  • (4i)(4+i)=16i2=16+1=17(4-i)(4+i)=16-i^{2}=16+1=17
Rule

Dividing complex numbers

Let z1=x1+iy1z_{1}=x_{1}+iy_{1} and z2=x2+iy2z_{2}=x_{2}+iy_{2}, with real coordinates and z20z_{2}\neq0. Multiply the numerator and denominator by zˉ2=x2iy2\bar z_{2}=x_{2}-iy_{2}: z1z2=(x1+iy1)(x2iy2)x22+y22\frac{z_{1}}{z_{2}}=\frac{(x_{1}+iy_{1})(x_{2}-iy_{2})}{x_{2}^{2}+y_{2}^{2}} Expanding the numerator gives z1z2=x1x2+y1y2x22+y22+iy1x2x1y2x22+y22\frac{z_{1}}{z_{2}}=\frac{x_{1}x_{2}+y_{1}y_{2}}{x_{2}^{2}+y_{2}^{2}}+i\frac{y_{1}x_{2}-x_{1}y_{2}}{x_{2}^{2}+y_{2}^{2}}

The method is what matters: multiply the top and the bottom by the conjugate of the bottom. The conjugate of x+iyx+iy is xiyx-iy.

This works because (x+iy)(xiy)=x2+y2(x+iy)(x-iy)=x^{2}+y^{2}, which is an ordinary real number. The ii disappears from the denominator.

Since z20z_{2}\neq0, its conjugate is also nonzero and x22+y22>0x_{2}^{2}+y_{2}^{2}>0. Thus the fraction used to multiply numerator and denominator equals 11.

Examples
  • 3+4i57i=3+4i57i×5+7i5+7i=13+41i74\frac{3+4i}{5-7i}=\frac{3+4i}{5-7i}\times\frac{5+7i}{5+7i}=\frac{-13+41i}{74}
  • (5+2i)÷(63i)=5+2i63i×6+3i6+3i=24+27i45(5+2i)\div(6-3i)=\frac{5+2i}{6-3i}\times\frac{6+3i}{6+3i}=\frac{24+27i}{45}
Definition

Additive inverse

The additive inverse of zz is the number z-z that you add to zz to get 00: z+(z)=0z+(-z)=0 For z=x+iyz=x+iy, the additive inverse is z=xiy-z=-x-iy.

Change the sign of both parts, not just one. This is a common mistake in the whole exercise.

The number 0=0+0i0=0+0i is called the additive identity, because z+0=zz+0=z for every complex number zz.

Examples
  • The additive inverse of 3+2i3+2i is 32i-3-2i.
  • The additive inverse of 43i4-3i is 4+3i-4+3i.
  • The additive inverse of 6i-6i is 6i6i.
Definition

Multiplicative inverse

For z0z\neq 0, the multiplicative inverse of zz is the number z1z^{-1} that you multiply zz by to get 11: zz1=1,z1=1zz\,z^{-1}=1, \qquad z^{-1}=\frac{1}{z}

To find it, write 1z\frac{1}{z} and then clear the ii from the denominator with the conjugate, exactly as in division.

For z=x+iyz=x+iy this gives z1=xx2+y2iyx2+y2z^{-1}=\frac{x}{x^{2}+y^{2}}-i\,\frac{y}{x^{2}+y^{2}}.

The number 1=1+0i1=1+0i is called the multiplicative identity, because z×1=zz\times 1=z for every complex number zz.

Only 00 has no multiplicative inverse, because you cannot divide by 00.

Examples
  • The multiplicative inverse of 43i4-3i is 425+325i\frac{4}{25}+\frac{3}{25}i.
  • The multiplicative inverse of ii is i-i, because i×(i)=i2=1i\times(-i)=-i^{2}=1.
Rule

Properties of complex numbers

For all complex numbers z1z_{1}, z2z_{2} and z3z_{3}, addition and multiplication both satisfy closure, the commutative property and the associative property, each has an identity, and multiplication is distributive over addition.

Closure: z1+z2z_{1}+z_{2} and z1z2z_{1}z_{2} are again complex numbers.

Commutative: z1+z2=z2+z1z_{1}+z_{2}=z_{2}+z_{1} and z1z2=z2z1z_{1}z_{2}=z_{2}z_{1}. Order does not matter.

Associative: (z1+z2)+z3=z1+(z2+z3)(z_{1}+z_{2})+z_{3}=z_{1}+(z_{2}+z_{3}) and (z1z2)z3=z1(z2z3)(z_{1}z_{2})z_{3}=z_{1}(z_{2}z_{3}). Grouping does not matter.

Identities: z+0=zz+0=z and z×1=zz\times 1=z.

Distributive: z1(z2+z3)=z1z2+z1z3z_{1}(z_{2}+z_{3})=z_{1}z_{2}+z_{1}z_{3}.

Examples
  • Commutative: (2+i)(3i)=7+i(2+i)(3-i)=7+i and (3i)(2+i)=7+i(3-i)(2+i)=7+i.
  • Identity: (52i)+(0+0i)=52i(5-2i)+(0+0i)=5-2i.
Deep understanding

Addition and subtraction on the complex plane

The number x+iyx+iy corresponds to the point (x,y)(x,y) and to the arrow from the origin to that point. To add two numbers geometrically, place the tail of the second arrow at the head of the first, without changing its direction or length.

The final endpoint has coordinates (x1+x2,y1+y2)(x_{1}+x_{2},y_{1}+y_{2}). This is the same coordinate addition used in the algebraic rule. If the arrows are parallel, the usual parallelogram picture becomes a line segment, but the coordinate rule still works.

To subtract z2z_{2}, add z2-z_{2} instead. Negating a number reverses both coordinates, so the arrow is turned through 180180^\circ about the origin. For example, (23i)=2+3i-(2-3i)=-2+3i.

Why multiplying is just ordinary algebra

Multiply two brackets the way you always have. Each term in the first multiplies each term in the second, giving four products.

Take z1=x1+iy1z_{1}=x_{1}+iy_{1} and z2=x2+iy2z_{2}=x_{2}+iy_{2}.z1z2=(x1+iy1)(x2+iy2)=x1x2+ix1y2+iy1x2+i2y1y2\begin{aligned}z_{1}z_{2} &= (x_{1}+iy_{1})(x_{2}+iy_{2}) \\ &= x_{1}x_{2}+ix_{1}y_{2}+iy_{1}x_{2}+i^{2}y_{1}y_{2}\end{aligned}

Only the last term is new. It carries i2i^{2}, and i2=1i^{2}=-1, so that term becomes y1y2-y_{1}y_{2}, a real number with no ii on it.

Now collect. The terms without ii are x1x2x_{1}x_{2} and y1y2-y_{1}y_{2}. The terms with ii are ix1y2ix_{1}y_{2} and iy1x2iy_{1}x_{2}.z1z2=(x1x2y1y2)+i(x1y2+y1x2)\begin{aligned}z_{1}z_{2} &= (x_{1}x_{2}-y_{1}y_{2})+i(x_{1}y_{2}+y_{1}x_{2})\end{aligned}

That is the whole formula. You can reconstruct the formula by expanding the brackets and using i2=1i^{2}=-1.

Why the conjugate clears the denominator

The fraction 3+4i57i\frac{3+4i}{5-7i} is already a valid complex number. The task is to rewrite it in rectangular form, with a real denominator, so its real and imaginary parts are explicit.

The trick is to multiply the top and the bottom by the conjugate of the bottom. The conjugate of 57i5-7i is 5+7i5+7i: same real part, opposite sign on the imaginary part.

Look at what the bottom becomes. It is of the form (ab)(a+b)(a-b)(a+b), which is always a2b2a^{2}-b^{2}.(57i)(5+7i)=52(7i)2=2549i2=2549(1)=25+49=74\begin{aligned}(5-7i)(5+7i) &= 5^{2}-(7i)^{2} \\ &= 25-49i^{2} \\ &= 25-49(-1) \\ &= 25+49 = 74\end{aligned}

Read the third line carefully. Because i2=1i^{2}=-1, the subtraction turns into an addition, and the answer is a plain positive number with no ii in it at all. That is exactly what we wanted.

In general (x+iy)(xiy)=x2+y2(x+iy)(x-iy)=x^{2}+y^{2}, which is always real and never negative.

You are allowed to multiply top and bottom because 5+7i5+7i=1\frac{5+7i}{5+7i}=1, and multiplying by 11 changes how a number looks but not its value.

The two inverses are different things

Students mix these up, so hold them apart.

The additive inverse undoes addition. You add it to zz and land on 00, the additive identity. For z=x+iyz=x+iy it is xiy-x-iy. Both signs change, and no division is needed.

The multiplicative inverse undoes multiplication. You multiply zz by it and land on 11, the multiplicative identity. It is 1z\frac{1}{z} for z0z\neq0. The conjugate method rewrites this reciprocal in rectangular form.

A quick check for the multiplicative inverse: multiply your answer by zz and see whether you get 11.(43i)(425+325i)=(43i)(4+3i)25=16+925=1\begin{aligned}(4-3i)\left(\frac{4}{25}+\frac{3}{25}i\right) &= \frac{(4-3i)(4+3i)}{25} \\ &= \frac{16+9}{25} \\ &= 1 \quad \checkmark\end{aligned}

Every complex number has an additive inverse. Every complex number except 00 has a multiplicative inverse, because you cannot divide by 00.

Which algebraic rules still apply?

Complex addition and multiplication preserve the commutative, associative, and distributive laws. That is why expanding brackets, collecting terms, and solving linear equations still work.

Not every rule for real numbers transfers unchanged. Complex numbers do not have a compatible order like the real number line, and the square-root product rule needs care. Always keep the hypotheses of the rule being used.

Examples

Example 3

Add 3+4i3+4i and 52i5-2i.

Solution
  1. There is a plus before the second bracket, so neither sign changes when we remove the brackets.
    (3+4i)+(52i)=3+4i+52i(3+4i)+(5-2i)=3+4i+5-2i
  2. Collect the real terms together and the terms carrying ii together.
    (3+4i)+(52i)=(3+5)+(42)i(3+4i)+(5-2i)=(3+5)+(4-2)i
  3. The real terms total 88. The coefficient of ii is 22, so write the result in rectangular form.
    (3+4i)+(52i)=8+2i(3+4i)+(5-2i)=8+2i
Answer8+2i8+2i
Compact solution

Add the real coefficients and the imaginary coefficients separately.

(3+4i)+(52i)=3+4i+52i=(3+5)+(42)icollect like terms=8+2i\begin{aligned}(3+4i)+(5-2i) &= 3+4i+5-2i \\ &= (3+5)+(4-2)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 8+2i\end{aligned}

Example 4

Simplify:

(i)(8+2i)(56i)(8+2i)-(5-6i)
Solution
  1. The minus before the second bracket changes every sign inside: (56i)=5+6i-(5-6i)=-5+6i.
    (8+2i)(56i)=8+2i5+6i(8+2i)-(5-6i)=8+2i-5+6i
  2. Collect real terms together and imaginary terms together.
    (8+2i)(56i)=(85)+(2+6)i(8+2i)-(5-6i)=(8-5)+(2+6)i
  3. The real part is 33 and the imaginary part is 88.
    (8+2i)(56i)=3+8i(8+2i)-(5-6i)=3+8i
Answer3+8i3+8i
Compact solution

Remove the second bracket by changing both signs, then collect like terms.

(8+2i)(56i)=8+2i5+6i=(85)+(2+6)icollect like terms=3+8i\begin{aligned}(8+2i)-(5-6i) &= 8+2i-5+6i \\ &= (8-5)+(2+6)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 3+8i\end{aligned}
(ii)(43i)(25i)(4-3i)-(2-5i)
Solution
  1. The minus before the second bracket changes both signs. In particular, subtracting 5i-5i adds 5i5i.
    (43i)(25i)=43i2+5i(4-3i)-(2-5i)=4-3i-2+5i
  2. Collect real terms together and imaginary terms together.
    (43i)(25i)=(42)+(3+5)i(4-3i)-(2-5i)=(4-2)+(-3+5)i
  3. For 3+5-3+5, start at 3-3 and move 55 to the right to reach 22. The real part is also 22.
    (43i)(25i)=2+2i(4-3i)-(2-5i)=2+2i
Answer2+2i2+2i
Compact solution

Remove the second bracket by changing both signs, then collect like terms.

(43i)(25i)=43i2+5i=(42)+(3+5)icollect like terms=2+2i\begin{aligned}(4-3i)-(2-5i) &= 4-3i-2+5i \\ &= (4-2)+(-3+5)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 2+2i\end{aligned}

Example 5

Multiply the following:

(i)(34i)(56i)(3-4i)(5-6i)
Solution
  1. Multiply the brackets out term by term. Each term in the first bracket multiplies each term in the second, which gives four products.
    (34i)(56i)=3(5)+3(6i)+(4i)(5)+(4i)(6i)(3-4i)(5-6i) = 3(5) + 3(-6i) + (-4i)(5) + (-4i)(-6i)
  2. Work out the first three products. In the second and third, plus times minus gives minus.
    3(5)=15,3(6i)=18i,(4i)(5)=20i3(5) = 15, \quad 3(-6i) = -18i, \quad (-4i)(5) = -20i
  3. Now the fourth. Minus times minus gives plus, and 4×6=244\times 6=24.
    (4i)(6i)=24i2(-4i)(-6i) = 24i^{2}
  4. Put the four products together.
    (34i)(56i)=1518i20i+24i2(3-4i)(5-6i) = 15-18i-20i+24i^{2}
  5. Replace i2i^{2} by 1-1 in the last term.
    24i2=24(1)=2424i^{2} = 24(-1) = -24
  6. Now collect. Put the real numbers together and the ii terms together.
    (34i)(56i)=(1524)+(1820)i(3-4i)(5-6i) = (15-24)+(-18-20)i
  7. Taking 2424 from 1515 carries you 99 below 00, and 1820=38-18-20=-38.
    (34i)(56i)=938i(3-4i)(5-6i) = -9-38i
Answer938i-9-38i
Compact solution

Multiply each term in the first bracket by each term in the second.

(34i)(56i)=3(5)+3(6i)+(4i)(5)+(4i)(6i)=1518i20i+24i2=1518i20i+24(1)i2=1=1518i20i24=(1524)+(1820)icollect like terms=938i\begin{aligned}(3-4i)(5-6i) &= 3(5)+3(-6i)+(-4i)(5)+(-4i)(-6i) \\ &= 15-18i-20i+24i^2 \\ &= 15-18i-20i+24(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 15-18i-20i-24 \\ &= (15-24)+(-18-20)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= -9-38i\end{aligned}
(ii)If z1=2+3iz_{1}=2+3i and z2=4+7iz_{2}=4+7i, find z1z2z_{1}z_{2}.
Solution
  1. Write down the four numbers first, matching them to the form x+iyx+iy.
    x1=2,y1=3,x2=4,y2=7x_{1}=2, \quad y_{1}=3, \quad x_{2}=4, \quad y_{2}=7
  2. You may use the formula, or simply multiply the brackets out. Here is the formula.
    z1z2=(x1x2y1y2)+i(x1y2+y1x2)z_{1}z_{2} = (x_{1}x_{2}-y_{1}y_{2})+i(x_{1}y_{2}+y_{1}x_{2})
  3. Work out the real part. Note the minus sign in the middle, which comes from i2=1i^{2}=-1.
    x1x2y1y2=(2)(4)(3)(7)=821x_{1}x_{2}-y_{1}y_{2} = (2)(4)-(3)(7) = 8-21
  4. Taking 2121 from 88 carries you 1313 below 00.
    x1x2y1y2=13x_{1}x_{2}-y_{1}y_{2} = -13
  5. Now the imaginary part.
    x1y2+y1x2=(2)(7)+(3)(4)=14+12=26x_{1}y_{2}+y_{1}x_{2} = (2)(7)+(3)(4) = 14+12 = 26
  6. Put the two parts together.
    z1z2=13+26iz_{1}z_{2} = -13+26i
Answer13+26i-13+26i
Compact solution

Use z1=x1+iy1z_1=x_1+iy_1 and z2=x2+iy2z_2=x_2+iy_2. Here

x1=2y1=3x2=4y2=7\begin{gathered}x_1=2\quad y_1=3 \\ x_2=4\quad y_2=7\end{gathered}

Substitute into the multiplication formula.

z1z2=(x1x2y1y2)+i(x1y2+y1x2)=(2437)+i(27+34)=(821)+i(14+12)=13+26i\begin{aligned}z_1z_2 &= (x_1x_2-y_1y_2)+i(x_1y_2+y_1x_2) \\ &= (2\cdot4-3\cdot7)+i(2\cdot7+3\cdot4) \\ &= (8-21)+i(14+12) \\ &= -13+26i\end{aligned}
Other forms
Also correctMultiplying the brackets out directly is equally correct and gives the same answer: (2+3i)(4+7i)=8+14i+12i+21i2=13+26i(2+3i)(4+7i)=8+14i+12i+21i^{2}=-13+26i.

Example 6

Express 3+4i57i\frac{3+4i}{5-7i} in the form x+iyx+iy.

Solution
  1. To express the result in rectangular form, make the denominator real. Clear it by multiplying the top and the bottom by the conjugate of the bottom. The conjugate of 57i5-7i is 5+7i5+7i.
    3+4i57i=3+4i57i×5+7i5+7i\frac{3+4i}{5-7i} = \frac{3+4i}{5-7i}\times\frac{5+7i}{5+7i}
  2. This is allowed because 5+7i5+7i=1\frac{5+7i}{5+7i}=1, and multiplying by 11 changes how a number looks but not its value.
    5+7i5+7i=1\frac{5+7i}{5+7i} = 1
  3. Work out the numerator first. Each term in the first bracket multiplies each term in the second, giving four products.
    (3+4i)(5+7i)=3(5)+3(7i)+4i(5)+4i(7i)(3+4i)(5+7i) = 3(5)+3(7i)+4i(5)+4i(7i)
  4. Work out the first three products.
    3(5)=15,3(7i)=21i,4i(5)=20i3(5) = 15, \quad 3(7i) = 21i, \quad 4i(5) = 20i
  5. Now the fourth. Multiply the numbers, and the two ii terms give i2i^{2}.
    4i(7i)=28i24i(7i) = 28i^{2}
  6. Put the four products together.
    (3+4i)(5+7i)=15+21i+20i+28i2(3+4i)(5+7i) = 15+21i+20i+28i^{2}
  7. Replace i2i^{2} by 1-1 in the last term.
    28i2=28(1)=2828i^{2} = 28(-1) = -28
  8. Collect. The real numbers are 1515 and 28-28, and the ii terms are 21i21i and 20i20i.
    (3+4i)(5+7i)=(1528)+(21+20)i=13+41i(3+4i)(5+7i) = (15-28)+(21+20)i = -13+41i
  9. Now the denominator. The two brackets are of the form (ab)(a+b)(a-b)(a+b), which is always a2b2a^{2}-b^{2}.
    (57i)(5+7i)=52(7i)2(5-7i)(5+7i) = 5^{2}-(7i)^{2}
  10. Square each part. For the second, square both the 77 and the ii.
    52=25and(7i)2=49i2=49(1)=495^{2} = 25 \quad\text{and}\quad (7i)^{2} = 49i^{2} = 49(-1) = -49
  11. Subtract. Taking away 49-49 is the same as adding 4949, so the denominator is a real number with no ii in it.
    (57i)(5+7i)=25(49)=74(5-7i)(5+7i) = 25-(-49) = 74
  12. Put the numerator over the denominator.
    3+4i57i=13+41i74\frac{3+4i}{5-7i} = \frac{-13+41i}{74}
  13. Finally split it into a real part and an imaginary part, as required.
    3+4i57i=1374+4174i\frac{3+4i}{5-7i} = -\frac{13}{74}+\frac{41}{74}i
Answer1374+4174i-\dfrac{13}{74}+\dfrac{41}{74}i
Compact solution

Multiply numerator and denominator by the conjugate 5+7i5+7i.

3+4i57i=3+4i57i5+7i5+7i5+7i5+7i=1=(3+4i)(5+7i)(57i)(5+7i)\begin{aligned}\frac{3+4i}{5-7i} &= \frac{3+4i}{5-7i}\cdot\frac{5+7i}{5+7i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\frac{5+7i}{5+7i}=1$}} \\ &= \frac{(3+4i)(5+7i)}{(5-7i)(5+7i)}\end{aligned}

Expand the numerator first.

(3+4i)(5+7i)=3(5)+3(7i)+(4i)(5)+(4i)(7i)=15+21i+20i+28i2=15+21i+20i+28(1)i2=1=15+21i+20i28=(1528)+(21+20)icollect like terms=13+41i\begin{aligned}(3+4i)(5+7i) &= 3(5)+3(7i)+(4i)(5)+(4i)(7i) \\ &= 15+21i+20i+28i^2 \\ &= 15+21i+20i+28(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 15+21i+20i-28 \\ &= (15-28)+(21+20)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= -13+41i\end{aligned}

Multiply the conjugate pair using the difference of squares.

(57i)(5+7i)=52(7i)2(a+b)(ab)=a2b2=2549i2=2549(1)i2=1=25+49=74\begin{aligned}(5-7i)(5+7i) &= 5^2-(7i)^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)(a-b)=a^2-b^2$}} \\ &= 25-49i^2 \\ &= 25-49(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 25+49 \\ &= 74\end{aligned}

Substitute the numerator and denominator, then simplify to rectangular form.

3+4i57i=13+41i74=1374+4174i\begin{aligned}\frac{3+4i}{5-7i} &= \frac{-13+41i}{74} \\ &= -\frac{13}{74}+\frac{41}{74}i\end{aligned}

Example 7

If z=74iz=-7-4i, show that z+0=zz+0=z.

Solution
  1. Write 00 in full complex form, so that both numbers are in the shape x+iyx+iy and can be added part by part.
    0=0+0i0 = 0+0i
  2. Now add. Add the real parts together and the imaginary parts together.
    z+0=(74i)+(0+0i)z+0 = (-7-4i)+(0+0i)
  3. Take the real parts. Adding 00 changes nothing.
    7+0=7-7+0 = -7
  4. Take the imaginary parts. Adding 00 changes nothing here either.
    4+0=4-4+0 = -4
  5. Put the two parts back together, which is the number we started with.
    z+0=74i=zz+0 = -7-4i = z
Answerz+0=zz+0=z, so 00 is the additive identity.
Compact solution

Write the additive identity as 0=0+0i0=0+0i and add corresponding coefficients.

z+0=(74i)+(0+0i)=(7+0)+(4+0)i=74i=z\begin{aligned}z+0 &= (-7-4i)+(0+0i) \\ &= (-7+0)+(-4+0)i \\ &= -7-4i \\ &= z\end{aligned}
Observation
ObservationThis is why 00 is called the additive identity. It leaves every complex number unchanged, just as 00 does for real numbers.

Example 8

Verify the multiplicative identity for z=32iz=3-2i.

Solution
  1. Write 11 in full complex form.
    1=1+0i1 = 1+0i
  2. Multiply zz by 11, taking the brackets out term by term.
    z×1=(32i)(1+0i)=3+0i2i0i2z\times 1 = (3-2i)(1+0i) = 3+0i-2i-0i^{2}
  3. The two terms carrying 00 are both 00, and so is the i2i^{2} term.
    z×1=32i=zz\times 1 = 3-2i = z
  4. Now multiply the other way round, to check that the order makes no difference.
    1×z=(1+0i)(32i)=32i+0i0i21\times z = (1+0i)(3-2i) = 3-2i+0i-0i^{2}
  5. Again the terms equal to 00 vanish.
    1×z=32i=z1\times z = 3-2i = z
  6. Both products give back zz, which is what was to be shown.
    z×1=1×z=zz\times 1 = 1\times z = z
Answerz×1=1×z=zz\times 1=1\times z=z, so 11 is the multiplicative identity.
Compact solution

Write the multiplicative identity as 1=1+0i1=1+0i. Multiply in the first order.

z1=(32i)(1+0i)=3+0i2i0i2=32i=z\begin{aligned}z\cdot1 &= (3-2i)(1+0i) \\ &= 3+0i-2i-0i^2 \\ &= 3-2i \\ &= z\end{aligned}

Now multiply in the opposite order.

1z=(1+0i)(32i)=32i+0i0i2=32i=z\begin{aligned}1\cdot z &= (1+0i)(3-2i) \\ &= 3-2i+0i-0i^2 \\ &= 3-2i \\ &= z\end{aligned}

Both orders leave zz unchanged.

z1=1z=zz\cdot1=1\cdot z=z

Example 9

Find the additive inverse of z=710iz=7-10i.

Solution
  1. The additive inverse is the number you add to zz to get 00. Call it z-z.
    z+(z)=0z+(-z) = 0
  2. To find it, change the sign of every term in zz. The real part 77 becomes 7-7.
    777 \to -7
  3. The imaginary part 10-10 becomes +10+10. Both signs change, not just one.
    10+10-10 \to +10
  4. So the additive inverse is this.
    z=7+10i-z = -7+10i
Answer7+10i-7+10i
Compact solution

Let z=710iz=7-10i. The additive inverse changes both signs, so that its sum with the original number is 00.

z=(710i)=7+10i(ab)=a+b\begin{aligned}-z &= -(7-10i) \\ &= -7+10i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$-(a-b)=-a+b$}}\end{aligned}
Check
Check the answer
z+(z)=(710i)+(7+10i)=(77)+(10+10)i=0\begin{aligned}z+(-z) &= (7-10i)+(-7+10i) \\ &= (7-7)+(-10+10)i \\ &= 0 \quad \checkmark\end{aligned}
Adding the two together gives 00, so the answer is correct.

Example 10

Find the multiplicative inverse of z=43iz=4-3i.

Solution
  1. The multiplicative inverse is the number you multiply zz by to get 11. It is written z1z^{-1} and equals 1z\frac{1}{z}.
    z1=143iz^{-1} = \frac{1}{4-3i}
  2. The reciprocal is correct; next write it in rectangular form. Multiply top and bottom by the conjugate of the bottom, which is 4+3i4+3i.
    z1=143i×4+3i4+3iz^{-1} = \frac{1}{4-3i}\times\frac{4+3i}{4+3i}
  3. Take the denominator first. It is of the form (ab)(a+b)(a-b)(a+b), which is always a2b2a^{2}-b^{2}.
    (43i)(4+3i)=42(3i)2(4-3i)(4+3i) = 4^{2}-(3i)^{2}
  4. Square each part, remembering i2=1i^{2}=-1.
    42=16and(3i)2=9i2=94^{2} = 16 \quad\text{and}\quad (3i)^{2} = 9i^{2} = -9
  5. Subtract. Taking away 9-9 is the same as adding 99.
    (43i)(4+3i)=16+9=25(4-3i)(4+3i) = 16+9 = 25
  6. The numerator is simply 4+3i4+3i, because the top was 11.
    z1=4+3i25z^{-1} = \frac{4+3i}{25}
  7. Split it into a real part and an imaginary part.
    z1=425+325iz^{-1} = \frac{4}{25}+\frac{3}{25}i
Answer425+325i\dfrac{4}{25}+\dfrac{3}{25}i
Compact solution

For z=43iz=4-3i, find z1=1/zz^{-1}=1/z. Write the reciprocal and use the conjugate 4+3i4+3i.

z1=143i=143i4+3i4+3i4+3i4+3i=1=4+3i(43i)(4+3i)\begin{aligned}z^{-1} &= \frac{1}{4-3i} \\ &= \frac{1}{4-3i}\cdot\frac{4+3i}{4+3i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\frac{4+3i}{4+3i}=1$}} \\ &= \frac{4+3i}{(4-3i)(4+3i)}\end{aligned}

Multiply the conjugate pair using the difference of squares.

(43i)(4+3i)=42(3i)2(a+b)(ab)=a2b2=169i2=169(1)i2=1=16+9=25\begin{aligned}(4-3i)(4+3i) &= 4^2-(3i)^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)(a-b)=a^2-b^2$}} \\ &= 16-9i^2 \\ &= 16-9(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 16+9 \\ &= 25\end{aligned}

Substitute the numerator and denominator, then simplify to rectangular form.

z1=4+3i25=425+325i\begin{aligned}z^{-1} &= \frac{4+3i}{25} \\ &= \frac{4}{25}+\frac{3}{25}i\end{aligned}
Check
Check the answer
zz1=(43i)4+3i25=16+925=1\begin{aligned}z\,z^{-1} &= (4-3i)\cdot\frac{4+3i}{25} \\ &= \frac{16+9}{25} \\ &= 1 \quad \checkmark\end{aligned}
Multiplying zz by the answer gives 11, so the inverse is correct.

Skilled practice

Apply the addition, multiplication, and division rules.

(i)If z1z2=4+6iz_{1}-z_{2}=4+6i and z2=32iz_{2}=3-2i, find z1z_{1}.
Solution
  1. Add z2z_{2} to both sides to isolate z1z_{1}.
    z1=4+6i+z2z_{1}=4+6i+z_{2}
  2. Substitute z2=32iz_{2}=3-2i.
    z1=(4+6i)+(32i)z_{1}=(4+6i)+(3-2i)
  3. Add the real parts and the imaginary parts separately.
    z1=(4+3)+(62)iz_{1}=(4+3)+(6-2)i
  4. The sums are 77 and 44, respectively.
    z1=7+4iz_{1}=7+4i
Answerz1=7+4iz_{1}=7+4i
Compact solution

Add z2z_2 to both sides of the given equation.

z1=4+6i+z2z_1=4+6i+z_2

Add the real coefficients and the imaginary coefficients separately.

z1=(4+6i)+(32i)=4+6i+32i=(4+3)+(62)icollect like terms=7+4i\begin{aligned}z_1 &= (4+6i)+(3-2i) \\ &= 4+6i+3-2i \\ &= (4+3)+(6-2)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 7+4i\end{aligned}
(ii)Simplify 1+2i3i(2+i)\frac{1+2i}{3-i}(2+i).
Solution
  1. Combine the factors into one fraction and expand the numerator.
    1+2i3i(2+i)=2+i+4i+2i23i\frac{1+2i}{3-i}(2+i)=\frac{2+i+4i+2i^{2}}{3-i}
  2. Use i2=1i^{2}=-1; the real terms cancel.
    1+2i3i(2+i)=5i3i\frac{1+2i}{3-i}(2+i)=\frac{5i}{3-i}
  3. Multiply numerator and denominator by 3+i3+i, the conjugate of the denominator.
    5i3i=5i(3+i)(3i)(3+i)\frac{5i}{3-i}=\frac{5i(3+i)}{(3-i)(3+i)}
  4. The numerator is 15i+5i2=5+15i15i+5i^{2}=-5+15i. The denominator is 9i2=109-i^{2}=10.
    5i3i=5+15i10\frac{5i}{3-i}=\frac{-5+15i}{10}
  5. Divide both numerator terms by 1010 and reduce the fractions.
    1+2i3i(2+i)=12+32i\frac{1+2i}{3-i}(2+i)=-\frac12+\frac32i
Answer12+32i-\dfrac12+\dfrac32i
Compact solution

Multiply numerator and denominator by the conjugate 3+i3+i.

1+2i3i=1+2i3i3+i3+i3+i3+i=1=(1+2i)(3+i)(3i)(3+i)\begin{aligned}\frac{1+2i}{3-i} &= \frac{1+2i}{3-i}\cdot\frac{3+i}{3+i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\frac{3+i}{3+i}=1$}} \\ &= \frac{(1+2i)(3+i)}{(3-i)(3+i)}\end{aligned}

Expand the numerator first.

(1+2i)(3+i)=1(3)+1(i)+(2i)(3)+(2i)(i)=3+i+6i+2i2=3+i+6i+2(1)i2=1=3+i+6i2=(32)+(1+6)icollect like terms=1+7i\begin{aligned}(1+2i)(3+i) &= 1(3)+1(i)+(2i)(3)+(2i)(i) \\ &= 3+i+6i+2i^2 \\ &= 3+i+6i+2(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 3+i+6i-2 \\ &= (3-2)+(1+6)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 1+7i\end{aligned}

Multiply the conjugate pair using the difference of squares.

(3i)(3+i)=32i2(a+b)(ab)=a2b2=9i2=91(1)i2=1=9+1=10\begin{aligned}(3-i)(3+i) &= 3^2-i^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)(a-b)=a^2-b^2$}} \\ &= 9-i^2 \\ &= 9-1(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 9+1 \\ &= 10\end{aligned}

Substitute the numerator and denominator, then simplify to rectangular form.

1+2i3i=1+7i10=110+710i\begin{aligned}\frac{1+2i}{3-i} &= \frac{1+7i}{10} \\ &= \frac{1}{10}+\frac{7}{10}i\end{aligned}

Multiply this quotient by the remaining factor 2+i2+i. Multiply each term in the first bracket by each term in the second.

1+2i3i(2+i)=(110+710i)(2+i)=110(2)+110(i)+(710i)(2)+(710i)(i)=15+110i+75i+710i2=15+110i+75i+710(1)i2=1=(15(710))+(110+75)icollect like terms=12+32i\begin{aligned}\frac{1+2i}{3-i}(2+i) &= (\dfrac{1}{10}+\dfrac{7}{10}i)(2+i) \\ &= \dfrac{1}{10}(2)+\dfrac{1}{10}(i)+(\dfrac{7}{10}i)(2)+(\dfrac{7}{10}i)(i) \\ &= \dfrac{1}{5}+\dfrac{1}{10}i+\dfrac{7}{5}i+\dfrac{7}{10}i^2 \\ &= \dfrac{1}{5}+\dfrac{1}{10}i+\dfrac{7}{5}i+\dfrac{7}{10}(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= (\dfrac{1}{5}-(\dfrac{7}{10}))+(\dfrac{1}{10}+\dfrac{7}{5})i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= -\dfrac{1}{2}+\dfrac{3}{2}i\end{aligned}
(iii)If z2+i=3i\frac{z}{2+i}=3-i, find zz.
Solution
  1. Since 2+i02+i\neq0, multiply both sides by 2+i2+i.
    z=(3i)(2+i)z=(3-i)(2+i)
  2. Multiply each term in the first factor by each term in the second.
    z=6+3i2ii2z=6+3i-2i-i^{2}
  3. Use i2=1-i^{2}=1 and 3i2i=i3i-2i=i.
    z=6+i+1z=6+i+1
  4. Collect the real terms.
    z=7+iz=7+i
Answerz=7+iz=7+i
Compact solution

Since 2+i02+i\neq0, multiply both sides by 2+i2+i.

z=(3i)(2+i)z=(3-i)(2+i)

Multiply each term in the first bracket by each term in the second.

z=(3i)(2+i)=3(2)+3(i)+(i)(2)+(i)(i)=6+3i2ii2=6+3i2i1(1)i2=1=6+3i2i+1=(6+1)+(32)icollect like terms=7+i\begin{aligned}z &= (3-i)(2+i) \\ &= 3(2)+3(i)+(-i)(2)+(-i)(i) \\ &= 6+3i-2i-i^2 \\ &= 6+3i-2i-1(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 6+3i-2i+1 \\ &= (6+1)+(3-2)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 7+i\end{aligned}

Exercise 1.2

Question 1

Simplify and write in the form a+bia+bi:

(i)(2+5i)+(3i)(2+5i)+(3-i)
Solution
  1. Adding two complex numbers means adding the real parts together and adding the imaginary parts together. Real parts and imaginary parts never mix. Start by gathering the real parts, which are the pieces with no ii on them.
    Real parts: 2+3\text{Real parts: } 2 + 3
  2. Gather the imaginary parts, which are the numbers multiplying ii, without the ii itself.
    Imaginary parts: 5+(1)\text{Imaginary parts: } 5 + (-1)
  3. Work out each sum separately.
    2+3=5,5+(1)=42+3 = 5, \qquad 5+(-1) = 4
  4. Put the two answers back together in the form a+bia+bi.
    (2+5i)+(3i)=5+4i(2+5i)+(3-i) = 5 + 4i
Answer5+4i5 + 4i
Compact solution

Add the real coefficients and the imaginary coefficients separately.

(2+5i)+(3i)=2+5i+3i=(2+3)+(51)icollect like terms=5+4i\begin{aligned}(2+5i)+(3-i) &= 2+5i+3-i \\ &= (2+3)+(5-1)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 5+4i\end{aligned}
(ii)(163i)+(9+2i)(16-3i)+(9+2i)
Solution
  1. Adding two complex numbers means adding the real parts together and adding the imaginary parts together. Real parts and imaginary parts never mix. Start by gathering the real parts, which are the pieces with no ii on them.
    Real parts: 16+9\text{Real parts: } 16 + 9
  2. Gather the imaginary parts, which are the numbers multiplying ii, without the ii itself.
    Imaginary parts: 3+2\text{Imaginary parts: } -3 + 2
  3. Work out each sum separately.
    16+9=25,3+2=116+9 = 25, \qquad -3+2 = -1
  4. Put the two answers back together in the form a+bia+bi.
    (163i)+(9+2i)=25i(16-3i)+(9+2i) = 25 - i
Answer25i25 - i
Compact solution

Add the real coefficients and the imaginary coefficients separately.

(163i)+(9+2i)=163i+9+2i=(16+9)+(3+2)icollect like terms=25i\begin{aligned}(16-3i)+(9+2i) &= 16-3i+9+2i \\ &= (16+9)+(-3+2)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 25-i\end{aligned}
(iii)(92i)(73i)(9-2i)-(7-3i)
Solution
  1. Subtracting means taking the second bracket away from the first. The minus sign in front of the bracket changes the sign of every term inside it, so each part of the second number is taken away. Start with the real parts.
    Real parts: 97\text{Real parts: } 9 - 7
  2. Gather the imaginary parts.
    Imaginary parts: 2(3)\text{Imaginary parts: } -2 - (-3)
  3. Work out each one separately.
    97=2,2(3)=19-7 = 2, \qquad -2-(-3) = 1
  4. Put the two answers back together.
    (92i)(73i)=2+i(9-2i)-(7-3i) = 2 + i
Answer2+i2 + i
Compact solution

Remove the second bracket by changing both signs, then collect like terms.

(92i)(73i)=92i7+3i=(97)+(2+3)icollect like terms=2+i\begin{aligned}(9-2i)-(7-3i) &= 9-2i-7+3i \\ &= (9-7)+(-2+3)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 2+i\end{aligned}
(iv)(11+9i)(97i)(11+9i)-(9-7i)
Solution
  1. Subtracting means taking the second bracket away from the first. The minus sign in front of the bracket changes the sign of every term inside it, so each part of the second number is taken away. Start with the real parts.
    Real parts: 119\text{Real parts: } 11 - 9
  2. Gather the imaginary parts.
    Imaginary parts: 9(7)\text{Imaginary parts: } 9 - (-7)
  3. Work out each one separately.
    119=2,9(7)=1611-9 = 2, \qquad 9-(-7) = 16
  4. Put the two answers back together.
    (11+9i)(97i)=2+16i(11+9i)-(9-7i) = 2 + 16i
Answer2+16i2 + 16i
Compact solution

Remove the second bracket by changing both signs, then collect like terms.

(11+9i)(97i)=11+9i9+7i=(119)+(9+7)icollect like terms=2+16i\begin{aligned}(11+9i)-(9-7i) &= 11+9i-9+7i \\ &= (11-9)+(9+7)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 2+16i\end{aligned}
(v)(3+4i)(23i)(3+4i)(2-3i)
Solution
  1. Multiply the brackets out term by term. Each term in the first multiplies each term in the second, giving four products.
    (3+4i)(23i)=3(2)+3(3i)+4i(2)+4i(3i)(3+4i)(2-3i) = 3(2)+3(-3i)+4i(2)+4i(-3i)
  2. Work out the first three products.
    3(2)=6,3(3i)=9i,4i(2)=8i3(2) = 6, \quad 3(-3i) = -9i, \quad 4i(2) = 8i
  3. Now the fourth. Plus times minus gives minus, and 4×3=124\times 3=12.
    4i(3i)=12i24i(-3i) = -12i^{2}
  4. Put the four products together.
    (3+4i)(23i)=69i+8i12i2(3+4i)(2-3i) = 6-9i+8i-12i^{2}
  5. Replace i2i^{2} by 1-1. Note that 12(1)=+12-12(-1)=+12, because minus times minus gives plus.
    12i2=12(1)=12-12i^{2} = -12(-1) = 12
  6. Collect. The real numbers are 66 and 1212, and the ii terms are 9i-9i and 8i8i.
    (3+4i)(23i)=(6+12)+(9+8)i(3+4i)(2-3i) = (6+12)+(-9+8)i
  7. And 6+12=186+12=18, while 9+8=1-9+8=-1.
    (3+4i)(23i)=18i(3+4i)(2-3i) = 18-i
Answer18i18-i
Compact solution

Multiply each term in the first bracket by each term in the second.

(3+4i)(23i)=3(2)+3(3i)+(4i)(2)+(4i)(3i)=69i+8i12i2=69i+8i12(1)i2=1=69i+8i+12=(6+12)+(9+8)icollect like terms=18i\begin{aligned}(3+4i)(2-3i) &= 3(2)+3(-3i)+(4i)(2)+(4i)(-3i) \\ &= 6-9i+8i-12i^2 \\ &= 6-9i+8i-12(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 6-9i+8i+12 \\ &= (6+12)+(-9+8)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 18-i\end{aligned}
Common mistake
Watch outA common mistake here is writing 12i2=12-12i^{2}=-12. Two minus signs are at work: the one already in front of the 1212, and the one from i2=1i^{2}=-1. They cancel, so the term is +12+12.
(vi)(52i)(34i)(5-2i)(3-4i)
Solution
  1. Multiply the brackets out term by term.
    (52i)(34i)=5(3)+5(4i)+(2i)(3)+(2i)(4i)(5-2i)(3-4i) = 5(3)+5(-4i)+(-2i)(3)+(-2i)(-4i)
  2. Work out the first three products.
    5(3)=15,5(4i)=20i,(2i)(3)=6i5(3) = 15, \quad 5(-4i) = -20i, \quad (-2i)(3) = -6i
  3. Now the fourth. Minus times minus gives plus, and 2×4=82\times 4=8.
    (2i)(4i)=8i2(-2i)(-4i) = 8i^{2}
  4. Put the four products together.
    (52i)(34i)=1520i6i+8i2(5-2i)(3-4i) = 15-20i-6i+8i^{2}
  5. Replace i2i^{2} by 1-1.
    8i2=8(1)=88i^{2} = 8(-1) = -8
  6. Collect the real numbers and the ii terms.
    (52i)(34i)=(158)+(206)i(5-2i)(3-4i) = (15-8)+(-20-6)i
  7. And 158=715-8=7, while 206=26-20-6=-26, because going down 66 more from 20-20 reaches 26-26.
    (52i)(34i)=726i(5-2i)(3-4i) = 7-26i
Answer726i7-26i
Compact solution

Multiply each term in the first bracket by each term in the second.

(52i)(34i)=5(3)+5(4i)+(2i)(3)+(2i)(4i)=1520i6i+8i2=1520i6i+8(1)i2=1=1520i6i8=(158)+(206)icollect like terms=726i\begin{aligned}(5-2i)(3-4i) &= 5(3)+5(-4i)+(-2i)(3)+(-2i)(-4i) \\ &= 15-20i-6i+8i^2 \\ &= 15-20i-6i+8(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 15-20i-6i-8 \\ &= (15-8)+(-20-6)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 7-26i\end{aligned}
(vii)(35i)÷(24i)(3-5i)\div(2-4i)
Solution
  1. Division is written as a fraction.
    (35i)÷(24i)=35i24i(3-5i)\div(2-4i) = \frac{3-5i}{2-4i}
  2. To express the result in rectangular form, make the denominator real. Multiply the top and the bottom by the conjugate of the bottom. The conjugate of 24i2-4i is 2+4i2+4i.
    35i24i=35i24i×2+4i2+4i\frac{3-5i}{2-4i} = \frac{3-5i}{2-4i}\times\frac{2+4i}{2+4i}
  3. This is allowed because 2+4i2+4i=1\frac{2+4i}{2+4i}=1, and multiplying by 11 changes how a number looks but not its value.
    2+4i2+4i=1\frac{2+4i}{2+4i} = 1
  4. Take the denominator first. It is of the form (ab)(a+b)(a-b)(a+b), which is always a2b2a^{2}-b^{2}.
    (24i)(2+4i)=22(4i)2(2-4i)(2+4i) = 2^{2}-(4i)^{2}
  5. Square each part, remembering i2=1i^{2}=-1.
    22=4and(4i)2=16i2=162^{2} = 4 \quad\text{and}\quad (4i)^{2} = 16i^{2} = -16
  6. Subtract. Taking away 16-16 is the same as adding 1616.
    (24i)(2+4i)=4+16=20(2-4i)(2+4i) = 4+16 = 20
  7. Now the numerator, multiplying out term by term.
    (35i)(2+4i)=6+12i10i20i2(3-5i)(2+4i) = 6+12i-10i-20i^{2}
  8. Replace i2i^{2} by 1-1. Note 20(1)=+20-20(-1)=+20.
    20i2=20-20i^{2} = 20
  9. Collect the numerator.
    (35i)(2+4i)=(6+20)+(1210)i=26+2i(3-5i)(2+4i) = (6+20)+(12-10)i = 26+2i
  10. Put the numerator over the denominator.
    35i24i=26+2i20\frac{3-5i}{2-4i} = \frac{26+2i}{20}
  11. Every number here divides by 22, so cancel the common factor 22 from the top and the bottom.
    26+2i20=2(13+i)2(10)=13+i10\frac{26+2i}{20} = \frac{2(13+i)}{2(10)} = \frac{13+i}{10}
  12. Finally split it into a real part and an imaginary part.
    35i24i=1310+110i\frac{3-5i}{2-4i} = \frac{13}{10}+\frac{1}{10}i
Answer1310+110i\dfrac{13}{10}+\dfrac{1}{10}i
Compact solution

Multiply numerator and denominator by the conjugate 2+4i2+4i.

35i24i=35i24i2+4i2+4i2+4i2+4i=1=(35i)(2+4i)(24i)(2+4i)\begin{aligned}\frac{3-5i}{2-4i} &= \frac{3-5i}{2-4i}\cdot\frac{2+4i}{2+4i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\frac{2+4i}{2+4i}=1$}} \\ &= \frac{(3-5i)(2+4i)}{(2-4i)(2+4i)}\end{aligned}

Expand the numerator first.

(35i)(2+4i)=3(2)+3(4i)+(5i)(2)+(5i)(4i)=6+12i10i20i2=6+12i10i20(1)i2=1=6+12i10i+20=(6+20)+(1210)icollect like terms=26+2i\begin{aligned}(3-5i)(2+4i) &= 3(2)+3(4i)+(-5i)(2)+(-5i)(4i) \\ &= 6+12i-10i-20i^2 \\ &= 6+12i-10i-20(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 6+12i-10i+20 \\ &= (6+20)+(12-10)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 26+2i\end{aligned}

Multiply the conjugate pair using the difference of squares.

(24i)(2+4i)=22(4i)2(a+b)(ab)=a2b2=416i2=416(1)i2=1=4+16=20\begin{aligned}(2-4i)(2+4i) &= 2^2-(4i)^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)(a-b)=a^2-b^2$}} \\ &= 4-16i^2 \\ &= 4-16(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 4+16 \\ &= 20\end{aligned}

Substitute the numerator and denominator, then simplify to rectangular form.

35i24i=26+2i20=2(13+i)2(10)cancel the common factor 2=13+i10=1310+110i\begin{aligned}\frac{3-5i}{2-4i} &= \frac{26+2i}{20} \\ &= \frac{2(13+i)}{2(10)} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{cancel the common factor }2$}} \\ &= \frac{13+i}{10} \\ &= \frac{13}{10}+\frac{1}{10}i\end{aligned}
(viii)(5+2i)÷(63i)(5+2i)\div(6-3i)
Solution
  1. Division is written as a fraction.
    (5+2i)÷(63i)=5+2i63i(5+2i)\div(6-3i) = \frac{5+2i}{6-3i}
  2. Clear the ii from the denominator by multiplying the top and the bottom by the conjugate of the bottom, which is 6+3i6+3i.
    5+2i63i=5+2i63i×6+3i6+3i\frac{5+2i}{6-3i} = \frac{5+2i}{6-3i}\times\frac{6+3i}{6+3i}
  3. Take the denominator first, using (ab)(a+b)=a2b2(a-b)(a+b)=a^{2}-b^{2}.
    (63i)(6+3i)=62(3i)2(6-3i)(6+3i) = 6^{2}-(3i)^{2}
  4. Square each part, remembering i2=1i^{2}=-1.
    62=36and(3i)2=9i2=96^{2} = 36 \quad\text{and}\quad (3i)^{2} = 9i^{2} = -9
  5. Subtract. Taking away 9-9 is the same as adding 99.
    (63i)(6+3i)=36+9=45(6-3i)(6+3i) = 36+9 = 45
  6. Now the numerator, term by term.
    (5+2i)(6+3i)=30+15i+12i+6i2(5+2i)(6+3i) = 30+15i+12i+6i^{2}
  7. Replace i2i^{2} by 1-1.
    6i2=66i^{2} = -6
  8. Collect the numerator.
    (5+2i)(6+3i)=(306)+(15+12)i=24+27i(5+2i)(6+3i) = (30-6)+(15+12)i = 24+27i
  9. Put the numerator over the denominator.
    5+2i63i=24+27i45\frac{5+2i}{6-3i} = \frac{24+27i}{45}
  10. All three numbers divide by 33, so cancel the common factor 33.
    24+27i45=3(8+9i)3(15)=8+9i15\frac{24+27i}{45} = \frac{3(8+9i)}{3(15)} = \frac{8+9i}{15}
  11. Split into a real part and an imaginary part.
    5+2i63i=815+915i\frac{5+2i}{6-3i} = \frac{8}{15}+\frac{9}{15}i
  12. The imaginary part can still be reduced, because 99 and 1515 both divide by 33.
    915=35\frac{9}{15} = \frac{3}{5}
  13. So the finished answer is this.
    5+2i63i=815+35i\frac{5+2i}{6-3i} = \frac{8}{15}+\frac{3}{5}i
Answer815+35i\dfrac{8}{15}+\dfrac{3}{5}i
Compact solution

Multiply numerator and denominator by the conjugate 6+3i6+3i.

5+2i63i=5+2i63i6+3i6+3i6+3i6+3i=1=(5+2i)(6+3i)(63i)(6+3i)\begin{aligned}\frac{5+2i}{6-3i} &= \frac{5+2i}{6-3i}\cdot\frac{6+3i}{6+3i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\frac{6+3i}{6+3i}=1$}} \\ &= \frac{(5+2i)(6+3i)}{(6-3i)(6+3i)}\end{aligned}

Expand the numerator first.

(5+2i)(6+3i)=5(6)+5(3i)+(2i)(6)+(2i)(3i)=30+15i+12i+6i2=30+15i+12i+6(1)i2=1=30+15i+12i6=(306)+(15+12)icollect like terms=24+27i\begin{aligned}(5+2i)(6+3i) &= 5(6)+5(3i)+(2i)(6)+(2i)(3i) \\ &= 30+15i+12i+6i^2 \\ &= 30+15i+12i+6(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 30+15i+12i-6 \\ &= (30-6)+(15+12)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{collect like terms}$}} \\ &= 24+27i\end{aligned}

Multiply the conjugate pair using the difference of squares.

(63i)(6+3i)=62(3i)2(a+b)(ab)=a2b2=369i2=369(1)i2=1=36+9=45\begin{aligned}(6-3i)(6+3i) &= 6^2-(3i)^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)(a-b)=a^2-b^2$}} \\ &= 36-9i^2 \\ &= 36-9(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 36+9 \\ &= 45\end{aligned}

Substitute the numerator and denominator, then simplify to rectangular form.

5+2i63i=24+27i45=3(8+9i)3(15)cancel the common factor 3=8+9i15=815+915i=815+35i\begin{aligned}\frac{5+2i}{6-3i} &= \frac{24+27i}{45} \\ &= \frac{3(8+9i)}{3(15)} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{cancel the common factor }3$}} \\ &= \frac{8+9i}{15} \\ &= \frac{8}{15}+\frac{9}{15}i \\ &= \frac{8}{15}+\frac{3}{5}i\end{aligned}
Common mistake
Watch outReduce 915\frac9{15} by the common factor 33 to get 35\frac35. The earlier fraction has the same value; reducing it gives the requested simplified form.

Question 2

Write the additive inverse of each complex number:

(i)3+2i3+2i
Solution
  1. The additive inverse of a number is what you add to it to get 00. For zz it is written z-z.
    z=3+2i,z+(z)=0z = 3+2i, \qquad z+(-z) = 0
  2. To find z-z, put a minus in front of the whole number. A minus in front of a bracket changes the sign of every term inside.
    z=(3+2i)-z = -\left(3+2i\right)
  3. Change the sign of the real part.
    333 \to -3
  4. Change the sign of the imaginary part. Both signs change, not just one.
    +22+2 \to -2
  5. So the additive inverse is this.
    z=32i-z = -3-2i
Answer32i-3-2i
Compact solution

Let z=3+2iz=3+2i. The additive inverse changes both signs, so that its sum with the original number is 00.

z=(3+2i)=32i(a+b)=ab\begin{aligned}-z &= -(3+2i) \\ &= -3-2i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$-(a+b)=-a-b$}}\end{aligned}
(ii)43i4-3i
Solution
  1. The additive inverse of a number is what you add to it to get 00. For zz it is written z-z.
    z=43i,z+(z)=0z = 4-3i, \qquad z+(-z) = 0
  2. To find z-z, put a minus in front of the whole number. A minus in front of a bracket changes the sign of every term inside.
    z=(43i)-z = -\left(4-3i\right)
  3. Change the sign of the real part.
    444 \to -4
  4. Change the sign of the imaginary part. Both signs change, not just one.
    3+3-3 \to +3
  5. So the additive inverse is this.
    z=4+3i-z = -4+3i
Answer4+3i-4+3i
Compact solution

Let z=43iz=4-3i. The additive inverse changes both signs, so that its sum with the original number is 00.

z=(43i)=4+3i(ab)=a+b\begin{aligned}-z &= -(4-3i) \\ &= -4+3i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$-(a-b)=-a+b$}}\end{aligned}
(iii)57i5-7i
Solution
  1. The additive inverse of a number is what you add to it to get 00. For zz it is written z-z.
    z=57i,z+(z)=0z = 5-7i, \qquad z+(-z) = 0
  2. To find z-z, put a minus in front of the whole number. A minus in front of a bracket changes the sign of every term inside.
    z=(57i)-z = -\left(5-7i\right)
  3. Change the sign of the real part.
    555 \to -5
  4. Change the sign of the imaginary part. Both signs change, not just one.
    7+7-7 \to +7
  5. So the additive inverse is this.
    z=5+7i-z = -5+7i
Answer5+7i-5+7i
Compact solution

Let z=57iz=5-7i. The additive inverse changes both signs, so that its sum with the original number is 00.

z=(57i)=5+7i(ab)=a+b\begin{aligned}-z &= -(5-7i) \\ &= -5+7i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$-(a-b)=-a+b$}}\end{aligned}
(iv)23+54i-\frac{2}{3}+\frac{5}{4}i
Solution
  1. The additive inverse of a number is what you add to it to get 00. For zz it is written z-z.
    z=23+54i,z+(z)=0z = -\dfrac{2}{3}+\dfrac{5}{4}i, \qquad z+(-z) = 0
  2. To find z-z, put a minus in front of the whole number. A minus in front of a bracket changes the sign of every term inside.
    z=(23+54i)-z = -\left(-\dfrac{2}{3}+\dfrac{5}{4}i\right)
  3. Change the sign of the real part.
    23+23-\frac{2}{3} \to +\frac{2}{3}
  4. Change the sign of the imaginary part. Both signs change, not just one.
    +5454+\frac{5}{4} \to -\frac{5}{4}
  5. So the additive inverse is this.
    z=2354i-z = \dfrac{2}{3}-\dfrac{5}{4}i
Answer2354i\dfrac{2}{3}-\dfrac{5}{4}i
Compact solution

Let z=23+54iz=-\dfrac{2}{3}+\dfrac{5}{4}i. The additive inverse changes both signs, so that its sum with the original number is 00.

z=(23+54i)=2354i(ab)=a+b\begin{aligned}-z &= -(-\dfrac{2}{3}+\dfrac{5}{4}i) \\ &= \dfrac{2}{3}-\dfrac{5}{4}i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$-(a-b)=-a+b$}}\end{aligned}

Question 3

Find the multiplicative inverse of each complex number:

(i)4+5i4+5i
Solution
  1. The multiplicative inverse is the number you multiply zz by to get 11. It is written z1z^{-1} and equals 1z\frac{1}{z}.
    z1=14+5iz^{-1} = \frac{1}{4+5i}
  2. The reciprocal is correct; next write it in rectangular form. Multiply the top and the bottom by the conjugate of the bottom. The conjugate of 4+5i4+5i is 45i4-5i.
    z1=14+5i×45i45iz^{-1} = \frac{1}{4+5i}\times\frac{4-5i}{4-5i}
  3. Take the denominator first. It is of the form (a+b)(ab)(a+b)(a-b), which is always a2b2a^{2}-b^{2}.
    (4+5i)(45i)=42(5i)2\left(4+5i\right)\left(4-5i\right) = 4^{2}-\left(5i\right)^{2}
  4. Square each part. Because i2=1i^{2}=-1, the second square is negative, so subtracting it adds.
    (4+5i)(45i)=42+25=41\left(4+5i\right)\left(4-5i\right) = 4^{2}+25 = 41
  5. The numerator is just the conjugate, because the top was 11.
    z1=45i41z^{-1} = \frac{4-5i}{41}
  6. Split it into a real part and an imaginary part.
    z1=441541iz^{-1} = \frac{4}{41}-\frac{5}{41}i
Answer441541i\frac{4}{41}-\frac{5}{41}i
Compact solution

Let z=4+5iz=4+5i. For z=4+5iz=4+5i, find z1=1/zz^{-1}=1/z. Write the reciprocal and use the conjugate 45i4-5i.

z1=14+5i=14+5i45i45i45i45i=1=45i(4+5i)(45i)\begin{aligned}z^{-1} &= \frac{1}{4+5i} \\ &= \frac{1}{4+5i}\cdot\frac{4-5i}{4-5i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\frac{4-5i}{4-5i}=1$}} \\ &= \frac{4-5i}{(4+5i)(4-5i)}\end{aligned}

Multiply the conjugate pair using the difference of squares.

(4+5i)(45i)=42(5i)2(a+b)(ab)=a2b2=1625i2=1625(1)i2=1=16+25=41\begin{aligned}(4+5i)(4-5i) &= 4^2-(5i)^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)(a-b)=a^2-b^2$}} \\ &= 16-25i^2 \\ &= 16-25(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 16+25 \\ &= 41\end{aligned}

Substitute the numerator and denominator, then simplify to rectangular form.

z1=45i41=441541i\begin{aligned}z^{-1} &= \frac{4-5i}{41} \\ &= \frac{4}{41}-\frac{5}{41}i\end{aligned}
(ii)6+2i6+2i
Solution
  1. The multiplicative inverse is the number you multiply zz by to get 11. It is written z1z^{-1} and equals 1z\frac{1}{z}.
    z1=16+2iz^{-1} = \frac{1}{6+2i}
  2. The reciprocal is correct; next write it in rectangular form. Multiply the top and the bottom by the conjugate of the bottom. The conjugate of 6+2i6+2i is 62i6-2i.
    z1=16+2i×62i62iz^{-1} = \frac{1}{6+2i}\times\frac{6-2i}{6-2i}
  3. Take the denominator first. It is of the form (a+b)(ab)(a+b)(a-b), which is always a2b2a^{2}-b^{2}.
    (6+2i)(62i)=62(2i)2\left(6+2i\right)\left(6-2i\right) = 6^{2}-\left(2i\right)^{2}
  4. Square each part. Because i2=1i^{2}=-1, the second square is negative, so subtracting it adds.
    (6+2i)(62i)=62+4=40\left(6+2i\right)\left(6-2i\right) = 6^{2}+4 = 40
  5. The numerator is just the conjugate, because the top was 11.
    z1=62i40z^{-1} = \frac{6-2i}{40}
  6. Split it into a real part and an imaginary part.
    z1=640240i=320120iz^{-1} = \frac{6}{40}-\frac{2}{40}i = \frac{3}{20}-\frac{1}{20}i
Answer640240i=320120i\frac{6}{40}-\frac{2}{40}i = \frac{3}{20}-\frac{1}{20}i
Compact solution

Let z=6+2iz=6+2i. For z=6+2iz=6+2i, find z1=1/zz^{-1}=1/z. Write the reciprocal and use the conjugate 62i6-2i.

z1=16+2i=16+2i62i62i62i62i=1=62i(6+2i)(62i)\begin{aligned}z^{-1} &= \frac{1}{6+2i} \\ &= \frac{1}{6+2i}\cdot\frac{6-2i}{6-2i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\frac{6-2i}{6-2i}=1$}} \\ &= \frac{6-2i}{(6+2i)(6-2i)}\end{aligned}

Multiply the conjugate pair using the difference of squares.

(6+2i)(62i)=62(2i)2(a+b)(ab)=a2b2=364i2=364(1)i2=1=36+4=40\begin{aligned}(6+2i)(6-2i) &= 6^2-(2i)^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)(a-b)=a^2-b^2$}} \\ &= 36-4i^2 \\ &= 36-4(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 36+4 \\ &= 40\end{aligned}

Substitute the numerator and denominator, then simplify to rectangular form.

z1=62i40=2(3i)2(20)cancel the common factor 2=3i20=320120i\begin{aligned}z^{-1} &= \frac{6-2i}{40} \\ &= \frac{2(3-i)}{2(20)} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{cancel the common factor }2$}} \\ &= \frac{3-i}{20} \\ &= \frac{3}{20}-\frac{1}{20}i\end{aligned}
Common mistake
Watch outBoth fractions still cancel by 22. Always reduce the fractions before you stop.
(iii)73i7-3i
Solution
  1. The multiplicative inverse is the number you multiply zz by to get 11. It is written z1z^{-1} and equals 1z\frac{1}{z}.
    z1=173iz^{-1} = \frac{1}{7-3i}
  2. The reciprocal is correct; next write it in rectangular form. Multiply the top and the bottom by the conjugate of the bottom. The conjugate of 73i7-3i is 7+3i7+3i.
    z1=173i×7+3i7+3iz^{-1} = \frac{1}{7-3i}\times\frac{7+3i}{7+3i}
  3. Take the denominator first. It is of the form (a+b)(ab)(a+b)(a-b), which is always a2b2a^{2}-b^{2}.
    (73i)(7+3i)=72(3i)2\left(7-3i\right)\left(7+3i\right) = 7^{2}-\left(-3i\right)^{2}
  4. Square each part. Because i2=1i^{2}=-1, the second square is negative, so subtracting it adds.
    (73i)(7+3i)=72+9=58\left(7-3i\right)\left(7+3i\right) = 7^{2}+9 = 58
  5. The numerator is just the conjugate, because the top was 11.
    z1=7+3i58z^{-1} = \frac{7+3i}{58}
  6. Split it into a real part and an imaginary part.
    z1=758+358iz^{-1} = \frac{7}{58}+\frac{3}{58}i
Answer758+358i\frac{7}{58}+\frac{3}{58}i
Compact solution

Let z=73iz=7-3i. For z=73iz=7-3i, find z1=1/zz^{-1}=1/z. Write the reciprocal and use the conjugate 7+3i7+3i.

z1=173i=173i7+3i7+3i7+3i7+3i=1=7+3i(73i)(7+3i)\begin{aligned}z^{-1} &= \frac{1}{7-3i} \\ &= \frac{1}{7-3i}\cdot\frac{7+3i}{7+3i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\frac{7+3i}{7+3i}=1$}} \\ &= \frac{7+3i}{(7-3i)(7+3i)}\end{aligned}

Multiply the conjugate pair using the difference of squares.

(73i)(7+3i)=72(3i)2(a+b)(ab)=a2b2=499i2=499(1)i2=1=49+9=58\begin{aligned}(7-3i)(7+3i) &= 7^2-(3i)^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)(a-b)=a^2-b^2$}} \\ &= 49-9i^2 \\ &= 49-9(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 49+9 \\ &= 58\end{aligned}

Substitute the numerator and denominator, then simplify to rectangular form.

z1=7+3i58=758+358i\begin{aligned}z^{-1} &= \frac{7+3i}{58} \\ &= \frac{7}{58}+\frac{3}{58}i\end{aligned}
(iv)54i\sqrt{5}-4i
Solution
  1. The multiplicative inverse is 1z\frac{1}{z}. The surd 5\sqrt{5} is just an ordinary real number here, so the method does not change.
    z1=154iz^{-1} = \frac{1}{\sqrt{5}-4i}
  2. Multiply the top and the bottom by the conjugate of the bottom, which is 5+4i\sqrt{5}+4i.
    z1=154i×5+4i5+4iz^{-1} = \frac{1}{\sqrt{5}-4i}\times\frac{\sqrt{5}+4i}{\sqrt{5}+4i}
  3. Take the denominator, using (ab)(a+b)=a2b2(a-b)(a+b)=a^{2}-b^{2} with a=5a=\sqrt{5} and b=4ib=4i.
    (54i)(5+4i)=(5)2(4i)2(\sqrt{5}-4i)(\sqrt{5}+4i) = (\sqrt{5})^{2}-(4i)^{2}
  4. Squaring a square root gives back the number inside, so (5)2=5(\sqrt{5})^{2}=5.
    (5)2=5(\sqrt{5})^{2} = 5
  5. For the second square, square both the 44 and the ii, and use i2=1i^{2}=-1.
    (4i)2=16i2=16(4i)^{2} = 16i^{2} = -16
  6. Subtract. Taking away 16-16 is the same as adding 1616.
    (54i)(5+4i)=5+16=21(\sqrt{5}-4i)(\sqrt{5}+4i) = 5+16 = 21
  7. The numerator is the conjugate, because the top was 11.
    z1=5+4i21z^{-1} = \frac{\sqrt{5}+4i}{21}
  8. Split into a real part and an imaginary part. The surd stays as it is, because 55 is not a perfect square.
    z1=521+421iz^{-1} = \frac{\sqrt{5}}{21}+\frac{4}{21}i
Answer521+421i\dfrac{\sqrt{5}}{21}+\dfrac{4}{21}i
Compact solution

Let z=54iz=\sqrt{5}-4i. Use the conjugate 5+4i\sqrt5+4i to make the denominator real.

z1=154i=154i5+4i5+4i=5+4i(54i)(5+4i)\begin{aligned}z^{-1} &= \frac1{\sqrt5-4i} \\ &= \frac1{\sqrt5-4i}\cdot\frac{\sqrt5+4i}{\sqrt5+4i} \\ &= \frac{\sqrt5+4i}{(\sqrt5-4i)(\sqrt5+4i)}\end{aligned}

Calculate the denominator first.

(54i)(5+4i)=(5)2(4i)2(ab)(a+b)=a2b2=516i2=516(1)i2=1=5+16=21\begin{aligned}(\sqrt5-4i)(\sqrt5+4i) &= (\sqrt5)^2-(4i)^2 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a-b)(a+b)=a^2-b^2$}} \\ &= 5-16i^2 \\ &= 5-16(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^2=-1$}} \\ &= 5+16 \\ &= 21\end{aligned}

Substitute the denominator and separate the two coefficients.

z1=5+4i21=521+421i\begin{aligned}z^{-1} &= \frac{\sqrt5+4i}{21} \\ &= \frac{\sqrt5}{21}+\frac4{21}i\end{aligned}

Question 4

If z1=2+5iz_{1}=2+5i, z2=13iz_{2}=1-3i and z3=2+iz_{3}=2+i, then verify that:

(i)z1+z2=z2+z1z_{1}+z_{2}=z_{2}+z_{1}
Solution
  1. To verify means to work out both sides separately and show they agree. Never assume they are equal. Start with the left side.
    z1+z2=(2+5i)+(13i)z_{1}+z_{2} = (2+5i)+(1-3i)
  2. Add the real parts and the imaginary parts separately.
    z1+z2=(2+1)+(53)i=3+2iz_{1}+z_{2} = (2+1)+(5-3)i = 3+2i
  3. Now the right side, with the two numbers the other way round.
    z2+z1=(13i)+(2+5i)z_{2}+z_{1} = (1-3i)+(2+5i)
  4. Again add the parts separately.
    z2+z1=(1+2)+(3+5)i=3+2iz_{2}+z_{1} = (1+2)+(-3+5)i = 3+2i
  5. Both sides come to the same number, which is what was to be shown. This is the commutative property of addition.
    z1+z2=z2+z1=3+2iz_{1}+z_{2} = z_{2}+z_{1} = 3+2i
AnswerBoth sides give 3+2i3+2i, so the property holds.
Compact solution

Verify by working each side out on its own. The left side first.

z1+z2=(2+5i)+(13i)=(2+1)+(53)i=3+2i\begin{aligned}z_{1}+z_{2} &= (2+5i)+(1-3i) \\ &= (2+1)+(5-3)i \\ &= 3+2i\end{aligned}

Now the right side, with the two numbers the other way round.

z2+z1=(13i)+(2+5i)=(1+2)+(3+5)i=3+2i\begin{aligned}z_{2}+z_{1} &= (1-3i)+(2+5i) \\ &= (1+2)+(-3+5)i \\ &= 3+2i\end{aligned}

Both sides come to the same number, which is the commutative property of addition.

z1+z2=z2+z1=3+2i\begin{aligned}z_{1}+z_{2} &= z_{2}+z_{1} = 3+2i\end{aligned}
(ii)z1z2=z2z1z_{1}z_{2}=z_{2}z_{1}
Solution
  1. Work out the left side first, multiplying the brackets out term by term.
    z1z2=(2+5i)(13i)=26i+5i15i2z_{1}z_{2} = (2+5i)(1-3i) = 2-6i+5i-15i^{2}
  2. Replace i2i^{2} by 1-1. Note 15(1)=+15-15(-1)=+15, because minus times minus gives plus.
    15i2=15-15i^{2} = 15
  3. Collect the real numbers and the ii terms.
    z1z2=(2+15)+(6+5)i=17iz_{1}z_{2} = (2+15)+(-6+5)i = 17-i
  4. Now the right side, with the brackets the other way round.
    z2z1=(13i)(2+5i)=2+5i6i15i2z_{2}z_{1} = (1-3i)(2+5i) = 2+5i-6i-15i^{2}
  5. Again replace i2i^{2} by 1-1.
    15i2=15-15i^{2} = 15
  6. Collect the real numbers and the ii terms separately.
    z2z1=(2+15)+(56)i=17iz_{2}z_{1} = (2+15)+(5-6)i = 17-i
  7. Both sides agree. This is the commutative property of multiplication.
    z1z2=z2z1=17iz_{1}z_{2} = z_{2}z_{1} = 17-i
AnswerBoth sides give 17i17-i, so the property holds.
Compact solution

The left side first, multiplying out term by term.

z1z2=(2+5i)(13i)=26i+5i15i2=2i15(1)i2=1=17i\begin{aligned}z_{1}z_{2} &= (2+5i)(1-3i) \\ &= 2-6i+5i-15i^{2} \\ &= 2-i-15(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= 17-i\end{aligned}

Now the right side, with the brackets the other way round.

z2z1=(13i)(2+5i)=2+5i6i15i2=2i15(1)i2=1=17i\begin{aligned}z_{2}z_{1} &= (1-3i)(2+5i) \\ &= 2+5i-6i-15i^{2} \\ &= 2-i-15(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= 17-i\end{aligned}

Both sides agree, which is the commutative property of multiplication.

z1z2=z2z1=17i\begin{aligned}z_{1}z_{2} &= z_{2}z_{1} = 17-i\end{aligned}
(iii)(z1+z2)+z3=z1+(z2+z3)(z_{1}+z_{2})+z_{3}=z_{1}+(z_{2}+z_{3})
Solution
  1. On the left, the brackets say to add z1z_{1} and z2z_{2} first. Do the inside of the bracket before anything else.
    z1+z2=(2+1)+(53)i=3+2iz_{1}+z_{2} = (2+1)+(5-3)i = 3+2i
  2. Now add z3z_{3} to that result.
    (z1+z2)+z3=(3+2i)+(2+i)=(3+2)+(2+1)i=5+3i(z_{1}+z_{2})+z_{3} = (3+2i)+(2+i) = (3+2)+(2+1)i = 5+3i
  3. On the right, the brackets say to add z2z_{2} and z3z_{3} first instead.
    z2+z3=(1+2)+(3+1)i=32iz_{2}+z_{3} = (1+2)+(-3+1)i = 3-2i
  4. Now add z1z_{1} to that result.
    z1+(z2+z3)=(2+5i)+(32i)=(2+3)+(52)i=5+3iz_{1}+(z_{2}+z_{3}) = (2+5i)+(3-2i) = (2+3)+(5-2)i = 5+3i
  5. Both sides agree, so the grouping made no difference. This is the associative property of addition.
    (z1+z2)+z3=z1+(z2+z3)=5+3i(z_{1}+z_{2})+z_{3} = z_{1}+(z_{2}+z_{3}) = 5+3i
AnswerBoth sides give 5+3i5+3i, so the property holds.
Compact solution

On the left the bracket says to add z1z_{1} and z2z_{2} first.

z1+z2=(2+1)+(53)i=3+2i\begin{aligned}z_{1}+z_{2} &= (2+1)+(5-3)i \\ &= 3+2i\end{aligned}

Then add z3z_{3} to that result.

(z1+z2)+z3=(3+2i)+(2+i)=(3+2)+(2+1)i=5+3i\begin{aligned}(z_{1}+z_{2})+z_{3} &= (3+2i)+(2+i) \\ &= (3+2)+(2+1)i \\ &= 5+3i\end{aligned}

On the right the bracket says to add z2z_{2} and z3z_{3} first instead.

z2+z3=(1+2)+(3+1)i=32i\begin{aligned}z_{2}+z_{3} &= (1+2)+(-3+1)i \\ &= 3-2i\end{aligned}

Then add z1z_{1}.

z1+(z2+z3)=(2+5i)+(32i)=(2+3)+(52)i=5+3i\begin{aligned}z_{1}+(z_{2}+z_{3}) &= (2+5i)+(3-2i) \\ &= (2+3)+(5-2)i \\ &= 5+3i\end{aligned}

The grouping made no difference, which is the associative property of addition.

(z1+z2)+z3=z1+(z2+z3)=5+3i\begin{aligned}(z_{1}+z_{2})+z_{3} &= z_{1}+(z_{2}+z_{3}) = 5+3i\end{aligned}
(iv)(z1z2)z3=z1(z2z3)(z_{1}z_{2})z_{3}=z_{1}(z_{2}z_{3})
Solution
  1. On the left, multiply z1z_{1} and z2z_{2} first. This was found in part (ii).
    z1z2=17iz_{1}z_{2} = 17-i
  2. Now multiply that by z3z_{3}, term by term.
    (z1z2)z3=(17i)(2+i)=34+17i2ii2(z_{1}z_{2})z_{3} = (17-i)(2+i) = 34+17i-2i-i^{2}
  3. Replace i2i^{2} by 1-1. Note i2=(1)=+1-i^{2}=-(-1)=+1.
    i2=1-i^{2} = 1
  4. Collect the real numbers and the ii terms separately.
    (z1z2)z3=(34+1)+(172)i=35+15i(z_{1}z_{2})z_{3} = (34+1)+(17-2)i = 35+15i
  5. On the right, multiply z2z_{2} and z3z_{3} first instead.
    z2z3=(13i)(2+i)=2+i6i3i2z_{2}z_{3} = (1-3i)(2+i) = 2+i-6i-3i^{2}
  6. Replace i2i^{2} by 1-1, so 3i2=+3-3i^{2}=+3, then collect.
    z2z3=(2+3)+(16)i=55iz_{2}z_{3} = (2+3)+(1-6)i = 5-5i
  7. Now multiply z1z_{1} by that result.
    z1(z2z3)=(2+5i)(55i)=1010i+25i25i2z_{1}(z_{2}z_{3}) = (2+5i)(5-5i) = 10-10i+25i-25i^{2}
  8. Replace i2i^{2} by 1-1, so 25i2=+25-25i^{2}=+25, then collect.
    z1(z2z3)=(10+25)+(10+25)i=35+15iz_{1}(z_{2}z_{3}) = (10+25)+(-10+25)i = 35+15i
  9. Both sides agree. This is the associative property of multiplication.
    (z1z2)z3=z1(z2z3)=35+15i(z_{1}z_{2})z_{3} = z_{1}(z_{2}z_{3}) = 35+15i
AnswerBoth sides give 35+15i35+15i, so the property holds.
Compact solution

On the left, multiply z1z_{1} and z2z_{2} first. That product was found in part (ii).

z1z2=17i\begin{aligned}z_{1}z_{2} &= 17-i\end{aligned}

Now multiply that by z3z_{3}.

(z1z2)z3=(17i)(2+i)=34+17i2ii2=34+15i(1)i2=1=35+15i\begin{aligned}(z_{1}z_{2})z_{3} &= (17-i)(2+i) \\ &= 34+17i-2i-i^{2} \\ &= 34+15i-(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= 35+15i\end{aligned}

On the right, multiply z2z_{2} and z3z_{3} first instead.

z2z3=(13i)(2+i)=2+i6i3i2=25i3(1)i2=1=55i\begin{aligned}z_{2}z_{3} &= (1-3i)(2+i) \\ &= 2+i-6i-3i^{2} \\ &= 2-5i-3(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= 5-5i\end{aligned}

Then multiply z1z_{1} by that.

z1(z2z3)=(2+5i)(55i)=1010i+25i25i2=10+15i25(1)i2=1=35+15i\begin{aligned}z_{1}(z_{2}z_{3}) &= (2+5i)(5-5i) \\ &= 10-10i+25i-25i^{2} \\ &= 10+15i-25(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= 35+15i\end{aligned}

Both sides agree, which is the associative property of multiplication.

(z1z2)z3=z1(z2z3)=35+15i\begin{aligned}(z_{1}z_{2})z_{3} &= z_{1}(z_{2}z_{3}) = 35+15i\end{aligned}
(v)z1+(z1)=(z1)+z1=0z_{1}+(-z_{1})=(-z_{1})+z_{1}=0
Solution
  1. First write down z1-z_{1}. Put a minus in front of the whole number, which changes the sign of both parts.
    z1=(2+5i)=25i-z_{1} = -(2+5i) = -2-5i
  2. Now add them in the first order, part by part.
    z1+(z1)=(2+5i)+(25i)=(22)+(55)iz_{1}+(-z_{1}) = (2+5i)+(-2-5i) = (2-2)+(5-5)i
  3. Each bracket comes to 00, because a number plus its own negative is always 00.
    z1+(z1)=0+0i=0z_{1}+(-z_{1}) = 0+0i = 0
  4. Now the other order.
    (z1)+z1=(25i)+(2+5i)=(2+2)+(5+5)i=0(-z_{1})+z_{1} = (-2-5i)+(2+5i) = (-2+2)+(-5+5)i = 0
  5. Both orders give 00, which is what the additive inverse is defined to do.
    z1+(z1)=(z1)+z1=0z_{1}+(-z_{1}) = (-z_{1})+z_{1} = 0
AnswerBoth orders give 00, so z1-z_{1} is the additive inverse of z1z_{1}.
Compact solution

First write z1-z_{1}, which changes the sign of both parts.

z1=(2+5i)=25i\begin{aligned}-z_{1} &= -(2+5i) \\ &= -2-5i\end{aligned}

Add them in the first order, part by part.

z1+(z1)=(2+5i)+(25i)=(22)+(55)i=0\begin{aligned}z_{1}+(-z_{1}) &= (2+5i)+(-2-5i) \\ &= (2-2)+(5-5)i \\ &= 0\end{aligned}

Now the other order.

(z1)+z1=(25i)+(2+5i)=(2+2)+(5+5)i=0\begin{aligned}(-z_{1})+z_{1} &= (-2-5i)+(2+5i) \\ &= (-2+2)+(-5+5)i \\ &= 0\end{aligned}

Both orders give 00, which is exactly what an additive inverse is for.

z1+(z1)=(z1)+z1=0\begin{aligned}z_{1}+(-z_{1}) &= (-z_{1})+z_{1} = 0\end{aligned}

Question 5

If (1+i)22i=x+iy\frac{(1+i)^{2}}{2-i}=x+iy, find the values of xx and yy. Assume xx and yy are real.

Solution
  1. Deal with the numerator first, because it has a power on a bracket. Use the identity (a+b)2=a2+2ab+b2(a+b)^{2}=a^{2}+2ab+b^{2} with a=1a=1 and b=ib=i.
    (1+i)2=12+2(1)(i)+i2(1+i)^{2} = 1^{2}+2(1)(i)+i^{2}
  2. Work out each of the three terms.
    12=1,2(1)(i)=2i,i2=11^{2} = 1, \quad 2(1)(i) = 2i, \quad i^{2} = -1
  3. Put them together and collect the real numbers.
    (1+i)2=1+2i1=2i(1+i)^{2} = 1+2i-1 = 2i
  4. So the whole expression becomes this.
    (1+i)22i=2i2i\frac{(1+i)^{2}}{2-i} = \frac{2i}{2-i}
  5. There is an ii in the denominator. Multiply the top and the bottom by the conjugate of the bottom, which is 2+i2+i.
    2i2i=2i2i×2+i2+i\frac{2i}{2-i} = \frac{2i}{2-i}\times\frac{2+i}{2+i}
  6. Take the denominator, using (ab)(a+b)=a2b2(a-b)(a+b)=a^{2}-b^{2}.
    (2i)(2+i)=22i2=4(1)=5(2-i)(2+i) = 2^{2}-i^{2} = 4-(-1) = 5
  7. Now the numerator.
    2i(2+i)=4i+2i22i(2+i) = 4i+2i^{2}
  8. Replace i2i^{2} by 1-1, so 2i2=22i^{2}=-2.
    2i(2+i)=2+4i2i(2+i) = -2+4i
  9. Put the numerator over the denominator.
    (1+i)22i=2+4i5\frac{(1+i)^{2}}{2-i} = \frac{-2+4i}{5}
  10. Split it into a real part and an imaginary part, which is the form x+iyx+iy.
    (1+i)22i=25+45i\frac{(1+i)^{2}}{2-i} = -\frac{2}{5}+\frac{4}{5}i
  11. Two complex numbers are equal only when their real parts match and their imaginary parts match. Compare with x+iyx+iy.
    x=25,y=45x = -\frac{2}{5}, \qquad y = \frac{4}{5}
Answerx=25x=-\dfrac{2}{5} and y=45y=\dfrac{4}{5}
Compact solution

Deal with the numerator first, because it carries a power on a bracket.

(1+i)2=12+2(1)(i)+i2(a+b)2=a2+2ab+b2=1+2i+(1)i2=1=2i\begin{aligned}(1+i)^{2} &= 1^{2}+2(1)(i)+i^{2} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a+b)^{2}=a^{2}+2ab+b^{2}$}} \\ &= 1+2i+(-1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= 2i\end{aligned}

So the whole expression is a single fraction. Clear the ii with the conjugate 2+i2+i.

(1+i)22i=2i2i=2i2i×2+i2+imultiply by 2+i2+i=1=4i+2i222i2(ab)(a+b)=a2b2=4i24+1i2=1=2+4i5=25+45i\begin{aligned}\frac{(1+i)^{2}}{2-i} &= \frac{2i}{2-i} \\ &= \frac{2i}{2-i}\times\frac{2+i}{2+i} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{multiply by }\frac{2+i}{2+i}=1$}} \\ &= \frac{4i+2i^{2}}{2^{2}-i^{2}} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$(a-b)(a+b)=a^{2}-b^{2}$}} \\ &= \frac{4i-2}{4+1} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= \frac{-2+4i}{5} \\ &= -\frac{2}{5}+\frac{4}{5}i\end{aligned}

Comparing that with x+iyx+iy, part for part:

x=25,y=45\begin{aligned}x &= -\frac{2}{5}, \qquad y = \frac{4}{5}\end{aligned}
Common mistake
Watch outDo not write (1+i)2=12+i2(1+i)^{2}=1^{2}+i^{2}. Squaring a bracket is never done term by term. The middle term 2ab2ab is what makes this question work out to 2i2i.

Question 6

If (2x+iy)(1i)=4+2i(2x+iy)(1-i)=4+2i, find the values of xx and yy. Assume xx and yy are real.

Solution
  1. The left side is not yet split into a real part and an imaginary part, so multiply the brackets out first, term by term.
    (2x+iy)(1i)=2x(1)+2x(i)+iy(1)+iy(i)(2x+iy)(1-i) = 2x(1)+2x(-i)+iy(1)+iy(-i)
  2. Work out the first three products.
    2x(1)=2x,2x(i)=2xi,iy(1)=iy2x(1) = 2x, \quad 2x(-i) = -2xi, \quad iy(1) = iy
  3. Now the fourth. Plus times minus gives minus, so this term is i2y-i^{2}y.
    iy(i)=i2yiy(-i) = -i^{2}y
  4. Replace i2i^{2} by 1-1. A minus in front of a minus gives a plus, so this term becomes +y+y, with no ii on it.
    i2y=(1)y=y-i^{2}y = -(-1)y = y
  5. Put the four terms together.
    (2x+iy)(1i)=2x2xi+iy+y(2x+iy)(1-i) = 2x-2xi+iy+y
  6. Gather the terms with no ii, and take ii out of the other two as a common factor.
    (2x+y)+(y2x)i=4+2i(2x+y)+(y-2x)i = 4+2i
  7. Two complex numbers are equal only when their real parts match and their imaginary parts match. Compare the real parts and label the equation.
    2x+y=4(1)2x+y = 4 \qquad \cdots(1)
  8. Now compare the imaginary parts.
    y2x=2(2)y-2x = 2 \qquad \cdots(2)
  9. Add equation (1)(1) to equation (2)(2), left side to left side and right side to right side. We choose to add because the xx terms are opposites and will disappear.
    (2x+y)+(y2x)=4+2(2x+y)+(y-2x) = 4+2
  10. On the left, 2x2x and 2x-2x cancel, and y+y=2yy+y=2y. On the right, 4+2=64+2=6.
    2y=62y = 6
  11. Divide both sides by 22.
    y=3y = 3
  12. Put y=3y=3 back into equation (1)(1).
    2x+3=42x+3 = 4
  13. Take 33 from both sides.
    2x=12x = 1
  14. Divide both sides by 22.
    x=12x = \frac{1}{2}
Answerx=12x=\dfrac{1}{2} and y=3y=3
Compact solution

Multiply out and regroup so the left side is in the form (real)+(real)i(\text{real})+(\text{real})i.

(2x+iy)(1i)=2x(1)+2x(i)+iy(1)+iy(i)=2x2xi+iyi2y=2x2xi+iy+yi2=1=(2x+y)+(y2x)itaking i out as a common factor\begin{aligned}(2x+iy)(1-i) &= 2x(1)+2x(-i)+iy(1)+iy(-i) \\ &= 2x-2xi+iy-i^{2}y \\ &= 2x-2xi+iy+y && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= (2x+y)+(y-2x)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{taking $i$ out as a common factor}$}}\end{aligned}

Comparing the real and imaginary parts gives two equations.

2x+y=4(1)real partsy2x=2(2)imaginary parts\begin{aligned}2x+y &= 4\qquad\cdots(1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{real parts}$}} \\ y-2x &= 2\qquad\cdots(2) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{imaginary parts}$}}\end{aligned}

The xx terms are opposites, so adding the two equations removes xx at once.

(2x+y)+(y2x)=4+22y=6the x terms cancel2y2=62divide both sides by 2y=3\begin{aligned}(2x+y)+(y-2x) &= 4+2 \\ 2y &= 6 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{the $x$ terms cancel}$}} \\ \frac{2y}{2} &= \frac62 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{divide both sides by $2$}$}} \\ y &= 3\end{aligned}

Put that value back into equation (1)(1).

2x+3=42x=1take 3 from both sides2x2=12divide both sides by 2x=12\begin{aligned}2x+3 &= 4 \\ 2x &= 1 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{take $3$ from both sides}$}} \\ \frac{2x}{2} &= \frac12 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{divide both sides by $2$}$}} \\ x &= \frac12\end{aligned}
Check
Check the answer
(2(12)+3i)(1i)=(1+3i)(1i)=1i+3i3i2=1+2i+3=4+2i\begin{aligned}\left(2\left(\tfrac{1}{2}\right)+3i\right)(1-i) &= (1+3i)(1-i) \\ &= 1-i+3i-3i^{2} \\ &= 1+2i+3 \\ &= 4+2i \quad \checkmark\end{aligned}
Substituting both values into the left side gives the right side exactly.

Question 7

Find the values of aa and bb, if (a+bi)(1+3i)=8+11i(a+bi)(1+3i)=-8+11i. Assume aa and bb are real.

Solution
  1. Multiply the brackets out first, term by term.
    (a+bi)(1+3i)=a(1)+a(3i)+bi(1)+bi(3i)(a+bi)(1+3i) = a(1)+a(3i)+bi(1)+bi(3i)
  2. Work out the first three products.
    a(1)=a,a(3i)=3ai,bi(1)=bia(1) = a, \quad a(3i) = 3ai, \quad bi(1) = bi
  3. Now the fourth. It carries i2i^{2}.
    bi(3i)=3bi2bi(3i) = 3bi^{2}
  4. Replace i2i^{2} by 1-1, so this term becomes 3b-3b, a real number with no ii on it.
    3bi2=3b3bi^{2} = -3b
  5. Put the four terms together.
    (a+bi)(1+3i)=a+3ai+bi3b(a+bi)(1+3i) = a+3ai+bi-3b
  6. Gather the terms with no ii, and take ii out of the other two.
    (a3b)+(3a+b)i=8+11i(a-3b)+(3a+b)i = -8+11i
  7. Two complex numbers are equal only when both parts match. Compare the real parts.
    a3b=8(1)a-3b = -8 \qquad \cdots(1)
  8. Now compare the imaginary parts.
    3a+b=11(2)3a+b = 11 \qquad \cdots(2)
  9. To eliminate aa, multiply equation (1)(1) by 33, so that both equations have 3a3a.
    3a9b=24(3)3a-9b = -24 \qquad \cdots(3)
  10. Now subtract equation (3)(3) from equation (2)(2), so the 3a3a terms cancel.
    (3a+b)(3a9b)=11(24)(3a+b)-(3a-9b) = 11-(-24)
  11. On the left, 3a3a=03a-3a=0, and b(9b)=b+9b=10bb-(-9b)=b+9b=10b. On the right, subtracting 24-24 is the same as adding 2424.
    10b=3510b = 35
  12. Divide both sides by 1010, then cancel the common factor 55.
    b=3510=72b = \frac{35}{10} = \frac{7}{2}
  13. Put b=72b=\frac{7}{2} back into equation (2)(2).
    3a+72=113a+\frac{7}{2} = 11
  14. Take 72\frac{7}{2} from both sides. Write 1111 as 222\frac{22}{2} so the fractions have the same bottom number.
    3a=22272=1523a = \frac{22}{2}-\frac{7}{2} = \frac{15}{2}
  15. Divide both sides by 33.
    a=156=52a = \frac{15}{6} = \frac{5}{2}
Answera=52a=\dfrac{5}{2} and b=72b=\dfrac{7}{2}
Compact solution

Multiply out and regroup into a real part and an imaginary part.

(a+bi)(1+3i)=a(1)+a(3i)+bi(1)+bi(3i)=a+3ai+bi+3bi2=a+3ai+bi3bi2=1=(a3b)+(3a+b)itaking i out as a common factor\begin{aligned}(a+bi)(1+3i) &= a(1)+a(3i)+bi(1)+bi(3i) \\ &= a+3ai+bi+3bi^{2} \\ &= a+3ai+bi-3b && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$i^{2}=-1$}} \\ &= (a-3b)+(3a+b)i && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{taking $i$ out as a common factor}$}}\end{aligned}

Comparing the two parts gives a pair of equations.

a3b=8(1)real parts3a+b=11(2)imaginary parts\begin{aligned}a-3b &= -8\qquad\cdots(1) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{real parts}$}} \\ 3a+b &= 11\qquad\cdots(2) && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{imaginary parts}$}}\end{aligned}

Multiply equation (1)(1) by 33, so that both equations carry 3a3a.

3a9b=24(3)\begin{aligned}3a-9b &= -24 \qquad\cdots(3)\end{aligned}

Subtract (3)(3) from (2)(2), so the 3a3a terms cancel.

(3a+b)(3a9b)=11(24)10b=35b=3510divide both sides by 10=72cancel the common factor 5\begin{aligned}(3a+b)-(3a-9b) &= 11-(-24) \\ 10b &= 35 \\ b &= \frac{35}{10} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{divide both sides by }10$}} \\ &= \frac72 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{cancel the common factor }5$}}\end{aligned}

Put that value back into equation (2)(2).

3a+72=113a=22272write 11 as 222=152a=152÷3divide both sides by 3=156=52cancel the common factor 3\begin{aligned}3a+\frac{7}{2} &= 11 \\ 3a &= \frac{22}{2}-\frac{7}{2} && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{write $11$ as $\frac{22}{2}$}$}} \\ &= \frac{15}{2} \\ a &= \frac{15}{2}\div3 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{divide both sides by }3$}} \\ &= \frac{15}{6} \\ &= \frac52 && \fcolorbox{#9BB0DE}{transparent}{\small\textcolor{#4F6FAE}{$\text{cancel the common factor }3$}}\end{aligned}
Check
Check the answer
(52+72i)(1+3i)=52+152i+72i+212i2=(52212)+(152+72)i=8+11i\begin{aligned}\left(\tfrac{5}{2}+\tfrac{7}{2}i\right)(1+3i) &= \tfrac{5}{2}+\tfrac{15}{2}i+\tfrac{7}{2}i+\tfrac{21}{2}i^{2} \\ &= \left(\tfrac{5}{2}-\tfrac{21}{2}\right)+\left(\tfrac{15}{2}+\tfrac{7}{2}\right)i \\ &= -8+11i \quad \checkmark\end{aligned}
Substituting both values reproduces the right-hand side exactly.