SlideShare a Scribd company logo
1 of 16
CHAPTER 2
POLYNOMIALS
(1) Polynomial : The expression which contains one or more terms
with non-zero coefficient is called a polynomial. A polynomial can have
any number of terms.
For Example: 10, a + b, 7x + y + 5, w + x + y + z, etc. are some
polynomials
(2) Degree of polynomial: The highest power of the variable in a
polynomial is called as the degree of the polynomial.
For Example: The degree of p(x) = x5 – x3 + 7 is 5.
(3) Linear polynomial: A polynomial of degree one is called a linear
polynomial.
For Example: 1/ (2x – 7), √s + 5, etc. are some linear polynomial.
(4) Quadratic polynomial: A polynomial having highest degree of two
is called a quadratic polynomial. The term ‘quadratic’ is derived from
word ‘quadrate’ which means square. In general, a quadratic polynomial
can be expressed in the form ax2 + b x + c, where a≠0 and a, b, c are
constants.
For Example: x2 – 9, a2 + a + 7, etc. are some quadratic polynomials.
(5) Cubic Polynomial : A polynomial having highest degree of three is
called a cubic polynomial. In general, a quadratic polynomial can be
expressed in the form ax3 + bx2 + cx + d, where a≠0 and a, b, c, d are
constants.
For Example: x3 – 9x +2, a3 + a2 + √a + 7, etc. are some cubic
polynomial.
DIFFERENT TYPES OF
POLYNOMIAL
(6) Zeroes of a Polynomial: The value of variable
for which the polynomial becomes zero is called
as the zeroes of the polynomial. In general, if k is
a zero of p(x) = ax + b, then p(k) = a k + b = 0, i.e.,
k = - b/a.
Hence, the zero of the linear polynomial ax + b is
–b/a =
-(Constant term)/(coefficient of x)
For Example: Consider p(x) = x + 2. Find zeroes
of this polynomial.
If we put x = -2 in p(x), we get, p(-2) = -2 + 2 = 0.
Thus, -2 is a zero of the polynomial p(x).
ZEROS OF POLYNOMIALS
Geometrical Meaning of the
Zeroes of a Polynomial:
(i) For Linear Polynomial:
In general, for a linear polynomial ax + b, a ≠ 0, the graph of y = ax + b is a
straight line which intersects the x-axis at exactly one point, namely, (-b/a , 0)
. Therefore, the linear polynomial ax + b, a ≠ 0, has exactly one zero, namely,
the x-coordinate of the point where the graph of y = ax + b intersects the x-
axis.
For Example: The graph of y = 2x - 3 is a straight line passing through
points (0, -3) and (3/2, 0). Here, the graph of y = 2x - 3 is a straight line which
intersects the x-axis at exactly one point, namely, (3/ 2, 0).
(ii) For Quadratic Polynomial:
In general, for any quadratic polynomial ax2 + b x + c, a ≠ 0, the graph of the
corresponding equation y = ax2 + b x + c has one of the two shapes either
open upwards like curve or open downwards like curve depending on
whether a > 0 or a < 0. (These curves are called parabolas.)
Case 1: The Graph cuts x-axis at two distinct points. The x-
coordinates of the quadratic polynomial ax2 + b x + c have two
zeros in this case.
Case 2: The Graph cuts x-axis at exactly one point. The x-
coordinates of the quadratic polynomial ax2 + b x + c have only
one zero in this case.
Case 3: The Graph is completely above x-axis or below x-axis.
The quadratic polynomial ax2 + b x + c have no zero in this
case.
Relationship between Zeroes and
Coefficients of a Polynomial:
(i) Quadratic Polynomial:
In general, if α and β are the zeroes of the quadratic polynomial p(x) = ax2 +
b x + c, a ≠ 0, then we know that (x – α) and (x – β) are the factors of p(x).
Moreover, α + β = -b/a and α β = c/a.
In general, sum of zeros = - (Coefficient of x)/(Coefficient of x2).
Product of zeros = (Constant term)/ (Coefficient of x2).
For Example: Find the zeroes of the quadratic polynomial x2 + 7x + 10, and
verify the relationship between the zeroes and the coefficients.
On finding the factors of x2 + 7x + 10, we get, x2+ 7x + 10 = (x + 2) (x + 5)
Thus, value of x2 + 7x + 10 is zero for (x+2) = 0 or (x +5)= 0. Or in other words,
for x = -2 or x = -5.
Hence, zeros of x2 + 7x + 10 are -2 and -5.
Now, sum of zeros = -2 + (-5) = -7 = -7/1 = -(Coefficient of x)/(Coefficient of x2).
Similarly, product of zero = (-2) x (-5) = 10 = 10/1 = (Constant term)/ (Coefficient
of x2).
Cubic Polynomial: In general, it can be proved that if α, β, γ
are the zeroes of the cubic polynomial ax3 + bx2 + c x + d,
then,
α + β + γ = –b/a ,
α β + β γ + γ α = c/a and
α β γ = – d/a
Division Algorithm for Polynomials
If p(x) and g(x) are any two polynomials with g(x) ≠ 0, 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).
For Example: Divide 3x2 – x3 – 3x + 5 by x – 1 – x2, and verify the
division algorithm.
On dividing 3x2 – x3 – 3x + 5 by x – 1 – x2, we get,
Here, quotient is (x – 2) and remainder is 3.
Now, as per the division algorithm, Divisor x Quotient + Remainder =
Dividend
LHS = (-x2 + x + 1)(x – 2) + 3
= (–x3 + x2 – x + 2x2 – 2x + 2 + 3)
= (–x3 + 3x2 – 3x + 5)
RHS = (–x3 + 3x2 – 3x + 5)
Thus, division algorithm is verified
For Example: On dividing x3 – 3x2 + x + 2 by a polynomial
g(x), the quotient and remainder were (x – 2) and (–2x + 4),
respectively. Find g(x).
Given, dividend = p(x) = (x3 – 3x2 + x + 2), quotient = (x -2),
remainder = (-2x + 4).
Let divisor be denoted by g(x).
Now, as per the division algorithm,
Divisor x Quotient + Remainder = Dividend
(x3 – 3x2 + x + 2) = g(x) (x – 2) + (-2x + 4)
(x3 – 3x2 + x + 2 + 2x -4) = g(x) (x – 2)
(x3 – 3x2 + 3x - 2) = g(x) (x – 2).
Hence, g(x) is the quotient when we divide (x3 – 3x2 + 3x -
2) by (x – 2). Therefore, g(x) = (x2 – x + 1).
IMPORTANT QUESTION OF
POLYNOMIALS
THANK YOU

