Class 9Maths · AlgebraFull chapter

Polynomials

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Polynomials in One Variable

Quick answer A polynomial in one variable x is an algebraic expression a₀ + a₁x + a₂x² + ... + aₙxⁿ where every power of x is a whole number; its degree is the highest such power.

An algebraic expression like 2x² + 3x - 5 is called a polynomial in one variable if the variable x appears only with whole number powers (0, 1, 2, 3, ...). So expressions such as x-1 + 2, √x + 3, or 3x1/2 - 1 are not polynomials, because the powers there are negative or fractional.

A polynomial in x is generally written as:

p(x) = anxn + an-1xn-1 + ... + a1x + a0

Here a0, a1, ..., an are real numbers called coefficients, and each part such as a2x² is called a term. The highest power of x that appears with a non-zero coefficient is called the degree of the polynomial.

Based on the number of terms, polynomials are named: a polynomial with one term is a monomial (e.g. 7x³), with two terms a binomial (e.g. x + 5), and with three terms a trinomial (e.g. x² + 2x + 1).

Based on degree, polynomials are classified as:

  • Linear polynomial — degree 1, general form ax + b, a ≠ 0 (example: 3x - 7)
  • Quadratic polynomial — degree 2, general form ax² + bx + c, a ≠ 0 (example: x² - 4x + 3)
  • Cubic polynomial — degree 3, general form ax³ + bx² + cx + d, a ≠ 0 (example: 2x³ - x + 1)

A non-zero constant, like p(x) = 5, is a polynomial of degree 0, because 5 = 5x⁰. The zero polynomial, p(x) = 0, is a special case whose degree is not defined.

Worked Example: State whether f(x) = 5x³ - 3x² + √2 is a polynomial, and if so, find its degree and the coefficient of x².

Every power of x here (3, 2, 0) is a whole number, so f(x) is a polynomial (note that √2 is simply a real-number coefficient of x⁰; it is the power of x, not the coefficient, that must be a whole number). The highest power is 3, so its degree is 3 (a cubic polynomial). The coefficient of x² is -3.

General polynomial in x p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀ aₙ ≠ 0, n is a whole number
Linear polynomial ax + b a ≠ 0, degree 1
Quadratic polynomial ax² + bx + c a ≠ 0, degree 2
Cubic polynomial ax³ + bx² + cx + d a ≠ 0, degree 3
Remember
  • A polynomial in one variable has only whole-number (non-negative integer) powers of the variable.
  • Degree = highest power of the variable that has a non-zero coefficient.
  • Linear (degree 1), quadratic (degree 2), and cubic (degree 3) polynomials are named by their degree.
  • A non-zero constant has degree 0; the degree of the zero polynomial is not defined.
  • Polynomials are called monomial, binomial or trinomial based on the number of terms.

Zeroes of a Polynomial

Quick answer A zero of a polynomial p(x) is a value of x for which p(x) = 0; a degree-n polynomial has at most n zeroes.

If p(x) is a polynomial and k is a real number, then the value obtained by putting x = k in p(x) is written p(k), and is called the value of p(x) at x = k.

A real number k is called a zero of the polynomial p(x) if p(k) = 0. Finding the zero of a polynomial means finding the value(s) of x that make the polynomial equal to zero.

Worked Example 1: Find the zero of the linear polynomial p(x) = 2x - 6.

Set p(x) = 0: 2x - 6 = 0, so 2x = 6, so x = 3. Check: p(3) = 2(3) - 6 = 0. So the zero of p(x) is x = 3.

In general, every linear polynomial ax + b (a ≠ 0) has exactly one zero, given by x = -b/a.

Worked Example 2: Verify whether x = 1 and x = -1 are zeroes of p(x) = x² - 1.

p(1) = 1² - 1 = 0, so x = 1 is a zero. p(-1) = (-1)² - 1 = 1 - 1 = 0, so x = -1 is also a zero. A quadratic polynomial can have up to two zeroes.

