English:Polynomial Functions

Polynomial Functions
Introduction
Polynomial functions are among the central building blocks of algebra, precalculus, calculus, numerical methods, and mathematical modelling. In this aiMOOC you will learn how algebraic form and graphical behaviour describe the same function. You will connect degree, leading coefficient, zeros, multiplicity, factors, turning points, end behaviour, and complex roots, and you will use these ideas to solve problems and build models.
This course is designed for Grades 11–13. You should already be comfortable with linear functions, quadratic functions, exponent rules, solving equations, and the Cartesian coordinate system. By the end, you should be able to analyse unfamiliar polynomial functions, justify your conclusions, and communicate them with equations, tables, graphs, and technology.

The graph above illustrates the smooth, continuous shape that a polynomial function can have. Unlike rational functions, polynomial functions have no breaks caused by division by zero, and unlike absolute-value graphs they have no sharp corners.
What Is a Polynomial Function?
A real polynomial function in one variable has the form
,
where is a nonnegative integer, the coefficients are real numbers, and . The largest exponent, , is the degree. The term is the leading term, and is the leading coefficient.
For example,
has degree 5, leading term , leading coefficient , and constant term .
Expressions such as , , or are not polynomial functions because they use a negative exponent, a fractional exponent, or the variable in an exponent.
A polynomial function is defined for every real input. Its graph is continuous and smooth: you can draw it locally without jumps, holes, or corners. These structural properties make polynomial functions useful for approximation and modelling.
Degree and Familiar Families
Degree gives a first classification:
- Degree zero: A nonzero constant such as .
- Degree one: A line such as .
- Degree two: A parabola such as .
- Degree three: A cubic curve such as .
- Degree four: A fourth-degree function whose ends point in the same direction.
- Degree five: A fifth-degree function whose ends point in opposite directions.

A quadratic is the first polynomial family that can turn. Higher degrees allow more changes of direction, but a degree polynomial has at most turning points.

The cubic image shows three real zeros. It is useful for comparing algebraic factors with visible x-intercepts.


Compare the quartic and quintic examples. Their end behaviour is controlled by the degree parity and the sign of the leading coefficient, not by every lower-degree term.
Leading Terms and End Behaviour
For very large positive or negative values of , the highest-degree term dominates the value of a polynomial. Therefore the end behaviour of
matches the end behaviour of .
There are four basic cases:
- Positive leading coefficient and even degree: both ends rise.
- Negative leading coefficient and even degree: both ends fall.
- Positive leading coefficient and odd degree: the left end falls and the right end rises.
- Negative leading coefficient and odd degree: the left end rises and the right end falls.
You can express these ideas with limit notation. For example, if has positive leading coefficient and odd degree, then as and as .
Lower-degree terms may strongly affect the middle of the graph, but they do not change this far-left and far-right pattern.
Transformations and Shape
The parent power function is a useful reference. Multiplying by a constant changes vertical scale and may reflect the graph across the x-axis. Replacing by shifts a graph horizontally, while adding shifts it vertically.
For a factored polynomial such as
,
you can read important features before expanding. The degree is , the leading coefficient is positive, and the real zeros are and with multiplicities 2 and 3.
Zeros, Factors, and Multiplicity
A zero or root is an input for which . On a real graph, a real zero appears as an x-intercept. The Factor Theorem states that is a factor of exactly when .
If a factor occurs more than once, the zero has multiplicity. For example,
has a zero at with multiplicity 1 and a zero at with multiplicity 2.
The parity of the multiplicity predicts local graphical behaviour:
- At a zero with odd multiplicity, the graph crosses the x-axis.
- At a zero with even multiplicity, the graph touches the x-axis and turns back.
- Higher multiplicities usually make the graph flatter near the zero.

