Basic concepts of Polynomial
Basic concepts of Polynomial
Introduction
• The word 'Polynomial' is itself made up of two words i.e. Poly which means "many" and
Nomial which means "Terms".
• So Polynomial is an algebraic/mathematical expression which has many terms or more
than one term.
What are Terms?
Terms are simply the combination of "Variables" & "Coefficients".
Variables : All the "Alphabets" or "Letters" are called Variables. E.g: a,b,c,......x,y,z.
2x, 5y, 7a, -4z, etc..... here x, y, a & z are variables.
Coefficient : Number with variable is called coefficient.
E.g: 3x, 4y, -2z, -7b, etc.... here 3, 4, -2 & -7 are the coefficients.
Therefore, Example of Terms = -2x, 5y, 4t, -6z, etc.......
Degree of Polynomial
If P(x) is a polynomial in X, the highest power of X in P(x) is called 'the degree of
Polynomial'. For example, 4x + 2 is a polynomial in the variable X of degree 1.
Example of a Polynomial P(x) :
2
P(x) = 3x + 4x + 7
3 is the
coefficient Of X
2 CONSTANT
4 is the Term
coefficient Of X
*Note: The above given P(x) is a polynomial in Variable X.
Types of Polynomial
On the basis of degree, Polynomials are divided into few types:
• Linear Polynomial: A polynomial whose highest power is 1 is called a Linear Polynomial.
For example: x + 1 ; y + 7 ; z - 3
• Quadratic Polynomial: A polynomial whose highest power is 2 is called a Quadratic
Polynomial. For example: x2 + 7x + 10 ; x2 - 5x + 3 ;
• Cubic Polynomial: A polynomial whose highest power is 3 is called a Cubic Polynomial.
For example: 4x3 + 7x2 + 9x -3
• Bi-Quadratic Polynomial: A polynomial whose highest power is 4 is called a Bi-Quadratic
Polynomial. For example: 7x4+ 9x3 + 3x2 + 5x - 10
• Constant Polynomial: A polynomial having a power of 0 is called a Constant Polynomial.
0
For example: X = 1 (which is a constant)
+ c,
then α + β = -b
a
_ αβ = c _
a
-coefficient of x Product of Zeroes = Constant
Sum of Zeroes = 2 coefficient of x2
coefficient of x
• If Alpha(α), Beta(β) & Gamma(γ) are the Zeroes of a Cubic Polynomial
P(x) = ax3 + bx2 + cx + d, then
α + β + γ = -b/a ; αβ
2 + βγ + γα = c/a ; αβγ = -d/a
•If Alpha(α) & Beta(β) are the Zeroes of a Quadratic Polynomial, then P(x) will be
2
given by a formula
P(x) = k [ X - (α + β)X + αβ ]
i.e P(x) = [X - (sum of Zeroes)X + Product of Zeroes]
Ques: Find a quadratic polynomial, the sum and product of whose zeroes are - 3 and
2, respectively
Solution:
where a ≠ 0.
coefficient of x / coefficient of x²
= - 3/1
= 2/1
Ques: If α and β are the zeros of quadratic polynomial f(x)=kx²+4x+4 such that
α²+β²=24, find the value of k.
Solution:
α,β roots of f(x)=kx²+4x+4
Given α²+β²=24
We know α+β=−ba=−4k
αβ=c/a=4/k
(α+β)²=α²+β²+2αβ
(α+β)²=α²+β²+2αβ
(−4/k)²=24+2(4k)
4² / k²=24+2(4k)
16=24k²+8k
2=3k²+k
0=3k²+k−2
0=3k²+3k−2k−2
0=3k(k+1)−2(k+1)
0=(k+1)(3k−2)
∴k=−1,2/3