SlideShare ist ein Scribd-Unternehmen logo
1 von 27
NAME – Nikund Jain
CLASS -9th
-c
Roll No.-12
POLYNOMIALS
O POLYNOMIAL – A polynomial in one
variable X is an algebraic
expression in X of the form
NOT A POLYNOMIAL – The
expression like 1÷x − 1,∫x+2 etc are
not polynomials .
TYPES OF POLYNOMIALS
• Polynomialscontain threetypesof terms:-
O (1) monomial :- A polynomial with oneterm.
O (2) binomial :- A polynomial with two terms.
O (3) trinomial :- A polynomial with threeterms
DEGREE OF POLYNOMIAL
O Degree of polynomial- The highest power of x in p(x) is
called the degree of the polynomial p(x).
O EXAMPLE –
1) F(x) = 3x +½ is a polynomial in the variable x of
degree 1.
2) g(y) = 2y² − ⅜ y +7 is a polynomial in the variable y of
degree 2 .
ZERO OF A POLYNOMIAL
O A real number k is said to a zero of a
polynomial p(x), if said to be a zero of a
polynomial p(x), if p(k) = 0 . For example,
consider the polynomial p(x) = x³ − 3x − 4
. Then,
O p(−1) = (−1)² − (3(−1) − 4 = 0
O Also, p(4) = (4)² − (3 ×4) − 4 = 0
O Here, − 1 and 4 are called the zeroes of
the quadratic polynomial x² − 3x − 4 .
TYPES OF POLYNOMIALS
O Types of polynomials are –
O 1] Constant polynomial
O 2] Linear polynomial
O 3] Quadratic polynomial
O 4] Cubic polynomial
O 5] Bi-quadratic polynomial
CONSTANT POLYNOMIAL
O CONSTANT POLYNOMIAL – A polynomial of degree zero
is called a constant polynomial.
O EXAMPLE - F(x) = 7 etc .
O It is also called zero polynomial.
O The degree of the zero polynomial is not defined .
LINEAR POLYNOMIAL
O LINEAR POLYNOMIAL – A polynomial of
degree 1 is called a linear polynomial .
O EXAMPLE- 2x−3 , ∫3x +5 etc .
O The most general form of a linear
polynomial is ax + b , a ≠ 0 ,a & b are real.
QUADRATIC POLYNOMIAL
OQUADRATIC POLYNOMIAL – A polynomial of degree 2 is
called quadratic polynomial .
OEXAMPLE – 2x² + 3x − ⅔ , y² − 2 etc . More generally ,
any quadratic polynomial in x with real coefficient is of
the form ax² + bx + c , where a, b ,c, are real numbers
and a ≠ 0
CUBIC POLYNOMIALS
O CUBIC POLYNOMIAL – A polynomial of
degree 3 is called a cubic polynomial .
O EXAMPLE = 2 − x³ , x³, etc .
O The most general form of a cubic
polynomial with coefficients as real
numbers is ax³ + bx² + cx + d , a ,b ,c ,d
are reals .
BI QUADRATIC POLYNMIAL
O BI – QUADRATIC
POLYNOMIAL – A fourth
degree polynomial is called a
biquadratic polynomial .
QUADRATIC POLYNOMIAL
O For any quadratic polynomial ax² + bx +c, a
≠ 0, the graph of the corresponding equation
y = ax² + bx + c has one of the two shapes
either open upwards or open downward
depending on whether a>0 or a<0 .these
curves are called parabolas .
VALUE OF POLYNOMIAL
O If p(x) is a polynomial in x, and if k is
any real constant, then the real
number obtained by replacing x by k in
p(x), is called the value of p(x) at k,
and is denoted by p(k) . For example ,
consider the polynomial p(x) = x² −3x
−4 . Then, putting x= 2 in the
polynomial , we get p(2) = 2² − 3 × 2 −
4 = − 4 . The value − 6 obtained by
replacing x by 2 in x² − 3x − 4 at x = 2 .
Similarly , p(0) is the value of p(x) at x
= 0 , which is − 4 .
HOW TO FIND THE ZERO
OF A LINEAR POLYNOMIAL
O In general, if k is a zero of p(x) = ax
+ b, then p(k) = ak + b = 0, k = − b ÷
a . So, the zero of a linear
polynomial ax + b is − b ÷ a = −
( constant term ) ÷ coefficient of x .
Thus, the zero of a linear
polynomial is related to its
coefficients .
GEOMETRICAL MEANING OF
THE ZEROES OF A
POLYNOMIAL
O We know that a real number k is a zero of
the polynomial p(x) if p(K) = 0 . But to
understand the importance of finding the
zeroes of a polynomial, first we shall see
the geometrical meaning of –
O 1) Linear polynomial .
O 2) Quadratic polynomial
O 3) Cubic polynomial
GEOMETRICAL MEANING OF
LINEAR POLYNOMIAL
O For a linear polynomial ax + b , a ≠ 0, the graph of y
= ax +b is a straight line . Which intersect the x axis
and which intersect the x axis exactly one point (− b
÷ 2 , 0 ) . Therefore the linear polynomial ax + b , a ≠
0 has exactly one zero .
GEOMETRICAL MEANING OF
CUBIC POLYNOMIAL
O The zeroes of a cubic polynomial p(x) are the
x coordinates of the points where the graph
of y = p(x) intersect the x – axis . Also , there
are at most 3 zeroes for the cubic
polynomials . In fact, any polynomial of
degree 3 can have at most three zeroes .
RELATIONSHIP BETWEEN
ZEROES OF A POLYNOMIAL
For a quadratic polynomial – In general, if α and β are
the zeroes of a quadratic polynomial p(x) = ax² + bx
+ c , a ≠ 0 , then we know that x − α and x− β are
the factors of p(x) . Therefore ,
O ax² + bx + c = k ( x − α) ( x − β ) ,
O Where k is a constant = k[x² − (α + β)x +αβ]
O = kx² − k( α + β ) x + k αβ
O Comparing the coefficients of x² , x and constant
term on both the sides .
O Therefore , sum of zeroes = − b ÷ a
O = − (coefficients of x) ÷ coefficient of x²
O Product of zeroes = c ÷ a = constant term ÷
coefficient of x²
RELATIONSHIP BETWEEN ZERO AND
COEFFICIENT OF A CUBIC POLYNOMIAL
O In general, if α , β , Y are the zeroes of a cubic
polynomial ax³ + bx² + cx + d , then
O α+β+Y = − b÷a
O = − ( Coefficient of x² ) ÷ coefficient of x³
O αβ +βY +Yα =c ÷ a
O = coefficient of x ÷ coefficient of x³
O αβY = − d ÷ a
O = − constant term ÷ coefficient of x³
DIVISION ALGORITHEM FOR
POLYNOMIALS
O 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 –
O p(x) = q(x) × g(x) + r(x)
O Where r(x) = 0 or degree of r(x) < degree of g(x) .
O This result is taken as division algorithm for
polynomials .
STANDARD FORM
• The Standard Form for writing apolynomial
isto put thetermswith thehighest degree
first.
• Example: Put this in Standard Form: 3x2
 -