A polynomial of degree n can have at most n zeroes. A non-zero constant polynomial has no zero, since it can never equal zero. Every real number is a zero of the zero polynomial.

Zero of a linear polynomial x = -b/a for p(x) = ax + b, a ≠ 0
Maximum number of zeroes degree n polynomial has at most n zeroes
Remember
  • p(k) is the value of p(x) obtained by substituting x = k.
  • k is called a zero of p(x) if p(k) = 0.
  • A linear polynomial ax + b has exactly one zero, x = -b/a.
  • A polynomial of degree n has at most n zeroes.
  • Zeroes of p(x) correspond to the x-intercepts of the graph y = p(x).

The Remainder Theorem

Quick answer Dividing a polynomial p(x) by (x - a) always leaves remainder p(a), letting us find remainders by substitution instead of long division.

When one polynomial p(x) is divided by another polynomial g(x) (not the zero polynomial), we get a quotient q(x) and a remainder r(x) such that:

p(x) = g(x) × q(x) + r(x), where r(x) = 0 or the degree of r(x) is less than the degree of g(x).

This is similar to long division of numbers — for example, 25 ÷ 7 gives quotient 3 and remainder 4, since 25 = 7 × 3 + 4.

The Remainder Theorem states: If a polynomial p(x) of degree ≥ 1 is divided by the linear polynomial (x - a), then the remainder is p(a).

This is powerful because we do not need to actually carry out long division to find the remainder — we can simply substitute x = a into p(x).

Worked Example: Find the remainder when p(x) = x³ - 3x² + 2x + 5 is divided by (x - 1).

Here g(x) = x - 1, so a = 1. By the Remainder Theorem, the remainder equals p(1).

p(1) = 1³ - 3(1)² + 2(1) + 5 = 1 - 3 + 2 + 5 = 5

So the remainder when p(x) is divided by (x - 1) is 5.

More generally, dividing p(x) by (x + a) gives remainder p(-a), and dividing by (ax - b) gives remainder p(b/a), since ax - b = 0 when x = b/a.

Division algorithm p(x) = g(x) × q(x) + r(x)
Remainder Theorem Remainder on dividing p(x) by (x - a) = p(a)
Remainder on dividing by (x + a) = p(-a)
Remainder on dividing by (ax - b) = p(b/a)
Remember
  • Division algorithm: p(x) = g(x) × q(x) + r(x).
  • Remainder Theorem: the remainder on dividing p(x) by (x - a) equals p(a).
  • Dividing by (x + a) gives remainder p(-a).
  • Dividing by (ax - b) gives remainder p(b/a).
  • Lets us find remainders instantly by substitution, without long division.

The Factor Theorem

Quick answer (x - a) is a factor of p(x) exactly when p(a) = 0; this converts factorisation of cubics into finding zeroes by trial.

The Factor Theorem is a direct consequence of the Remainder Theorem. Let p(x) be a polynomial of degree ≥ 1, and let a be a real number.

  1. If p(a) = 0, then (x - a) is a factor of p(x).
  2. If (x - a) is a factor of p(x), then p(a) = 0.

This works because if the remainder p(a) is zero, then p(x) = (x - a) × q(x) + 0, which means (x - a) divides p(x) exactly, with no remainder.

Worked Example: Show that (x - 1) is a factor of p(x) = x³ - 6x² + 11x - 6, and hence factorise p(x) completely.

First check: p(1) = 1³ - 6(1)² + 11(1) - 6 = 1 - 6 + 11 - 6 = 0. Since p(1) = 0, (x - 1) is a factor.

Dividing p(x) by (x - 1) by long division gives quotient x² - 5x + 6, with zero remainder. So:

p(x) = (x - 1)(x² - 5x + 6)

Now factorise the quadratic x² - 5x + 6 by splitting the middle term: we need two numbers whose product is 6 and sum is -5, which are -2 and -3.

x² - 5x + 6 = x² - 2x - 3x + 6 = x(x - 2) - 3(x - 2) = (x - 2)(x - 3)

