Complex Numbers Formula

The Formula

i^2 = -1

When to use: Extending numbers into a second dimension to solve equations like x^2 = -1.

Quick Example

3 + 2i: real part 3, imaginary part 2. |3 + 2i| = \sqrt{9+4} = \sqrt{13} (distance from origin).

Notation

a + bi denotes a complex number with real part a and imaginary part b; \mathbb{C} denotes the set of all complex numbers

What This Formula Means

Numbers of the form a + bi where a, b are real and i = \sqrt{-1}; they extend the real numbers to solve x^2 = -1.

Extending numbers into a second dimension to solve equations like x^2 = -1.

Formal View

\mathbb{C} = \{a + bi : a, b \in \mathbb{R},\; i^2 = -1\} with addition (a+bi)+(c+di) = (a+c)+(b+d)i and multiplication (a+bi)(c+di) = (ac-bd)+(ad+bc)i

Worked Examples

Example 1

easy
Simplify i^2, i^3, and i^4.

Solution

  1. 1
    i^2 = -1 by definition of the imaginary unit.
  2. 2
    i^3 = i^2 \cdot i = (-1) \cdot i = -i.
  3. 3
    i^4 = i^3 \cdot i = (-i) \cdot i = -i^2 = -(-1) = 1.

Answer

i^2 = -1, \quad i^3 = -i, \quad i^4 = 1
The powers of i cycle with period 4: i, -1, -i, 1, i, -1, -i, 1, \ldots Knowing this cycle allows rapid simplification of any power of i by finding the remainder when the exponent is divided by 4.

Example 2

medium
Multiply (3 + 2i)(1 - i) and write the result in standard form a + bi.

Common Mistakes

  • Thinking i^2 = 1 instead of i^2 = -1 โ€” the defining property of the imaginary unit
  • Treating \sqrt{-4} as -\sqrt{4} = -2 instead of 2i โ€” negative under the radical produces an imaginary number
  • Forgetting that i^3 = -i and i^4 = 1 โ€” the powers of i cycle every four steps

Why This Formula Matters

Essential in electrical engineering, quantum physics, and advanced math.

Frequently Asked Questions

What is the Complex Numbers formula?

Numbers of the form a + bi where a, b are real and i = \sqrt{-1}; they extend the real numbers to solve x^2 = -1.

How do you use the Complex Numbers formula?

Extending numbers into a second dimension to solve equations like x^2 = -1.

What do the symbols mean in the Complex Numbers formula?

a + bi denotes a complex number with real part a and imaginary part b; \mathbb{C} denotes the set of all complex numbers

Why is the Complex Numbers formula important in Math?

Essential in electrical engineering, quantum physics, and advanced math.

What do students get wrong about Complex Numbers?

Getting past the name 'imaginary' - they're as real as real numbers.

What should I learn before the Complex Numbers formula?

Before studying the Complex Numbers formula, you should understand: real numbers, quadratic formula.