2.1 Introduction
In mathematics, a polynomial is a finite length expression constructed from variables (also known as indeterminates) and constants, using the operations of addition, subtraction, multiplication, and constant non-negative whole number exponents. For example, – 4x + 7 is a polynomial, but is not, because its second term involves division by the variable x and also because its third term contains an exponent that is not a whole number.
Polynomials are one of the most important concepts in algebra and throughout mathematics and science. They are used to form polynomial equations, which encode a wide range of problems, from elementary word problems to complicated problems in the sciences; they are used to define polynomial functions, which appear in settings ranging from basic chemistry and physics to economics, and are used in calculus and numerical analysis to approximate other functions. Polynomials are used to construct polynomial rings, one of the most powerful concepts in algebra and algebraic geometry. Before we go into the detail study, let us recap few basic terms that we learnt in our earlier classes.
2.2 Basic terms
i) Variable: A symbol which takes various values is known as a variable or literal. Any letter can be used to denote a variable.
Example: x, y, z, etc.
ii) Constant: A symbol having a fixed numerical value is called a constant.
Example: 3, 25,8, etc.
iii) Coefficient: In the product of a variable and a constant, each is called the coefficient of the other.
Example: 3x. Here 3 is the coefficient of x and also x is called the coefficient of 3.
iv) Term: Numbers and literals are multiplied to form a product which is known as the term. Also, a constant or a variable is also known as a term.
Example: 3x, 4, y, 5y, etc.
v) Algebraic Expression
A combination of constants and variables by the four basic mathematical operations (+, –, ×, ) is called an Expression or an Algebraic Expression.
Example:
3 + 4x – 3 , , 4+ 3x + 5
Note: The powers of variables of an algebraic expression can take any real number.
Example: In the expression , x is the variable, 3, 4 are coefficients, –3 is the constant and the total number of terms in the expression are 3.
2.3 Polynomial
An expression of the form
p(x) =
where powers o f variable are non–negative integers, and coefficients are any real numbers . is called a polynomial in x of degree over real numbers.
Example: etc.
General form of a polynomial
Polynomials with their standard or general forms and their respective degrees are given in the table below :
S.No |
General form of the Polynomial |
Example |
Degree of the Polynomial |
1. |
a, |
3 |
0 |
2. |
ax + b, |
4x + 5 |
1 |
3. |
|
2 |
|
4. |
, |
3 |
|
5. |
4 |
||
………………………….. |
……………….. |
||
……………………….. |
……………….. |
||
…………………………….. |
………………. |
||
n + 1 |
n |
2.4 Degree of polynomial
I. Degree of a polynomial in one variable
In case of a polynomial in one variable, the highest power of the variable is called the degree of the polynomial.
Examples:
i) is a polynomial in x of degree 3.
ii) is a polynomial in x of degree 5.
II. Degree of a polynomial in two or more variables
In the case of polynomials in more than one variable, the sum of the powers of the variables in each term is taken up and the highest sum so obtained is called the degree of the polynomial.
Examples:
i) is a polynomial of degree 5 in x and y.
ii) is a polynomial of degree 7 in x, y and z.
2.5 Zero of Polynomial
A real number a is a zero of a polynomial P(x) if P(a) = 0.
Example: Let P(x) = – 5x + 6
Put x = 2P(2) = – 5 (2) + 6 = 4 – 10 + 6 = 0
Put x = 3P(3) = – 5 (3) + 6 = 9 – 15 + 6 = 0.
2, 3 are the zeroes of the polynomial,
Note:
i) The number of zeros of a polynomial is equal to the degree of the polynomial.
ii) Every linear polynomial in one variable has a unique zero.1
2.6 Classification of polynomials
Based on different criteria, we have different types of classifications.
I. Classification based on number of terms
S.No |
Given expressions |
No. of terms |
Name |
1 |
1 |
Monomial |
|
2 |
2 |
Binomial |
|
3 |
3 |
Trinomial |
|
4 |
4 |
Polynomial |
II. Classification based on coefficients
S.No |
Given expressions |
Types of coefficients |
Name |
1 |
Real numbers |
Polynomial over real numbers. |
|
2 |
Integers |
Polynomial over integers. |
|
3 |
Rational numbers |
Polynomial over rational numbers. |
III. Classification based on degree
S.No |
Expression |
Degree |
Name |
1. |
1 |
Linear polynomial |
|
2. |
2 |
Quadratic polynomial |
|
3. |
3 |
Cubic polynomial |
|
4. |
4 |
Bi-Quadratic |
|
5. |
0 |
Constant polynomial |
2.7 Arithmetic operations polynomials
Before we see the arithmetic operations related to polynomials, let us know about like terms and unlike terms in a polynomial.
Like terms : Terms with the same variables and which have the same exponents are called like or similar terms.
Example: etc. are like terms.
Unlike terms: Terms with different variables and which have different exponents are called unlike terms.
Example: etc. are unlike terms.
Now, let us know about the arithmetic operations of polynomials.
I. Addition of Polynomials
Two or more polynomials can be added by arranging their terms and combining the like terms.
Let us see the addition of and .
( like terms are placed one below the other)
Properties of Addition of Polynomials
Property |
Description |
1. Closure |
If A and B are two polynomials, then A + B is also a polynomial. |
2. Commutative |
A and B are two polynomials, then A + B = B + A |
3. Associative |
For polynomials A, B and C, A + (B + C) = (A + B) + C |
4. Additive identity |
For any polynomial A, A + 0 = 0 + A = A |
5. Additive inverse |
For every polynomial A, there corresponds another polynomial |
II. Subtraction of Polynomials
For subtraction of polynomials, we need to rearrange the terms of the two polynomials so that the like terms can occur in vertical columns. Now, change the sign of each term of the polynomial to be subtracted and then add the two polynomials.
Let us subtract from
III. Multiplication of Polynomials
The following are some points to be noted for multiplying polynomials.
i) The general rule is that each term in the first factor has to multiply each term in the other factor.
ii) The number of products you get has to be the number of terms in the first factor times the number of terms in the second factor.
For example, a binomial times a binomial gives four products, while a binomial times a trinomial gives six products.
iii) Be very careful and methodical to avoid missing any terms.
iv) After the multiplication is complete, you can try to collect like terms and write side by side and simplify the result.
Multiplication of polynomials can be done in two ways: Here p(x) is called the multiplication and q(x) the multiplier.
1. Horizontal Method:
Step – 1: Multiply each term p(x) with that of q(x).
p(x) = x + 3
q(x) = x – 2
= x(x – 2) + 3(x – 2)
Step 2: Now, group the like terms, retaining their signs and add the coefficients of like powers.
x (x – 2) + 3 (x – 2)
= – 2x + 3x – 6
= + x – 6 (product)
2.Column method:
Step – 1: Every term of first expression should be multiplied with first term of second expression.
Step – 2: Every term of first expression should be multiplied with second term of second expression.
Step – 3: Continue until all the terms of second expression are multiplied.
Let us find the product of and using the above method.
In this method, we write multiplicand and the multiplier in descending powers of x, arrange one under another, and multiply the multiplicand by every term of the multiplier and add.
Properties of Multiplication of Polynomials
Property |
Description |
1. Closure |
If A, B are two polynomials, then A×B is also a polynomial. |
2. Commutative |
If A, B are two polynomials, then A×B = B×A |
3. Associative |
If A, B, C are three polynomials, then (A×B)×C = A×(B×C) |
4. Multiplicative identity |
For every polynomial A, A×1 = 1×A = A |
5. Distributive Law |
If A, B and C are three polynomials, then A×(B + C) = (A×B) + (A×C) |
Note : For the polynomial x (0), the multiplicative inverse is , but it is not a polynomial. Therefore polynomials do not possess multiplicative inverses.
IV. Division of Polynomials
The following two methods are used for division of polynomials.
1. Long Division Method
Step – 1: Arrange the terms of the dividend and divisor in descending order of their degrees.
Step – 2: Divide the first term of the dividend by the first term of the divisor to obtain the first term of the quotient.
Step – 3 : Multiply all the terms of the divisor by the first term of the quotient and subtract the result from the dividend.
Step – 4 : Consider the remainder as a new dividend and proceed as before.
Step – 5 : Repeat this process till we obtain a remainder which is either 0 or a polynomial of degree less than that of the divisor.
Example:
Note : If any terms are missing in the dividend or divisor, leave spaces and treat them as terms with coefficient zero.
2. Synthetic division method
As this is short and simple it is called synthetic division.
This is also called Horner’s method.
Let us understand the method by considering the following example.
Divide
Step 1: Arrange the coefficients of the dividend in descending order of powers of variables (Row–1).
1 6 11 10
Step 2: The required divisor is obtained by taking the zero of the original divisor.
i.e., x + 1 = 0 x = – 1
Step 3: The first element of Row–2 is always a zero (0).
Step 4: The first element of Row–3 is obtained by adding first elements of Row–1 and Row–2.
1 + 0 =1
Note: i) element of Row–3 = element of
Row–1 + element of Row–2.
ii) element of Row–2 = divisor × element of Row–3 [n > 1].
Step 5: The last element of Row–3 is the required remainder. Remainder = 4
Step 6: The number in Row–3 (except the last) represents the coefficients of the quotient, which is one degree less than the dividend.
Quotient = + 5x + 6 and Remainder = 4
Note :
1) is divisible by (x – y) for both even and odd values of n.
2) is divisible by (x + y) only for odd values on n.
3) This method is applicable only for dividing a polynomial by a linear polynomial.
2.8 Remainder theorem
Division Algorithm
Dividend = Divisor Quotient + Remainder
So, 7 = (2 × 3) + (1) = 7
Hence, the division algorithm.
Remainder Theorem
If polynomial f (x) is divided by a linear polynomial (x – a), then the remainder is f(a).
For example, let us find the remainder when is divided by x–2.
Given that is divided by x–2. Then by remainder theorem, the remainder is f(2)
Therefore, the remainder is 198.
Note: If a polynomial f(x) is divided by (x – a), then the remainder is f(a)given by equating the x – a to zero. That is, x – a = 0 or x = a. That means, we have to substitute a for x in f (x).
Remainder on division of f(x) by (x – a), (x + a), (ax – b) and (ax + b) are shown as in the table below:
Divisor |
Zero of divisor |
Remainder = f(zero of divisor) |
Remarks |
(x – a) |
a |
f(a) |
are Obtained by equating the divisor to zero. For example,if , then |
(x + a) |
– a |
f(–a) |
|
(ax – b) |
|||
(ax + b) |
Note: This method is not applicable if the divisor is a non-linear polynomial.
2.9 FACTORIZATION OF POLYNOMIALS
Factor Theorem
If a polynomial f (x) is divided by a linear polynomial (x – a) and the remainder is zero (f(a) = 0), then (x – a) is said to be a factor of f (x).
Let us check if is a factor of or not.
If (x – 2) is a factor, then f(2) should be zero.
= 32 – 136 + 196 – 104 + 12 = 0
(x–2) is a factor.
Similarly, if (x–3) is a factor, then f(3) should be zero.
= 162 – 459 + 441 – 156 + 12 = 0
Therefore, (x – 3) is a factor.
Hence, (x – 2)(x – 3) = is a factor of the given expression.
Some interesting observations:
i) The degree of the remainder is always less than the degree of the divisor.
ii) If the degree of the divisor is greater than the degree of the dividend, then the quotient is zero.
iii) For an expression f(x), If f(0) = 0, then x is a factor of f(x).
iv) For an expression f(x), If f(a) = f(b) = 0, then x – a and x – b are factors of f(x).
2.10 Algebraic Identities
Expressing a given polynomial as a product of two or more factors is called factorisation.
Polynomials can be factorized using the following methods.
I. Method of using Identities
II. Method of Splitting the middle term
III. Method of Completion of squares
IV. Method of Grouping of terms
I. Method of using identities:
In this method, we factorise the polynomials using different identities. Before we see the method of factorisation, let’s recap the identities that we learnt in our earlier classes.
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
i) Factorisation using
Example: Factorise .
can be written as
Which is of the type .
We have .
Example: Factorise .
can be written as
which is of the form .
.
ii) Factorisation using
Example: Factorise .
This is of the form
iii) Factorisation using
Example: Factorise can be rewritten as which is of the form .
Example: Factorise .
can be rewritten as
which is of the form .
iv) Factorisation using .
Example: Factorise .
Clearly, is of the form
II. Method of splitting the middle term
This method is basically used to factorise trinomials only. Following steps are to be used during factorisation in this method.
i) We need to multiply coefficient of with constant term and let P be the product obtained.
ii) Split the middle term into two terms, such that their addition or subtraction results in middle term and their product is equal to P.
iii) Express the resultant polynomial into two terms by taking a common term.
Let us understand this method by (x + 3) (x + 5)
= + 5x + 3x + (3 × 5)
= + x (5 + 3) + (3 × 5)
= + 8x + 15 ________ (1)
Thus, + 8x + 15 is is obtained by multiplying
(x + 3) and (x + 5) which are its factors.
Let us check how to get the factors of + 8x + 15.
From (1), we observe that, 8 is the sum of 5 and 3 and 15 is product of 5 and 3. So in order to find the factors of + 8x + 15, we have to find two such numbers whose sum is 8 (i.e., coefficient of middle term) and whose product is 15 (i.e., the constant term). In order words, we have to find the factors of constant term in such a way that, when we add or subtract the factors, we get the coefficient of x.
III. Method of Completion of squares
Expressions of the form + px + q may be factorised by first putting them in the form .
+ px will become a perfect square by adding the square of half of the coefficient of x i.e.,
Let us factorise + 2x – 399 using the above method.
IV. Grouping of terms
Expressions which can be put in the form can be factorised by grouping of terms.
For example, can be factorised as follows:
The expression can be rewritten as,
+ c (a + b) = (a + b)(a – b) + c(a + b)
= (a + b) (a – b + c)
An expression may be resolved into factors if the terms can be arranged in groups which have a compound factor common.
2.11 HCF and LCM of Polynomials
I. HCF of Polynomials
A polynomial d(x) is said to be a divisor of a polynomial p(x), if d(x) is a factor of p(x) ie., p(x) can be written as p(x) = d(x) . q(x), where q(x) is a polynomial.
Therefore, HCF of two polynomials p(x) and q(x) is that common factor which has the highest degree among all common factors and which has the highest degree term coefficient as positive.
Let us find the HCF of the polynomials
HCF is that common factor which has the highest degree among all common factors.
The highest degree common factor = x – 2.
Hence, (x – 2) is the HCF of the given polynomials.
II. LCM of Polynomials
The LCM of two polynomials p(x) and q(x) is the polynomial of the lowest degree which has both p(x) and q(x) as divisors and whose coefficient of the higher degree term has the same sign as the sign of the coefficient of the highest degree term of the product p(x) . q(x). Let us understand the method by finding LCM of polynomials
Let us understand the method by finding LCM of polynomials
LCM of p(x) and q(x) = (3x –1) (x + 2) (x – 2)
Relation between HCF and LCM of polynomials
If m, n are two natural numbers, we know that the product of m and n is equal to the product of their HCF and LCM i.e., mn = (HCF of m and n) (LCM of m and n)
If p(x) and q(x) are two polynomials, we define
LCM of p(x) and q(x)
2.12 Square root of a Polynomial
We know that,
Similarly, we can find the square root of algebraic expressions.
For example,
or
The above algebraic expressions are monomials. We can also find out the square root of other polynomials by various methods.
Methods of finding Square roots
We can find the square roots of algebric expressions using the following methods:
I. Inspection method
II. Division method
III. Method of undetermined coefficients.
I. Finding square roots by Inspection method (Special products)
Let us consider an algebraic expression,
This can be written as + 2 (5x) (6y) + .
Observe that it is in the form of , where a = 5x and b = 6y.
We know that, .
By applying the above identity, we can write
+ 2(5x) (6y) + =
Square root of
II. Finding square root by Division method
Let us find the square root of by using division method.
Step – 1: Given expression is to be arranged in the descending powers of x i.e.,
Step – 2: Find the square root of the first term of the given expression
Write in the place of divisor and quotient.
Multiply the divisor and quotient i.e., .
Write the product below .
Subtract them and get 0 as remainder.
Let us continue the division.
The next two terms in the expression are to be brought down as the divided for the next step.
Step – 3: Double the first term of quotient and divide the first term of the second divisor by .
Continue the division and –x is the second term for quotient and second divisor.
Step – 4: Multiply the second divisor with second term of the quotient i.e., –x and write the product below and get the remainder by subtracting them.
Continue the division and bring the next two terms (–2x + 1) in the expression as the dividend for the next step.
Step – 5: Write + 1 as third term of quotient and third divisor. Multiply the third divisor.
Multiply the third divisor 2 – 2x + 1 with third term of quotient i.e., 1 and write the product below the dividend 2 – 2x + 1. Subtract them, to get 0 as remainder.
The quotient ( – x + 1) thus obtained is the square root of .
III. Finding square roots by Undetermined Coefficients Method:
Let us understand the steps by finding the square root of .
Step – 1 : Check the degree of the given expression. Here, degree of the polynomial = 4
Step – 2: Find a polynomial of degree half the degree of the given expression.
Polynomial of degree = 4/2 = 2
a + bx + c is the required polynomial
Perfect square
An expression that can be written as a product of two equal factors is called a perfect square.
For example, let us show that the following, is a perfect square (x + 1) (x + 2) (x + 3) (x + 4) + 1
(x + 1) (x + 4) (x + 2) (x + 3) + 1
= ( + 5x + 4) (x2 + 5x + 6) + 1
Let + 5x be a
Therefore, the given expression becomes ,
i.e., the given expression is written as two equal factors like .
(x + 1) (x + 2) (x + 3) (x + 4) + 1 is a perfect square.
2.13 Other types of Algebraic expressions
I. Homogeneous Expressions
If the sum of powers of variables in all the terms of an expression is the same, the expression is called Homogeneous Expression.
For example, is a homogeneous expression as the sum of powers of variables in all terms is the same.
Standard form of Homogeneous Expressions
Variable |
Degree |
Standard form |
x, y |
1 |
|
x, y |
2 |
|
x, y |
3 |
II. Symmetric Expressions
An expression f(x, y) is said to be symmetric, if f(x, y) = f(y, x) i.e., the expression does not change, when variables are interchanged.
Example:
After interchanging variables,
III. Cyclic Expressions
An expression f(x, y, z) is said to be “cyclic” if the expression obtained by replacing x with y, y with z, z with x which is f(y, z, x) is the same as given expression f(x, y, z) i.e., f(x, y, z) = f(y, z, x). Such an expression is called cyclic expression.
Example:
which is same as f(x, y, z). Such expressions are called cyclic expressions.
Note:For any expression to be cyclic, it should have a minimum of three variables.