7 + 4x3
 + x6
O Thehighest degreeis6, so that goesfirst,
then 3, 2 and then theconstant last:
O x6
 + 4x3
 + 3x2
 - 7
RemainderTheorem
O Let p(x) beany polynomial of degreegreater than
or equal to oneand let abeany real number. If
p(x) isdivided by linear polynomial x-athen the
reminder isp(a).
• Proof :- Let p(x) beany polynomial of degree
greater than or equal to 1. supposethat when p(x)
isdivided by x-a, thequotient isq(x) and the
reminder isr(x), i.g;
p(x) = (x-a) q(x) +r(x)
Sincethedegreeof x-ais1 and thedegreeof
r(x) islessthan thedegreeof x-a,the
degreeof r(x) = 0.
Thismeansthat r(x) isaconstant .say r.
So , for every valueof x, r(x) = r.
Therefore, p(x) = (x-a) q(x) + r
In particular, if x = a, thisequation givesus
p(a) =(a-a) q(a) + r
Which provesthetheorem.
FactorTheorem
O Let p(x) beapolynomial of degreen >
1 and let abeany real number. If p(a) =
0 then (x-a) isafactor of p(x).
O PROOF:-By thereminder theorem ,
p(x) = (x-a) q(x) + p(a).
1. If p(a) = 0,then p(x) = (x-a) q(x), which
showsthat x-aisafactor of p(x).
2. Sincex-aisafactor of p(x),
p(x) = (x-a) g(x) for samepolynomial
g(x).
In thiscase, p(a) = (a-a) g(a) =0
ALGEBRAIC IDENTITIES
THANKYOU

