No history yet

Polynomial Equations

What is a Polynomial?

At its heart, a polynomial is just a specific kind of algebraic expression. It's built from variables (like xx), numbers called coefficients, and the operations of addition, subtraction, and multiplication. The key rule is that the variables can only be raised to non-negative whole number powers.

Think of them as the building blocks of algebra. Simple expressions like 3x+13x + 1 are polynomials, and so are more complex ones like x54x3+2x7x^5 - 4x^3 + 2x - 7.

The general form of a polynomial looks like this:

P(x)=anxn+an1xn1++a2x2+a1x+a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_2 x^2 + a_1 x + a_0

Let's break that down:

  • The aa’s (an,an1a_n, a_{n-1}, etc.) are the coefficients. They're the constant numbers multiplying the variables.
  • The xx is the variable.
  • The nn is the degree of the polynomial, which is the highest exponent of the variable. The term with the highest exponent (anxna_n x^n) is called the leading term.

Here are some examples to make it clearer:

ExpressionIs it a polynomial?DegreeWhy?
5x32x+15x^3 - 2x + 1Yes3All exponents are whole numbers.
7x37x - 3Yes1This is a linear expression.
x2+xx^2 + \sqrt{x}NoN/AContains a square root of a variable (x=x1/2\sqrt{x} = x^{1/2}).
6x2+46x^{-2} + 4NoN/AContains a negative exponent.

Finding the Roots

Much of the work with polynomials involves solving polynomial equations. This means finding the values of xx that make the polynomial equal to zero. These special values are called the roots or zeros of the polynomial.

For example, to find the roots of the polynomial x24x^2 - 4, we set up the equation:

x24=0x^2 - 4 = 0

Solving this, we find that x=2x = 2 and x=2x = -2 are the roots. If you graph a polynomial, its real roots are the points where the graph crosses the x-axis.

Lesson image

For a second-degree polynomial (a quadratic), you might remember the quadratic formula. It's a reliable tool for finding the roots of any quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0.

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}

The Fundamental Theorem

A huge question in mathematics was whether every polynomial equation even has a solution. The answer is yes, and it’s captured in a rule with a fittingly grand name: the Fundamental Theorem of Algebra.

The theorem states that every single-variable polynomial of degree $n geq 1$ has at least one root in the complex number system.

A direct consequence of this is even more powerful: a polynomial of degree nn will have exactly nn roots. Some of these roots might be repeated, and some might be complex numbers (involving the imaginary unit i=1i = \sqrt{-1}), but the total count is always equal to the degree.

So, a fifth-degree polynomial will have five roots, a cubic equation will have three, and so on. This simple but profound idea guarantees that a solution always exists, even if finding it is hard.

Lesson image

A Brief History of Solving

For centuries, mathematicians were on a quest to find general formulas, like the quadratic formula, for polynomials of higher degrees. Ancient civilizations like the Babylonians and Egyptians knew how to solve specific quadratic equations.

In the 16th century, Italian mathematicians made a huge breakthrough. Scipione del Ferro, Niccolò Fontana Tartaglia, and Gerolamo Cardano developed a formula for solving cubic (third-degree) equations. Shortly after, Lodovico Ferrari, a student of Cardano, found a method for quartic (fourth-degree) equations.

Lesson image

The race was on to find a formula for the quintic (fifth-degree) polynomial. Mathematicians tried for nearly 300 years, but no one could find a general solution using only basic arithmetic and radicals (like square roots, cube roots, etc.).

It turned out there was a good reason for their failure. In the early 19th century, Niels Henrik Abel and Évariste Galois proved that no such general formula exists for polynomials of degree five or higher. Their work revealed a deep and surprising truth: while every polynomial has roots, there is no one-size-fits-all formula to find them for degrees beyond four. This discovery fundamentally changed the course of algebra.

Quiz Questions 1/5

Which of the following expressions is a polynomial?

Quiz Questions 2/5

What is the degree of the polynomial 7x42x5+3x+117x^4 - 2x^5 + 3x + 11?

While we can't solve every polynomial by hand, understanding their structure and properties is a foundational skill in mathematics and science.