Chapter 2: Polynomials 10th Mathematics

 

Real Numbers

Mathematics – Class 10
Reprint Edition: 2025–26


Chapter 2: Polynomials

2.1 Introduction

In earlier classes, you have studied expressions like x+1x + 1, x2+2x+1x^2 + 2x + 1, etc. These are known as algebraic expressions. In this chapter, we will focus on a special type of algebraic expressions called polynomials.

You will learn:

  • What polynomials are

  • Different types of polynomials based on degree

  • Operations on polynomials

  • Division algorithm for polynomials

  • Finding zeros of polynomials

  • Relationship between zeros and coefficients

Let us begin with understanding polynomials.


2.2 Polynomials in One Variable

A polynomial in one variable xx is an algebraic expression of the form:

anxn+an1xn1++a1x+a0a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0

where:

  • an,an1,,a1,a0a_n, a_{n-1}, \ldots, a_1, a_0 are real numbers (called coefficients),

  • an0a_n \ne 0, and

  • nn is a non-negative integer (called the degree of the polynomial).

Example:

  • 2x+32x + 3 is a polynomial of degree 1

  • 4x25x+64x^2 - 5x + 6 is a polynomial of degree 2

  • x3+2x2x+7x^3 + 2x^2 - x + 7 is a polynomial of degree 3


2.3 Zeros of a Polynomial

A zero of a polynomial p(x)p(x) is a number aa such that p(a)=0p(a) = 0.

Example:

Let p(x)=x24p(x) = x^2 - 4. Then, p(2)=224=0andp(2)=(2)24=0p(2) = 2^2 - 4 = 0 \quad \text{and} \quad p(-2) = (-2)^2 - 4 = 0 So, 2 and -2 are zeros of the polynomial.


2.4 Remainder Theorem

If p(x)p(x) is a polynomial of degree greater than or equal to one and is divided by xax - a, then the remainder is p(a)p(a).

Example:

Let p(x)=x23x+2p(x) = x^2 - 3x + 2. Divide by x1x - 1. Then the remainder is p(1)=123(1)+2=0p(1) = 1^2 - 3(1) + 2 = 0


2.5 Factor Theorem

If p(a)=0p(a) = 0, then xax - a is a factor of p(x)p(x), and vice versa.

Example:

p(x)=x25x+6p(x) = x^2 - 5x + 6 Check p(2)=0p(2) = 0 and p(3)=0p(3) = 0 (x2)(x3)\Rightarrow (x - 2)(x - 3) is the factorised form of p(x)p(x)


2.6 Relationship Between Zeros and Coefficients

For a quadratic polynomial ax2+bx+cax^2 + bx + c, if α\alpha and β\beta are its zeros, then:

  • Sum of the zeros: α+β=ba\alpha + \beta = -\frac{b}{a}

  • Product of the zeros: αβ=ca\alpha\beta = \frac{c}{a}


2.7 Division Algorithm for Polynomials

If p(x)p(x) and g(x)g(x) are polynomials such that g(x)0g(x) \ne 0, then there exist polynomials q(x)q(x) and r(x)r(x) such that:

p(x)=g(x)q(x)+r(x)p(x) = g(x)q(x) + r(x)

where the degree of r(x)r(x) is less than the degree of g(x)g(x).


End of Chapter 2