Weitere ähnliche Inhalte

Was ist angesagt?

polynomials of class 10th
polynomials of class 10thpolynomials of class 10th
polynomials of class 10th
Ashish Pradhan
 
Maths project abhi.pptx [autosaved]
Maths project abhi.pptx [autosaved]Maths project abhi.pptx [autosaved]
Maths project abhi.pptx [autosaved]
Abishek Thiagarajan
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
itutor
 
Complex numbers and quadratic equations
Complex numbers and quadratic equationsComplex numbers and quadratic equations
Complex numbers and quadratic equations
riyadutta1996
 

Was ist angesagt? (20)

Class 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTClass 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPT
 
IX polynomial
IX polynomialIX polynomial
IX polynomial
 
polynomials of class 10th
polynomials of class 10thpolynomials of class 10th
polynomials of class 10th
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Maths project abhi.pptx [autosaved]
Maths project abhi.pptx [autosaved]Maths project abhi.pptx [autosaved]
Maths project abhi.pptx [autosaved]
 
Real numbers- class 10 mathematics
Real numbers- class 10 mathematicsReal numbers- class 10 mathematics
Real numbers- class 10 mathematics
 
Complex numbers And Quadratic Equations
Complex numbers And Quadratic EquationsComplex numbers And Quadratic Equations
Complex numbers And Quadratic Equations
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
 
Real numbers
Real numbersReal numbers
Real numbers
 
Multiplication of algebraic expressions
Multiplication of algebraic expressionsMultiplication of algebraic expressions
Multiplication of algebraic expressions
 
Complex numbers and quadratic equations
Complex numbers and quadratic equationsComplex numbers and quadratic equations
Complex numbers and quadratic equations
 
class 10 chapter 1- real numbers
class 10 chapter 1- real numbersclass 10 chapter 1- real numbers
class 10 chapter 1- real numbers
 
Shubhanshu math project work , polynomial
Shubhanshu math project work ,  polynomialShubhanshu math project work ,  polynomial
Shubhanshu math project work , polynomial
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLE
 
Surface area and volume
Surface area and volumeSurface area and volume
Surface area and volume
 
Ppt on real numbers
Ppt on real numbersPpt on real numbers
Ppt on real numbers
 
The binomial theorem class 11 maths
The binomial theorem class 11 mathsThe binomial theorem class 11 maths
The binomial theorem class 11 maths
 
Polynomial 
Polynomial Polynomial 
Polynomial 
 

Ähnlich wie Polynomials by nikund

Appendex b
Appendex bAppendex b
Appendex b
swavicky
 
best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)
Sourav Rider
 

Ähnlich wie Polynomials by nikund (20)

polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
 
Cl 9 Chapter 2.ppt
Cl 9 Chapter 2.pptCl 9 Chapter 2.ppt
Cl 9 Chapter 2.ppt
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polyomials x
Polyomials xPolyomials x
Polyomials x
 
Shubhanshumathprojectwork10 a-120930012042-phpapp01
Shubhanshumathprojectwork10 a-120930012042-phpapp01Shubhanshumathprojectwork10 a-120930012042-phpapp01
Shubhanshumathprojectwork10 a-120930012042-phpapp01
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Maths portfolio manvi
Maths portfolio manviMaths portfolio manvi
Maths portfolio manvi
 
Polynomials
PolynomialsPolynomials
Polynomials
 
C1 g9-s1-t7-1
C1 g9-s1-t7-1C1 g9-s1-t7-1
C1 g9-s1-t7-1
 
Polynomial- Maths project
Polynomial- Maths projectPolynomial- Maths project
Polynomial- Maths project
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Algebra
AlgebraAlgebra
Algebra
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Presentaton on Polynomials....Class 10
Presentaton on Polynomials....Class 10 Presentaton on Polynomials....Class 10
Presentaton on Polynomials....Class 10
 
Std 10th Maths Polynomials .pptx
Std 10th Maths Polynomials .pptxStd 10th Maths Polynomials .pptx
Std 10th Maths Polynomials .pptx
 
Powerpoint presentation
Powerpoint presentationPowerpoint presentation
Powerpoint presentation
 
Appendex b
Appendex bAppendex b
Appendex b
 
best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)best for me1017103 634411962199405000 (2)
best for me1017103 634411962199405000 (2)
 
Polinomials in cd
Polinomials in cdPolinomials in cd
Polinomials in cd
 

