Polynomial Function - Graph, Definition, Formulas, Types (2024)

A polynomial function is the simplest, most commonly used, and most important mathematical function. These functions represent algebraic expressions with certain conditions. They also cover a wide number of functions. It is essential for one to study and understand polynomial functions due to their extensive applications.

In this article, let's learn about the definition of polynomial functions, their types, and graphs with solved examples.

1What are Polynomial Functions?
2Types of Polynomial Functions
3How to Determine a Polynomial Function?
4Polynomial Function Graph
5Zeros of Polynomial Function
6FAQs on Polynomial Function

What is a Polynomial Function?

In this article, we will be learning about the different aspects of polynomial functions. Polynomial is made up of two words, poly, and nomial. "Poly" means many, and "nomial" means the term, and hence when they are combined, we can say that polynomials are "algebraic expressions with many terms". Let’s go ahead and start with the definition of polynomial functions and their types.

Polynomial Function Definition

Polynomial functions are expressions that may contain variables of varying degrees, coefficients, positive exponents, and constants. Here are some examples of polynomial functions.

  • f(x) = 3x2 - 5
  • g(x) = -7x3 + (1/2) x - 7
  • h(x) = 3x4 + 7x3 - 12x2

Polynomial Function in Standard Form

A polynomial function in standard form is: f(x) = anxn + an-1xn-1 + ... + a2x2+ a1x + a0. This algebraic expression is called a polynomial function in variable x.

Here,

  • an, an-1, … a0 are real number constants
  • an can’t be equal to zero and is called the leading coefficient
  • n is a non-negative integer
  • Each exponent of variable in polynomial function should be a whole number

Polynomial Function - Graph, Definition, Formulas, Types (1)

Degree of a Polynomial Function

The degree of the polynomial function is the highest power of the variable it is raised to. Consider this polynomial function f(x) = -7x3 + 6x2 + 11x – 19, the highest exponent found is 3 from -7x3. This means that the degree of this particular polynomial is 3.

Types of Polynomial Functions

The name of a polynomial is determined by the number of terms in it. The three most common polynomials we usually encounter are monomials, binomials, and trinomials.

  • Monomials are polynomials that contain only one term. Examples: 15x2, 3b, and 12y4
  • Binomials are polynomials that contain only two terms. Examples: x + y, 4x – 7, and 9x + 2
  • Trinomials are polynomials that contain only three terms. Examples: x3 – 3 + 5x, z4 + 45 + 3z, and x2 – 12x + 15

Further, the polynomials are also classified based on their degrees. The four most common types of polynomials that are used in precalculus and algebra are zero polynomial function, linear polynomial function, quadratic polynomial function, and cubic polynomial function.

Zero Polynomial Function

A zero polynomial function is of the form f(x) = 0, yes, it just contains just 0 and no other term or variable. Since f(x) = a constant here, it is a constant function.

Linear Polynomial Function

A linear polynomial function has a degree 1. It is of the form f(x) = ax + b. Some examples of a linear polynomial function are f(x) = x + 3, f(x) = 25x + 4, and f(y) = 8y – 3.

Quadratic Polynomial Function

A quadratic polynomial function has a degree 2. It is of the form f(x) = ax2 + bx + c. Some examples of a quadratic polynomial function are f(m) = 5m2 – 12m + 4, f(x) = 14x2 – 6, and f(x) = x2 + 4x.

Cubic Polynomial Function

A cubic polynomial function has a degree 3. It is of the form f(x) = ax3 + bx2 + cx + d. Some examples of a cubic polynomial function are f(y) = 4y3, f(y) = 15y3 – y2 + 10, and f(a) = 3a + a3.

How to Determine a Polynomial Function?

In order to determine if a function is polynomial or not, the function needs to be checked against certain conditions for the exponents of the variables. These conditions are as follows:

  • The exponent of the variable in the function in every term must only be a non-negative whole number.
    i.e., the exponent of the variable should not be a fraction or negative number.
  • The variable of the function should not be inside a radical i.e, it should not contain any square roots, cube roots, etc.
  • The variable should not be in the denominator.

The below-given table shows an example and some non-examples of polynomial functions:

FunctionsVariableExponentPolynomial Function or Not?
f(b) = 4b2 – 6b + b3 – 15b2 in b2;
3 in b3
Yes
f(x) = x2/3+ 2xx2/3 in x2/3 ;
1 in 2x
No
f(y) = 1/y3y-3 in 1/y3No