So the complete factorisation is p(x) = (x - 1)(x - 2)(x - 3).

When looking for a value of a to try, it helps to test the factors of the constant term of p(x) (here, factors of -6: ±1, ±2, ±3, ±6).

Factor Theorem (x - a) is a factor of p(x) if and only if p(a) = 0
Trial values to test a = factors of the constant term of p(x)
Remember
  • Factor Theorem: (x - a) is a factor of p(x) if and only if p(a) = 0.
  • To factorise a cubic, first find one zero by trial (test factors of the constant term), then divide.
  • After dividing out a linear factor, the resulting quadratic can be factorised by splitting the middle term.
  • The Factor Theorem is the special case of the Remainder Theorem where the remainder is 0.

Algebraic Identities

Quick answer Standard identities such as (x±y)³ and x³+y³+z³-3xyz let us expand and factorise polynomials quickly, without long multiplication or division.

An identity is an equation that is true for every value of the variables involved. The following identities extend the familiar (x + y)² and (x - y)² identities to degree 3, and are extremely useful for expanding and factorising polynomials.

(x + y)³ = x³ + 3x²y + 3xy² + y³

(x - y)³ = x³ - 3x²y + 3xy² - y³

x³ + y³ = (x + y)(x² - xy + y²)

x³ - y³ = (x - y)(x² + xy + y²)

x³ + y³ + z³ - 3xyz = (x + y + z)(x² + y² + z² - xy - yz - zx)

A special and very useful case of the last identity occurs when x + y + z = 0. Then the right-hand side becomes zero, so:

If x + y + z = 0, then x³ + y³ + z³ = 3xyz.

Worked Example 1: Expand (2x + 3y)³ using the identity for (x + y)³.

Using (a + b)³ = a³ + 3a²b + 3ab² + b³ with a = 2x, b = 3y:

(2x + 3y)³ = (2x)³ + 3(2x)²(3y) + 3(2x)(3y)² + (3y)³ = 8x³ + 36x²y + 54xy² + 27y³

Worked Example 2: Evaluate 12³ + (-7)³ + (-5)³ using the identity x³ + y³ + z³ = 3xyz (valid when x + y + z = 0).

Here x = 12, y = -7, z = -5, and x + y + z = 12 - 7 - 5 = 0. So:

12³ + (-7)³ + (-5)³ = 3 × 12 × (-7) × (-5) = 3 × 420 = 1260

This avoids the tedious work of cubing each number separately and adding them.

Cube of a sum (x+y)³ = x³ + 3x²y + 3xy² + y³
Cube of a difference (x-y)³ = x³ - 3x²y + 3xy² - y³
Sum of cubes x³ + y³ = (x+y)(x² - xy + y²)
Difference of cubes x³ - y³ = (x-y)(x² + xy + y²)
Three-variable identity x³+y³+z³-3xyz = (x+y+z)(x²+y²+z²-xy-yz-zx)
Special case If x+y+z = 0, then x³+y³+z³ = 3xyz
Remember
  • (x ± y)³ expands to x³ ± 3x²y + 3xy² ± y³.
  • x³ ± y³ factorise as (x ± y)(x² ∓ xy + y²).
  • x³ + y³ + z³ - 3xyz = (x + y + z)(x² + y² + z² - xy - yz - zx).
  • If x + y + z = 0, then x³ + y³ + z³ = 3xyz — a fast shortcut for evaluation.
  • These identities let us expand or factorise without repeated long multiplication.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀
