Quick answer

A polynomial is a finite sum of terms akxk where each exponent k is a whole number and each coefficient ak is a real number. The degree is the largest k with ak ≠ 0.

Formula

  • Standard form: a_n x^n + a_{n-1} x^{n-1} + … + a_1 x + a_0
  • One variable (x) throughout; exponents 0, 1, 2, … only.

Introduction

Before you combine expressions on paper or in an app, you need a shared vocabulary: term, coefficient, degree, and standard form. Those words describe the same object whether you are simplifying, adding, or subtracting. This guide defines polynomials in the sense used by our Adding and Subtracting Polynomials Calculator and by most algebra courses.

Once you can name the parts of P(x), every later skill (aligning columns, combining like terms, and checking signs) becomes easier. Read this article first if you are new to the topic; return here whenever a problem asks whether an expression is a polynomial at all.

What counts as a polynomial?

Each term is a real number times a nonnegative integer power of x. You may write 5x3, −2x, or 7 (which is 7x0). Fractions and negative numbers are fine as coefficients; the restriction is on exponents. Expressions such as 1/x or √x fail the rule because their powers of x are not whole numbers.

After like terms are combined, a monomial has one term, a binomial has two, and a trinomial has three. Degree tells you the highest power with a nonzero coefficient. When you move on to rules for adding and subtracting polynomials, you will line up terms by exponent using exactly this structure.

Polynomials model smooth growth in many settings, but for this site the practical goal is mechanical: read P(x) and Q(x) reliably, then combine them without changing exponents by mistake.

Structure of a polynomial

  • P(x) = a_n x^n + a_{n-1} x^{n-1} + … + a_1 x + a_0
  • Missing powers mean a_k = 0 (the term is understood to be absent).
  • Leading term: a_n x^n when a_n ≠ 0; leading coefficient is a_n.

Standard form lists terms from highest degree down to the constant. That ordering is not required for validity, but teachers and tools expect it because addition and subtraction are done power by power. If you skip a middle power, insert 0 as the coefficient so columns stay aligned.

Identifying like terms is the bridge to simplification; see combining like terms for how coefficients merge while exponents stay fixed. Together, definition plus like-term rules explain every add/subtract problem on the site.

Step-by-step guide

  1. Name the parts of the expression. Circle the variable, each exponent, and each coefficient. State the degree and whether the polynomial is monomial, binomial, or trinomial after simplification. If the problem gives unsorted terms, rewrite in standard form before labeling.
  2. Write in standard form. Sort terms by descending exponent. Include explicit zeros for missing middle powers when you plan to add or subtract another polynomial with a higher degree. This step prevents silent mistakes where an x term never meets its partner.
  3. Verify the variable and exponents. All terms must share the same variable (x in our calculator). Reject negative or fractional exponents when deciding if the object is a polynomial. Constants alone are polynomials of degree 0.
  4. Connect to operations. When you are ready to compute, enter coefficients by degree in the tool or use column addition on paper. The definition you established here tells you how many rows you need.

Example: reading a cubic trinomial

Consider P(x) = x3 − 4x + 9. The degree is 3 because the highest power with a nonzero coefficient is x3. The leading coefficient is 1, the x-term coefficient is −4, and the constant is 9.

In standard form the expression is already ordered; there is no x2 term, so a2 = 0. After classification it is a trinomial: three terms remain once like terms are combined (here, none were hidden).

You could enter degree 3 and coefficients 1, 0, −4, 9 in polynomial calculator mode to confirm how the tool displays missing powers. That preview matches what you will do when Q(x) has a different shape but the same variable.