This image contrasts a simple root with an even-multiplicity root. When you sketch a polynomial, multiplicity is one of the strongest links between algebraic form and local graph shape.
Counting Possible Intercepts and Turning Points
A degree polynomial can have at most real zeros because it has exactly complex zeros when multiplicity is counted. It can have fewer real zeros because some roots may be nonreal complex numbers or because repeated roots correspond to the same x-intercept.
A degree polynomial has at most turning points. This gives a useful consistency check: if your sketch of a degree 4 polynomial contains five turning points, the sketch cannot be correct.
A Reliable Graphing Strategy
When you graph a polynomial without relying only on software, combine several forms of evidence.
- Rewrite or factor the polynomial when possible.
- Identify the degree and leading coefficient.
- Determine the end behaviour.
- Find the y-intercept by evaluating .
- Find real zeros and their multiplicities.
- Decide whether the graph crosses or touches the x-axis at each zero.
- Use test values between zeros if the sign of the function is unclear.
- Check that the number of turning points does not exceed .
- Use graphing technology to verify, not replace, your reasoning.
Consider
.
The degree is 4 and the leading coefficient is negative, so both ends fall. The zeros are , , and . At the graph touches the axis because the multiplicity is even. At and it crosses. Since , the graph passes through . These facts constrain the sketch before any calculator is used.
Polynomial Division and the Remainder Theorem
Polynomial division is the algebraic analogue of integer division. If a polynomial is divided by a nonzero polynomial , then
,
where the degree of the remainder is smaller than the degree of the divisor .
When the divisor is linear, , the Remainder Theorem says that the remainder is simply . Therefore, if , the remainder is zero and is a factor. This is exactly the Factor Theorem.
Synthetic Division and Factor Testing
Synthetic division is a compact method for dividing by a linear factor of the form . It is especially useful when you want to remove a known factor or test a candidate zero.
Suppose . Evaluating gives zero, so is a factor. Dividing by produces , which factors as . Hence
.
The real zeros are 1, 2, and 3.
Complex Roots and the Fundamental Theorem of Algebra
Real graphs do not display every possible root. The Fundamental Theorem of Algebra states that every nonconstant polynomial with complex coefficients has at least one complex root. Equivalently, a degree polynomial has exactly complex roots when multiplicity is counted.
For a polynomial with real coefficients, nonreal complex roots occur in conjugate pairs. If is a root, then is also a root.
For example,
has no real solution but has the complex roots and . Its real graph never meets the x-axis, yet the polynomial still has two complex roots, matching its degree.

Modelling, Interpolation, and Approximation
Polynomial functions can model situations in which a quantity changes smoothly and the relationship is well approximated by a finite sum of powers. Examples arise in motion, engineering calibration, economics, computer graphics, and numerical analysis. A model should be judged not only by how closely it fits known data but also by whether it behaves sensibly over the domain where you plan to use it.
Polynomial interpolation constructs a polynomial that passes exactly through given data points. If you have data points with distinct x-coordinates, there is a unique interpolating polynomial of degree at most . The fact that such a polynomial exists does not mean it is always the best model outside the data interval.

The Lagrange form builds an interpolating polynomial from basis polynomials. Each basis polynomial is designed to be 1 at one selected x-value and 0 at the other selected x-values.