More Related Content

What's hot

polynomials of class 10th
polynomials of class 10thpolynomials of class 10th
polynomials of class 10thAshish Pradhan
 
Polynomials by nikund
Polynomials by nikundPolynomials by nikund
Polynomials by nikundsheshank jain
 
Polynomials CLASS 10
Polynomials CLASS 10Polynomials CLASS 10
Polynomials CLASS 10Nihas Nichu
 
Presentaton on Polynomials....Class 10
Presentaton on Polynomials....Class 10 Presentaton on Polynomials....Class 10
Presentaton on Polynomials....Class 10 Bindu Cm
 
Polynomial for class 10 by G R Ahmed TGT (Maths) at K V Khanapara
Polynomial for class 10 by G R Ahmed TGT (Maths) at K V KhanaparaPolynomial for class 10 by G R Ahmed TGT (Maths) at K V Khanapara
Polynomial for class 10 by G R Ahmed TGT (Maths) at K V KhanaparaMD. G R Ahmed
 
POLYNOMIALS OF CLASS 10
POLYNOMIALS OF CLASS 10POLYNOMIALS OF CLASS 10
POLYNOMIALS OF CLASS 10Sanjay Mahto
 
Quadratic equations class 10
Quadratic equations class 10Quadratic equations class 10
Quadratic equations class 10AadhiSXA
 
polynomials class 9th
polynomials class 9thpolynomials class 9th
polynomials class 9thastha11
 
direct and inverse variations
direct and inverse variationsdirect and inverse variations
direct and inverse variationsManpreet Singh
 
Surface areas and volume
Surface areas and volumeSurface areas and volume
Surface areas and volumeAyushiRaturi
 
Direct and inverse proportion
Direct and inverse proportionDirect and inverse proportion
Direct and inverse proportion21EDM29DARSHINI A
 