Note: Remember that coefficients can be fractions, negative numbers, 0, or positive numbers. We just need to take care of the exponents of variables to determine whether it is a polynomial function.

Polynomial Function Graph

We can represent all the polynomial functions in the form of a graph. Remember that the domain of any polynomial function is the set of all real numbers. The below-given image shows the graphs of different polynomial functions. An important skill in coördinate geometry is to recognize the relationship between equations and their graphs.

Polynomial Function - Graph, Definition, Formulas, Types (2)

  • A linear polynomial function is of the form y = ax + b and it represents a straight line.
    To know how to graph a linear polynomial function, click here.
  • A quadratic polynomial function is of the form y = ax2 + bx + c and it represents a parabola.
    To know how to graph a quadratic polynomial function, click here.
  • A cubic polynomial function is of the form y = ax3 + bx2 + cx + d.
    To know how to graph a cubic polynomial function, click here.

Graphing Polynomial Functions

To graph a simple polynomial function, we usually make a table of values with some random values of x and the corresponding values of f(x). Then we plot the points from the table and join them by a curve. Let us draw the graph for the quadratic polynomial function f(x) = x2.

x-2-1012
f(x) = x241014

Let's plot the points and join them by a curve (also extend it on both sides) to get the graph of the polynomial function.

Polynomial Function - Graph, Definition, Formulas, Types (3)

If you are curious to know how to graph different types of functions then click here.

Zeros of Polynomial Function

The zeros (which are also known as roots or x-intercepts) of a polynomial function f(x) are numbers that satisfy the equation f(x) = 0. So to find the zeros of a polynomial function f(x):

  • Set f(x) = 0
  • Solve the equation using solving techniques of equations.

Zeros of Linear Polynomial Function

Consider a linear polynomial function f(x) = 16x - 4. To find its zeros:

  • Set f(x) = 0
    16x - 4 = 0
  • Solve it.
    16x = 4
    x = 1/4

Thus, the zero of f(x) is 1/4.

Zeros of Quadratic Polynomial Function

Consider a quadratic polynomial function f(x) = x2 + 2x - 5. To find its zeros:

  • Set f(x) = 0.
    Then x2 + 2x - 5 = 0.
  • Solve it.
    Here a = 1, b = 2 and c = -5.
    Let us use the quadratic formula to find the quadratic roots, x = [-b ± √(b2 - 4ac)]/2a
    x = [-2 ± √(22 - 4(1)(-5))]/(2)(1)
    = [-2 ± √(4+20)]/2
    = [-2 ± √(24)]/2
    = [-2 ± 2√6]/2
    = -1 ± √6

Hence, -1 + √6 and -1 -√6 are the zeros of the polynomial function f(x). Remember that the irrational roots and complex roots of a polynomial function always occur in pairs.

Zeros of Cubic Polynomial Function

Finding the zeros of cubic polynomials is same as that of quadratic equations. But to make it to a much simpler form, we can use some of these special products:

  • Perfect cube (2 forms): a3 ± 3a2b + 3ab2 ± b3 = (a ± b)3
  • Difference of the cubes: a3 − b3 = (a − b)(a2 + ab + b2)
  • Sum of the cubes: a3 + b3 = (a + b)(a2 − ab + b2)

Let us find the zeros of the cubic polynomial function f(y) = y3 – 2y2 – y + 2.

  • Set f(y) = 0.
    y3 – 2y2 – y + 2 = 0.
  • Solve it.
    y2(y – 2) – (y – 2) = 0
    (y2 – 1) (y – 2) = 0
    (y + 1) (y – 1) (y– 2) = 0
    y = 1, -1 and 2.

Hence the zeros of the polynomial function are 1, -1, and 2.

☛Related Articles:

Check out the following pages related to polynomial functions:

  • Multiplying Polynomials
  • Multiplying Polynomials Calculator
  • Multiplying Binomials Calculator
  • Polynomial Calculator

Important Notes on Polynomial Functions:

Here is a list of a few points that should be remembered while studying polynomial functions:

  • The degree of the polynomial function is determined by the highest power of the variable it is raised to.
  • Constant functions are polynomial functions of degree 0.
  • Linear Functions are polynomial functions of degree 1.
  • Quadratic Functions are polynomial functions of degree 2.
  • Cubic Functions are polynomial functions of degree 3.

