Library/Algebra/Polynomials/Properties of polynomial coefficients

Properties of polynomial coefficients

Overview
Important

A polynomial of degree nn can be written as anxn+an1xn1+ext...+a1x+a0a_n x^n + a_{n-1} x^{n-1} + ext{...} + a_1 x + a_0, where the aia_i are called the coefficients. The coefficients determine the behavior and properties of the polynomial.

Important properties

  • The leading coefficient (ana_n) affects the end behavior of the polynomial.

  • The constant term (a0a_0) is the value of the polynomial at x=0x=0.

  • If the polynomial is factored as an(xr1)(xr2)ext...(xrn)a_n(x - r_1)(x - r_2) ext{...}(x - r_n), the coefficients relate to the roots rir_i through Vieta's formulas.

  • Changing coefficients changes the graph and roots of the polynomial.