LINEAR EQUATION IN TWO VARIABLES PPT
LINEAR EQUATION  IN  TWO VARIABLES PPTLINEAR EQUATION  IN  TWO VARIABLES PPT
LINEAR EQUATION IN TWO VARIABLES PPTAbhishek Dev
 
NCERT Class 9 Maths Polynomials
NCERT Class 9 Maths  PolynomialsNCERT Class 9 Maths  Polynomials
NCERT Class 9 Maths PolynomialsPankajGahlot2
 
1.1 Linear Equations
1.1 Linear Equations1.1 Linear Equations
1.1 Linear Equationssmiller5
 
Complex numbers and quadratic equations
Complex numbers and quadratic equationsComplex numbers and quadratic equations
Complex numbers and quadratic equationsriyadutta1996
 
Class 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomialsClass 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomialsSiddharth Jain
 

What's hot (20)

polynomials of class 10th
polynomials of class 10thpolynomials of class 10th
polynomials of class 10th
 
Polynomials by nikund
Polynomials by nikundPolynomials by nikund
Polynomials by nikund
 
Polynomials CLASS 10
Polynomials CLASS 10Polynomials CLASS 10
Polynomials CLASS 10
 
Presentaton on Polynomials....Class 10
Presentaton on Polynomials....Class 10 Presentaton on Polynomials....Class 10
Presentaton on Polynomials....Class 10
 
POLYNOMIALS
POLYNOMIALSPOLYNOMIALS
POLYNOMIALS
 
Polynomial for class 10 by G R Ahmed TGT (Maths) at K V Khanapara
Polynomial for class 10 by G R Ahmed TGT (Maths) at K V KhanaparaPolynomial for class 10 by G R Ahmed TGT (Maths) at K V Khanapara
Polynomial for class 10 by G R Ahmed TGT (Maths) at K V Khanapara
 
POLYNOMIALS OF CLASS 10
POLYNOMIALS OF CLASS 10POLYNOMIALS OF CLASS 10
POLYNOMIALS OF CLASS 10
 
Quadratic equations class 10
Quadratic equations class 10Quadratic equations class 10
Quadratic equations class 10
 
Polynomials
PolynomialsPolynomials
Polynomials
 
polynomials class 9th
polynomials class 9thpolynomials class 9th
polynomials class 9th
 
direct and inverse variations
direct and inverse variationsdirect and inverse variations
direct and inverse variations
 
Surface areas and volume
Surface areas and volumeSurface areas and volume
Surface areas and volume
 
Direct and inverse proportion
Direct and inverse proportionDirect and inverse proportion
Direct and inverse proportion
 
class 9th polynomials
class 9th polynomials class 9th polynomials
class 9th polynomials
 
LINEAR EQUATION IN TWO VARIABLES PPT
LINEAR EQUATION  IN  TWO VARIABLES PPTLINEAR EQUATION  IN  TWO VARIABLES PPT
LINEAR EQUATION IN TWO VARIABLES PPT
 
NCERT Class 9 Maths Polynomials
NCERT Class 9 Maths  PolynomialsNCERT Class 9 Maths  Polynomials
NCERT Class 9 Maths Polynomials
 
5 3 solving trig eqns
5 3 solving trig eqns5 3 solving trig eqns
5 3 solving trig eqns
 
1.1 Linear Equations
1.1 Linear Equations1.1 Linear Equations
1.1 Linear Equations
 
Complex numbers and quadratic equations
Complex numbers and quadratic equationsComplex numbers and quadratic equations
Complex numbers and quadratic equations
 
Class 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomialsClass 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomials
 

Similar to Class 10 Maths Ch Polynomial PPT

class-X Maths Book | Chapter-2 | Slides By MANAV |
class-X Maths Book | Chapter-2 | Slides By MANAV |class-X Maths Book | Chapter-2 | Slides By MANAV |
class-X Maths Book | Chapter-2 | Slides By MANAV |Slides With MANAV
 
Polynomial- Maths project
Polynomial- Maths projectPolynomial- Maths project
Polynomial- Maths projectRITURAJ DAS
 
best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)Sourav Rider
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function PresentationRyanWatt
 
Shubhanshu math project work , polynomial
Shubhanshu math project work ,  polynomialShubhanshu math project work ,  polynomial
Shubhanshu math project work , polynomialShubhanshu Bhargava
 
