A precise definition
A polynomial is an expression built from non-negative integer powers of a variable multiplied by constants: 3x⁴ - 2x² + 7x - 1. They are the simplest family of mathematical functions — no division by variables, no square roots, no transcendental operations — yet they can approximate virtually any smooth curve to any desired accuracy. This makes them the workhorse of computation.
The problem it was invented to solve
Polynomials were studied by ancient Babylonian mathematicians for practical calculation. The factor theorem, remainder theorem, and polynomial division were developed progressively from the 16th century onwards. The fundamental insight — that polynomials form a ring with the same algebraic structure as integers — became the foundation of abstract algebra in the 19th century.
Where you find it in the world — including South Africa
These are not contrived textbook examples. Each application below is currently in use, driven by real institutions, and producing real outcomes.
Computer graphics: Bézier curves
Every smooth curve in Adobe Illustrator, every font on your screen, every animated character in a game uses Bézier curves — which are parameterised polynomial curves. The smoothness of the letters you're reading is a polynomial computation.
Structural engineering: load analysis
Engineers calculate the deflection of beams under distributed loads using polynomial equations. The deflection curve of a bridge beam is literally a polynomial function of position. Civil engineers at SANRAL (SA National Roads Agency) use this daily to design bridges over SA highways.
Numerical methods: approximating complex functions
When computers compute sin(x), log(x), or e^x, they use polynomial approximations (Taylor series) because polynomials are cheap to evaluate. The CHPC supercomputer in Cape Town — running climate and genomics simulations — is polynomial arithmetic at enormous scale.
Economic modelling: demand and supply curves
Economists fit polynomial regression models to price-demand data. The SA Treasury uses polynomial trend analysis to forecast tax revenue. A flatter or steeper polynomial coefficient translates directly to billions of rands in fiscal projections.
You've already encountered this
The factor theorem says: if f(a) = 0, then (x - a) is a factor of f(x). This is not an abstract fact — it is the principle behind root-finding algorithms that power everything from GPS signal processing to financial risk models. Every time your phone solves an equation, it is finding polynomial roots.
What you study — and when
- ›Polynomial operations: addition, subtraction, multiplication, long division
- ›Remainder theorem: f(a) = remainder when f(x) divided by (x - a)
- ›Factor theorem: (x - a) is a factor ↔ f(a) = 0
- ›Factorising cubic polynomials using the factor theorem
- ›Solving cubic equations
- ›Sketching cubic functions (connected to calculus in Grade 12)
Related topics and institutions
Polynomials are where algebra becomes the language of curves.
The Continuum teaches polynomial factorisation as a logical skill — not a procedure to memorise — so the factor theorem feels like a consequence you could have derived yourself.
No card required. South African curriculum. Grade 8–12.