0% found this document useful (0 votes)
14 views

Polynomials Notes

Uploaded by

20221210102
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Polynomials Notes

Uploaded by

20221210102
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Polynomials

 Polynomial
An algebraic expression in which the exponents of the variables are non-negative integers
are called polynomials. For example, 3x4 + 2x3 + x + 9, 3x4 etc are polynomials.

 Constant polynomial: A constant polynomial is of the form , where k is a real


number. For example, –9, 10, 0 are constant polynomials.

 Zero polynomial: A constant polynomial ‘0’ is called zero polynomial.

General form of a polynomial:

A polynomial of the form where are


constants and .
Here, are the respective coefficients of and n is the power of the
variable x.
and are called the terms of p(x).

 Classification of polynomials on the basis of number of terms

o A polynomial having one term is called a monomial e.g. 3x, 25t3 etc.
o A polynomial having two terms is called a binomial e.g. 2t – 6, 3x4 + 2x etc.
o A polynomial having three terms is called a trinomial. e.g. 3x4 + 8x + 7 etc.

 Degree

The degree of a polynomial is the highest exponent of the variable of the polynomial. For
example, the degree of polynomial 3x4 + 2x3 + x + 9 is 4.
The degree of a term of a polynomial is the value of the exponent of the term.

 Classification of polynomial according to their degrees

 A polynomial of degree one is called a linear polynomial e.g. 3x + 2, 4x, x + 9.


 A polynomial of degree two is called a quadratic polynomial. e.g. x2 + 9, 3x2 + 4x + 6 .
 A polynomial of degree three is called a cubic polynomial e.g. 10x3 + 3, 9x3 .

Note: The degree of a non-zero constant polynomial is zero and the degree of a zero
polynomial is not defined.

 Values of polynomials at different points


A polynomial is made up of constants and variables. Hence, the value of the polynomial
changes as the value of the variable in the polynomial changes. Thus, for the different
values of the variable x, we get different values of the polynomial.

Example:
Find the value of polynomial at x = –2.

Solution:

The variable in the given polynomial is x. Hence, replacing x by ‒2.


p (x) = 3x3 + 2x + 9
∴ p (–2) = 3 (–2)3 + 2 (–2) + 9
= –24 – 4 + 9
= –19

 Zeroes of a polynomial

A real number a is said to be the zero of polynomial p(x) if p(a) = 0. In this case, a is also
called the root of the equation p(x) = 0.

Note:

 The maximum number of roots of a polynomial is less than or equal to the degree of the
polynomial.
 A non-zero constant polynomial has no zeroes.
 A polynomial can have more than one zero.

Example: Check if is a zero of polynomial, p(x) = 2x2 – 7x – 15.

Solution:
Put in the given polynomial p(x).

Hence, is a zero of polynomial p(x).

 Division of a polynomial by a monomial using long division method


Example: Divide by x – 2.

Solution:

Divison of polynomials by monomials also satisfy Division algorithm i.e., Dividend =


Divisor × Quotient + Remainder

It can be easily verified that here .

 Remainder Theorem

If p(x) is a polynomial of degree greater than or equal to one and a is any real number then
if p(x) is divided by the linear polynomial x – a, the remainder is p(a).

Example: Find the remainder when is divided by x – 2.

Solution:
The zero of x – 2 is 2.

Therefore, by remainder theorem, the remainder is 33.

 Factor Theorem

If p(x) is a polynomial of degree n ≥ 1 and a is any real number, then

o x – a is a factor of p(x), if p(a) = 0.


o p(a) = 0, if (x – a) is a factor of p(x).

Example: Determine whether x + 3 is a factor of .

Solution: The zero of x + 3 is –3.


Let
= –27 + 45 – 15 – 3
= –45 + 45
=0
Therefore, by factor theorem, x + 3 is the factor of p(x).

 Factorisation of quadratic polynomials of the form ax2 + bx + c can be done using Factor
theorem and splitting the middle term.

Example 1: Factorize x2 – 7x + 10 using the factor theorem.

Solution: Let p(x) = x2 − 7x + 10


The constant term is 10 and its factors are ±1, ±2, ±5and ±10.

Let us check the value of the polynomial for each of these factors of 10.

p(1) = 12 − 7 1 + 10 = 1 − 7 + 10 = 4 ≠ 0
Hence, x − 1 is not a factor of p(x).

p(2) = 22 − 7 2 + 10 = 4 − 14 + 10 = 0
Hence, x − 2 is a factor of p(x).