Appendex b
Appendex bAppendex b
Appendex bswavicky
 
Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02Vine Gonzales
 
Std 10th Maths Polynomials .pptx
Std 10th Maths Polynomials .pptxStd 10th Maths Polynomials .pptx
Std 10th Maths Polynomials .pptxMVHerwadkarschool
 
Families of curves
Families of curvesFamilies of curves
Families of curvesTarun Gehlot
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equationsA M
 
Project in Calcu
Project in CalcuProject in Calcu
Project in Calcupatrickpaz
 

Similar to Class 10 Maths Ch Polynomial PPT (20)

polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
 
Polynomials
PolynomialsPolynomials
Polynomials
 
class-X Maths Book | Chapter-2 | Slides By MANAV |
class-X Maths Book | Chapter-2 | Slides By MANAV |class-X Maths Book | Chapter-2 | Slides By MANAV |
class-X Maths Book | Chapter-2 | Slides By MANAV |
 
Cl 9 Chapter 2.ppt
Cl 9 Chapter 2.pptCl 9 Chapter 2.ppt
Cl 9 Chapter 2.ppt
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Polyomials x
Polyomials xPolyomials x
Polyomials x
 
Polynomial- Maths project
Polynomial- Maths projectPolynomial- Maths project
Polynomial- Maths project
 
best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)
 
Sect4 5
Sect4 5Sect4 5
Sect4 5
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
Shubhanshu math project work , polynomial
Shubhanshu math project work ,  polynomialShubhanshu math project work ,  polynomial
Shubhanshu math project work , polynomial
 
Appendex b
Appendex bAppendex b
Appendex b
 
Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02
 
Quadraticequation
QuadraticequationQuadraticequation
Quadraticequation
 
Std 10th Maths Polynomials .pptx
Std 10th Maths Polynomials .pptxStd 10th Maths Polynomials .pptx
Std 10th Maths Polynomials .pptx
 
Families of curves
Families of curvesFamilies of curves
Families of curves
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Project in Calcu
Project in CalcuProject in Calcu
Project in Calcu
 

Recently uploaded

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
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).pptxmarlenawright1
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
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 POSCeline George
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
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.pptxPooja Bhuva
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 

Recently uploaded (20)

How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.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
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
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 Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
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
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 

