Complex Numbers Formula

Complex numbers are 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.

The Formula

i2=โˆ’1i^2 = -1

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

Quick Example

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

Notation

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

What This Formula Means

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

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

Formal View

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

Worked Examples

Example 1

easy
Simplify i2i^2, i3i^3, and i4i^4.

Answer

i2=โˆ’1,i3=โˆ’i,i4=1i^2 = -1, \quad i^3 = -i, \quad i^4 = 1

First step

1
i2=โˆ’1i^2 = -1 by definition of the imaginary unit.

Full solution

  1. 2
    i3=i2โ‹…i=(โˆ’1)โ‹…i=โˆ’ii^3 = i^2 \cdot i = (-1) \cdot i = -i.
  2. 3
    i4=i3โ‹…i=(โˆ’i)โ‹…i=โˆ’i2=โˆ’(โˆ’1)=1i^4 = i^3 \cdot i = (-i) \cdot i = -i^2 = -(-1) = 1.
The powers of ii cycle with period 4: i,โˆ’1,โˆ’i,1,i,โˆ’1,โˆ’i,1,โ€ฆi, -1, -i, 1, i, -1, -i, 1, \ldots Knowing this cycle allows rapid simplification of any power of ii by finding the remainder when the exponent is divided by 4.

Example 2

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

Example 3

medium
Multiply (4+3i)(2โˆ’i)(4 + 3i)(2 - i).

Common Mistakes

  • Forgetting i2=โˆ’1i^2 = -1 and leaving it unsimplified - replace i2i^2 with -1 every time.
  • Writing โˆ’4\sqrt{-4} as โˆ’2-2 - it is 2i2i; the negative comes out as a factor of ii.
  • Multiplying โˆ’aโ‹…โˆ’b\sqrt{-a}\cdot\sqrt{-b} as ab\sqrt{ab} - convert to ii form first, since the radical rule fails for negatives.

Why This Formula Matters

Complex numbers make algebra closed: every polynomial finally has a root, which is why they power the quadratic formula's hidden solutions, AC circuits, and rotations. The leap is seeing numbers as points in a plane, not just on a line. Recognizing it by "Does the problem require the square root of a negative number, i=โˆ’1i=\sqrt{-1}?" โ€” rather than by familiar numbers โ€” is what lets a student tell it apart from real numbers and irrational numbers and variables/algebraic terms in a mixed problem set.

Frequently Asked Questions

What is the Complex Numbers formula?

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

How do you use the Complex Numbers formula?

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

What do the symbols mean in the Complex Numbers formula?

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

Why is the Complex Numbers formula important in Math?

Complex numbers make algebra closed: every polynomial finally has a root, which is why they power the quadratic formula's hidden solutions, AC circuits, and rotations. The leap is seeing numbers as points in a plane, not just on a line. Recognizing it by "Does the problem require the square root of a negative number, i=โˆ’1i=\sqrt{-1}?" โ€” rather than by familiar numbers โ€” is what lets a student tell it apart from real numbers and irrational numbers and variables/algebraic terms in a mixed problem set.

What do students get wrong about Complex Numbers?

The procedure for complex numbers is the easy part; the trap is forgetting i2=โˆ’1i^2 = -1 and leaving it unsimplified. Asking "Does the problem require the square root of a negative number, i=โˆ’1i=\sqrt{-1}?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Complex Numbers formula?

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