Notes
Notes
Notes
What is a Polynomial?
Polynomial is made up of two terms, namely Poly (meaning “many”) and Nominal (meaning “terms.”). A polynomial
is defined as an expression which is composed of variables, constants and exponents, that are combined using
mathematical operations such as addition, subtraction, multiplication and division (No division operation by a
variable). Based on the number of terms present in the expression.
It is classified as monomial, binomial, and trinomial. Examples of constants, variables and exponents are as follows:
Where an, an-1, an-2, ……………………, a1, a0 are called coefficients of xn, xn-1, xn-2, ….., x and constant term respectively
and it should belong to real number (⋲ R).
Notation
The polynomial function is denoted by P(x) where x represents the variable. For example,
P(x) = x2-5x+11
Degree of a Polynomial
The degree of a polynomial is defined as the highest exponent of a monomial within a polynomial. Thus, a
polynomial equation having one variable which has the largest exponent is called a degree of the polynomial.
Constant 0 P(x) = 6
Example : Find the degree of the polynomial P(x) = 6s4+ 3x2+ 5x +19
Solution :
Terms of a Polynomial
The terms of polynomials are the parts of the expression that are generally separated by “+” or “-” signs. So, each part
of a polynomial in an expression is a term. For example, in a polynomial, say, 2x2 + 5 +4, the number of terms will be
3. The classification of a polynomial is done based on the number of terms in it.
Types of Polynomials
Depending upon the number of terms, polynomials are divided into the following categories:
Monomial
Binomial
Trinomial
Polynomial containing 4 terms (Quadronomial)
Polynomial containing 5 terms (pentanomial ) and so on …
These polynomials can be combined using addition, subtraction, multiplication, and division but is never divided by a
variable. A few examples of Non Polynomials are: 1/x+2, x-3
Monomial
A monomial is an expression which contains only one term. For an expression to be a monomial, the single term
should be a non-zero term. A few examples of monomials are:
5x
3
6a4
-3xy
Binomial
A binomial is a polynomial expression which contains exactly two terms. A binomial can be considered as a sum or
difference between two or more monomials. A few examples of binomials are:
– 5x+3,
6a4 + 17x
xy2+xy
Trinomial
A trinomial is an expression which is composed of exactly three terms. A few examples of trinomial expressions are:
– 8a4+2x+7
4x2 + 9x + 7
Example: x, 3y, 29, x/2 Example: x2+x, x3-2x, y+2 Example: x2+2x+20
a) 5pq b) 3b + 5c
c) x + y + z d) a2+ 2b
Properties
Some of the important properties of polynomials along with some important polynomial theorems are as follows:
Property 6
The addition, subtraction and multiplication of polynomials P and Q result in a polynomial where,
Degree(P ± Q) ≤ Degree(P or Q)
Property 7
If a polynomial P is divisible by a polynomial Q, then every zero of Q is also a zero of P.
Property 8
If a polynomial P is divisible by two co-prime polynomials Q and R, then it is divisible by (Q • R).
Property 9
If P(x) = a0 + a1x + a2x2 + …… + anxn is a polynomial such that deg(P) = n ≥ 0 then, P has at most “n” distinct roots.
Property 12
If P(x) is a polynomial with real coefficients and has one complex zero (x = a – bi), then x = a + bi will also be a zero
of P(x). Also, x2 – 2ax + a2 + b2 will be a factor of P(x).
Polynomial Equations
Polynomial equations are those expressions which are made up of multiple constants and variables. The standard
form of writing a polynomial equation is to put the highest degree first and then, at last, the constant term. An
example of a polynomial equation is:
0 = a4 +3a3 -2a2 +a +1
Polynomial Functions
A polynomial function is an expression constructed with one or more terms of variables with constant exponents. If
there are real numbers denoted by a, then function with one variable and of degree n can be written as:
Solving Polynomials
Any polynomial can be easily solved using basic algebra and factorization concepts. While solving the polynomial
equation, the first step is to set the right-hand side as 0. The explanation of a polynomial solution is explained in two
different ways:
Example: Solve: 3x – 9 = 0
Solution:
Solution:
Polynomial Operations
There are four main polynomial operations which are:
Addition of Polynomials
Subtraction of Polynomials
Multiplication of Polynomials
Division of Polynomials
Addition of Polynomials
To add polynomials, always add the like terms, i.e. the terms having the same variable and power. The addition of
polynomials always results in a polynomial of the same degree. For example,
Solution:
Subtraction of Polynomials
Subtracting polynomials is similar to addition, the only difference being the type of operation. So, subtract the like
terms to obtain the solution. It should be noted that subtraction of polynomials also results in a polynomial of the
same degree.
Solution:
Multiplication of Polynomials
Two or more polynomial when multiplied always result in a polynomial of higher degree (unless one of them is a
constant polynomial).
Solution:
Division of Polynomials
Division of two polynomial may or may not result in a polynomial. Let us study below the division of polynomials in
detail. To divide polynomials, follow the given steps:
If a polynomial has more than one term, we use long division method for the same. Following are the steps for it.
Zeros of a polynomial
For a polynomial, there could be some values of the variable for which the polynomial will be zero. These values are
called zeros of a polynomial. Sometimes, they are also referred to as roots of the polynomials. In general, we find
the zeros of quadratic equations, to get the solutions for the given equation.
The standard form of a polynomial in x is anxn + an-1xn-1 +….. + a1x + a0, where an, an-1, ….. , a1, a0 are constants, an ≠0 and
n is a whole number.
For example, algebraic expressions such as √x + x + 5, x2 + 1/x2 are not polynomials because all exponents of x in
terms of the expressions are not whole numbers.
Similarly,
Points to remember:
‘0’ could be a zero of polynomial but it is not necessarily a zero has to be ‘0’ only.
All the linear polynomials have only one zero.
The zeros of the polynomial, depend on its degree.
Formula
Consider, P(x) = 4x + 5 to be a linear polynomial in one variable.
Let ‘a’ be zero of P(x), then,
P(a) = 4k+5 = 0
Therefore, k = -5/4
In general, if k is zero of the linear polynomial in one variable: P(x) = ax +b, then;
P(k) = ak+b = 0
k = -b/a
Note: In general; if P(x) is a polynomial in x and k is any real number, then the value of P(k) at x = k is denoted
by P(k) is found by replacing x by k in P(x).
Polynomial Identities
1. (x + y)2= x2 + 2xy + y2
2. (x – y)2= x2 – 2xy + y2
3. x2– y2 = (x + y)(x – y)
4. (x + a)(x + b) = x2+ (a + b)x + ab
5. (x + y + z)2= x2 + y2 + c2 + 2xy + 2yz + 2zx
6. (x + y)3= x3 + y3 + 3xy (x + y)
7. (x – y)3= x3 – y3 – 3xy (x – y)
8. x3+ y3 = (x + y)(x2 – xy + y2)
9. x3– y3 = (x – y)(x2 + xy + y2)
10. x3+ y3 + z3 – 3xyz = (x + y + z)(x2 + y2 + z2 – xy – yz – zx)
1. The
polynomial px 2 + qx + rx 4 + 5 is of type of which polynomial ?
2. Find the zero of the polynomial p(x) = 2x + 5
9) x2 – x is ________ polynomial.