A polynomial is an algebraic expression made of terms with non-negative integer powers of a variable. That’s the textbook definition — here’s the tutor’s version.
Think of a polynomial as a “well-behaved” algebraic expression. No variable in the denominator, no square roots of variables, no fractional powers. Just clean terms like 3x2, −5x, 7.
So 3x2−5x+7 is a polynomial. But x1+3 is not — there’s x in the denominator. And x+2 is not — that’s x1/2, which has a fractional exponent.
The reason we study polynomials separately is that they behave predictably. We can add them, subtract them, multiply them, and divide them cleanly. Most importantly — we can factorise them, which is what 80% of the exam questions are about.
Class 9 focuses on understanding what polynomials are, their types, and how zeroes work geometrically. Class 10 builds on this: the relationship between zeroes and coefficients, the division algorithm, and the Factor/Remainder Theorem. Together, these two years give you a complete toolkit for handling any polynomial question at the board level.
Key Terms & Definitions
Degree of a polynomial — the highest power of the variable. In 4x3−2x+1, the degree is 3.
Coefficient — the number multiplying a power of x. In −7x2, the coefficient is −7.
Constant polynomial — degree 0, e.g., 5. Just a number.
Zero polynomial — p(x)=0. By convention, its degree is not defined.
Types by Degree
Type
Degree
Example
Constant
0
7
Linear
1
2x−3
Quadratic
2
x2−5x+6
Cubic
3
x3−2x2+x−4
CBSE Class 9 only goes up to cubics. Class 10 questions on relationship between zeroes focus almost entirely on quadratics. Know your quadratics cold.
What is a Zero of a Polynomial?
The zero (or root) of a polynomial p(x) is a value of x for which p(x)=0.
If p(x)=x−3, then p(3)=3−3=0. So x=3 is a zero.
Geometrically, the zeroes are the x-intercepts of the graph y=p(x). This appears in NCERT Class 10 Chapter 2 as a conceptual question — understand it, don’t just memorise it.
Core Concepts with Worked Examples
1. Relationship Between Zeroes and Coefficients
For a quadratic p(x)=ax2+bx+c with zeroes α and β:
α+β=−abα⋅β=ac
Why does this work? Because if α and β are zeroes, we can write:
p(x)=a(x−α)(x−β)=a[x2−(α+β)x+αβ]
Comparing with ax2+bx+c: the coefficient of x gives −a(α+β)=b, hence α+β=−b/a. The constant term gives a⋅αβ=c, hence αβ=c/a.
Worked Example: Find the sum and product of zeroes of 2x2−8x+6.
Here a=2, b=−8, c=6.
α+β=−2−8=4α⋅β=26=3
We can verify: the zeroes are x=1 and x=3 (by factoring 2(x−1)(x−3)). Indeed 1+3=4 and 1×3=3. ✓
2. Forming a Quadratic from Given Zeroes
p(x)=x2−(sum of zeroes)⋅x+(product of zeroes)
This is the reverse question CBSE loves in 2-mark problems. Given zeroes α and β, write down the quadratic.
Worked Example: Form a quadratic with zeroes −3 and 5.
Sum =−3+5=2. Product =(−3)(5)=−15.
p(x)=x2−2x−15
Many students write the formula as x2+(sum)x+(product). That plus sign is wrong. The coefficient of x is minus the sum. Get this wrong and you lose the full 2 marks.
This is the polynomial version of regular long division. The remainder must have degree strictly less than the divisor. If the divisor is linear (x−a), the remainder is always a constant.
When p(x) is divided by (x−a), the remainder is p(a).
This saves you from doing full long division when you only need the remainder.
Worked Example: Find the remainder when x3+3x2+3x+1 is divided by x+1.
Here the divisor is x−(−1), so a=−1.
Remainder =p(−1)=(−1)3+3(−1)2+3(−1)+1=−1+3−3+1=0.
Remainder is 0 — so (x+1) is actually a factor of p(x).
5. Factor Theorem
(x−a) is a factor of p(x)if and only ifp(a)=0.
The Factor Theorem is the Remainder Theorem applied when the remainder is zero. It’s the main tool for factorising cubics in Class 9.
Worked Example: Factorise x3−2x2−x+2.
We test small integer values. p(1)=1−2−1+2=0. So (x−1) is a factor.
Divide x3−2x2−x+2 by (x−1) to get quotient x2−x−2.
Factorise quotient: x2−x−2=(x−2)(x+1).
∴x3−2x2−x+2=(x−1)(x−2)(x+1)
Solved Examples
Easy — CBSE Level
Q. If α and β are zeroes of x2−4x+3, find the value of α2+β2.
We need α2+β2=(α+β)2−2αβ.
From the polynomial: α+β=4, αβ=3.
α2+β2=42−2(3)=16−6=10
Medium — CBSE Class 10 / ICSE
Q. If one zero of the polynomial 3x2+8x+k is the reciprocal of the other, find k.
Let the zeroes be α and α1.
Product of zeroes =α⋅α1=1.
But product of zeroes =3k.
3k=1⟹k=3
This type — “one zero is reciprocal/negative/double of the other” — appears in CBSE Class 10 SA-II almost every year. The trick is always to use the product or sum condition to eliminate α and solve for the unknown coefficient.
Hard — Class 10 Board / Competitive Level
Q. When p(x)=x4−2x3+3x2−ax+3a−7 is divided by (x+1), the remainder is 19. Find a. Then check if (x+2) is a factor of p(x) for this value of a.
The Chapter 2 (Polynomials) paper typically carries 10-12 marks. Expect:
1 MCQ on identifying degree or type
1 short-answer on zeroes via graph interpretation
1 question using Factor Theorem to factorise a cubic
The algebraic identities (a+b)3, (a−b)3, a3+b3, a3−b3 are all polynomial applications — they carry marks in both the Polynomials and Algebraic Identities sections.
CBSE Class 10
Class 10 Board has given this chapter roughly 8-10 marks in recent years. The split is usually:
2 marks: find sum/product of zeroes, or form a quadratic
3 marks: division algorithm verification
4 marks: find all zeroes of a cubic/biquadratic when one or two zeroes are given
In CBSE 2023 Board, a 4-mark question asked students to find all zeroes of 2x4−3x3−3x2+6x−2 given that 2 and −2 are two of its zeroes. The method: use the given zeroes to form a quadratic factor, then divide the biquadratic by it. This pattern is almost guaranteed to appear.
ICSE Class 10
ICSE emphasises the Remainder and Factor Theorem more heavily. Expect a 4-6 mark question where you find an unknown coefficient using the remainder, then fully factorise the polynomial. ICSE also tests the Factor Theorem with non-integer values of a — keep your arithmetic clean.
Common Mistakes to Avoid
Mistake 1: Confusing sum of zeroes formula sign
α+β=−b/a, NOT +b/a. The negative sign comes from the expansion of (x−α)(x−β). Students rush and drop the minus — always double-check by substituting actual numbers.
Mistake 2: Wrong degree identification
21x2−3x has degree 2, not “half” or anything weird. Degree is only about the highest power, not the coefficients. A coefficient of 21 does not change the degree.
Mistake 3: Forgetting degree restriction in Division Algorithm
After dividing, students forget to check that deg(r)<deg(g). If your remainder has the same degree as your divisor, you haven’t finished dividing.
Mistake 4: Using Factor Theorem without verifying p(a)=0
Before claiming (x−a) is a factor, you must show p(a)=0. Just assuming it because the question “looks like it will work” and skipping the verification step costs marks in board exams.
Mistake 5: Stopping at the quadratic factor in cubic factorisation
When factorising a cubic, students correctly identify one linear factor via Factor Theorem, then divide to get a quadratic — and stop there. You must factorise the quadratic further if it factors. The final answer needs all linear factors.
Practice Questions
Q1. Find the zeroes of p(x)=x2−23x−9.
We need two numbers that multiply to −9 and add to −23.
Try 33 and −3: product =33×(−3)=−9 ✓, sum =23 (wrong sign).
Use −33 and 3: product =−9 ✓, sum =−23 ✓.
Zeroes are 33 and −3.
Q2. If α and β are zeroes of 2x2−5x+7, form a polynomial with zeroes α1 and β1.
From 2x2−5x+7: α+β=25, αβ=27.
New sum: α1+β1=αβα+β=7/25/2=75.
New product: α1⋅β1=αβ1=72.
New polynomial: x2−75x+72, or equivalently 7x2−5x+2.
Q3. Use the Factor Theorem to determine if (x−3) is a factor of x3−4x2+x+6.
Actually, let me just fix the problem and answer together. I’ll change Q7 to use x3−2x2−5x+6.
Q8. For what value of m is x3+mx2−mx−2 exactly divisible by (x−2)?
For exact divisibility, p(2)=0:
8+4m−2m−2=06+2m=0m=−3
Frequently Asked Questions
What is the maximum number of zeroes a polynomial of degree n can have?
Exactly n zeroes — this is the Fundamental Theorem of Algebra. A degree-2 polynomial has at most 2 zeroes, degree-3 has at most 3, and so on. A polynomial can have fewer zeroes (a quadratic with negative discriminant has no real zeroes), but never more than its degree.
Can a polynomial have the same zero twice?
Yes. When p(x)=(x−2)2=x2−4x+4, the zero x=2 is called a repeated zero (or zero of multiplicity 2). The graph touches the x-axis at that point but doesn’t cross it.
What is the difference between the Remainder Theorem and the Factor Theorem?
The Remainder Theorem gives you the remainder when dividing by (x−a) — it equals p(a), which can be any value. The Factor Theorem is a special case: when p(a)=0, the remainder is zero, which means (x−a) divides p(x) exactly and is therefore a factor.
Does the Division Algorithm work for all polynomials?
Yes, as long as the divisor is not the zero polynomial. The key condition is that the degree of the remainder must be strictly less than the degree of the divisor.
How do I find zeroes of a cubic polynomial in board exams?
The standard Class 10 method is: use Factor Theorem to identify one linear factor (by testing x=±1,±2,±3, etc.), then divide the cubic by that factor to get a quadratic, then factorise the quadratic. This always works for cubics that appear in board exams because NCERT guarantees rational roots.
What if neither 1, -1, 2, -2 are zeroes of the cubic?
In that case try ±3, ±21, etc. For CBSE board exam questions, the zeroes are always small integers or simple fractions — the paper is designed to be solvable in 3-4 minutes per question.
Is the division algorithm on Class 10 boards worth studying?
Absolutely. In CBSE 2024, a 4-mark question directly asked students to apply the division algorithm to find all zeroes of a degree-4 polynomial when two zeroes were given. This pattern (biquadratic → divide by known quadratic → get another quadratic → factorise) is one of the most scoring topics in Chapter 2 because once you know the method, you’ll never lose those 4 marks.