General polynomial in x
ax + b
Linear polynomial
ax² + bx + c
Quadratic polynomial
ax³ + bx² + cx + d
Cubic polynomial
x = -b/a
Zero of a linear polynomial
degree n polynomial has at most n zeroes
Maximum number of zeroes
p(x) = g(x) × q(x) + r(x)
Division algorithm
Remainder on dividing p(x) by (x - a) = p(a)
Remainder Theorem
= p(-a)
Remainder on dividing by (x + a)
= p(b/a)
Remainder on dividing by (ax - b)
(x - a) is a factor of p(x) if and only if p(a) = 0
Factor Theorem
a = factors of the constant term of p(x)
Trial values to test
(x+y)³ = x³ + 3x²y + 3xy² + y³
Cube of a sum
(x-y)³ = x³ - 3x²y + 3xy² - y³
Cube of a difference
x³ + y³ = (x+y)(x² - xy + y²)
Sum of cubes
x³ - y³ = (x-y)(x² + xy + y²)
Difference of cubes
x³+y³+z³-3xyz = (x+y+z)(x²+y²+z²-xy-yz-zx)
Three-variable identity
If x+y+z = 0, then x³+y³+z³ = 3xyz
Special case

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Definition of a polynomial easy

Which of the following is a polynomial in one variable?

Q2 Degree of a polynomial easy

The degree of the polynomial p(x) = 4x³ - 3x² + 7x⁵ - 2 is:

Q3 Types of polynomials easy

Which of these is a quadratic polynomial?

Q4 Zero of a polynomial easy

The zero of the polynomial p(x) = 5x - 15 is:

Q5 Value of a polynomial medium

If p(x) = x² - 5x + 6, then p(2) equals:

Q6 Remainder theorem medium

The remainder when p(x) = x³ + 3x² + 3x + 1 is divided by (x + 1) is:

Q7 Remainder theorem medium

By the Remainder Theorem, the remainder when p(x) = 2x³ - 3x² + 4x - 5 is divided by (x - 1) is:

Q8 Factor theorem medium

Which of the following is a factor of p(x) = x² - 5x + 6?

Q9 Factorisation using Factor Theorem medium

The complete factorisation of x³ - 6x² + 11x - 6 is:

Q10 Algebraic identities medium

(x + y)³ - (x³ + y³) simplifies to:

Q11 Algebraic identities easy

If x + y + z = 0, then x³ + y³ + z³ equals:

Q12 Algebraic identities - sum of cubes hard

27x³ + 64y³ factorises as:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Classify the following polynomials as linear, quadratic or cubic: (i) 2 - x², (ii) 3x - 5, (iii) x³ - x² + x + 1Types of polynomials

(i) 2 - x²: the highest power of x is 2, so it is a quadratic polynomial.

(ii) 3x - 5: the highest power of x is 1, so it is a linear polynomial.

(iii) x³ - x² + x + 1: the highest power of x is 3, so it is a cubic polynomial.

2 Find the zero of the polynomial p(x) = 3x + 1.Zero of a polynomial

We need the value of x for which p(x) = 0.

3x + 1 = 0

3x = -1

x = -1/3

So the zero of p(x) is x = -1/3. Check: p(-1/3) = 3(-1/3) + 1 = -1 + 1 = 0. Verified.

3 Find the remainder when p(x) = x³ - ax² + 6x - a is divided by (x - a).Remainder theorem

By the Remainder Theorem, the remainder when p(x) is divided by (x - a) is p(a).

p(a) = a³ - a(a)² + 6a - a = a³ - a³ + 6a - a

p(a) = 5a

So the remainder is 5a.

4 Use the Factor Theorem to determine whether (x + 1) is a factor of p(x) = x³ + x² + x + 1.Factor theorem

By the Factor Theorem, (x + 1) is a factor of p(x) if and only if p(-1) = 0.

p(-1) = (-1)³ + (-1)² + (-1) + 1 = -1 + 1 - 1 + 1 = 0

Since p(-1) = 0, (x + 1) is a factor of p(x).

5 Factorise 8x³ + 27y³ + z³ - 18xyz using the identity x³ + y³ + z³ - 3xyz = (x + y + z)(x² + y² + z² - xy - yz - zx).Algebraic identities

Write 8x³ = (2x)³, 27y³ = (3y)³, and z³ = z³. Also check that -18xyz = -3(2x)(3y)(z), since 3 × 2x × 3y × z = 18xyz. So the expression matches the identity with a = 2x, b = 3y, c = z.