FAQs on Polynomial Function

What Are Polynomial Functions?

Polynomial functions are expressions that are a combination of variables of varying degrees, non-zero coefficients, positive exponents (of variables), and constants. For example, f(b) = 4b2 – 6 is a polynomial in 'b' and it is of degree 2.

What Are the Types of Polynomial Functions?

There are various types of polynomial functions that are classified based on their degrees. They are:

  • Zero Polynomial Function (f(x) = 0; degree = 0)
  • Constant function (f(x) = k; degree = 0)
  • Linear Polynomial Function (f(x) = ax + b; degree = 1)
  • Quadratic Polynomial Function (f(x) = ax2 + bx + c; degree = 2)
  • Cubic Polynomial Function (f(x) = ax3 + bx2 + cx + d; degree = 3)
  • Quartic Polynomial Function (f(x) = ax4 + bx3 + cx2+ dx + e; degree = 4)

What is Polynomial Function Formula?

Here is the polynomial function formula: f(x) = anxn + an-1xn-1 + ... + a2x2+ a1x + a0. Here,

  • an, an-1, … a0 are called the coefficients
  • an is non-zero
  • n is a non-negative integer
  • Exponents of variables should be non-negative and non-fractional numbers.

How to Find the Degree of Polynomial Functions?

The degree of the polynomial function is determined by the highest power of the variable it is raised to. Consider the polynomial function f(y) = -4y3 + 6y4 + 11y – 10, the highest exponent found is 4 from the term 6y4. Hence the degree of this particular polynomial is 4.

How to Find the Number of Roots of a Polynomial Function?

The maximum number of roots of a polynomial function is equal to its degree. For example:

  • A linear function has one root.
  • A quadratic function has a maximum of 2 roots.
  • A cubic function has a maximum of 3 roots.

How to Find the Zeros of a Polynomial Function?

The zeros of a polynomial function f(x) are also known as its roots or x-intercepts. Here are the steps to find them:

  • Set it equal to zero. i.e., f(x) = 0.
  • Solve the equation.

What are the Theorems Related to Polynomial Functions?

Some theorems related to polynomial functions are very helpful in finding their zeros:

  • Remainder theorem: It states that the remainder when f(x) is divided by (x - a) is f(a).
  • Factor theorem: It states that if (x - a) is a factor of f(x) then f(a) = 0.
  • Rational root theorem: A rational root of a polynomial function f(x) is of the form p/q wherep is a factor of the constant andq is a factor of the leading coefficient.

What Are the Examples of Polynomial Functions?

Here are a few examples of each type of polynomial function:

  • Constant function. Eg: y = 1
  • Linear Polynomial Function. Eg: 5y + 10
  • Quadratic Polynomial Function. Eg: 14x2 + 2x – 6
  • Cubic Polynomial Function. Eg: 4y3 + 5y2 + 2
  • Quartic Polynomial Function. Eg: 3y4 + 5
Polynomial Function - Graph, Definition, Formulas, Types (2024)

FAQs

What are the 4 types of polynomial functions? ›

Based on the degree of a polynomial, it can be classified into 4 types: zero polynomial, linear polynomial, quadratic polynomial, cubic polynomial. Polynomials should have a whole number as the degree. Expressions with negative exponents are not polynomials. For example, x-2 is not a polynomial.

What are the formulas for polynomial function? ›

Constant Polynomial Function: P(x) = a = ax. Zero Polynomial Function: P(x) = 0; where all ai's are zero, i = 0, 1, 2, 3, …, n. Linear Polynomial Function: P(x) = ax + b. Quadratic Polynomial Function: P(x) = ax2+bx+c.

What are the types of polynomial graphs? ›

Graphing Polynomials
DegreeNameShape
1LinearLine
2QuadraticParabola
3CubicS-Shape
4QuarticW-Shape
1 more row

What are the 5 kinds of polynomial equation according to degree? ›

Types of Polynomials Based on its Degree
DegreePolynomial Name
Degree 1Linear Polynomial
Degree 2Quadratic Polynomial
Degree 3Cubic Polynomial
Degree 4Quartic Polynomial
1 more row

What are 4 polynomial terms? ›

Answer and Explanation:

A polynomial with four terms is sometimes called a quadrinomial. However, it is rarely used. While a polynomial with 1, 2 and 3 terms is called monomial, binomial and trinomial, respectively, a polynomial with more than 3 terms does not have a special name.