Interpolation can fit all selected data exactly, but a high-degree polynomial may oscillate strongly between or beyond the data points. This is one reason model choice should include graphical inspection, residual analysis, and attention to the intended domain.
Polynomial Regression Versus Interpolation
Interpolation forces the curve through every selected point. Polynomial regression instead chooses coefficients that approximately fit a larger or noisy data set, often by minimizing squared errors. Regression is usually more appropriate when measurements contain noise.
Increasing degree always increases flexibility, but it can also create overfitting. A good model balances fit, simplicity, interpretability, and reliable behaviour on new data.
Connections to Calculus
Polynomials are especially friendly in calculus. The derivative of a polynomial is another polynomial, and the power rule gives
.
If has degree , then has degree at most . Turning points of can occur where , which helps explain why a degree polynomial has at most turning points.
The integral of a polynomial is also a polynomial plus a constant:
.
These properties make polynomial functions central in local approximation, numerical methods, and the study of motion.
Technology and Mathematical Verification
Graphing calculators, computer algebra systems, spreadsheets, and dynamic graphing tools can help you explore polynomial functions. Use technology to generate conjectures, compare equivalent forms, locate approximate zeros, and test models. However, a screenshot is not a mathematical explanation.
A strong solution should connect several representations:
- Symbolic: expanded, factored, or transformed equations.
- Numerical: tables of values and approximations.
- Graphical: intercepts, turning points, and end behaviour.
- Verbal: a clear explanation of why the features occur.
When software reports approximate roots, ask whether exact forms are available. When a graph appears to touch an axis, zoom and inspect multiplicity algebraically. When a fitted curve looks impressive, examine whether extrapolation is meaningful.
Common Errors and How to Avoid Them
- Degree errors: Combine like terms first and identify the highest exponent with a nonzero coefficient.
- End-behaviour errors: Use the leading term, not the constant term or the y-intercept.
- Multiplicity errors: Distinguish the number of distinct zeros from the total number of roots counted with multiplicity.
- Factor-sign errors: A root corresponds to the factor , so the root corresponds to .
- Division errors: Include zero coefficients for missing powers when using synthetic or long division.
- Model errors: Do not assume that a polynomial fitted on one interval remains realistic far outside that interval.
Interactive Tasks
Quiz: Test Your Knowledge
Which condition is required for an expression in one variable to be a polynomial? (All variable exponents are nonnegative integers) (!The graph must cross the x-axis) (!Every coefficient must be positive) (!The constant term must be zero)
What is the degree of a polynomial whose leading term is negative three x to the fifth power? (Five) (!Negative three) (!Three) (!Zero)
What is the end behaviour of an even-degree polynomial with a positive leading coefficient? (Both ends rise) (!Both ends fall) (!The left end rises and the right end falls) (!The left end falls and the right end stays horizontal)
How does a polynomial graph usually behave at a zero of even multiplicity? (It touches the x-axis and turns back) (!It must have a vertical asymptote) (!It crosses the x-axis with nonzero slope) (!It becomes discontinuous)
If f evaluated at four equals zero, what follows from the Factor Theorem? (x minus four is a factor) (!x plus four is always a factor) (!Four is the leading coefficient) (!The polynomial has degree four)
What is the remainder when f is divided by x minus two? (f evaluated at two) (!The leading coefficient) (!The degree of f) (!Always zero)
What is the greatest possible number of turning points of a degree six polynomial? (Five) (!Six) (!Seven) (!Three)
According to the Fundamental Theorem of Algebra, how many complex roots does a degree four polynomial have when multiplicity is counted? (Four) (!At most two) (!Exactly one) (!Eight)
What is true about nonreal roots of a polynomial with real coefficients? (They occur in conjugate pairs) (!They are always positive) (!They are visible as real x-intercepts) (!They can occur only in odd-degree polynomials)
What can be said about interpolation through n plus one points with distinct x-coordinates? (A unique polynomial of degree at most n passes through them) (!Every interpolating polynomial must have degree n plus one) (!No polynomial can pass through all the points) (!The interpolating polynomial must be linear)
Memory Game
| Degree | Highest exponent with a nonzero coefficient |
| Leading coefficient | Coefficient of the highest-degree term |
| Zero | Input value that makes the function equal to zero |
| Multiplicity | Number of times a root is repeated |
| Factor theorem | Connection between a root and a linear factor |
| Remainder theorem | Rule that evaluates a linear-division remainder directly |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Both ends rise | Positive even leading term |
| Both ends fall | Negative even leading term |
| Left end falls and right end rises | Positive odd leading term |
| Left end rises and right end falls | Negative odd leading term |
| Touches the axis and turns back | Even multiplicity zero |
Match each graphical behaviour with the algebraic feature that predicts it.
Crossword Puzzle
| Polynomial | What kind of function is built from finitely many nonnegative integer powers of a variable? |
| Degree | What word names the greatest exponent with a nonzero coefficient? |
| Multiplicity | What word describes how many times the same root occurs? |
| Remainder | What is left after polynomial division when the divisor does not divide exactly? |
| Interpolation | What process constructs a polynomial through selected data points? |
| Conjugate | What word completes the phrase used for paired nonreal roots of real-coefficient polynomials? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Polynomial graph gallery: Create a one-page gallery with one example each of a quadratic, cubic, quartic, and quintic polynomial; label degree, leading coefficient, zeros, and end behaviour.
- Factor and zero explanation: Choose a factored polynomial with at least three real zeros and write a short explanation showing how each factor predicts an x-intercept.
- Graph verification: Sketch a polynomial by hand from its factored form, then use a graphing tool to check your sketch and annotate any differences.
- Polynomial video explanation: Record a two-minute video in which you explain why degree parity and leading coefficient determine the far-left and far-right behaviour of a graph.
Standard
- Polynomial modelling project: Collect or invent a realistic data set with a smooth trend, fit a low-degree polynomial model, state a sensible domain, and explain what the coefficients and graph do and do not justify.
- Mathematics interview: Interview a teacher, engineer, programmer, scientist, or analyst about where polynomial models or approximations appear in their work, then summarize the mathematical ideas you recognize.
- Multiplicity investigation: Use a dynamic graphing tool to compare functions that contain the same factor with powers one, two, three, and four, then explain how local graph shape changes.
- Polynomial division poster: Design a visual guide that connects long division, synthetic division, the Remainder Theorem, and the Factor Theorem using one worked example.
Advanced
- Interpolation investigation: Choose five points with distinct x-coordinates, construct or compute an interpolating polynomial, plot it, then investigate how changing one point affects the entire curve.
- Derivative connection: Select a fourth- or fifth-degree polynomial, compute its derivative, compare derivative zeros with turning points, and explain where the graphical correspondence succeeds or needs careful interpretation.
- Complex roots visualization: Build a diagram or short animation showing a real-coefficient polynomial with a conjugate pair of nonreal roots and explain why those roots do not appear as real x-intercepts.
- Polynomial error analysis: Create three believable but incorrect student solutions involving end behaviour, multiplicity, or polynomial division, then diagnose each error and write a corrected solution.
Learning Assessment
- Structural analysis: Given an unfamiliar fifth-degree polynomial in factored form, predict its end behaviour, real zeros, multiplicities, intercept behaviour, and maximum number of turning points, then justify every prediction.
- Representation transfer: Starting from a polynomial graph, construct one possible factored equation consistent with the intercepts and end behaviour, and explain which features of your equation are determined and which are not unique.
- Model critique: Compare two polynomial models fitted to the same data, one low-degree and one high-degree, and argue which model is more appropriate using fit, complexity, domain, and extrapolation behaviour.
- Theorem application: Use the Remainder Theorem and Factor Theorem to test several candidate roots of a polynomial, reduce the degree after finding a root, and complete the factorization.
- Complex-root reasoning: A real-coefficient polynomial has degree six and four known real roots counted with multiplicity; determine what can be concluded about the remaining roots and justify your answer.
- Calculus transfer: Use the derivative of a polynomial to locate candidate turning points, then combine derivative information with end behaviour and zeros to produce a coherent sketch.
Evidence of Learning
- Knowledge: You can define polynomial functions and accurately use degree, coefficient, leading term, zero, factor, multiplicity, turning point, remainder, and complex root.
- Algebraic skill: You can move between expanded and factored forms, evaluate polynomials, factor where possible, and use polynomial or synthetic division.
- Graphical skill: You can infer end behaviour, intercepts, crossing or touching behaviour, and plausible turning points from algebraic information.
- Reasoning: You can justify conclusions with the Factor Theorem, Remainder Theorem, degree constraints, and the Fundamental Theorem of Algebra.
- Products: You can produce annotated graphs, worked solutions, models, explanations, visualizations, and short mathematical presentations.
- Technology use: You can use graphing and algebra tools to test conjectures while distinguishing numerical evidence from proof.
- Transfer: You can judge when polynomial models, interpolation, or calculus connections are useful in a new mathematical or applied context.
OERs on the Topic
Linked Learning Areas
aiMOOC Projects
MOOCwiki · Deutsch
Nach dem Lernen ist vor dem Lernen
Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.
Zur MOOCwiki-HauptseiteMediathek
Mediathek
Mediathek wird aus dem Wiki geladen ...
Keine passenden Inhalte gefunden. Bitte ändere Suche oder Filter.
NEWSLernweltNOAH fragen