Polynomial Functions

In this article, you will learn about a special function called polynomial function. You can think of polynomials as an expression made of variables, exponents, and constants. Here the number of terms are important, hence, the name “Poly” which means “many” and “nomial” means “terms”.

Advertisements

Standard Form

The standard form of polynomial function is in following form.

\begin{aligned}
&f(x) = a_nx^n + a_{n-1}x^{n-1} + ... + a_2x^2 + a_1x + a_0\\ \\
&where\\\\
&;a \neq 0, n \geq 0 \hspace{2 mm} and \hspace{2 mm} \{ a_n, a_{n-1}, ... , a_2, a_1, a_0 \} \in R
\end{aligned}

The value n is non-negative integer and it is called the degree of polynomial function. The value a_n is leading coefficient for variable x with highest power, that is, x^n. Finally, all coefficients are real numbers.

Figure 1 - Components of a Polynomial
Figure 1 – Components of a Polynomial

What Is Not Polynomial Function ?

As we mentioned earlier, the coefficients can be any real number, however, the exponents value must be a non-negative integer.

Example #1

h(x) = -2x^4 + \sqrt{5}x - 5

The function h(x) is a polynomial of degree 4 because the variable x has non-negative integer exponent and the coefficients are real numbers. The negative numbers and radicals are also real numbers.

Example #2

m(x) = 2x^{\frac{2}{3}}+ 3x^2 - x + 3

The function m(x) is not a polynomial function because it has a fraction exponent, it must be a non-negative integer exponent.

Example #3

c(x) = x^{-3} + 3x^2 - x + 1

The exponent in the leading term has a negative value, all exponent in polynomial must be greater than or equal to 0, meaning a non-negative integer.

Polynomial Types Based on Number Of Terms

The terms of polynomial are separated by arithmetic operators such as plus (+) and minus (-). Based on number of terms a polynomial can be classified into:

  • Monomial
  • Binomial
  • Trinomial

Monomial

A monomial is a single term polynomial. A single term can be a constant or a term with variable.

Example #4

f(x) = c where c \neq 0.

Note that the variable x is x^0 = 1 therefore, f(x) = c \cdot x^{0} = c \cdot 1 = c , and it is also known as constant polynomial.

Example #5

f(x) = ax^3 where a \neq 0.

Binomial

If the polynomial has only two terms, then it is known as a binomial.

Example #6

f(x) = ax + b where a \neq 0.

The above is example of binomial polynomial, but the degree is one. Such a polynomial is called linear function.

Trinomial

The trinomials have three terms.

Example #7

g(x) =ax^2 + bx + c where a \neq 0

These type of polynomial are trinomials and a trinomial with degree two is called a quadratic equation. You can read previous article to know more about quadratic functions.

Graph Of Polynomial Functions

The graph of polynomial function has two characteristic:

  • The graph is continuous, meaning it has no breaks.
  • The graph is smooth, meaning the graph is a single function with out sharp edge.

A continuous function can be a piecewise function which is not graph of polynomial.

Figure 2 – Continuous smooth function
Figure 3 – Continuous piecewise function

You can recognize the graph of a polynomial just by looking at the smoothness and continuity. Any sharp corner in graph is not a polynomial function.

End Behavior of Polynomial Functions

Advertisements

If you notice that the graph of polynomial has two ends – rightmost end and leftmost end. The end behavior depends on what kind of polynomial we are dealing with. The graph may go up or down during intervals, but the ends behavior depends of a polynomial f(x) = a_nx^n + a_{n-1}x^{n-1} + ... + a_2x^2 + a_1x + a_{0} depends on

  • coefficient a_n of the leading term a_nx^n in the polynomial.
  • value of exponent n in the leading term a_nx^n.

You can see from the figure 2, that when the value of variable x increases, only leading term dominates , all smaller terms are insignificant. Therefore, we perform a leading coefficient test to determine the end behavior of the polynomial function.