What are 5 examples of polynomials? ›

Examples of polynomials:
  • 2a + 5b is a polynomial of two terms in two variables a and b.
  • 3xy + 5x + 1 is a polynomial of three terms in two variables x and y.
  • 3y4 + 2y3 + 7y2 – 9y + 3/5 is a polynomial of five terms in two variables x and y.
  • m + 5mn – 7m2n + nm2 + 9 is a polynomial of four terms in two variables m and n.

How to tell if a graph is a polynomial function? ›

The graph of a polynomial function will touch the x-axis at zeros with even multiplicities. The graph will cross the x-axis at zeros with odd multiplicities. The sum of the multiplicities is no greater than the degree of the polynomial function.

How to find a formula for a polynomial graph? ›

If a polynomial of lowest degree p has horizontal intercepts at x=x1,x2,…,xn, then the polynomial can be written in the factored form: f(x)=a(x−x1)p1(x−x2)p2⋯(x−xn)pn where the powers pi on each factor can be determined by the behavior of the graph at the corresponding intercept, and the stretch factor a can be ...

What are the 5 polynomial functions? ›

The degree of a polynomial is the highest power of x in its expression. Constant (non-zero) polynomials, linear polynomials, quadratics, cubics and quartics are polynomials of degree 0, 1, 2 , 3 and 4 respectively. The function f(x)=0 is also a polynomial, but we say that its degree is 'undefined'.

What is a simple definition of a polynomial function? ›

Polynomial functions are functions of single independent variables, in which variables can occur more than once, raised to an integer power, For example, the function given below is a polynomial.

What are the types of polynomials with definition? ›

Polynomials are of different types. Namely, Monomial, Binomial, and Trinomial. A monomial is a polynomial with one term. A binomial is a polynomial with two, unlike terms. A trinomial is an algebraic expression with three, unlike terms.

What is a polynomial function for dummies? ›

In Algebra II, a polynomial function is one in which the coefficients are all real numbers, and the exponents on the variables are all whole numbers. A polynomial whose greatest power is 2 is called a quadratic polynomial; if the highest power is 3, then it's called a cubic polynomial.

What are the basic concepts of polynomials? ›

In mathematics, a polynomial is a mathematical expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables.

How do you classify polynomials? ›

Classify by Terms
  1. Monomials have 1 term.
  2. Binomials have 2 terms.
  3. Trinomials have 3 terms.
  4. Polynomials with more than 3 terms are usually just identified by their degree.
  5. The variables should have non-negative integer exponents.

What is a 7 term polynomial called? ›

Degree 3 – cubic. Degree 4 – quartic (or, if all terms have even degree, biquadratic) Degree 5 – quintic. Degree 6 – sextic (or, less commonly, hexic) Degree 7 – septic (or, less commonly, heptic)

What are the 4 operations of a polynomial? ›

Introduction. You all know, that you can perform four operations on a polynomial that has one variable. You can add, subtract, divide and multiply the polynomials that have over one variable.

What is a 4 degree polynomial called? ›

A bi-quadratic polynomial. A polynomial of degree 4 is called bi-quadratic polynomial.

What is the polynomial order of 4? ›

A polynomial of degree 1 is called linear. A polynomial of degree 2 is called a quadratic. A polynomial of degree 3 is called a cubic. A polynomial of degree 4 is called a quartic.

What are the four polynomial identities? ›

Important Polynomial Identities

(a+b)2 = a2+b2+2ab. (a-b)2 = a2+b2-2ab. (a+b)(a-b) = a2-b. (x+a)(x+b) = x2+ x(a+b)+ab.

Top Articles
Latest Posts
Article information

Author: Wyatt Volkman LLD

Last Updated:

Views: 5753

Rating: 4.6 / 5 (46 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Wyatt Volkman LLD

Birthday: 1992-02-16

Address: Suite 851 78549 Lubowitz Well, Wardside, TX 98080-8615

Phone: +67618977178100

Job: Manufacturing Director

Hobby: Running, Mountaineering, Inline skating, Writing, Baton twirling, Computer programming, Stone skipping

Introduction: My name is Wyatt Volkman LLD, I am a handsome, rich, comfortable, lively, zealous, graceful, gifted person who loves writing and wants to share my knowledge and understanding with you.