Class 10 Maths Ch Polynomial PPT

  • 2. (1) Polynomial : The expression which contains one or more terms with non-zero coefficient is called a polynomial. A polynomial can have any number of terms. For Example: 10, a + b, 7x + y + 5, w + x + y + z, etc. are some polynomials (2) Degree of polynomial: The highest power of the variable in a polynomial is called as the degree of the polynomial. For Example: The degree of p(x) = x5 – x3 + 7 is 5. (3) Linear polynomial: A polynomial of degree one is called a linear polynomial. For Example: 1/ (2x – 7), √s + 5, etc. are some linear polynomial. (4) Quadratic polynomial: A polynomial having highest degree of two is called a quadratic polynomial. The term ‘quadratic’ is derived from word ‘quadrate’ which means square. In general, a quadratic polynomial can be expressed in the form ax2 + b x + c, where a≠0 and a, b, c are constants. For Example: x2 – 9, a2 + a + 7, etc. are some quadratic polynomials. (5) Cubic Polynomial : A polynomial having highest degree of three is called a cubic polynomial. In general, a quadratic polynomial can be expressed in the form ax3 + bx2 + cx + d, where a≠0 and a, b, c, d are constants. For Example: x3 – 9x +2, a3 + a2 + √a + 7, etc. are some cubic polynomial.
  • 4. (6) Zeroes of a Polynomial: The value of variable for which the polynomial becomes zero is called as the zeroes of the polynomial. In general, if k is a zero of p(x) = ax + b, then p(k) = a k + b = 0, i.e., k = - b/a. Hence, the zero of the linear polynomial ax + b is –b/a = -(Constant term)/(coefficient of x) For Example: Consider p(x) = x + 2. Find zeroes of this polynomial. If we put x = -2 in p(x), we get, p(-2) = -2 + 2 = 0. Thus, -2 is a zero of the polynomial p(x).
  • 6. Geometrical Meaning of the Zeroes of a Polynomial: (i) For Linear Polynomial: In general, for a linear polynomial ax + b, a ≠ 0, the graph of y = ax + b is a straight line which intersects the x-axis at exactly one point, namely, (-b/a , 0) . Therefore, the linear polynomial ax + b, a ≠ 0, has exactly one zero, namely, the x-coordinate of the point where the graph of y = ax + b intersects the x- axis. For Example: The graph of y = 2x - 3 is a straight line passing through points (0, -3) and (3/2, 0). Here, the graph of y = 2x - 3 is a straight line which intersects the x-axis at exactly one point, namely, (3/ 2, 0). (ii) For Quadratic Polynomial: In general, for any quadratic polynomial ax2 + b x + c, a ≠ 0, the graph of the corresponding equation y = ax2 + b x + c has one of the two shapes either open upwards like curve or open downwards like curve depending on whether a > 0 or a < 0. (These curves are called parabolas.)
  • 7. Case 1: The Graph cuts x-axis at two distinct points. The x- coordinates of the quadratic polynomial ax2 + b x + c have two zeros in this case. Case 2: The Graph cuts x-axis at exactly one point. The x- coordinates of the quadratic polynomial ax2 + b x + c have only one zero in this case. Case 3: The Graph is completely above x-axis or below x-axis. The quadratic polynomial ax2 + b x + c have no zero in this case.
  • 8. Relationship between Zeroes and Coefficients of a Polynomial: (i) Quadratic Polynomial: In general, if α and β are the zeroes of the quadratic polynomial p(x) = ax2 + b x + c, a ≠ 0, then we know that (x – α) and (x – β) are the factors of p(x). Moreover, α + β = -b/a and α β = c/a. In general, sum of zeros = - (Coefficient of x)/(Coefficient of x2). Product of zeros = (Constant term)/ (Coefficient of x2). For Example: Find the zeroes of the quadratic polynomial x2 + 7x + 10, and verify the relationship between the zeroes and the coefficients. On finding the factors of x2 + 7x + 10, we get, x2+ 7x + 10 = (x + 2) (x + 5) Thus, value of x2 + 7x + 10 is zero for (x+2) = 0 or (x +5)= 0. Or in other words, for x = -2 or x = -5. Hence, zeros of x2 + 7x + 10 are -2 and -5. Now, sum of zeros = -2 + (-5) = -7 = -7/1 = -(Coefficient of x)/(Coefficient of x2). Similarly, product of zero = (-2) x (-5) = 10 = 10/1 = (Constant term)/ (Coefficient of x2).
  • 9. Cubic Polynomial: In general, it can be proved that if α, β, γ are the zeroes of the cubic polynomial ax3 + bx2 + c x + d, then, α + β + γ = –b/a , α β + β γ + γ α = c/a and α β γ = – d/a
  • 10. Division Algorithm for Polynomials If p(x) and g(x) are any two polynomials with g(x) ≠ 0, 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). For Example: Divide 3x2 – x3 – 3x + 5 by x – 1 – x2, and verify the division algorithm. On dividing 3x2 – x3 – 3x + 5 by x – 1 – x2, we get, Here, quotient is (x – 2) and remainder is 3. Now, as per the division algorithm, Divisor x Quotient + Remainder = Dividend LHS = (-x2 + x + 1)(x – 2) + 3 = (–x3 + x2 – x + 2x2 – 2x + 2 + 3) = (–x3 + 3x2 – 3x + 5) RHS = (–x3 + 3x2 – 3x + 5) Thus, division algorithm is verified
  • 11. For Example: On dividing x3 – 3x2 + x + 2 by a polynomial g(x), the quotient and remainder were (x – 2) and (–2x + 4), respectively. Find g(x). Given, dividend = p(x) = (x3 – 3x2 + x + 2), quotient = (x -2), remainder = (-2x + 4). Let divisor be denoted by g(x). Now, as per the division algorithm, Divisor x Quotient + Remainder = Dividend (x3 – 3x2 + x + 2) = g(x) (x – 2) + (-2x + 4) (x3 – 3x2 + x + 2 + 2x -4) = g(x) (x – 2) (x3 – 3x2 + 3x - 2) = g(x) (x – 2). Hence, g(x) is the quotient when we divide (x3 – 3x2 + 3x - 2) by (x – 2). Therefore, g(x) = (x2 – x + 1).
  • 12.
  • 13.
  • 15.