Factoring Polynomials

Summary: Euler’s account of resolving a polynomial function into linear and (real) quadratic factors, via its roots.

Sources: chapter2

Last updated: 2026-04-23


Why factor?

“When a polynomial function is factored in this way, its nature is more easily seen; it is immediately clear for what values of the function is equal to zero” (source: chapter2, §28). For example, lays bare that the function vanishes exactly at .

Linear, quadratic, cubic factors

A polynomial has three basic kinds of factors (source: chapter2, §28):

  • Linear factor: .
  • Quadratic factor: .
  • Cubic factor: .

A quadratic factor is a product of two linear factors, a cubic of three, and so on. A polynomial of degree contains exactly linear factors in total (possibly complex).

Roots and linear factors (§29)

The linear factors of are obtained from the roots of the equation . If is a root, then divides . So if has roots ,

Equivalently, starting from ,

The leading-coefficient factor must not be dropped.

Real vs. complex factors (§30)

Linear factors are either real or complex, and the number of complex linear factors is always even (source: chapter2, §30). If is the product of the real factors of , then must be real, which forces the complex factors to multiply in pairs to give real quadratic factors.

See complex-conjugate-factors for Euler’s explicit pairing argument.

Factorization into real linear and quadratic factors (§32)

Euler’s main claim:

Every polynomial function of can be expressed as the product of real factors, either linear or quadratic.

He admits the claim “has not been proved with complete rigor” and points forward to later chapters for corroboration (source: chapter2, §32). This is essentially the fundamental-theorem-of-algebra stated over .