Polynomial function

A real polynomial (function) is an expression of the form

where are constants called the coefficients of the polynomial, and is a non-negative integer called the degree of the polynomial.
The domain is .

Root

A root (or zero) of the polynomial is a value such that .

Root of multiplicity k

is a root of multiplicity of the polynomial if

for some polynomial of order , with .
If is odd, the graph of intersects the x-axis at .
If is even, the graph of touches the x-axis at without intersecting it.

The polynomial has roots at .
The root at has multiplicity 2 (even), so the graph touches the x-axis at this point.
The roots at and have multiplicity 1 (odd), so the graph intersects the x-axis at these points.
Since the leading coefficient (of ) is even, the graph looks like a at the ends.
In total, the function looks like a “W” shape.

Note

We expect a polynomial of degree to have up to inflection points.
Odd powers always have at least one real root .

EXAMPLE

We can add/sub polynomials by add/sub their coefficients.

This makes them easy to work with for computers.
They’re also easy to differentiate/integrate symbolically.

fundamental theorem of algebra

Fundamental Theorem of Algebra

Let for , such that . Then the polynomial defined by

has exactly roots , counted with multiplicity (i.e., some roots may be repeated).
In other words, every non-constant polynomial with complex coefficients has at least one complex root.

Link to original