[Common Math 1 Part 11] Why Quadratic Equations Lead to Complex Numbers

한국어 버전

In the previous post, we saw that factorization is the key tool for reading the roots of an equation. But some quadratic equations can no longer be factored completely within the real numbers. In this post, we examine that stopping point and introduce complex numbers as the number-system extension that lets us move beyond it.

Understand why complex numbers are needed through quadratic equations that cannot be solved in the real numbers, and learn their basic form and simple calculations.


1. The Moment the Real Numbers Stop Working

First, consider an equation that works well inside the real numbers:

x21=0x^2-1=0

Factoring gives

(x1)(x+1)=0(x-1)(x+1)=0

so the solutions are x=1,1x=1,-1.

Now compare that with

x2+1=0.x^2+1=0.

Rewriting gives

x2=1.x^2=-1.

Here is the problem: the square of a real number is always at least 0.

  • 22=42^2=4
  • (3)2=9(-3)^2=9
  • 02=00^2=0

No real number can square to 1-1. So this equation has no solution in the real numbers.

The important point is not that mathematics has failed. It is that the number system we are using is still too small.


2. The Imaginary Unit ii and Complex Numbers

Since no real number satisfies x2=1x^2=-1, we introduce a new symbol.

i2=1i^2=-1

A number ii with this property is called the imaginary unit.

So the starting point is not the notation 1\sqrt{-1}. It is the definition:

define a new number ii so that i2=1i^2=-1

Once we accept that definition, we can view ii as a square root of 1-1.

A number of the form

a+bi(a,b are real)a+bi \qquad (a,b\text{ are real})

is called a complex number.

2-1. What Does a Complex Number Look Like?

  • 3+2i3+2i is a complex number.
  • 4+i-4+i is also a complex number.
  • 55 can be written as 5+0i5+0i, so it is also a complex number.
  • 2i-2i can be written as 02i0-2i, so it is also a complex number.

So the real numbers are contained inside the complex numbers. Complex numbers do not replace the real numbers; they extend them.

2-2. Why Do We Need Them?

The equation

x2+1=0x^2+1=0

becomes, in the complex numbers,

x2=1=i2,x^2=-1=i^2,

so its solutions are

x=±i.x=\pm i.

A problem that stopped in the real numbers starts working again once we enlarge the number system.


3. Why Are Complex Numbers Especially Important?

This pattern did not begin with complex numbers.

  • x+3=1x+3=1 cannot be solved inside the natural numbers, so we need the integer 2-2.
  • 2x=12x=1 cannot be solved inside the integers, so we need the rational number 12\frac{1}{2}.
  • x2=2x^2=2 cannot be expressed exactly inside the rational numbers, so we need the real number 2\sqrt{2}.

So the number system has expanded whenever the current one was too small to contain the solution of an equation. Complex numbers belong to that same pattern.

But they are also special. They are not just one more new symbol added to the number system. More importantly, they provide a kind of complete stage when we look at polynomials through both their coefficients and their roots.

A standard result that supports this idea is the Fundamental Theorem of Algebra. Every polynomial of degree n1n\ge 1 with complex coefficients has at least one complex root, and in fact has exactly nn roots in the complex numbers when multiplicity is counted. In other words, every polynomial with complex coefficients factors completely into linear factors over the complex numbers.

This matters a lot. Once we allow polynomial coefficients to lie in the complex numbers, all of the roots can also be contained within the complex numbers. We do not need to introduce yet another larger number system just to hold those roots.

In that sense, complex numbers can be viewed as a kind of completion of number-system expansion from the viewpoint of polynomial coefficients and roots.


4. How Do We Calculate with Complex Numbers?

The key idea is not to memorize many separate rules. We expand and simplify as usual, and only at the end use i2=1i^2=-1.

4-1. Addition and Subtraction

Add or subtract the real parts together, and the ii-parts together.

(2+3i)+(15i)=32i(2+3i)+(1-5i)=3-2i (4i)(2+3i)=24i(4-i)-(2+3i)=2-4i

4-2. Multiplication

Multiply as with polynomials, then use i2=1i^2=-1.

(1+2i)(3i)=3i+6i2i2(1+2i)(3-i)=3-i+6i-2i^2

Grouping like terms gives

3+5i2i2.3+5i-2i^2.

Now use i2=1i^2=-1:

3+5i2(1)=3+5i+2=5+5i.3+5i-2(-1)=3+5i+2=5+5i.

So

(1+2i)(3i)=5+5i.(1+2i)(3-i)=5+5i.

4-3. Powers of ii Form a Cycle

Higher powers of ii appear often, and they follow a repeating pattern:

i0=1,i1=i,i2=1,i3=i,i4=1i^0=1, \qquad i^1=i, \qquad i^2=-1, \qquad i^3=-i, \qquad i^4=1

because

i4=(i2)2=(1)2=1.i^4=(i^2)^2=(-1)^2=1.

So after i4i^4, the same pattern starts again. For example,

i6=i4i2=1(1)=1.i^6=i^4 \cdot i^2=1 \cdot (-1)=-1.

5. Quadratic Equations Gain a Wider Set of Roots

In Common Math 1, the most direct meaning of complex numbers is that they let us carry quadratic equations farther than the real numbers can.

5-1. The Simplest Example

x2+1=0x^2+1=0

gives

x2=1,x^2=-1,

so the roots are

x=±i.x=\pm i.

Inside the real numbers, this equation had no solution. Inside the complex numbers, it has two distinct roots.

5-2. A More Typical Example

Consider

x24x+5=0.x^2-4x+5=0.

To complete the square, note that

(x2)2=x24x+4.(x-2)^2=x^2-4x+4.

So rewrite the equation as

x24x+4+1=0,x^2-4x+4+1=0,

that is,

(x2)2+1=0.(x-2)^2+1=0.

Then

(x2)2=1,(x-2)^2=-1,

so

x2=±i,x-2=\pm i,

and therefore

x=2±i.x=2\pm i.

So complex numbers are not a temporary trick for one strange equation. They are an extended language of roots that lets us keep going when square roots of negative numbers appear.


6. "No Real Root" Is Not the Same as "No Root"

This is one of the most important distinctions for beginners.

  • No real root means there is no solution within the real numbers.
  • No root can sound like there is no solution in the chosen number system at all.

We study complex numbers in order to see this difference clearly.

For example,

x2+1=0x^2+1=0

has

  • no solution in the real numbers, but
  • the solutions x=±ix=\pm i in the complex numbers.

So whenever we talk about solving an equation, we should also ask:

In which number system are we solving it?


7. Key Takeaways

  • There is no real number that satisfies x2=1x^2=-1.
  • At that stopping point, we introduce the imaginary unit ii with i2=1i^2=-1.
  • A number of the form a+bia+bi is called a complex number, and the real numbers are contained inside the complex numbers.
  • Complex numbers have a special meaning as a completion of number-system expansion from the viewpoint of polynomial coefficients and roots.
  • Once we introduce complex numbers, quadratic equations that fail in the real numbers can be solved all the way through.

In the next post, we will organize complex-number operations more systematically and introduce an important tool: conjugates.

In one sentence:

Complex numbers are the number-system extension that lets us continue past quadratic equations that stop in the real numbers, and they are special because they hold both polynomial coefficients and roots in one completed setting.

💬 댓글

이 글에 대한 의견을 남겨주세요