Kürzlich hochgeladen

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Kürzlich hochgeladen (20)

Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
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...
 
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
 
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
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.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Ữ Â...
 
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
 
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.
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
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
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
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...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 

Polynomials by nikund

  • 1. NAME – Nikund Jain CLASS -9th -c Roll No.-12
  • 2. POLYNOMIALS O POLYNOMIAL – A polynomial in one variable X is an algebraic expression in X of the form NOT A POLYNOMIAL – The expression like 1÷x − 1,∫x+2 etc are not polynomials .
  • 3. TYPES OF POLYNOMIALS • Polynomialscontain threetypesof terms:- O (1) monomial :- A polynomial with oneterm. O (2) binomial :- A polynomial with two terms. O (3) trinomial :- A polynomial with threeterms
  • 4. DEGREE OF POLYNOMIAL O Degree of polynomial- The highest power of x in p(x) is called the degree of the polynomial p(x). O EXAMPLE – 1) F(x) = 3x +½ is a polynomial in the variable x of degree 1. 2) g(y) = 2y² − ⅜ y +7 is a polynomial in the variable y of degree 2 .
  • 5. ZERO OF A POLYNOMIAL O A real number k is said to a zero of a polynomial p(x), if said to be a zero of a polynomial p(x), if p(k) = 0 . For example, consider the polynomial p(x) = x³ − 3x − 4 . Then, O p(−1) = (−1)² − (3(−1) − 4 = 0 O Also, p(4) = (4)² − (3 ×4) − 4 = 0 O Here, − 1 and 4 are called the zeroes of the quadratic polynomial x² − 3x − 4 .
  • 6. TYPES OF POLYNOMIALS O Types of polynomials are – O 1] Constant polynomial O 2] Linear polynomial O 3] Quadratic polynomial O 4] Cubic polynomial O 5] Bi-quadratic polynomial
  • 7. CONSTANT POLYNOMIAL O CONSTANT POLYNOMIAL – A polynomial of degree zero is called a constant polynomial. O EXAMPLE - F(x) = 7 etc . O It is also called zero polynomial. O The degree of the zero polynomial is not defined .
  • 8. LINEAR POLYNOMIAL O LINEAR POLYNOMIAL – A polynomial of degree 1 is called a linear polynomial . O EXAMPLE- 2x−3 , ∫3x +5 etc . O The most general form of a linear polynomial is ax + b , a ≠ 0 ,a & b are real.
  • 9. QUADRATIC POLYNOMIAL OQUADRATIC POLYNOMIAL – A polynomial of degree 2 is called quadratic polynomial . OEXAMPLE – 2x² + 3x − ⅔ , y² − 2 etc . More generally , any quadratic polynomial in x with real coefficient is of the form ax² + bx + c , where a, b ,c, are real numbers and a ≠ 0
  • 10. CUBIC POLYNOMIALS O CUBIC POLYNOMIAL – A polynomial of degree 3 is called a cubic polynomial . O EXAMPLE = 2 − x³ , x³, etc . O The most general form of a cubic polynomial with coefficients as real numbers is ax³ + bx² + cx + d , a ,b ,c ,d are reals .
  • 11. BI QUADRATIC POLYNMIAL O BI – QUADRATIC POLYNOMIAL – A fourth degree polynomial is called a biquadratic polynomial .
  • 12. QUADRATIC POLYNOMIAL O For any quadratic polynomial ax² + bx +c, a ≠ 0, the graph of the corresponding equation y = ax² + bx + c has one of the two shapes either open upwards or open downward depending on whether a>0 or a<0 .these curves are called parabolas .
  • 13. VALUE OF POLYNOMIAL O If p(x) is a polynomial in x, and if k is any real constant, then the real number obtained by replacing x by k in p(x), is called the value of p(x) at k, and is denoted by p(k) . For example , consider the polynomial p(x) = x² −3x −4 . Then, putting x= 2 in the polynomial , we get p(2) = 2² − 3 × 2 − 4 = − 4 . The value − 6 obtained by replacing x by 2 in x² − 3x − 4 at x = 2 . Similarly , p(0) is the value of p(x) at x = 0 , which is − 4 .
  • 14. HOW TO FIND THE ZERO OF A LINEAR POLYNOMIAL O In general, if k is a zero of p(x) = ax + b, then p(k) = ak + b = 0, k = − b ÷ a . So, the zero of a linear polynomial ax + b is − b ÷ a = − ( constant term ) ÷ coefficient of x . Thus, the zero of a linear polynomial is related to its coefficients .
  • 15. GEOMETRICAL MEANING OF THE ZEROES OF A POLYNOMIAL O We know that a real number k is a zero of the polynomial p(x) if p(K) = 0 . But to understand the importance of finding the zeroes of a polynomial, first we shall see the geometrical meaning of – O 1) Linear polynomial . O 2) Quadratic polynomial O 3) Cubic polynomial
  • 16. GEOMETRICAL MEANING OF LINEAR POLYNOMIAL O For a linear polynomial ax + b , a ≠ 0, the graph of y = ax +b is a straight line . Which intersect the x axis and which intersect the x axis exactly one point (− b ÷ 2 , 0 ) . Therefore the linear polynomial ax + b , a ≠ 0 has exactly one zero .
  • 17. GEOMETRICAL MEANING OF CUBIC POLYNOMIAL O The zeroes of a cubic polynomial p(x) are the x coordinates of the points where the graph of y = p(x) intersect the x – axis . Also , there are at most 3 zeroes for the cubic polynomials . In fact, any polynomial of degree 3 can have at most three zeroes .
  • 18. RELATIONSHIP BETWEEN ZEROES OF A POLYNOMIAL For a quadratic polynomial – In general, if α and β are the zeroes of a quadratic polynomial p(x) = ax² + bx + c , a ≠ 0 , then we know that x − α and x− β are the factors of p(x) . Therefore , O ax² + bx + c = k ( x − α) ( x − β ) , O Where k is a constant = k[x² − (α + β)x +αβ] O = kx² − k( α + β ) x + k αβ O Comparing the coefficients of x² , x and constant term on both the sides . O Therefore , sum of zeroes = − b ÷ a O = − (coefficients of x) ÷ coefficient of x² O Product of zeroes = c ÷ a = constant term ÷ coefficient of x²
  • 19. RELATIONSHIP BETWEEN ZERO AND COEFFICIENT OF A CUBIC POLYNOMIAL O In general, if α , β , Y are the zeroes of a cubic polynomial ax³ + bx² + cx + d , then O α+β+Y = − b÷a O = − ( Coefficient of x² ) ÷ coefficient of x³ O αβ +βY +Yα =c ÷ a O = coefficient of x ÷ coefficient of x³ O αβY = − d ÷ a O = − constant term ÷ coefficient of x³
  • 20. DIVISION ALGORITHEM FOR POLYNOMIALS O 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 – O p(x) = q(x) × g(x) + r(x) O Where r(x) = 0 or degree of r(x) < degree of g(x) . O This result is taken as division algorithm for polynomials .
  • 21. STANDARD FORM • The Standard Form for writing apolynomial isto put thetermswith thehighest degree first. • Example: Put this in Standard Form: 3x2  - 7 + 4x3  + x6 O Thehighest degreeis6, so that goesfirst, then 3, 2 and then theconstant last: O x6  + 4x3  + 3x2  - 7
  • 22. RemainderTheorem O Let p(x) beany polynomial of degreegreater than or equal to oneand let abeany real number. If p(x) isdivided by linear polynomial x-athen the reminder isp(a). • Proof :- Let p(x) beany polynomial of degree greater than or equal to 1. supposethat when p(x) isdivided by x-a, thequotient isq(x) and the reminder isr(x), i.g; p(x) = (x-a) q(x) +r(x)
  • 23. Sincethedegreeof x-ais1 and thedegreeof r(x) islessthan thedegreeof x-a,the degreeof r(x) = 0. Thismeansthat r(x) isaconstant .say r. So , for every valueof x, r(x) = r. Therefore, p(x) = (x-a) q(x) + r In particular, if x = a, thisequation givesus p(a) =(a-a) q(a) + r Which provesthetheorem.
  • 24. FactorTheorem O Let p(x) beapolynomial of degreen > 1 and let abeany real number. If p(a) = 0 then (x-a) isafactor of p(x). O PROOF:-By thereminder theorem , p(x) = (x-a) q(x) + p(a).
  • 25. 1. If p(a) = 0,then p(x) = (x-a) q(x), which showsthat x-aisafactor of p(x). 2. Sincex-aisafactor of p(x), p(x) = (x-a) g(x) for samepolynomial g(x). In thiscase, p(a) = (a-a) g(a) =0