Library/Algebra/Polynomials/Bézout's theorem. Factorisation

Bézout's theorem. Factorisation

Overview
Important

Bézout's theorem for polynomials states that if a polynomial f(x)f(x) is divided by a linear polynomial xax - a, the remainder is f(a)f(a). This means f(x)f(x) can be written as f(x)=(xa)q(x)+rf(x) = (x - a)q(x) + r, where rr is a constant (the remainder), and q(x)q(x) is the quotient polynomial. If f(a)=0f(a) = 0, then xax - a is a factor of f(x)f(x). This is closely related to the Factor Theorem.

Important properties

  • The remainder when dividing f(x)f(x) by xax - a is f(a)f(a).

  • If f(a)=0f(a) = 0, then xax - a divides f(x)f(x) exactly.

  • This helps in factorising polynomials by finding roots.