Polynomials
Polynomials
Algebraic Expressions
A term is a product of variables and constants. A term can be an algebraic expression in itself.
Examples of a term - 3 which is just a constant.
- 2x, which is the product of constant '2' and the variable 'x'
- 4xy, which is the product of the constant '4' and the variables 'x' and 'y'.
- 5x y, which is the product of 5, x, x and y.
2
An algebraic expression can have any number of terms. The coefficient in each term can be any
real number. There can be any number of variables in an algebraic expression. The exponent
on the variables, however, must be rational numbers.
Polynomial
An algebraic expression can have exponents that are rational numbers. However, a polynomial
is an algebraic expression in which the exponent on any variable is a whole number.
5x
3
+ 3x + 1 is an example of a polynomial. It is an algebraic expression as well
Degree of a Polynomial
For a polynomial in one variable - the highest exponent on the variable in a polynomial is the
degree of the polynomial.
Example: The degree of the polynomial x 2
+ 2x + 3 is 2, as the highest power of x in the given
expression is x .
2
TYPES OF POLYNOMIALS
Linear Polynomial
Quadratic Polynomial
Cubic Polynomial
Graphical Representations
Representing Equations on a Graph
Any equation can be represented as a graph on the Cartesian plane, where each point on the
graph represents the x and y coordinates of the point that satisfies the equation. An equation
can be seen as a constraint placed on the x and y coordinates of a point, and any point that
satisfies that constraint will lie on the curve
For example, the equation y = x, on a graph, will be a straight line that joins all the points which
have their x coordinate equal to their y coordinate. Example - (1,1), (2,2) and so on.
Visualization of a Polynomial
Geometrical Representation of a Linear Polynomial
The graph of a linear polynomial is a straight line. It cuts the X-axis at exactly one point.
Linear graph
If a is positive then parabola opens upwards and if a is negative then it opens downwards.
It can cut the x-axis at 0, 1 or two points.
Graph of a polynomial which cuts the x-axis in two distinct points (a>0)
Graph of a Quadratic polynomial which touches the x-axis at one point (a>0)
Zeroes of a Polynomial
Zeros of a Polynomial
A zero of a polynomial p(x) is the value of x for which the value of p(x) is 0. If k is a zero of p(x),
then p(k)=0.
= 1 − 3 + 2
= 0
Geometrically, zeros of a polynomial are the points where its graph cuts the x-axis.
Here A, B and C correspond to the zeros of the polynomial represented by the graphs.
Number of Zeros
Thus, 2x 2
− 5x + 3 = 2x
2
− 2x − 3x + 3
2
2x − 2x − 3x + 3 = 2x(x − 1) − 3(x − 1)
c
αβ =
a
Sum of zeroes = −
coef f icient of x
2
coef f icient of x
Product of zeroes =
constant term
2
coef f icient of x
If α ,β and γ are the roots of a cubic polynomial ax 3
+ bx
2
+ cx + d , then,
b
α + β + γ = −
a
c
αβ + βγ + γα =
a
−d
αβγ = a
Division Algorithm
Division Algorithm for a Polynomial
Step 1: arrange the terms of the dividend and the divisor in the decreasing order of their
degrees.
Step 2: To obtain the first term of the quotient, divide the highest degree term of the dividend
by the highest degree term of the divisor Then carry out the division process.
Step 3: The remainder from the previous division becomes the dividend for the next step.
Repeat this process until the degree of the remainder is less than the degree of the divisor.
Algebraic Identities
Algebraic Identities
1. (a + b) = a + 2ab + b
2 2 2
2. (a − b) = a − 2ab + b
2 2 2
4. a
2
− b
2
= (a + b)(a − b)
5. a
3
− b
3
= (a − b)(a
2 2
+ ab + b )
6. a 3
+ b
3
= (a + b)(a
2 2
− ab + b )
7. (a + b)
3
= a
3 2
+ 3a b + 3ab
2
+ b
3
8. (a − b) 3
= a
3 2
− 3a b + 3ab
2
− b
3