Algebra is the branch of mathematics in which we use letters to represent numbers and study the rules of combining them. A very important class of algebraic expressions is the polynomial, which appears everywhere in mathematics: in geometry, in physics, in the graphs we draw and in the equations we solve. In this chapter we will study what a polynomial is, how to classify polynomials by their number of terms and by their degree, and how to evaluate them at given values of the variable.
The most exciting part of this chapter is the factorisation of polynomials. We will learn two powerful theorems: the remainder theorem and the factor theorem, which tell us how a polynomial behaves when we divide it by a linear polynomial. Along with these theorems we will study a set of standard algebraic identities that allow us to expand and factorise expressions quickly without lengthy multiplication. A strong command over polynomials is absolutely necessary for Class 10, where polynomials, quadratic equations and arithmetic progression problems build directly on the ideas introduced here.
A polynomial in one variable x is an algebraic expression of the form a(0) + a(1)x + a(2)x^2 + ... + a(n)x^n, where a(0), a(1), ..., a(n) are constants (numbers) and the powers of x are whole numbers. The constants are called the coefficients of the polynomial. For example, 3x^2 + 5x - 7 is a polynomial in x.
The separate expressions added in a polynomial are called its terms. In 4x^3 + 2x^2 - x + 9, the terms are 4x^3, 2x^2, -x and 9. The constant multiplying the variable in a term is the coefficient: the coefficient of x^3 is 4, of x^2 is 2, and of x is -1. The term 9, which has no variable, is called the constant term.
A polynomial having only one term is called a monomial (for example, 5x^2). A polynomial having two terms is called a binomial (for example, 2x + 1), and a polynomial having three terms is called a trinomial (for example, x^2 + x + 1). Note that expressions like sqrt x and 1/x are NOT polynomials, because the power of x is not a whole number.
Consider a polynomial p(x). If we substitute a number a for x, we obtain the value p(a), which is called the value of the polynomial at x = a. For example, if p(x) = x^2 - 5x + 6, then p(2) = 2^2 - 5(2) + 6 = 4 - 10 + 6 = 0.
A real number a is called a zero (or root) of the polynomial p(x) if p(a) = 0. In the example above, x = 2 is a zero of x^2 - 5x + 6 because p(2) = 0. Similarly, x = 3 is also a zero because p(3) = 9 - 15 + 6 = 0.
Important facts about zeroes: - Every linear polynomial ax + b (with a not equal to 0) has exactly one zero, given by x = -b/a. - A polynomial of degree n can have at most n distinct real zeroes. - The zero of a polynomial is the x-coordinate of the point where its graph intersects the x-axis. - Zero is a zero of p(x) if and only if the constant term of p(x) is zero, since p(0) = constant term.
The remainder theorem gives a shortcut for dividing a polynomial by a linear polynomial of the form (x - a). It states:
If a polynomial p(x) is divided by (x - a), then the remainder is p(a).
That is, we do not need to perform the full long division to find the remainder; we simply evaluate the polynomial at x = a. For example, let p(x) = x^3 - 3x^2 + 4x + 2. The remainder when p(x) is divided by (x - 1) is p(1) = 1 - 3 + 4 + 2 = 4. If we were to divide by (x + 2), which is the same as (x - (-2)), the remainder would be p(-2) = (-8) - 12 - 8 + 2 = -26.
This theorem is extremely useful because dividing polynomials by long division is lengthy and error-prone, while substituting a number is quick and accurate.
The factor theorem is a special case of the remainder theorem. It states:
If p(a) = 0, then (x - a) is a factor of the polynomial p(x). Conversely, if (x - a) is a factor of p(x), then p(a) = 0.
In other words, a linear polynomial (x - a) divides p(x) completely (with zero remainder) exactly when a is a zero of the polynomial. For example, since p(2) = 0 for p(x) = x^2 - 5x + 6, we know that (x - 2) is a factor. Indeed, x^2 - 5x + 6 = (x - 2)(x - 3).
To factorise a cubic polynomial, we first find one zero by trial (checking factors of the constant term), then divide by the corresponding factor using synthetic division or long division, and finally factorise the resulting quadratic. For example, for p(x) = x^3 - 6x^2 + 11x - 6, we try x = 1: p(1) = 1 - 6 + 11 - 6 = 0, so (x - 1) is a factor. Dividing, we get x^2 - 5x + 6 = (x - 2)(x - 3). Hence p(x) = (x - 1)(x - 2)(x - 3).
An identity is an equality that is true for every value of the variable. The following identities must be memorised perfectly, as they are used constantly:
If a + b + c = 0, then a^3 + b^3 + c^3 = 3abc. This follows directly from the last identity above because when a + b + c = 0, the first factor on the right becomes zero.
Identities help us compute values without lengthy multiplication. For example, 103 x 97 = (100 + 3)(100 - 3) = 100^2 - 3^2 = 10000 - 9 = 9991. Similarly, 105^2 = (100 + 5)^2 = 100^2 + 2(100)(5) + 5^2 = 10000 + 1000 + 25 = 11025.
| Degree | Name | General form | Example |
|---|---|---|---|
| 1 | Linear | ax + b, a not 0 | 2x + 3 |
| 2 | Quadratic | ax^2 + bx + c | x^2 - 4x + 4 |
| 3 | Cubic | ax^3 + bx^2 + cx + d | x^3 + 1 |
| Any n | Polynomial | sum of a(k)x^k | 4x^4 - 3x + 2 |
| Identity | Expansion |
|---|---|
| (a + b)^2 | a^2 + 2ab + b^2 |
| (a - b)^2 | a^2 - 2ab + b^2 |
| a^2 - b^2 | (a + b)(a - b) |
| (a + b)^3 | a^3 + 3a^2b + 3ab^2 + b^3 |
| (a - b)^3 | a^3 - 3a^2b + 3ab^2 - b^3 |
| a^3 + b^3 | (a + b)(a^2 - ab + b^2) |
| a^3 - b^3 | (a - b)(a^2 + ab + b^2) |
In this chapter we learnt about polynomials: their terms, coefficients and degrees, and the classification into linear, quadratic and cubic polynomials. We studied the concept of the zero of a polynomial and learnt that a polynomial of degree n has at most n zeroes. The remainder theorem gave us a quick way to find remainders when dividing by a linear polynomial, and the factor theorem helped us factorise polynomials completely. Finally, we studied the standard algebraic identities, including the expansions of squares, cubes and the sum and difference of cubes, which simplify computation enormously. These tools will be used in quadratic equations, coordinate geometry and in almost every branch of higher mathematics, so mastering this chapter is essential for every Class 9 student.