Linear, quadratic, and cubic equations are all specific cases of one general idea: a polynomial. This page covers the tool that ties them together — synthetic division — for factoring a polynomial once you already have one root.
A polynomial in x is any expression built from whole-number powers of x, each multiplied by a coefficient and added together:
The highest power n is called the degree. A degree-1 polynomial set to zero is a linear equation; degree 2 is quadratic; degree 3 is cubic. A polynomial of degree n has at most n real roots.
Once you've found one root of a polynomial — by trial, by the Rational Root Theorem, or by inspection — you'd like to "divide it out" so you're left with a simpler polynomial of one lower degree, which is easier to solve. Synthetic division is a fast, compact shortcut for exactly that division, when dividing by a factor of the form (x − r).
It uses only the coefficients — no x's written out at all — and a short chain of multiply-and-add steps. Try it yourself in the Synthetic Division tab.