Polynomials Formula

The Formula

P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0

When to use: A sum of terms like 3x^2 + 2x - 5. The highest power is the degree.

Quick Example

x^3 - 2x^2 + x - 7 โ€” degree 3 (cubic); 5x^2 + 2 โ€” degree 2 (quadratic).

Notation

General form: a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, where a_n \neq 0 and n is the degree.

What This Formula Means

An expression built by adding terms that consist of constants multiplied by variables raised to non-negative integer powers.

A sum of terms like 3x^2 + 2x - 5. The highest power is the degree.

Formal View

A polynomial over \mathbb{R} is P(x) = \sum_{k=0}^{n} a_k x^k with a_k \in \mathbb{R}, a_n \neq 0, and \deg(P) = n. The ring of polynomials \mathbb{R}[x] is closed under + and \cdot, and by the Fundamental Theorem of Algebra, P has exactly n roots in \mathbb{C} (counted with multiplicity).

Worked Examples

Example 1

easy
What is the degree of the polynomial 4x^3 - 2x^2 + x - 7?

Solution

  1. 1
    Identify the exponent of each term: x^3 has degree 3, x^2 has degree 2, x has degree 1, -7 has degree 0.
  2. 2
    The degree of the polynomial is the highest exponent.
  3. 3
    The degree is 3.

Answer

Degree 3
The degree of a polynomial is the largest power of the variable. It determines the polynomial's end behavior and the maximum number of zeros.

Example 2

medium
Add the polynomials (3x^2 + 2x - 5) and (x^2 - 4x + 3).

Example 3

medium
Multiply (2x + 3)(x^2 - x + 4).

Common Mistakes

  • Forgetting terms when adding/subtracting
  • Degree miscounting

Why This Formula Matters

Polynomials are the foundation for advanced algebra, calculus, and mathematical modeling of real phenomena.

Frequently Asked Questions

What is the Polynomials formula?

An expression built by adding terms that consist of constants multiplied by variables raised to non-negative integer powers.

How do you use the Polynomials formula?

A sum of terms like 3x^2 + 2x - 5. The highest power is the degree.

What do the symbols mean in the Polynomials formula?

General form: a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, where a_n \neq 0 and n is the degree.

Why is the Polynomials formula important in Math?

Polynomials are the foundation for advanced algebra, calculus, and mathematical modeling of real phenomena.

What do students get wrong about Polynomials?

Degree determines the basic shape and maximum number of roots.

What should I learn before the Polynomials formula?

Before studying the Polynomials formula, you should understand: variables, exponents.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Polynomial Long Division: Step-by-Step Method with Examples โ†’