









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A quick guide to understanding complex numbers: learn the basics, practice operations, and see how they work visually. Perfect for quick revision before exams.
Typology: Summaries
1 / 15
This page cannot be seen from the preview
Don't miss anything!










This note covering complex number operations was created from the Complex Numbers
Understand how to plot complex numbers in the standard form and compute their absolute values. Master simplification of roots with negative numbers and the cyclical pattern of powers of i. Learn the rules for adding, subtracting, multiplying, and dividing complex numbers, including the use of conjugates. Apply complex number concepts to solve quadratic equations and reconstruct polynomials from given roots.
A complex number in standard form is written as $a + bi$, where: $a$ = real part (plotted on the horizontal axis) $bi$ = imaginary part (plotted on the vertical axis) Definition: The real axis is the horizontal $x$-axis, and the imaginary axis is the vertical $y$-axis.
Step Action Result 1 Move 3 units right on real axis $x = 3$ 2 Move 4 units up on imaginary axis $y = 4$ 3 Plot the point $(3, 4)$ in complex plane
📏 Absolute Value of Complex Numbers Definition: The absolute value (or modulus) of $a + bi$ represents the distance from the origin to the point in the complex plane. $\text{Absolute value} = |a + bi| = \sqrt{a^2 + b^2}$ This is equivalent to the hypotenuse of the right triangle formed by $a$ and $b$.
🔢 Simplifying Square Roots of Negative Numbers Key Principle: $\sqrt{-1} = i$, so any negative under an even root produces an imaginary number. Complex Number Calculation Absolute Value $3 + 4i$ $\sqrt{3^2 + 4^2} = \sqrt{
$-5 + 12i$ $\sqrt{(-5)^2 + 12^2} = \sqrt{25 + 144} = \sqrt{169}$
$8 - 15i$ $\sqrt{8^2 + (-15)^2} = \sqrt{64 + 225} = \sqrt{289}$
Triangle Sides Check 3-4-5 $3^2 + 4^2 = 5^2$ (^) $9 + 16 = 25$ ✓ 5-12-13 $5^2 + 12^2 = 13^2$ $25 + 144 = 169$ ✓ 8-15-17 $8^2 + 15^2 = 17^2$ (^) $64 + 225 = 289$ ✓ 7-24-25 $7^2 + 24^2 = 25^2$ $49 + 576 = 625$ ✓
Pattern: The powers of $i$ cycle every 4. After $i^4$, the pattern repeats: $i^5 = i$, $i^6 = -1$, etc.
Method: Break the exponent into a multiple of 4 plus remainder.
To find $i^n$ when $n$ is large:
Critical: Distribute the negative sign to all terms in the second parentheses!
Problem Real Parts Imaginary Parts Result $(5 + 2i) + (3 + 7i)$ $5 + 3 = 8$ $2i + 7i = 9i$ $8 + 9i$ $(7 + 3i) + (6 + 5i)$ $7 + 6 = 13$ $3i + 5i = 8i$ $13 + 8i$ Problem After Distribution Real Parts Imaginary Parts Result $(4 + 8i) - (3 - 5i)$ $4 + 8i - 3 + 5i$ $4 - 3 = 1$ $8i + 5i = 13i$ $1 + 13i$ $7(4 + 3i) - 5(
More FOIL Examples:
Definition: The conjugate of $a + bi$ is $a - bi$. The real parts are identical; the imaginary parts have opposite signs. Key Property: When you multiply a complex number by its conjugate, the result is always a real number (the imaginary terms cancel). Full FOIL Verification for $(3 + 4i)(3 - 4i)$: Step First Outer Inner Last Multiply $5 \times 4 = 20$ $5 \times 7i = 35i$ $3i \times 4 = 12i$ $3i \times 7i = 21i^2$ Combine $20 + 35i + 12i
$5 - 2i$ $5 + 2i$ $5^2 + 2^2 = 25 + 4$
The middle terms $-12i + 12i = 0$ cancel, leaving $9 + 16 = 25$. ➗ Dividing Complex Numbers
Rule: To divide complex numbers, multiply numerator and denominator by the conjugate of the denominator. Example: $\frac{4 + 3i}{5 - 2i}$
Term Calculation First $3 \times 3 = 9$ Outer $3 \times (-4i) = -12i$ Inner $4i \times 3 = 12i$ Last $4i \times (-4i) = -16i^2 = +16$ Step Action Result 1 Multiply by conjugate $\frac{5 + 2i}{5 + 2i}$ $\frac{(4 + 3i)(5 + 2i)}{(5 - 2i)(5 + 2i)}$ 2 FOIL numerator $20 + 8i + 15i + 6i^2 = 20 + 23i - 6 = 14 + 23i$ 3 Multiply denominator (conjugate shortcut)
4 Combine $\frac{14 + 23i}{29}$ 5 Standard form $\frac{14}{29} + \frac{23} {29}i$ Problem Work Result $\frac{8}{6 + i}$ $\frac{8(6-i)}{(6+i)(6-i)} = \frac{48-8i}{36+1} = $\frac{48}{37} - \frac{8} {37}i$
Key Rule: Multiplication/division inside: distribute the exponent Addition/subtraction inside: FOIL — you cannot distribute! 🔢 Solving Quadratic Equations with Complex Solutions
Key Formulas: For a quadratic equation $ax^2 + bx + c = 0$: Sum of roots = $-\frac{b}{a}$ Product of roots = $\frac{c}{a}$
Sum of roots: $-\frac{0}{1} = 0$ Product of roots: $\frac{36}{1} = 36$ Verification by factoring: $x^2 + 36 = (x + 6i)(x - 6i) = 0$ Roots: $x = 6i$ and $x = -6i$ Sum: $6i + (-6i) = 0$ ✓ Product: $(6i)(-6i) = -36i^2 = -36(-1) = 36$ ✓ \times 49i^2 = 441(-1)$ $(3 + 7i)^2$ Binomial squared FOIL or $(a+b)^2 = a^2 + 2ab + b^2$: $9 + 42i + 49i^2 = 9
Solving with quadratic formula: $x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(1)(29)}}{2(1)} = \frac{4 \pm \sqrt{16 - 116}}{2} = \frac{4 \pm \sqrt{-100}}{2}$ $\sqrt{-100} = 10i, \text{ so: } x = \frac{4 \pm 10i}{2} = \frac{4}{2} \pm \frac{10i}{2} = 2 \pm 5i$ Solutions: $x = 2 + 5i$ and $x = 2 - 5i$ Verification: Sum: $(2 + 5i) + (2 - 5i) = 4$ ✓ Product: $(2 + 5i)(2 - 5i) = 4 - 25i^2 = 4 + 25 = 29$ ✓ 🔄 Working Backwards: Finding Equations from Solutions
Given solution: $x = 3i$ Key Insight: Imaginary solutions always come in conjugate pairs. If $3i$ is a solution, then $-3i$ is also a solution. Using Formulas Value Sum of roots $-\frac{-4}{1} = 4$ Product of roots $\frac{29}{1} = 29$ Step Action Result 1 Write factored form $(x - 3i)(x + 3i) = 0$ 2 Multiply (conjugate shortcut) $x^2 - (3i)^2 = x^2 - 9i^2$ 3 Simplify $i^2 = -1$ $x^2 - 9(-1) = x^2 + 9$
Canceling terms: $3xi - 3xi = 0$ and $-12i + 12i = 0$ Remaining: $x^2 - 8x + 16 - 9i^2 = x^2 - 8x + 16 + 9 = x^2 - 8x + 25$ Method 2: Shortcut (Recommended) Recognize the pattern: $(x - 4 - 3i)(x - 4 + 3i) = [(x-4) - 3i][(x-4) + 3i]$ This is $(a - b)(a + b) = a^2 - b^2$ where $a = (x-4)$ and $b = 3i$
Final equation: $x^2 - 10x + 29 = 0$ 🔍 Solving Equations with Radicals and Complex Numbers
Key Insight: The conjugate solution is $\sqrt{7} - 3i$ (change the sign of the imaginary part only). Factored form: $[x - (\sqrt{7} + 3i)][x - (\sqrt{7} - 3i)] = 0$ Last $(-3i) \cdot (3i) = -9i^2$ Step Calculation $(x-4)^2$ $x^2 - 8x + 16$ $-(3i)^2$ $-9i^2 = +9$ Final $x^2 - 8x + 25$ Shortcut Method Work Pattern $(x - 5)^2 - (2i)^2$ Expand $x^2 - 10x + 25 - 4i^2$ Simplify $x^2 - 10x + 25 + 4 = x^2 - 10x + 29$
Rewrite: $(x - \sqrt{7} - 3i)(x - \sqrt{7} + 3i) = 0$ Using the shortcut: $(x - \sqrt{7})^2 - (3i)^2$ 📐 Equating Real and Imaginary Parts
Key Principle: If $a + bi = c + di$, then real parts are equal ($a = c$) and imaginary parts are equal ($b = d$).
Solving for $x$: $6x = 18 \Rightarrow x = \frac{18}{6} = 3$ Solving for $y$: $2i = 12yi \Rightarrow 2 = 12y \Rightarrow y = \frac{2}{12} = \frac{1} {6}$ Solution: $x = 3$ and $y = \frac{1}{6}$
Step Calculation $(x - \sqrt{7})^2$ $x^2 - 2\sqrt{7}x + 7$ $-(3i)^2$ $-9i^2 = +9$ Final $x^2 - 2\sqrt{7}x + 16$ Component Left Side Right Side Equation Real part $6x$ $\mathbb{18}$ $6x = 18$ Imaginary part $2i$ $12yi$ $2i = 12yi$ Component Equation Solution Real parts $3x = 15$ $x = 5$ Imaginary parts $4i = 16yi \Rightarrow 4 = 16y$ $y = \frac{4}{16} = \frac{1} {4}$