When n is odd:

a_n > 0 (positive)left end decreases right end increases
a_n < 0 (negative)left end increasesright end decreases
Figure 4 - Odd n value and positive a_n value.
Figure 4 – Odd n value and positive a_n value.
Figure 5 - Odd n value and negative a_n value.
Figure 5 – Odd n value and negative a_n value.

When n is even:

a_n > 0 (positive)left end increasesright end increases
a_n < 0 (negative)left end decreasesright end decreases

The even polynomial has both ends pointing to same direction.

Figure 6- Even n and positive a_n value
Figure 6- Even n and positive a_n value
Figure 7 - Even n and negative a_n value
Figure 7 – Even n and negative a_n value

Figure 6 is graph of f(x) = x^4 and figure 7 is graph of f(x) = -3x^4.

Example #8

Determine the end behavior of the following function: g(x) = 2x^5 - 4x + 4.

Solution:

From the graph above it is easy to understand that this is an odd polynomial function with degree 5. The leading coefficient is a_n = 2 which is greater than 0, that is, a_n > 0.

Therefore, the graph of has leftmost end decreasing and rightmost end increasing as variable x increases without bound.

Figure 8 - Graph of function f(x) = 2x^4 -4x + 4
Figure 8 – Graph of function f(x) = 2x^4 -4x + 4

Zeros Of Polynomial Function

If f(x) is a polynomial function, then value of x for which f(x) =0 is called zero of polynomials. There can be more than one zeros of a polynomial function.

The zeros of a polynomial function are called roots or solutions to the function f(x) = 0. They appear as x-intercept in the graph of a polynomial function.

Example #8

Find the zeros of the polynomial: f(x) = x^3 +5x^2 + 8x + 4.

Solution:

This problem cannot be solved with grouping technique. So checking whether (x + 1) is a solution.

f(-1) = (-1)^3 + 5 (-1)^2 + 8 (-1) + 4 = -1 + 5 - 8 + 4 = 9 - 9 = 0

Therefore, (x + 1) is a solution.

Using (x + 1) we can perform a polynomial division to find the roots.

\begin{aligned}
&\frac{x^3 +5x^2 + 8x + 4}{x + 1} = x^2 + 4x + 4 = (x + 2)^2
\end{aligned}

Therefore, the roots are (x + 1) and (x + 2)^2.

Figure 9 - The zeros of polynomial: x^3 + 5x^2 + 8x + 4 is at -2 and -1
Figure 9 – The zeros of polynomial: x^3 + 5x^2 + 8x + 4 is at -2 and-1

Multiplicities of the Root

In the above example, the root (x + 2) is repeated two times and not crossing the x-axis The graph shows that root (x + 1) which crosses the x-axis. This is called multiplicity of the root.

  • If the multiplicity of the root is even, that means if the root repeat itself even times, it does not cross the x-axis.
  • If the multiplicity of the root is odd, then the root cross the x-axis.

The reason why graph does not cross the x-axis when the multiplicity is even is because when the multiciplity is even, the sign of the f(x) does not change at all.

Example #9

Consider the following graph of g(x) = x^4 - 2x^3 + x^2 which has two roots x=0 and x = 1. The factors of the function are x^2 ( x - 1)^2.

Figure 10 - The graph of  g(x) = x^4 - 2x^3 + x^2
Figure 10 – The graph of g(x) = x^4 - 2x^3 + x^2

The graph clearly shows that the function does not cross the the x-axis at x=0 or x = 1.

Example #10

In this example, we have a polynomial function : x^3 - 6x^2 + 12x - 8 whose factor is (x -2)^3. The x-intercept is 2.

Figure 11 - The graph of  x^3 - 6x^2 + 12x - 8
Figure 11 – The graph of x^3 - 6x^2 + 12x - 8

The graph crosses the x-axis at 2 because the multiplicity of the root is odd.

Advertisements

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.