[Common Math 1 Part 10] Factorization and the Roots of Equations

한국어 버전

In the previous posts, we studied polynomials, identities, and coefficient comparison. Now we move to the next step: reading a polynomial through the roots of an equation. The key tool for that move is factorization.

Here is the basic flow.

  • A polynomial describes the form of an expression.
  • An equation asks where that polynomial becomes 0.
  • Factorization is the most direct language connecting those two viewpoints.
  • And the point where factorization stops inside the real numbers leads naturally to complex numbers.

1. Why Move from Identities to Factorization?

In the previous post, we asked whether two polynomials are always equal, that is, whether they form an identity. That trained us to compare coefficients and rewrite expressions. Now we shift perspective: a polynomial can also be used to solve an equation.

For example,

x25x+6=0x^2-5x+6=0

asks for the values of xx that make the polynomial x25x+6x^2-5x+6 equal to 0. If this expression factors as

(x2)(x3)=0,(x-2)(x-3)=0,

then the form of the expression immediately turns into information about its roots. That is why factorization is a central step: it translates the shape of a polynomial into the language of equations. And the basic reason this translation works is the next idea, AB=0AB=0.


2. Why Does a Product of 0 Let Us Read the Roots?

The main reason factorization matters is the following idea.

2-1. What does it mean for a product to be 0?

If the product of two numbers is 0, then at least one of them must be 0.

In a playful analogy, if you multiply person A's number of hairs by person B's number of hairs and get 0, then at least one of them must have 0 hairs — in other words, at least one person is bald. If both had some hair, the product could not be 0.

Applied to an equation,

AB=0AB=0

means

A=0orB=0.A=0 \quad \text{or} \quad B=0.

2-2. What happens in an equation?

So if

(x2)(x3)=0,(x-2)(x-3)=0,

then

x2=0orx3=0,x-2=0 \quad \text{or} \quad x-3=0,

and the roots are

x=2,  3.x=2,\;3.

So factorization is not just a way to rewrite an expression more neatly. It is a way to read the roots directly. And once we notice that, the next question naturally appears: when does the existence of a root match the existence of a factor?


3. How Does the Factor Theorem Connect Roots and Factors?

This connection becomes clearer through the Factor Theorem.

3-1. The exact correspondence between a root and a factor

For a polynomial P(x)P(x), if

P(c)=0,P(c)=0,

then xcx-c is a factor of P(x)P(x). Conversely, if xcx-c is a factor, then P(c)=0P(c)=0.

For example, let

P(x)=x25x+6.P(x)=x^2-5x+6.

Then

P(2)=410+6=0,P(3)=915+6=0,P(2)=4-10+6=0, \qquad P(3)=9-15+6=0,

so x2x-2 and x3x-3 are factors. Therefore,

P(x)=(x2)(x3),P(x)=(x-2)(x-3),

and the roots can be read immediately.

So the Factor Theorem gives an exact correspondence between the existence of a root and the existence of a linear factor. More precisely, saying that cc is a root of P(x)P(x) and saying that xcx-c is a factor of P(x)P(x) are two ways of stating the same fact.

In symbols,

P(c)=0xc is a factor of P(x).P(c)=0 \quad \Longleftrightarrow \quad x-c \text{ is a factor of } P(x).

So solving an equation and factorizing a polynomial are not two unrelated tasks. They reflect the same structure from two directions.

3-2. A quick example

The next natural question is practical: how do we actually find a factorization in different kinds of expressions? The examples below show the main patterns.


4. Reading Special Product Formulas Backward Reveals Structure

Factorization is not about forcing every expression apart. In many cases, we simply read a familiar special product formula backward.

4-1. A perfect-square pattern

For example, x2+6x+9x^2+6x+9 is (x+3)2(x+3)^2.

4-2. A difference-of-squares pattern

x216x^2-16 is a difference of squares, so it factors as (x4)(x+4)(x-4)(x+4). Therefore

x216=0x^2-16=0

becomes

(x4)(x+4)=0,(x-4)(x+4)=0,

