What's a Polynomial? Degree and Family Tree
How a single number — the degree — sorts every one-variable expression into one of four named families
AI Generation Prompt
Ultra-wide cinematic banner (16:5 ratio). A glowing genealogical 'family tree' rises out of a dark misty foreground into a deep starry navy sky. The trunk is labelled with a soft golden 'POLYNOMIAL' inscription that fades into branches. Four broad branches arc outward, each ending in a stylised glowing leaf in a distinct colour: pale grey for 'Constant', emerald green for 'Linear', sky blue for 'Quadratic', violet for 'Cubic'. Faint mathematical formulas float around each leaf. The image conveys: every algebraic expression in one variable belongs to one of these branches by its degree. Painterly cinematic illustration in the style of mathematical wonder. Dark background. No text labels other than what is described.
Look at four expressions: $4x$, $x^2 + 1$, $5y^3 + y^2 - 8$, $-9$. They all involve **one** variable. **Which is the simplest? Which is the most complicated? What rule could you use to compare their 'difficulty'?**
Notice the *highest power* of the variable in each — does that look like a useful ranking?
From Brahmagupta's Brahmasphuṭa-siddhānta — On Classifying Equations
एकवर्णसमीकरणम् वर्गसमीकरणं तथा
घनसमीकरणं चेति त्रिविधं समीक्ष्यताम्॥
(eka-varṇa-samīkaraṇam varga-samīkaraṇaṃ tathā / ghana-samīkaraṇaṃ ceti tri-vidhaṃ samīkṣyatām)
'समीकरण तीन प्रकार के होते हैं — सामान्य (एक चिन्ह), वर्ग (वर्गयुक्त), और घन (घनयुक्त)।'
'Equations are of three kinds — eka-varṇa (linear, one symbol), varga (quadratic, with a square), and ghana (cubic, with a cube).'
In 628 CE, Brahmagupta organised algebra by the highest power of the unknown — exactly the degree-based classification you'll learn on this page. The Sanskrit names — eka-varṇa for linear, varga for quadratic, ghana for cubic — appear in every Indian algebra text from then on. The English words quadratic (Latin quadratus, square) and cubic are direct translations of the Sanskrit. Brahmagupta named the family tree we're about to draw.
From algebraic expression to polynomial
On the previous page, you saw three kinds of expression — some with two variables (, ) and one with just one (). From now on, we focus on the one-variable case.
A polynomial in one variable (also called a univariate polynomial, or just polynomial when the context is clear) is an expression built from a single variable, its non-negative integer powers, and numbers — combined with addition, subtraction, and multiplication.
Examples that are polynomials:
- · · · · ·
Examples that are not polynomials:
- — it has , a fractional power. Not allowed.
- — it has , a negative power. Not allowed.
- — the variable is in the exponent, not the base. Not allowed.
In a polynomial, the variable's only powers are 0, 1, 2, 3, 4, … (whole numbers ≥ 0).
Degree — the highest power that appears
Every polynomial has a degree — the highest power of the variable that appears in any term. The degree is the single most important number describing a polynomial.
- In , the highest power of is 2. Degree = 2.
- In , the highest power of is 3. Degree = 3.
- In , the highest power of is 1. Degree = 1.
- In , there is no variable — but we can write , so the highest power is 0. Degree = 0.
Degree organises polynomials into families:
| Degree | Family name | Example |
|---|---|---|
| 0 | constant polynomial | , , |
| 1 | linear polynomial | , , |
| 2 | quadratic polynomial | , |
| 3 | cubic polynomial |
Degrees 4, 5, 6 and higher exist too — they don't have such friendly names, but you'll meet them later. The rest of this chapter zooms entirely into the linear case (degree 1) — the simplest non-trivial family.
Loading simulator…
Find the degrees of: (i) (ii) (iii) (iv)
(i) — highest power of is 2. Degree = 2 (quadratic).
(ii) — highest power of is 3. Degree = 3 (cubic).
(iii) — no variable; write as . Degree = 0 (constant).
(iv) — highest power of is 1. Degree = 1 (linear).
Write polynomials of degrees 1, 2, and 3.
Many answers are possible. Some examples:
- Degree 1 (linear): , or , or .
- Degree 2 (quadratic): , or , or .
- Degree 3 (cubic): , or , or .
Rule: the highest power of the variable must be exactly the degree you want — no higher. So for a linear polynomial, you cannot include any or term.
What are the coefficients of and in the polynomial ?
Step 1 — Pick out the term containing . It is . Coefficient of is .
Step 2 — Pick out the term containing . It is . Coefficient of is . (The negative sign belongs with the coefficient.)
Bonus observations: the polynomial has degree 4 (highest power , coefficient ); the constant term is ; the coefficient of is .
What is the coefficient of in the polynomial ?
Look for the term containing . There isn't one. The polynomial is . So the coefficient of is .
Lesson: a coefficient of zero means the term is missing. Coefficients exist for every power up to the degree, but some can be 0.
What is the constant term of the polynomial ?
The constant term is the one without any variable. Here it is . (Sign included.)
Quick observation: The constant term is also the value of the polynomial at . Substitute : . ✓ Always true: constant term = value at .
Is $\sqrt{x} + 1$ a polynomial? Is $\frac{1}{x} + 5$? **Why or why not?**
Practice Yourself — Identify, Classify, Inspect
For each polynomial: state the degree, the family name, and the coefficient of the highest-power term (the leading coefficient). Cover the answers and try.
Answers: 1. degree 1, linear, leading coeff 7. 2. degree 2, quadratic, leading coeff 1. 3. degree 3, cubic, leading coeff −3. 4. degree 0, constant, the constant is the leading coeff = 5. 5. degree 4, no friendly name (call it 'degree-4 polynomial'), leading coeff 2. 6. degree 2, quadratic, leading coeff −1. 7. degree 1, linear, leading coeff ½. 8. degree 1, linear, leading coeff 11. 9. degree 3, cubic, leading coeff 1. 10. degree 0, constant, leading coeff −7.
Q1.What is the degree of the polynomial ?
AI Generation Prompt
Ultra-wide cinematic banner (16:5 ratio). A glowing genealogical 'family tree' rises out of a dark misty foreground into a deep starry navy sky. The trunk is labelled with a soft golden 'POLYNOMIAL' inscription that fades into branches. Four broad branches arc outward, each ending in a stylised glowing leaf in a distinct colour: pale grey for 'Constant', emerald green for 'Linear', sky blue for 'Quadratic', violet for 'Cubic'. Faint mathematical formulas float around each leaf. The image conveys: every algebraic expression in one variable belongs to one of these branches by its degree. Painterly cinematic illustration in the style of mathematical wonder. Dark background. No text labels other than what is described.
Look at four expressions: $4x$, $x^2 + 1$, $5y^3 + y^2 - 8$, $-9$. They all involve **one** variable. **Which is the simplest? Which is the most complicated? What rule could you use to compare their 'difficulty'?**
Notice the *highest power* of the variable in each — does that look like a useful ranking?
From Brahmagupta's Brahmasphuṭa-siddhānta — On Classifying Equations
एकवर्णसमीकरणम् वर्गसमीकरणं तथा
घनसमीकरणं चेति त्रिविधं समीक्ष्यताम्॥
(eka-varṇa-samīkaraṇam varga-samīkaraṇaṃ tathā / ghana-samīkaraṇaṃ ceti tri-vidhaṃ samīkṣyatām)
'समीकरण तीन प्रकार के होते हैं — सामान्य (एक चिन्ह), वर्ग (वर्गयुक्त), और घन (घनयुक्त)।'
'Equations are of three kinds — eka-varṇa (linear, one symbol), varga (quadratic, with a square), and ghana (cubic, with a cube).'
In 628 CE, Brahmagupta organised algebra by the highest power of the unknown — exactly the degree-based classification you'll learn on this page. The Sanskrit names — eka-varṇa for linear, varga for quadratic, ghana for cubic — appear in every Indian algebra text from then on. The English words quadratic (Latin quadratus, square) and cubic are direct translations of the Sanskrit. Brahmagupta named the family tree we're about to draw.
From algebraic expression to polynomial
On the previous page, you saw three kinds of expression — some with two variables (, ) and one with just one (). From now on, we focus on the one-variable case.
A polynomial in one variable (also called a univariate polynomial, or just polynomial when the context is clear) is an expression built from a single variable, its non-negative integer powers, and numbers — combined with addition, subtraction, and multiplication.
Examples that are polynomials:
- · · · · ·
Examples that are not polynomials:
- — it has , a fractional power. Not allowed.
- — it has , a negative power. Not allowed.
- — the variable is in the exponent, not the base. Not allowed.
In a polynomial, the variable's only powers are 0, 1, 2, 3, 4, … (whole numbers ≥ 0).
Degree — the highest power that appears
Every polynomial has a degree — the highest power of the variable that appears in any term. The degree is the single most important number describing a polynomial.
- In , the highest power of is 2. Degree = 2.
- In , the highest power of is 3. Degree = 3.
- In , the highest power of is 1. Degree = 1.
- In , there is no variable — but we can write , so the highest power is 0. Degree = 0.
Degree organises polynomials into families:
| Degree | Family name | Example |
|---|---|---|
| 0 | constant polynomial | , , |
| 1 | linear polynomial | , , |
| 2 | quadratic polynomial | , |
| 3 | cubic polynomial |
Degrees 4, 5, 6 and higher exist too — they don't have such friendly names, but you'll meet them later. The rest of this chapter zooms entirely into the linear case (degree 1) — the simplest non-trivial family.
Loading simulator…
Find the degrees of: (i) (ii) (iii) (iv)
(i) — highest power of is 2. Degree = 2 (quadratic).
(ii) — highest power of is 3. Degree = 3 (cubic).
(iii) — no variable; write as . Degree = 0 (constant).
(iv) — highest power of is 1. Degree = 1 (linear).
Write polynomials of degrees 1, 2, and 3.
Many answers are possible. Some examples:
- Degree 1 (linear): , or , or .
- Degree 2 (quadratic): , or , or .
- Degree 3 (cubic): , or , or .
Rule: the highest power of the variable must be exactly the degree you want — no higher. So for a linear polynomial, you cannot include any or term.
What are the coefficients of and in the polynomial ?
Step 1 — Pick out the term containing . It is . Coefficient of is .
Step 2 — Pick out the term containing . It is . Coefficient of is . (The negative sign belongs with the coefficient.)
Bonus observations: the polynomial has degree 4 (highest power , coefficient ); the constant term is ; the coefficient of is .
What is the coefficient of in the polynomial ?
Look for the term containing . There isn't one. The polynomial is . So the coefficient of is .
Lesson: a coefficient of zero means the term is missing. Coefficients exist for every power up to the degree, but some can be 0.
What is the constant term of the polynomial ?
The constant term is the one without any variable. Here it is . (Sign included.)
Quick observation: The constant term is also the value of the polynomial at . Substitute : . ✓ Always true: constant term = value at .
Is $\sqrt{x} + 1$ a polynomial? Is $\frac{1}{x} + 5$? **Why or why not?**
Q1.What is the degree of the polynomial ?