p(5) = 52 − 7 5 + 10 = 25 − 35 + 10 = 0
Hence, x − 5 is a factor of p(x).

We know that a quadratic polynomial can have a maximum of two factors. We have
obtained the two factors of the given polynomial, which are x – 2 and x – 5.
Thus, we can write the given polynomial as:

p(x) = x2 − 7x + 10 = (x − 2) (x − 5)

Example 2: Factorize 2x2 – 11x + 15 by splitting the middle term.

Solution: The given polynomial is 2x2 − 11x + 15.


Here, a c= 2 × 15 = 30. The middle term is − 11. Therefore, we have to split − 11 into two
numbers such that their product is 30 and their sum is –11. These numbers are − 5 and − 6
[As ( 5) + ( 6) = 11 and ( 5) × ( 6) = 30].

Thus, we have:

2x2 − 11x + 15 = 2x2 − 5x – 6x + 15


= x (2x – 5) – 3 (2x – 5)
= (2x – 5) (x – 3)

Note: A quadratic polynomial can have a maximum of two factors.


 Factorisation of cubic polynomials of the form ax3 + bx2 + cx + d can be done using factor
theorem and hit and trial method.

A cubic polynomial can have a maximum of three linear factors. So, by knowing one of these
factors, we can reduce it to a quadratic polynomial.
Thus, to factorize a cubic polynomial, we first find a factor by the hit and trial method or by
using the factor theorem, and then reduce the cubic polynomial into a quadratic polynomial
and it is then solved further.

Example: Factorise p(x) = x3 – 7x + 6

Solution: The constant term is 6.


The factors of 6 are ±1, ±2, ±3 and ±6.
Let x = 1
p (x = 1) = (1)3 – 7 (1) + 6
=1–7+6
=0
Thus, (x – 1) is a factor of p(x).
Now we have to group the term of p (x) such that we can take (x – 1) as common.
Therefore, p(x) = x3 – 7x + 6
= x3 – x2 + x2 – x – 6x + 6
= x2 (x – 1) + x (x – 1) – 6 (x – 1)
= (x – 1) (x2 + x – 6) ... (1)
Now, we factorize (x2 + x – 6) by splitting its middle term.

x2+ x – 6 = x2 + 3x – 2x – 6
= x (x + 3) –2 (x + 3)
= (x – 2) (x + 3)
From equation (1), we get
p(x) = (x – 1) (x – 2) (x + 3)

Hence, factors of polynomial p(x) are (x – 1), (x – 2) and (x + 3).

 Identity: (x + y + z)2 = x2 + y2 + z2 + 2xy + 2yz + 2zx

We can use this identity to factorize and expand the polynomials.


For example, the given expression can be factorized as follows:

On comparing the expression with (x + y + z)2 = x2 + y2 + z2 + 2xy + 2yz + 2zx, we get


 Identities: (x + y)3 = x3 + y3 + 3xy (x + y) and (x – y)3 = x3 – y3 – 3xy (x – y)

Other ways to represent these identities are:

o x3 + y3 = (x + y)3 – 3xy (x + y)
o x3 + y3 = (x + y) (x2 – xy + y2)
o x3 – y3 = (x – y)3 + 3xy (x – y)
o x3 – y3 = (x – y) (x2 + xy + y2)

Example: Expand (3x + 2y)3 – (3x – 2y)3

Solution: (3x + 2y)3 = (3x)3 + (2y)3 + 3 (3x) (2y) (3x + 2y)


= 27x3 + 8y3 + 54x2y + 36xy2 ... (1)
(3x – 2y)3 = (3x)3 – (2y)3 – 3 (3x) (2y) (3x – 2y)
= 27x3 – 8y3 – 54x2y + 36xy2 ... (2)
From equations (1) and (2) in given expression, we get
(3x + 2y)3 – (3x – 2y)3 = (27x3 + 8y3 + 54x2y + 36xy2) – (27x3 – 8y3 – 54x2y + 36xy2)
= 27x3 + 8y3 + 54x2y + 36xy2 – 27x3 + 8y3 + 54x2y – 36xy2
= 16y3 + 108x2y

Identity: x3 + y3 + z3 – 3xyz = (x + y + z)(x2 + y2 + z2 – xy – yz – zx)

The expression can be factorized using this identity as


follows:

Special case: If (x + y + z) = 0 then x3 + y3 + z3 = 3xyz.

You might also like