and we can read the roots immediately as x=4,4x=4,-4. So memorizing special product formulas is not only for fast expansion. It also helps us read roots quickly.


5. Substitution Turns a Complicated Expression into a Quadratic

5-1. A basic substitution example

Some expressions do not look factorable at first, but become familiar once we treat part of them as a single block. For example, in x45x2+4x^4-5x^2+4, the expression x2x^2 repeats, so let y=x2y=x^2. Then we get

y25y+4=(y1)(y4).y^2-5y+4=(y-1)(y-4).

Substituting back gives

x45x2+4=(x21)(x24)=(x1)(x+1)(x2)(x+2),x^4-5x^2+4=(x^2-1)(x^2-4)=(x-1)(x+1)(x-2)(x+2),

so we can read the roots of x45x2+4=0x^4-5x^2+4=0 at once as x=±1,±2x=\pm1,\pm2.

5-2. How should we read a biquadratic?

This idea appears especially often in a biquadratic. An expression of the form ax4+bx2+cax^4+bx^2+c, containing only x4x^4, x2x^2, and a constant term, is called a biquadratic. The main idea is to treat x2x^2 like a single variable.

For example,

x413x2+36=0x^4-13x^2+36=0

becomes, with y=x2y=x^2,

y213y+36=(y4)(y9).y^2-13y+36=(y-4)(y-9).

So

(x24)(x29)=0=(x2)(x+2)(x3)(x+3),(x^2-4)(x^2-9)=0=(x-2)(x+2)(x-3)(x+3),

and the roots are x=±2,±3x=\pm2,\pm3. The key idea is simple: first treat x2x^2 as one object, solve it like an ordinary quadratic, then return to xx.


6. More Advanced Examples Also Reveal the Limit

So far, the patterns have been relatively familiar. Now let us look at examples where we need to read the structure a little more carefully.

6-1. Rewriting an expression to reveal structure

At first glance, x4+x2+1x^4+x^2+1 looks like a quadratic in x2x^2, but y2+y+1y^2+y+1 does not factor directly over the real numbers. We can still move forward by rewriting it:

x4+x2+1=x4+2x2+1x2=(x2+1)2x2.x^4+x^2+1=x^4+2x^2+1-x^2=(x^2+1)^2-x^2.

Now a difference of squares appears, so we get

(x2x+1)(x2+x+1).(x^2-x+1)(x^2+x+1).

6-2. When only part of it factors further

Here is another useful example:

x41=(x21)(x2+1)=(x1)(x+1)(x2+1).x^4-1=(x^2-1)(x^2+1)=(x-1)(x+1)(x^2+1).

Part of this factors further over the real numbers, but x2+1x^2+1 still does not split into linear factors there.

6-3. A symmetric equation uses symmetric structure

We can go one step further and look at a symmetric equation. For example,

x45x3+6x25x+1=0x^4-5x^3+6x^2-5x+1=0

has matching coefficients from the front and back. Since the constant term is 1, x=0x=0 cannot be a root, so we may divide by x2x^2 and rewrite it as

x25x+65x+1x2=0.x^2-5x+6-\frac{5}{x}+\frac{1}{x^2}=0.

Now group it as

(x2+1x2)5(x+1x)+6=0\left(x^2+\frac{1}{x^2}\right)-5\left(x+\frac{1}{x}\right)+6=0

and let t=x+1xt=x+\frac{1}{x}. Since x2+1x2=t22x^2+\frac{1}{x^2}=t^2-2, we get

t25t+4=0.t^2-5t+4=0.

So t=1t=1 or t=4t=4, which leads to

x+1x=1orx+1x=4,x+\frac{1}{x}=1 \quad \text{or} \quad x+\frac{1}{x}=4,

that is,

x2x+1=0orx24x+1=0.x^2-x+1=0 \quad \text{or} \quad x^2-4x+1=0.

The first has no real roots, while the second does. This example shows that noticing a symmetric structure can also be an important path to factor-like simplification.

6-4. What do these examples show?

