Polynomial Functions
students, polynomial functions are one of the most important types of functions in mathematics 📘. They appear in physics, business, engineering, computer graphics, and even in models of population growth over short periods. In this lesson, you will learn how to recognize polynomial functions, describe their features, and use them to solve problems. By the end, you should be able to explain the main ideas and terminology behind polynomial functions, connect them to the broader study of functions, and apply IB Mathematics: Analysis and Approaches HL reasoning to graphs, equations, and inequalities.
What you will learn
- What makes a function a polynomial
- How to identify the degree, leading coefficient, and end behavior
- How roots, factors, and turning points are related
- How transformations change polynomial graphs
- How polynomial functions connect to equations, inequalities, and modeling
What is a polynomial function?
A polynomial function is a function that can be written as a sum of terms of the form $ax^n$, where $a$ is a constant, $n$ is a whole number, and $n \ge 0$. In general, a polynomial function has the form
$$f(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_2x^2+a_1x+a_0,$$
where $a_n \ne 0$.
Each term has a non-negative integer exponent. That means expressions like $3x^4-2x+7$ are polynomial functions, but expressions like $\frac{1}{x}$, $x^{-2}$, $\sqrt{x}$, and $2^x$ are not polynomial functions because they contain negative exponents, variables in denominators, roots, or variables in exponents.
The number $n$ is called the degree of the polynomial. The coefficient $a_n$ is the leading coefficient because it multiplies the term with the highest power of $x$. For example, in $f(x)=5x^3-4x^2+9$, the degree is $3$ and the leading coefficient is $5$.
Polynomial functions are a major part of the study of functions because they are easy to graph, algebraically manageable, and useful for approximating real-world data. Many more complicated curves can be modeled well by polynomials over a limited interval 📊.
Features of polynomial graphs
The graph of a polynomial function has several important features. First, polynomial functions are smooth and continuous. This means their graphs do not have breaks, holes, or jumps. They also have no asymptotes, unlike rational functions. Since polynomials are defined for every real value of $x$, their domain is always all real numbers, written as $\mathbb{R}$.
A key idea is end behavior, which describes what happens to $f(x)$ as $x$ becomes very large or very negative. End behavior depends on the degree and the sign of the leading coefficient.
For example:
- If the degree is even and the leading coefficient is positive, both ends of the graph go up.
- If the degree is even and the leading coefficient is negative, both ends go down.
- If the degree is odd and the leading coefficient is positive, the left end goes down and the right end goes up.
- If the degree is odd and the leading coefficient is negative, the left end goes up and the right end goes down.
This can be summarized using limit notation. For instance, for $f(x)=2x^4-x^2+1$, we have $\lim_{x\to\infty} f(x)=\infty$ and $\lim_{x\to-\infty} f(x)=\infty$.
Turning points are places where the graph changes direction from increasing to decreasing or vice versa. A polynomial of degree $n$ can have at most $n-1$ turning points. This is useful in sketching graphs and checking whether a proposed graph could be a polynomial of a certain degree.
Zeros, factors, and multiplicity
Roots or zeros of a polynomial are the values of $x$ for which $f(x)=0$. These are the $x$-intercepts of the graph. If $f(3)=0$, then $x=3$ is a root and the graph crosses or touches the $x$-axis at $x=3$.
There is a very important connection between roots and factors. The Factor Theorem says that if $f(a)=0$, then $(x-a)$ is a factor of $f(x)$. This helps you move between algebra and graphing.
For example, consider
$$f(x)=(x-2)(x+1)^2.$$
From the factorized form, the roots are $x=2$ and $x=-1$. The root $x=2$ has multiplicity $1$, while $x=-1$ has multiplicity $2$.
Multiplicity tells you how the graph behaves at a root:
- An odd multiplicity means the graph usually crosses the $x$-axis.
- An even multiplicity means the graph usually touches the $x$-axis and turns around.
So for $f(x)=(x-2)(x+1)^2$, the graph crosses at $x=2$ and touches the axis at $x=-1$. This is very helpful when sketching graphs from factored form ✏️.
Another useful theorem is the Remainder Theorem. If a polynomial $f(x)$ is divided by $(x-a)$, then the remainder is $f(a)$. This lets you test whether a proposed factor is correct without doing long division.
Graphing polynomial functions and transformations
Many IB problems ask you to sketch a polynomial or describe how one graph is related to another. A good strategy is to identify the degree, leading coefficient, roots, and multiplicities first.
Take the polynomial
$$f(x)=-2(x-1)^2(x+3).$$
This is a degree $3$ polynomial because the exponents add to $3$. Since the leading coefficient is negative, the end behavior is left up and right down. The roots are $x=1$ with multiplicity $2$ and $x=-3$ with multiplicity $1$.
To sketch it:
- Mark the roots on the $x$-axis.
- Use multiplicity to decide whether the graph crosses or touches.
- Use end behavior to set the far left and far right shape.
- Find the $y$-intercept by calculating $f(0)$.
Here, $f(0)=-2(-1)^2(3)=-6$, so the graph passes through $(0,-6)$.
Transformations also matter. If $g(x)=f(x-2)$, then the graph of $f$ shifts right by $2$. If $g(x)=f(x)+5$, the graph shifts up by $5$. If $g(x)=-f(x)$, the graph reflects across the $x$-axis. If $g(x)=2f(x)$, there is a vertical stretch by a factor of $2$.
These ideas help connect polynomial functions to the broader study of transformations in the functions topic. A transformed polynomial is still a polynomial if the transformation is only vertical or horizontal shifting, reflection, or stretching. For example, $g(x)=3(x-1)^4-2$ is still a polynomial function.
Solving equations and inequalities with polynomials
Polynomial functions are often used to solve equations and inequalities. If you need to solve $f(x)=0$, you are looking for the roots of the polynomial. If you need to solve $f(x)>0$ or $f(x)\le 0$, you are determining where the graph lies above or below the $x$-axis.
Consider the inequality
$$x(x-4)(x+2) \ge 0.$$
The critical values are $x=-2$, $x=0$, and $x=4$. These divide the number line into intervals. By testing one value from each interval, you can determine the sign of the expression.
For example:
- If $x<-2$, the expression is negative.
- If $-2<x<0$, the expression is positive.
- If $0<x<4$, the expression is negative.
- If $x>4$, the expression is positive.
Since the inequality is $\ge 0$, the solution is
$$[-2,0]\cup[4,\infty).$$
This method is often called a sign chart or interval analysis. It is especially useful in IB Mathematics because it combines algebraic reasoning with graph interpretation.
Polynomials can also be solved by factorization, substitution, the Rational Root Theorem, or graphing technology when appropriate. For example, to solve
$$x^3-4x^2-x+4=0,$$
you can factor by grouping:
$$x^2(x-4)-1(x-4)=(x^2-1)(x-4)=(x-1)(x+1)(x-4).$$
So the solutions are $x=-1$, $x=1$, and $x=4$.
Polynomial models in real life
Polynomial functions often model situations where a quantity changes smoothly and where the relationship is not simply linear. For example, the area of a square is modeled by $A=s^2$, which is a polynomial. The volume of a cube is modeled by $V=s^3$. These are simple but powerful examples.
In real-world data, a polynomial may be used to fit a curve to measurements such as height, profit, or speed over time. However, students, it is important to remember that a polynomial model is usually accurate only over a certain range. Outside that range, the model may predict unrealistic values.
For example, a polynomial might fit the path of a thrown ball near its peak, but if used far beyond the measured interval, it may give misleading results. This is because mathematical models are simplifications of reality, not exact copies.
When working with polynomial models, always ask:
- What is the domain in context?
- Does the model make sense for negative values?
- Are the predicted values realistic?
- What does the degree tell me about the overall shape?
These questions are important in HL-level reasoning because they show interpretation, not just calculation.
Conclusion
Polynomial functions are a central part of the Functions topic because they combine algebra, graphing, and modeling in one idea. students, you should now be able to identify a polynomial, describe its degree and leading coefficient, predict end behavior, connect roots to factors, and use polynomial graphs to solve equations and inequalities. You should also recognize that polynomial functions are smooth, continuous, and defined for all real numbers, which makes them especially useful in both pure mathematics and applications.
Understanding polynomial functions gives you tools for many later topics, including calculus, curve sketching, and data modeling. The more comfortable you become with polynomial language and representations, the easier it will be to move between equations, graphs, and real-world situations.
Study Notes
- A polynomial function has the form $f(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_0$, where the exponents are whole numbers and $a_n\ne 0$.
- The degree is the highest exponent of $x$ in the polynomial.
- The leading coefficient is the coefficient of the highest-power term.
- Polynomial graphs are smooth, continuous, and defined for all real numbers $x$.
- End behavior depends on the degree and the sign of the leading coefficient.
- A root or zero is a value of $x$ such that $f(x)=0$.
- If $(x-a)$ is a factor of $f(x)$, then $f(a)=0$.
- Odd multiplicity usually means the graph crosses the $x$-axis; even multiplicity usually means it touches and turns.
- A degree $n$ polynomial can have at most $n-1$ turning points.
- Sign charts help solve polynomial inequalities.
- Polynomial transformations include shifts, reflections, and stretches.
- Polynomial models are useful in real situations, but the domain and context must always be checked.
