ACT Math – Complex Numbers

ACT Math – Complex Numbers

I. The Basics

You’ve probably learned in algebra class that you can’t take the square root of a negative number because the result is not a real number. Instead, the result is what’s called an imaginary number.

The square root of negative 1 ([latex]\sqrt{-1}[/latex]) is represented by the imaginary number i.

Here are some multiples of i that are commonly seen in problems involving complex numbers:

[latex]i=\sqrt{-1}[/latex]

[latex]\newline[/latex]

[latex]i^2=i\cdot{i} = \sqrt{-1}\cdot\sqrt{-1}=(\sqrt{-1})^2 = -1[/latex]

[latex]\newline[/latex]

[latex]i^3=i\cdot{i}\cdot{i} = \sqrt{-1}\cdot\sqrt{-1}\cdot\sqrt{-1}=-1\cdot\sqrt{-1} = -i[/latex]

[latex]\newline[/latex]

[latex]i^4=i\cdot{i}\cdot{i}\cdot{i} = \sqrt{-1}\cdot\sqrt{-1}\cdot\sqrt{-1}\cdot\sqrt{-1}=-1\cdot{-1} = 1[/latex]

…and so on.

A complex number is a number that has both a real part and an imaginary part, and is often written in the form a+bi, where a and b are real numbers (for example, 3+4i and 5-6i are complex numbers).

II. Applying Your Knowledge

Just like real numbers, complex numbers can be added, subtracted, multiplied, and divided. Here is an example of each.

Example 1 (Addition): [latex](4+10i)+(2-3i)[/latex]

Combine like terms: [latex]4+2+10i-3i = \fbox{6+7i}[/latex]

Example 2 (Subtraction): [latex](4+10i)-(2-3i)[/latex]

Distribute the minus sign through the second term: [latex]4+10i-2+3i[/latex]

Combine like terms: [latex]4-2+10i+3i=\fbox{2+13i}[/latex]

Example 3 (Multiplication): [latex](4+10i)(2-3i)[/latex]

Multiply the terms: [latex]8-12i+20i-30i^2[/latex]

Remember [latex]i^2=-1: 8-12i+20i-30(-1)=8-12i+20i+30[/latex]

Combine like terms: [latex]8+30-12i+20i=\fbox{38+8i}[/latex]

Example 4 (Division): [latex]\mbox{$\frac {4+10i}{2-3i}$}[/latex]

Multiply the numerator and denominator by the complex conjugate of the denominator: 2+3i. The complex conjugate is the same complex number but with the opposite sign in front of the imaginary number (Ex: 2-3i and 2+3i, 5+6i and 5-6i, etc.).

= [latex]\mbox{$\frac {4+10i}{2-3i}$}\cdot\mbox{$\frac{2+3i}{2+3i}$}[/latex]

Multiply the terms in the numerator and the terms in the denominator:

= [latex]\mbox{$\frac {8+12i+20i+30i^2}{4+6i-6i-9i^2}$}[/latex]

Simplify and remember [latex]i^2=-1[/latex]:

= [latex]\mbox{$\frac {8+32i+30(-1)}{4-9(-1)}$}=\mbox{$\frac {8+32i-30}{4+9}$}=\fbox{$\frac {-22+32i}{13}$}[/latex]