These more advanced examples show something important. Substitution does not always finish the job right away. Sometimes we need to rewrite the expression so that a special product pattern or a symmetric structure becomes visible. In other words, factorization is not just mechanical rule-following. It is a way of reading structure.

And at the end of that process, we meet expressions that do not split all the way into linear factors over the real numbers. Let us look at the simplest example showing why that stopping point matters.

For example,

x21=0x^2-1=0

becomes

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

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

But what about

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

In the real numbers, this becomes

x2=1.x^2=-1.

But the square of a real number is always at least 0, so no real number can satisfy this equation. That means we cannot factor it completely into linear factors within the real numbers.

The important point is not that our algebra has failed. It is that the current number system is still too small to contain the root.

Whenever one number system could not hold the solution of an equation, mathematics expanded to a larger one: from natural numbers to integers, from integers to rationals, and from rationals to reals. Complex numbers belong to that same pattern.

But this time the meaning is especially important. To keep going past quadratic equations that stop inside the real numbers, we introduce a new number system. A typical starting point is an equation like

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

In the next post, we will introduce the imaginary unit ii with i2=1i^2=-1, and see why complex numbers occupy a special place in holding the roots of polynomial equations.


7. Practice Problems

Problem 1

Factor the following and find the roots of the equation.

x225=0x^2-25=0
Show answer

x225x^2-25 is a difference of squares, so

(x5)(x+5)=0.(x-5)(x+5)=0.

Therefore the roots are

x=5,5.x=5,-5.

Problem 2

Factor the following and find the roots of the equation.

x410x2+9=0x^4-10x^2+9=0
Show answer

Let y=x2y=x^2. Then

y210y+9=(y1)(y9).y^2-10y+9=(y-1)(y-9).

Substituting back gives

(x21)(x29)=0,(x^2-1)(x^2-9)=0,

that is,

(x1)(x+1)(x3)(x+3)=0.(x-1)(x+1)(x-3)(x+3)=0.

So the roots are

x=±1,±3.x=\pm1,\pm3.

Problem 3

Explain why the following is a symmetric equation, and describe why the substitution t=x+1xt=x+\frac{1}{x} is a natural starting point.

x45x3+6x25x+1=0x^4-5x^3+6x^2-5x+1=0
Show answer

The coefficients are symmetric: 1,5,6,5,11, -5, 6, -5, 1 read the same from both ends. Also, since the constant term is 1, x=0x=0 cannot be a root, so dividing by x2x^2 is allowed. Then expressions like x2+1x2x^2+\frac{1}{x^2} and x+1xx+\frac{1}{x} appear naturally, which makes t=x+1xt=x+\frac{1}{x} a useful substitution.

Problem 4

For the polynomial P(x)=x34x2+x+6P(x)=x^3-4x^2+x+6, check whether x=2x=2 is a root. If it is, find one factor.

Show answer
P(2)=816+2+6=0.P(2)=8-16+2+6=0.

So 22 is a root. By the Factor Theorem, x2x-2 is a factor of P(x)P(x).


8. Common Mistakes

  • Misreading AB=0AB=0 as A=0A=0 and B=0B=0 instead of “at least one is 0”
  • Forgetting that if P(c)=0P(c)=0, the corresponding factor is xcx-c, not just cc
  • Stopping after solving for yy in a substitution like y=x2y=x^2 without returning to xx
  • Thinking factorization has failed when the real issue is that the current number system is too small

9. Key Takeaways

  • An equation views a polynomial through the points where its value becomes 0.
  • Factorization is the most direct way to turn the form of a polynomial into information about its roots.
  • The Factor Theorem shows that the existence of a root and the existence of a linear factor correspond exactly.
  • Reversing special product formulas and using substitution for x2x^2 let us factor a wider range of expressions.
  • Not every expression factors completely inside the real numbers, and that stopping point leads to complex numbers.

In one sentence:

Factorization is the language that lets us read a polynomial as roots, and complex numbers appear where that language stops inside the real numbers.

💬 댓글

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