Fatskills
Practice. Master. Repeat.
Study Guide: K-12 Math (US): 9-12 Number & Operations K-12 Math Complex Numbers i as sqrt-1
Source: https://www.fatskills.com/basic-mathematics/chapter/9-12-number-operations-k-12-math-complex-numbers-i-as-sqrt-1

K-12 Math (US): 9-12 Number & Operations K-12 Math Complex Numbers i as sqrt-1

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

Study Guide: Complex Numbers — i as √(−1)

Grade 9–12 | Math | Number & Operations


1. The Driving Question

You’ve spent years learning that you can’t take the square root of a negative number—it’s "undefined." But what if that’s not the whole story? What if there’s a hidden number system where √(−1) does exist, and it’s not just a math trick but a tool that engineers use to design phones, physicists use to model quantum waves, and even artists use to create fractal art? How does inventing a number that "shouldn’t exist" actually make math more useful, not less?


2. The Core Idea — Built, Not Listed

Imagine you’re playing a video game where you can only move left/right and up/down on a flat screen. One day, the game glitches, and suddenly you can also move forward/backward—into a third dimension. The rules of the game don’t break; they just expand. Complex numbers are like that third dimension for math.

Start with the number line you know: positive numbers to the right, negatives to the left, zero in the middle. Now, imagine a second number line sticking straight up and down through zero—this is the imaginary axis, where the unit is i (√(−1)). Every complex number is a point on this 2D plane, like coordinates on a map. For example, the number 3 + 4i is 3 steps right and 4 steps up from zero. This isn’t just abstract: electrical engineers use this "map" to analyze AC circuits, where i represents a 90-degree phase shift in voltage.

Key Vocabulary:
- Imaginary unit (i)
Definition: The number whose square is −1; defined as i = √(−1).
Example: If you rotate a vector 90 degrees counterclockwise in a plane, multiplying by i does the same thing mathematically.
College shift: In abstract algebra, i is one root of the polynomial x² + 1 = 0, but other "imaginary" units exist in higher dimensions (e.g., quaternions).


  • Complex number
    Definition: A number of the form a + bi, where a and b are real numbers, and i is the imaginary unit.
    Example: The impedance of a circuit with resistance 3 ohms and reactance 4 ohms is 3 + 4i ohms.
    College shift: Complex numbers form a field, meaning they support addition, subtraction, multiplication, and division (except by zero), just like real numbers.

  • Complex plane (Argand plane)
    Definition: A 2D graph where the x-axis represents the real part of a complex number and the y-axis represents the imaginary part.
    Example: The number −2 + i is plotted 2 units left and 1 unit up from the origin.
    College shift: In complex analysis, functions like f(z) = z² transform the plane in ways that model fluid flow or electromagnetic fields.

  • Complex conjugate
    Definition: For a complex number a + bi, its conjugate is a − bi.
    Example: The conjugate of 5 − 3i is 5 + 3i; multiplying them gives 25 + 9 = 34, a real number.
    College shift: Conjugates are used to define the modulus (distance from zero) and to simplify division of complex numbers.


3. Assessment Translation

How this appears on assessments:
- SAT/ACT: Rare, but may appear as a grid-in or multiple-choice question testing basic operations (e.g., "What is (3 + 2i)(1 − i)?").
- AP Precalculus/Calculus BC: Free-response questions often ask students to: - Plot complex numbers on the complex plane.
- Solve quadratic equations with complex roots (e.g., x² + 4x + 5 = 0).
- Use Euler’s formula (e^(iθ) = cosθ + i sinθ) to convert between polar and rectangular form.
- State standardized tests (e.g., Regents, STAAR): Multiple-choice questions focus on: - Identifying real/imaginary parts.
- Simplifying powers of i (e.g., i²⁵ = i because i cycles every 4 powers).
- Distractors often include sign errors (e.g., i² = 1 instead of −1) or misapplying the conjugate.