a³ + b³ + c³ - 3abc = (a + b + c)(a² + b² + c² - ab - bc - ca)

8x³ + 27y³ + z³ - 18xyz = (2x + 3y + z)[(2x)² + (3y)² + z² - (2x)(3y) - (3y)(z) - z(2x)]

= (2x + 3y + z)(4x² + 9y² + z² - 6xy - 3yz - 2zx)

6 Without actually calculating the cubes, find the value of (-12)³ + 7³ + 5³.Algebraic identities

Let x = -12, y = 7, z = 5. Then x + y + z = -12 + 7 + 5 = 0.

Whenever x + y + z = 0, we have the identity x³ + y³ + z³ = 3xyz.

So (-12)³ + 7³ + 5³ = 3 × (-12) × 7 × 5

= 3 × (-420) = -1260

Previous-year board questions 4

Q1 If x⁵¹ + 51 is divided by (x + 1), find the remainder. CBSE 2023 1 mark

By the Remainder Theorem, the remainder when p(x) = x51 + 51 is divided by (x + 1) is p(-1).

p(-1) = (-1)51 + 51 = -1 + 51 = 50

So the remainder is 50.

Q2 For what value of k is the polynomial p(x) = 2x³ + kx² + 11x + k + 3 exactly divisible by (2x - 1)? CBSE 2022 3 marks

If (2x - 1) is a factor of p(x), then by the Factor Theorem, p(1/2) = 0, since 2x - 1 = 0 gives x = 1/2.

p(x) = 2x³ + kx² + 11x + k + 3

p(1/2) = 2(1/2)³ + k(1/2)² + 11(1/2) + k + 3

= 2(1/8) + k(1/4) + 11/2 + k + 3

= 1/4 + k/4 + 11/2 + k + 3

Combining the constant terms: 1/4 + 11/2 + 3 = 1/4 + 22/4 + 12/4 = 35/4

Combining the k terms: k/4 + k = 5k/4

Setting p(1/2) = 0: 35/4 + 5k/4 = 0

5k = -35, so k = -7

Q3 Factorise: x³ - 23x² + 142x - 120. CBSE 2019 5 marks

Let p(x) = x³ - 23x² + 142x - 120. We look for a zero among the factors of the constant term -120, such as ±1, ±2, ±3, ...

Try x = 1: p(1) = 1 - 23 + 142 - 120 = 0. So (x - 1) is a factor.

Dividing p(x) by (x - 1) gives quotient x² - 22x + 120, with zero remainder:

p(x) = (x - 1)(x² - 22x + 120)

Now factorise x² - 22x + 120 by splitting the middle term: we need two numbers with product 120 and sum -22, which are -10 and -12.

x² - 22x + 120 = x² - 10x - 12x + 120 = x(x - 10) - 12(x - 10) = (x - 10)(x - 12)

So the complete factorisation is p(x) = (x - 1)(x - 10)(x - 12).

Q4 Without actual division, prove that 2x⁴ - 5x³ + 2x² - x + 2 is exactly divisible by (x² - 3x + 2). CBSE 2020 3 marks

First factorise the divisor: x² - 3x + 2 = (x - 1)(x - 2), since we need two numbers with product 2 and sum -3, which are -1 and -2.

Let p(x) = 2x⁴ - 5x³ + 2x² - x + 2. By the Factor Theorem, p(x) is divisible by (x - 1) if p(1) = 0, and by (x - 2) if p(2) = 0.

p(1) = 2(1) - 5(1) + 2(1) - 1 + 2 = 2 - 5 + 2 - 1 + 2 = 0

p(2) = 2(16) - 5(8) + 2(4) - 2 + 2 = 32 - 40 + 8 - 2 + 2 = 0

Since p(1) = 0 and p(2) = 0, both (x - 1) and (x - 2) are factors of p(x). As (x - 1)(x - 2) = x² - 3x + 2, and (x - 1), (x - 2) share no common factor, p(x) is exactly divisible by x² - 3x + 2.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI