SlideShare a Scribd company logo
1 of 22
Download to read offline
POLYNOMIALS
BY:
Dr. VIVEK NAITHANI
T.G.T (MATHEMATICS), KVS
COPYRIGHT INFORMATION: CC by SA 4.0
DEFINITION
An algebraic expression that contain two or more terms is called a
polynomial.
Each term of a polynomial has a co-efficient.
For an algebraic expression to qualify for being a polynomial it is
necessary that the power of variable in each term must be a positive
integer.
e.g. –x3+4x2+7x-2, 3y2+5y-7 etc.
𝑥 +
1
𝑥
is not a polynomial as the power of x in second term is -1
𝑦+5y is not a polynomial as the power of y is fraction in first term.
A polynomial in variable can be expressed generally as
anxn +an-1xn-1+an-2xn-2+…………..+ a2x2+a1x+a0
where
an, an-1, an-2, …………., a2, a1, a0 are all constants not
all zero and n is any positive integer.
DEGREE OF A POLYNOMIAL
The degree of a polynomial is the highest power of the
variable appearing in the polynomial.
e.g.: The degree of the polynomial x2-6x +7 is 2 as the
highest power of x appearing in the given polynomial is 2.
3x5+4x2-2. Here the highest power of variable is 5 so the
degree is 5
CLASSIFICATION OF POLYNOMIALS:
S.No. DEGREE NAME OF POLYNOMIAL
1 Zero (0) Constant Polynomial
2 One (1) Linear Polynomial
3 Two (2) Quadratic Polynomial
4 Three (3) Cubic Polynomial
5 Four (4) Bi-Quadratic Polynomial
The polynomials on the basis of their degree can be classified
as:
PRACTICE QUESTIONS
S.No. POLYNOMIAL DEGREE
1 2 – y2 – y3 + 2y8
2 x5 – x4 + 3
3 5x2 + 3x + π
4 2 – x2 + x3
5 4t4 + 5t3 – t2 + 6
Write the degree of following polynomials.
ZEROES OF A POLYNOMIAL:
 The zero or root of a polynomial p(x) is the value of x at
which p(x) = 0.
 If for x=a, p(a) = 0 then we say x=a is the zero or root of p(x).
 E.g.: p(x) = x2- 5x+6 is a polynomial.
For x= 2, we get p(2) = (2)2 – 5(2) +6
= 4 -10 +6 = 10-10 =0
Hence x=2 is a root or zero of p(x).
GEOMETRICAL MEANING OF ZEROES OF A
POLYNOMIAL
 If p(x) is a polynomial and we plot the graph of p(x) on a graph
sheet. The number of points of intersection of graph pf p(x) and
X –axis represent the number of zeroes or roots of p(x).
 A linear polynomial graph meets X axis at only one point.
 A quadratic polynomial graph meets the X – axis at maximum two
points.
 A cubic polynomial graph meets the X – axis at maximum three
points.
GRAPH OF A LINEAR POLYNOMIAL
Here p(x) = 5x-15, meets the X axis at A (3,0).
So, x=3 is a root or zero of p(x).
Graph of a linear function meets X –axis
at maximum one point
GRAPH OF A QUADRATIC FUNCTION
Here p(x) = x2-x-6 meets X axis at A (-2,0) and B (3,0). So x= -2 and x=3 are the
roots of p(x).
The graph of a quadratic polynomial is a parabola
and meets X –axis at maximum two points
GRAPH OF A CUBIC FUNCTION
Here p(x) = x3-7x; meets X- axis at A(-2.6,0); B(0,0); C(2.6,0). So,
x= -2.6, 0 and +2.6 are the roots of p(x).
RELATIONSHIP BETWEEN ZEROES AND CO-
EFFICIENTS OF A POLYNOMIAL
If ax2+bx+c is a quadratic polynomial whose roots are α and β.
Then
Sum of roots α + β =
−𝒃
𝒂
=
−(𝒄𝒐𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙)
(𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟐)
Product of roots α X β =
c
a
=
𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡
(𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟐)
The quadratic polynomial is: x2 –(Sum) x + (Product)
If ax3+bx2+cx+d is a cubic polynomial whose roots
are α, β and γ, then
α + β + γ =
−𝒃
𝒂
=
− (𝒄𝒐𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟐 )
(𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟑)
αβ + βγ + γα =
𝒄
𝒂
=
(𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙)
(𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟑)
α X β X γ =
−𝒅
𝒂
=
−(𝒄𝒐𝒏𝒔𝒕𝒂𝒏𝒕 )
(𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟑)
FIND THE ZEROES AND VERIFY THE
RELATIONSHIP BETWEEN CO-EFFS. & ZEROES
(i) p(x) = x2- 2x- 8 Solving by splitting the
middle term
= x2 -4x+2x-8 now regrouping and taking
out common factors
= x(x-4) + 2 (x-4)
= (x-4) (x+2)
For p(x) = 0 ; Either x-4 = 0 ⇒ x=4
or x+2 = 0 ⇒ x = -2
Hence zeroes are α = 4 and β = -2
Now the coefficients are
a = 1; b = -2 and c = -8
The sum of roots α + β = 4 +(-2) = 4-2 =
2
−𝑏
𝑎
=
−(−2)
1
= 2
Hence α + β =
−𝑏
𝑎
Product of roots = α X β = 4 X (-2) = -8
𝑐
𝑎
=
(−8)
1
= -8
Hence α X β =
𝑐
𝑎
Hence relation is verified.
(ii) 6x2 – 3 -7x
First arranging the terms in descending
order of power
6x2- 7x – 3 Solving by splitting the middle
term
= 6x2 – 9x+ 2x -3 Regrouping and taking out
common factor
= 3x(2x-3) +1 (2x-3)
= (2x-3) (3x+1)
For p(x) = 0
Either 2x-3 = 0 ⇒ 2x= 3 ⇒ x= 3/2
Or 3x+1 = 0 ⇒ 3x = -1 ⇒ x = -1/3
Hence zeroes are α = 3/2 and β = -1/3
Now the coefficients are
a = 6; b = -7 and c = -3
The sum of roots α + β =
3
2
+ (
−1
3
)
=
9−2
6
=
7
6
−𝑏
𝑎
=
−(−7)
6
=
7
6
The product of the roots α X β =
3
2
X (
−1
3
) =
−1
2
𝑐
𝑎
=
−3
6
=
−1
2
Hence relation is verified.
PRACTICE QUESTIONS:
Q. Find a polynomial sum and product of whose roots are 4 and 1
respectively.
Solution: Here Sum (S) = 4 and product (P) = 1
Polynomial = x2- (Sum) x + Product
= x2 – 4x +1
Q. Find a polynomial whose roots are 2 and 5.
Solution: Here α = 2 and β = 5
Sum = α + β = 2 + 5 = 7
Product = α X β = 2 X 5 = 10
Polynomial = x2- (Sum) x + Product
= x2 – 7x +10
DIVISION ALGORITHM FOR POLYNOMIALS
If p(x) and g(x) are any two polynomials with g(x) ≠
𝟎 then we can find polynomials q(x) and r(x) such that
p(x) = g(x) × q(x) + r(x) where r(x) = 0 or
degree of r(x) < degree of g(x).
Here again, we see that
Dividend = Divisor × Quotient + Remainder
Divide: 3x2-x3-3x+5 by x-1-x2
Here Divisor is x-1-x2 = -x2 + x -1
and Dividend = 3x2– x3 -3x +5 = -x3 +3x2 – 3x + 5
Divide x4-3x2+4x+5 by x2-x+1
On dividing x3- 3x2+x+2 by a polynomial g(x) the
quotient = x-2 and remainder = -2x+4. Find g (x).
THANK
YOU BY:
Dr. VIVEK NAITHANI
T.G.T (MATHEMATICS), KVS
COPYRIGHT INFORMATION: CC by SA 4.0

More Related Content

What's hot

Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
itutor
 
polynomials of class 10th
polynomials of class 10thpolynomials of class 10th
polynomials of class 10th
Ashish Pradhan
 

What's hot (20)

Co ordinate system
Co ordinate systemCo ordinate system
Co ordinate system
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
 
Polynomials by nikund
Polynomials by nikundPolynomials by nikund
Polynomials by nikund
 
Presentation on quadratic equation
Presentation on quadratic equationPresentation on quadratic equation
Presentation on quadratic equation
 
Binomial theorem
Binomial theoremBinomial theorem
Binomial theorem
 
IX polynomial
IX polynomialIX polynomial
IX polynomial
 
linear equation
linear equationlinear equation
linear equation
 
polynomials of class 10th
polynomials of class 10thpolynomials of class 10th
polynomials of class 10th
 
quadratic equation
quadratic equationquadratic equation
quadratic equation
 
Chapetr 1 real number class 10 th
Chapetr 1 real number class 10 thChapetr 1 real number class 10 th
Chapetr 1 real number class 10 th
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Class 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTClass 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPT
 
Rational numbers Class 8 chapter 1
Rational numbers Class 8 chapter 1Rational numbers Class 8 chapter 1
Rational numbers Class 8 chapter 1
 
Maths ppt linear equations in two variables
Maths ppt   linear equations in two variablesMaths ppt   linear equations in two variables
Maths ppt linear equations in two variables
 
RS Agarwal Quantitative Aptitude - 7 chap
RS Agarwal Quantitative Aptitude - 7 chapRS Agarwal Quantitative Aptitude - 7 chap
RS Agarwal Quantitative Aptitude - 7 chap
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Playing with numbers Class-8
Playing with numbers Class-8Playing with numbers Class-8
Playing with numbers Class-8
 
Polynomial 
Polynomial Polynomial 
Polynomial 
 
Logarithms
LogarithmsLogarithms
Logarithms
 

Similar to Polynomials

best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)
Sourav Rider
 
Appendex b
Appendex bAppendex b
Appendex b
swavicky
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signs
swartzje
 

Similar to Polynomials (20)

polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polyomials x
Polyomials xPolyomials x
Polyomials x
 
Algebra
AlgebraAlgebra
Algebra
 
Presentation of Polynomial
Presentation of PolynomialPresentation of Polynomial
Presentation of Polynomial
 
Polynomial- Maths project
Polynomial- Maths projectPolynomial- Maths project
Polynomial- Maths project
 
Presentaton on Polynomials....Class 10
Presentaton on Polynomials....Class 10 Presentaton on Polynomials....Class 10
Presentaton on Polynomials....Class 10
 
Cl 9 Chapter 2.ppt
Cl 9 Chapter 2.pptCl 9 Chapter 2.ppt
Cl 9 Chapter 2.ppt
 
Polynomials
PolynomialsPolynomials
Polynomials
 
3.2 properties of division and roots t
3.2 properties of division and roots t3.2 properties of division and roots t
3.2 properties of division and roots t
 
best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)
 
Polynomials 120726050407-phpapp01 (1)
Polynomials 120726050407-phpapp01 (1)Polynomials 120726050407-phpapp01 (1)
Polynomials 120726050407-phpapp01 (1)
 
Study materialfor class 10 Mathematics
Study materialfor class 10  MathematicsStudy materialfor class 10  Mathematics
Study materialfor class 10 Mathematics
 
Produccion escrita expresiones algebraicas
Produccion escrita   expresiones algebraicasProduccion escrita   expresiones algebraicas
Produccion escrita expresiones algebraicas
 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 
Appendex b
Appendex bAppendex b
Appendex b
 
Quant Fomulae
Quant FomulaeQuant Fomulae
Quant Fomulae
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signs
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic Equations
 
3.4 looking for real roots of real polynomials t
3.4 looking for real roots of real polynomials t3.4 looking for real roots of real polynomials t
3.4 looking for real roots of real polynomials t
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
httgc7rh9c
 

Recently uploaded (20)

COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food Additives
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Our Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdfOur Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdf
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17
 
Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 

Polynomials

  • 1. POLYNOMIALS BY: Dr. VIVEK NAITHANI T.G.T (MATHEMATICS), KVS COPYRIGHT INFORMATION: CC by SA 4.0
  • 2. DEFINITION An algebraic expression that contain two or more terms is called a polynomial. Each term of a polynomial has a co-efficient. For an algebraic expression to qualify for being a polynomial it is necessary that the power of variable in each term must be a positive integer. e.g. –x3+4x2+7x-2, 3y2+5y-7 etc. 𝑥 + 1 𝑥 is not a polynomial as the power of x in second term is -1 𝑦+5y is not a polynomial as the power of y is fraction in first term.
  • 3. A polynomial in variable can be expressed generally as anxn +an-1xn-1+an-2xn-2+…………..+ a2x2+a1x+a0 where an, an-1, an-2, …………., a2, a1, a0 are all constants not all zero and n is any positive integer.
  • 4. DEGREE OF A POLYNOMIAL The degree of a polynomial is the highest power of the variable appearing in the polynomial. e.g.: The degree of the polynomial x2-6x +7 is 2 as the highest power of x appearing in the given polynomial is 2. 3x5+4x2-2. Here the highest power of variable is 5 so the degree is 5
  • 5. CLASSIFICATION OF POLYNOMIALS: S.No. DEGREE NAME OF POLYNOMIAL 1 Zero (0) Constant Polynomial 2 One (1) Linear Polynomial 3 Two (2) Quadratic Polynomial 4 Three (3) Cubic Polynomial 5 Four (4) Bi-Quadratic Polynomial The polynomials on the basis of their degree can be classified as:
  • 6. PRACTICE QUESTIONS S.No. POLYNOMIAL DEGREE 1 2 – y2 – y3 + 2y8 2 x5 – x4 + 3 3 5x2 + 3x + π 4 2 – x2 + x3 5 4t4 + 5t3 – t2 + 6 Write the degree of following polynomials.
  • 7. ZEROES OF A POLYNOMIAL:  The zero or root of a polynomial p(x) is the value of x at which p(x) = 0.  If for x=a, p(a) = 0 then we say x=a is the zero or root of p(x).  E.g.: p(x) = x2- 5x+6 is a polynomial. For x= 2, we get p(2) = (2)2 – 5(2) +6 = 4 -10 +6 = 10-10 =0 Hence x=2 is a root or zero of p(x).
  • 8. GEOMETRICAL MEANING OF ZEROES OF A POLYNOMIAL  If p(x) is a polynomial and we plot the graph of p(x) on a graph sheet. The number of points of intersection of graph pf p(x) and X –axis represent the number of zeroes or roots of p(x).  A linear polynomial graph meets X axis at only one point.  A quadratic polynomial graph meets the X – axis at maximum two points.  A cubic polynomial graph meets the X – axis at maximum three points.
  • 9. GRAPH OF A LINEAR POLYNOMIAL Here p(x) = 5x-15, meets the X axis at A (3,0). So, x=3 is a root or zero of p(x). Graph of a linear function meets X –axis at maximum one point
  • 10. GRAPH OF A QUADRATIC FUNCTION Here p(x) = x2-x-6 meets X axis at A (-2,0) and B (3,0). So x= -2 and x=3 are the roots of p(x). The graph of a quadratic polynomial is a parabola and meets X –axis at maximum two points
  • 11. GRAPH OF A CUBIC FUNCTION Here p(x) = x3-7x; meets X- axis at A(-2.6,0); B(0,0); C(2.6,0). So, x= -2.6, 0 and +2.6 are the roots of p(x).
  • 12. RELATIONSHIP BETWEEN ZEROES AND CO- EFFICIENTS OF A POLYNOMIAL If ax2+bx+c is a quadratic polynomial whose roots are α and β. Then Sum of roots α + β = −𝒃 𝒂 = −(𝒄𝒐𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙) (𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟐) Product of roots α X β = c a = 𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡 (𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟐) The quadratic polynomial is: x2 –(Sum) x + (Product)
  • 13. If ax3+bx2+cx+d is a cubic polynomial whose roots are α, β and γ, then α + β + γ = −𝒃 𝒂 = − (𝒄𝒐𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟐 ) (𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟑) αβ + βγ + γα = 𝒄 𝒂 = (𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙) (𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟑) α X β X γ = −𝒅 𝒂 = −(𝒄𝒐𝒏𝒔𝒕𝒂𝒏𝒕 ) (𝒄𝒐−𝒆𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒕 𝒐𝒇 𝒙𝟑)
  • 14. FIND THE ZEROES AND VERIFY THE RELATIONSHIP BETWEEN CO-EFFS. & ZEROES (i) p(x) = x2- 2x- 8 Solving by splitting the middle term = x2 -4x+2x-8 now regrouping and taking out common factors = x(x-4) + 2 (x-4) = (x-4) (x+2) For p(x) = 0 ; Either x-4 = 0 ⇒ x=4 or x+2 = 0 ⇒ x = -2 Hence zeroes are α = 4 and β = -2 Now the coefficients are a = 1; b = -2 and c = -8 The sum of roots α + β = 4 +(-2) = 4-2 = 2 −𝑏 𝑎 = −(−2) 1 = 2 Hence α + β = −𝑏 𝑎 Product of roots = α X β = 4 X (-2) = -8 𝑐 𝑎 = (−8) 1 = -8 Hence α X β = 𝑐 𝑎 Hence relation is verified.
  • 15. (ii) 6x2 – 3 -7x First arranging the terms in descending order of power 6x2- 7x – 3 Solving by splitting the middle term = 6x2 – 9x+ 2x -3 Regrouping and taking out common factor = 3x(2x-3) +1 (2x-3) = (2x-3) (3x+1) For p(x) = 0 Either 2x-3 = 0 ⇒ 2x= 3 ⇒ x= 3/2 Or 3x+1 = 0 ⇒ 3x = -1 ⇒ x = -1/3 Hence zeroes are α = 3/2 and β = -1/3 Now the coefficients are a = 6; b = -7 and c = -3 The sum of roots α + β = 3 2 + ( −1 3 ) = 9−2 6 = 7 6 −𝑏 𝑎 = −(−7) 6 = 7 6 The product of the roots α X β = 3 2 X ( −1 3 ) = −1 2 𝑐 𝑎 = −3 6 = −1 2 Hence relation is verified.
  • 16. PRACTICE QUESTIONS: Q. Find a polynomial sum and product of whose roots are 4 and 1 respectively. Solution: Here Sum (S) = 4 and product (P) = 1 Polynomial = x2- (Sum) x + Product = x2 – 4x +1 Q. Find a polynomial whose roots are 2 and 5. Solution: Here α = 2 and β = 5 Sum = α + β = 2 + 5 = 7 Product = α X β = 2 X 5 = 10 Polynomial = x2- (Sum) x + Product = x2 – 7x +10
  • 17. DIVISION ALGORITHM FOR POLYNOMIALS If p(x) and g(x) are any two polynomials with g(x) ≠ 𝟎 then we can find polynomials q(x) and r(x) such that p(x) = g(x) × q(x) + r(x) where r(x) = 0 or degree of r(x) < degree of g(x). Here again, we see that Dividend = Divisor × Quotient + Remainder
  • 18. Divide: 3x2-x3-3x+5 by x-1-x2 Here Divisor is x-1-x2 = -x2 + x -1 and Dividend = 3x2– x3 -3x +5 = -x3 +3x2 – 3x + 5
  • 20. On dividing x3- 3x2+x+2 by a polynomial g(x) the quotient = x-2 and remainder = -2x+4. Find g (x).
  • 21.
  • 22. THANK YOU BY: Dr. VIVEK NAITHANI T.G.T (MATHEMATICS), KVS COPYRIGHT INFORMATION: CC by SA 4.0