What a proficient response looks like:
Prompt: Solve x² − 6x + 13 = 0 and express the roots in a + bi form. Plot the roots on the complex plane.
Model response: 1. Use the quadratic formula: x = [6 ± √(36 − 52)] / 2 = [6 ± √(−16)] / 2.
2. Simplify √(−16) to 4i.
3. Roots: 3 + 2i and 3 − 2i.
4. Plot: Points at (3, 2) and (3, −2) on the complex plane.

What teachers look for:
- Proficient: Correctly applies the quadratic formula, simplifies √(−1) to i, and plots roots accurately.
- Developing: May forget to include i in the roots, miscalculate the discriminant, or plot only one root.
- Advanced: Explains why the roots are conjugates or connects the plot to the parabola’s symmetry.


4. Mistake Taxonomy

Mistake 1: Misapplying the powers of i
Prompt: Simplify i³⁷.
Common wrong answer: i³⁷ = i⁷ = i³ = −i (stops too early).
Why it loses credit: The student doesn’t reduce the exponent modulo 4 fully. i cycles every 4 powers (i¹ = i, i² = −1, i³ = −i, i⁴ = 1), so 37 ÷ 4 = 9 with remainder 1, meaning i³⁷ = i¹ = i.
Correct approach: 1. Divide the exponent by 4: 37 ÷ 4 = 9 remainder 1.
2. i³⁷ = i¹ = i.

Mistake 2: Sign errors in conjugates
Prompt: Find the product of 2 + 5i and its conjugate.
Common wrong answer: (2 + 5i)(2 − 5i) = 4 − 10i + 10i − 25i² = 4 − 25i² = 4 + 25 = 29 (correct answer, but the student writes 4 − 25 = −21 mid-calculation).
Why it loses credit: The student forgets that i² = −1 and misapplies the sign, leading to an arithmetic error.
Correct approach: 1. Multiply: (2 + 5i)(2 − 5i) = 4 − 10i + 10i − 25i².
2. Simplify: 4 − 25(−1) = 4 + 25 = 29.

Mistake 3: Misinterpreting the complex plane
Prompt: Plot the complex number −4 − i on the complex plane.
Common wrong answer: Plots the point at (−4, 1) (flips the sign of the imaginary part).
Why it loses credit: The student confuses the sign of the imaginary component, treating −i as +i.
Correct approach: 1. Real part (−4) → x-coordinate.
2. Imaginary part (−1) → y-coordinate.
3. Plot at (−4, −1).


5. Connection Layer

  • Within math: Complex numbers → polynomial roots — The Fundamental Theorem of Algebra states that every non-constant polynomial has roots in the complex numbers, even if they’re not real. This means x² + 1 = 0 has solutions (i and −i), whereas in real numbers, it has none.
  • Across subjects: Complex numbers → electrical engineering — AC circuits use a + bi to represent impedance, where a is resistance and b is reactance. The i accounts for the 90-degree phase shift between voltage and current, which is invisible in real-number models.
  • Outside school: Complex numbers → fractal art — The Mandelbrot set is generated by iterating the function zₙ₊₁ = zₙ² + c, where z and c are complex numbers. The boundary of the set creates infinitely detailed, self-similar patterns used in digital art and animation.


6. The Stretch Question

If i is the square root of −1, what’s the square root of i? Can you find two distinct complex numbers that satisfy z² = i? How would you plot them on the complex plane?

Pointer toward the answer: Start by assuming z = a + bi and solve (a + bi)² = i. Expand to a² − b² + 2abi = 0 + 1i, then set the real and imaginary parts equal: 1. a² − b² = 0 (real part).
2. 2ab = 1 (imaginary part).
From the first equation, a = ±b. Substitute into the second equation to find a and b. The solutions are z = √(1/2) + √(1/2)i and z = −√(1/2) − √(1/2)i. Plotting these, you’ll see they’re 45 degrees from the real axis—rotating i by half its angle (90° → 45°). This hints at a deeper pattern: roots of complex numbers involve both scaling and rotation.



ADVERTISEMENT