SlideShare a Scribd company logo
MATHEMATICS
PORTFOLIO
TOPIC - POLYNOMIALS
Class - 10th ‘A’
PORTFOLIO INFORMATION
Assigned by : Tanfees Sir
Submitted by : Manvi Gangwar
Class : 10th ‘A’
Roll no. : 742017
Subject : Mathematics
Topic : Polynomials
Table of contents
 Introduction to polynomials
 Polynomial classifications
 Degrees of a polynomial
 Terms of a polynomial
 Types of polynomials
 Graphical representation of equations
 Zeroes of a polynomial
 Graphical meaning of zeroes of polynomial
 Number of zeroes
 Factorization of polynomials
 Relations between zeroes and coefficient of a
polynomial
 Zeroes of a polynomial examples
 Division algorithm
 Algebraic identities
Introduction to Polynomials
The word polynomial is derived from the Greek words ‘poly’ means ‘many‘
and ‘nominal’ means ‘terms‘, so altogether it said “many terms”. A polynomial
can have any number of terms but not infinite. It is defined as an expression
which is composed of variables, constants and exponents, that are combined
using the mathematical operations such as addition, subtraction, multiplication
and division.
Polynomials are algebraic expressions that consist of variables and coefficients.
Variables are also sometimes called indeterminates. For example: x²+x-12.
Based on the numbers of terms present in the
expression, it is classified as monomial, binomial, and
trinomial. Examples of constants, variables and
exponents are as follows
Constants. Example: 1, 2, 3, etc.
Variables. Example: g, h, x, y, etc.
Exponents: Example: 5 in x5 etc.
Polynomial Classifications
The polynomial function is denoted by P(x) where x represents the
variable. For example, P(x) = x²+5x+11
If the variable is denoted by a, then the function will be P(a)
Degree of a polynomial
The degree of a polynomial is defined as the highest degree of a monomial
within a polynomial. Thus, a polynomial equation having one variable which
has the largest exponent is called a degree of the polynomial.
Example: Find the degree of the
polynomial 6s4+ 3x2+ 5x +19
Solution: The degree of the
polynomial is 4.
TERMS OF POLYNOMIAL
The terms of polynomials are the parts of the
equation which are generally separated by “+”
or “-” signs. So, each part of a polynomial in an
equation is a term. For example, in a
polynomial, say, 2x2 + 5 +4, the number of
terms will be 3. The classification of a
polynomial is done based on the number of
terms in it.
Polynomials are of 3 different types and are classified
based on the number of terms in it. The three types of
polynomials are:
Monomial
Binomial
Trinomial
TYPES OF POLYNOMIALS
These polynomials can be combined using addition, subtraction,
multiplication, and division but is never division by a variable. A
few examples of Non Polynomials are: 1/x+2, x-3
TYPES OF POLYNOMIALS
GRAPHICAL REPRESENTATION OF EQUATIONS
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.
The graph of a linear
polynomial is a
straight line. It cuts
the X-axis at exactly
one point.
The graph of a quadratic
polynomial is a
parabola.
It looks like a U which
either opens upwards or
opens downwards
depending on the value
of ‘a’ in ax²+bx+c.
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
ZEROES 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.
For example, consider a polynomial p(x)=x2−3x+2.
When x=1, the value of p(x) will be equal to
p(1)=12−3×1+2
=1−3+2
=0
Since p(x)=0 at x=1, we say that 1 is a zero of the polynomial
x2−3x+2
Graphical Meaning of zeroes of a Polynmomial
Graphically, zeros of a polynomial are the points where its graph
cuts the x-axis.
(i) One zero (ii) Two zeros (iii) Three zeros
Here A, B and C correspond to the zeros of the polynomial represented by the graphs.
In general, a polynomial of degree n has
at most n zeros.
A linear polynomial has one zero,
A quadratic polynomial has at most two
zeros.
A cubic polynomial has at most 3 zeros.
Number of zeroes
Factorization of Polynomials
Quadratic polynomials can be factorized by splitting the middle term.
For example, consider the polynomial 2x²−5x+3
Splitting the middle term : The middle term in the polynomial 2x²−5x+3 is -5x. This
must be expressed as a sum of two terms such that the product of their coefficients
is equal to the product of 2 and 3 (coefficient of x² and the constant term)
−5 can be expressed as (−2)+(−3), as −2×−3=6=2×3
2x²−5x+3 = 2x²−2x−3x+3
Now, identify the common factors in individual groups
2x²−2x−3x+3=2x(x−1)−3(x−1)
Taking (x−1) as the common factor, this can be expressed as:
2x(x−1)−3(x−1)=(x−1)(2x−3)
Relation Between Zeros and Coefficient of a Polynomial
A real number say “a” is a zero of a polynomial P(x) if P(a) = 0. The zero
of a polynomial is clearly explained using the Factor theorem. If “k” is a
zero of a polynomial P(x), then (x-k) is a factor of a given polynomial.
The linear polynomial is an expression, in which the degree of the polynomial is
1. The linear polynomial should be in the form of ax+b. Here, “x” is a variable,
“a” and “b” are constant.
The Quadratic polynomial is defined as a polynomial with the highest degree
of 2. The quadratic polynomial should be in the form of ax2 + bx + c. In this
case, a ≠ 0.
The cubic polynomial is a polynomial with the highest degree of 3.
The cubic polynomial should be in the form of
ax3 + bx2 + cx + d, where a ≠ 0. Let say α, β, and γ are the three zeros
of a polynomial, then
Zeroes (α, β, γ) follow the rules of algebraic
identities, i.e.,
(α + β)² = α² + β² + 2αβ
∴(α² + β²) = (α + β)² – 2αβ
Zeros of a Polynomial Solved Examples
Division Algorithm
To divide one polynomial by another, follow the steps given below.
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.
If p(x) and g(x) are any two polynomials with g(x) ≠ 0, then
p(x) = g(x) × q(x) + r(x)
Dividend = Divisor x Quotient + Remainder
If r (x) = 0, then g (x) is a factor of p (x).
If r (x) ≠ 0, then we can subtract r (x) from p (x) and then the new polynomial formed
is a factor of g(x) and q(x).
Algebraic Identities
mathematics portfolio
ends here.
CREDITS: This presentation template was created by Slidesgo,
including icons by Flaticon and infographics & images by Freepik
Thank You!!

More Related Content

What's hot

Areas related to Circles - class 10 maths
Areas related to Circles - class 10 maths Areas related to Circles - class 10 maths
Areas related to Circles - class 10 maths
Amit Choube
 
Polynomials CLASS 10
Polynomials CLASS 10Polynomials CLASS 10
Polynomials CLASS 10
Nihas Nichu
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
05092000
 
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
mayank78610
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic Equations
Rishabh Dhakarwal
 
IX polynomial
IX polynomialIX polynomial
IX polynomial
Bhawna Khurana
 
LINEAR EQUATION IN TWO VARIABLES PPT
LINEAR EQUATION  IN  TWO VARIABLES PPTLINEAR EQUATION  IN  TWO VARIABLES PPT
LINEAR EQUATION IN TWO VARIABLES PPT
Abhishek Dev
 
Class 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomialsClass 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomials
Siddharth Jain
 
Coordinate geometry
Coordinate geometry Coordinate geometry
Coordinate geometry
Anju Soman
 
comparing quantities class 8
comparing quantities class 8comparing quantities class 8
comparing quantities class 8AJAY RAO
 
factorisation maths PPT by kanishk schdeva class 8th
factorisation maths PPT by kanishk schdeva class 8th factorisation maths PPT by kanishk schdeva class 8th
factorisation maths PPT by kanishk schdeva class 8th
kanishk sachdeva
 
CLASS X MATHS Coordinate geometry
CLASS X MATHS Coordinate geometryCLASS X MATHS Coordinate geometry
CLASS X MATHS Coordinate geometry
Rc Os
 
Polynomials(10th) Simplified
Polynomials(10th) SimplifiedPolynomials(10th) Simplified
Polynomials(10th) Simplified
Sajeel Khan
 
Trigonometry Presentation For Class 10 Students
Trigonometry Presentation For Class 10 StudentsTrigonometry Presentation For Class 10 Students
Trigonometry Presentation For Class 10 Students
Abhishek Yadav
 
Probability 10th class
Probability 10th classProbability 10th class
Probability 10th class
manjunathindira
 
Factorisation
FactorisationFactorisation
Factorisation
yashwant kondeti
 
Class IX Heron's Formula
Class IX Heron's FormulaClass IX Heron's Formula
Class IX Heron's Formula
Bhawna Khurana
 
Statistics
StatisticsStatistics
Statistics
Navin Patle
 
surface area and volume ppt for class 10
surface area and volume ppt for class 10surface area and volume ppt for class 10
surface area and volume ppt for class 10
7232
 

What's hot (20)

Areas related to Circles - class 10 maths
Areas related to Circles - class 10 maths Areas related to Circles - class 10 maths
Areas related to Circles - class 10 maths
 
Polynomials CLASS 10
Polynomials CLASS 10Polynomials CLASS 10
Polynomials CLASS 10
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
 
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic Equations
 
IX polynomial
IX polynomialIX polynomial
IX polynomial
 
LINEAR EQUATION IN TWO VARIABLES PPT
LINEAR EQUATION  IN  TWO VARIABLES PPTLINEAR EQUATION  IN  TWO VARIABLES PPT
LINEAR EQUATION IN TWO VARIABLES PPT
 
Class 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomialsClass 9th chapter 2 maths polynomials
Class 9th chapter 2 maths polynomials
 
Coordinate geometry
Coordinate geometry Coordinate geometry
Coordinate geometry
 
comparing quantities class 8
comparing quantities class 8comparing quantities class 8
comparing quantities class 8
 
factorisation maths PPT by kanishk schdeva class 8th
factorisation maths PPT by kanishk schdeva class 8th factorisation maths PPT by kanishk schdeva class 8th
factorisation maths PPT by kanishk schdeva class 8th
 
CLASS X MATHS Coordinate geometry
CLASS X MATHS Coordinate geometryCLASS X MATHS Coordinate geometry
CLASS X MATHS Coordinate geometry
 
Polynomials(10th) Simplified
Polynomials(10th) SimplifiedPolynomials(10th) Simplified
Polynomials(10th) Simplified
 
Trigonometry Presentation For Class 10 Students
Trigonometry Presentation For Class 10 StudentsTrigonometry Presentation For Class 10 Students
Trigonometry Presentation For Class 10 Students
 
Probability 10th class
Probability 10th classProbability 10th class
Probability 10th class
 
Factorisation
FactorisationFactorisation
Factorisation
 
Class IX Heron's Formula
Class IX Heron's FormulaClass IX Heron's Formula
Class IX Heron's Formula
 
Statistics
StatisticsStatistics
Statistics
 
surface area and volume ppt for class 10
surface area and volume ppt for class 10surface area and volume ppt for class 10
surface area and volume ppt for class 10
 

Similar to Maths portfolio manvi

polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
WondererBack
 
Ppt on polynomial
Ppt on polynomial Ppt on polynomial
Ppt on polynomial
Prakash Thapliyal
 
Mathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMeghansh Gautam
 
Polynomials
PolynomialsPolynomials
Polynomials
Shafi1987
 
Polynomials
PolynomialsPolynomials
Polynomials
Ansh Mittal
 
Polynomials by nikund
Polynomials by nikundPolynomials by nikund
Polynomials by nikund
sheshank jain
 
Cl 9 Chapter 2.ppt
Cl 9 Chapter 2.pptCl 9 Chapter 2.ppt
Cl 9 Chapter 2.ppt
prabhakardas16
 
Class IX - Polynomials PPT
Class IX - Polynomials PPTClass IX - Polynomials PPT
Class IX - Polynomials PPT
AlankritWadhwa
 
Polynomials
PolynomialsPolynomials
Polynomials
Satyam Gagneja
 
LINES AND AM\NLES
LINES AND AM\NLESLINES AND AM\NLES
LINES AND AM\NLESAmal_Amna
 
Lecture Notes In Algebra
Lecture Notes In AlgebraLecture Notes In Algebra
Lecture Notes In Algebra
jennytuazon01630
 
Polynomials
PolynomialsPolynomials
Polynomials
Ankit Goel
 
Class 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTClass 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPT
Sanjayraj Balasara
 
Expresión Algebraica
Expresión Algebraica   Expresión Algebraica
Expresión Algebraica
hector pereira
 
Paso 2 profundizar y contextualizar el conocimiento de la unidad 1
Paso 2 profundizar y contextualizar el conocimiento de la unidad 1Paso 2 profundizar y contextualizar el conocimiento de la unidad 1
Paso 2 profundizar y contextualizar el conocimiento de la unidad 1
luisfernando1371
 
Expresión Algebraica
Expresión AlgebraicaExpresión Algebraica
Expresión Algebraica
AriannyOrellana
 
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
MD. G R Ahmed
 

Similar to Maths portfolio manvi (20)

polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Ppt on polynomial
Ppt on polynomial Ppt on polynomial
Ppt on polynomial
 
Mathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMathematics power point presenttation on the topic
Mathematics power point presenttation on the topic
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polynomials by nikund
Polynomials by nikundPolynomials by nikund
Polynomials by nikund
 
Cl 9 Chapter 2.ppt
Cl 9 Chapter 2.pptCl 9 Chapter 2.ppt
Cl 9 Chapter 2.ppt
 
Class IX - Polynomials PPT
Class IX - Polynomials PPTClass IX - Polynomials PPT
Class IX - Polynomials PPT
 
Polynomials
PolynomialsPolynomials
Polynomials
 
LINES AND AM\NLES
LINES AND AM\NLESLINES AND AM\NLES
LINES AND AM\NLES
 
Lecture Notes In Algebra
Lecture Notes In AlgebraLecture Notes In Algebra
Lecture Notes In Algebra
 
Chapter 4 and half
Chapter 4 and halfChapter 4 and half
Chapter 4 and half
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Class 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTClass 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPT
 
Expresión Algebraica
Expresión Algebraica   Expresión Algebraica
Expresión Algebraica
 
Paso 2 profundizar y contextualizar el conocimiento de la unidad 1
Paso 2 profundizar y contextualizar el conocimiento de la unidad 1Paso 2 profundizar y contextualizar el conocimiento de la unidad 1
Paso 2 profundizar y contextualizar el conocimiento de la unidad 1
 
Expresión Algebraica
Expresión AlgebraicaExpresión Algebraica
Expresión Algebraica
 
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
 

Recently uploaded

The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 

Recently uploaded (20)

The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 

Maths portfolio manvi

  • 2. PORTFOLIO INFORMATION Assigned by : Tanfees Sir Submitted by : Manvi Gangwar Class : 10th ‘A’ Roll no. : 742017 Subject : Mathematics Topic : Polynomials
  • 3. Table of contents  Introduction to polynomials  Polynomial classifications  Degrees of a polynomial  Terms of a polynomial  Types of polynomials  Graphical representation of equations  Zeroes of a polynomial  Graphical meaning of zeroes of polynomial  Number of zeroes  Factorization of polynomials  Relations between zeroes and coefficient of a polynomial  Zeroes of a polynomial examples  Division algorithm  Algebraic identities
  • 4. Introduction to Polynomials The word polynomial is derived from the Greek words ‘poly’ means ‘many‘ and ‘nominal’ means ‘terms‘, so altogether it said “many terms”. A polynomial can have any number of terms but not infinite. It is defined as an expression which is composed of variables, constants and exponents, that are combined using the mathematical operations such as addition, subtraction, multiplication and division. Polynomials are algebraic expressions that consist of variables and coefficients. Variables are also sometimes called indeterminates. For example: x²+x-12.
  • 5. Based on the numbers of terms present in the expression, it is classified as monomial, binomial, and trinomial. Examples of constants, variables and exponents are as follows Constants. Example: 1, 2, 3, etc. Variables. Example: g, h, x, y, etc. Exponents: Example: 5 in x5 etc. Polynomial Classifications The polynomial function is denoted by P(x) where x represents the variable. For example, P(x) = x²+5x+11 If the variable is denoted by a, then the function will be P(a)
  • 6. Degree of a polynomial The degree of a polynomial is defined as the highest degree of a monomial within a polynomial. Thus, a polynomial equation having one variable which has the largest exponent is called a degree of the polynomial. Example: Find the degree of the polynomial 6s4+ 3x2+ 5x +19 Solution: The degree of the polynomial is 4.
  • 7. TERMS OF POLYNOMIAL The terms of polynomials are the parts of the equation which are generally separated by “+” or “-” signs. So, each part of a polynomial in an equation is a term. For example, in a polynomial, say, 2x2 + 5 +4, the number of terms will be 3. The classification of a polynomial is done based on the number of terms in it.
  • 8. Polynomials are of 3 different types and are classified based on the number of terms in it. The three types of polynomials are: Monomial Binomial Trinomial TYPES OF POLYNOMIALS These polynomials can be combined using addition, subtraction, multiplication, and division but is never division by a variable. A few examples of Non Polynomials are: 1/x+2, x-3
  • 10. GRAPHICAL REPRESENTATION OF EQUATIONS 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.
  • 11. The graph of a linear polynomial is a straight line. It cuts the X-axis at exactly one point.
  • 12. The graph of a quadratic polynomial is a parabola. It looks like a U which either opens upwards or opens downwards depending on the value of ‘a’ in ax²+bx+c. 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
  • 13. ZEROES 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. For example, consider a polynomial p(x)=x2−3x+2. When x=1, the value of p(x) will be equal to p(1)=12−3×1+2 =1−3+2 =0 Since p(x)=0 at x=1, we say that 1 is a zero of the polynomial x2−3x+2
  • 14. Graphical Meaning of zeroes of a Polynmomial Graphically, zeros of a polynomial are the points where its graph cuts the x-axis. (i) One zero (ii) Two zeros (iii) Three zeros Here A, B and C correspond to the zeros of the polynomial represented by the graphs.
  • 15. In general, a polynomial of degree n has at most n zeros. A linear polynomial has one zero, A quadratic polynomial has at most two zeros. A cubic polynomial has at most 3 zeros. Number of zeroes
  • 16. Factorization of Polynomials Quadratic polynomials can be factorized by splitting the middle term. For example, consider the polynomial 2x²−5x+3 Splitting the middle term : The middle term in the polynomial 2x²−5x+3 is -5x. This must be expressed as a sum of two terms such that the product of their coefficients is equal to the product of 2 and 3 (coefficient of x² and the constant term) −5 can be expressed as (−2)+(−3), as −2×−3=6=2×3 2x²−5x+3 = 2x²−2x−3x+3 Now, identify the common factors in individual groups 2x²−2x−3x+3=2x(x−1)−3(x−1) Taking (x−1) as the common factor, this can be expressed as: 2x(x−1)−3(x−1)=(x−1)(2x−3)
  • 17. Relation Between Zeros and Coefficient of a Polynomial A real number say “a” is a zero of a polynomial P(x) if P(a) = 0. The zero of a polynomial is clearly explained using the Factor theorem. If “k” is a zero of a polynomial P(x), then (x-k) is a factor of a given polynomial.
  • 18. The linear polynomial is an expression, in which the degree of the polynomial is 1. The linear polynomial should be in the form of ax+b. Here, “x” is a variable, “a” and “b” are constant. The Quadratic polynomial is defined as a polynomial with the highest degree of 2. The quadratic polynomial should be in the form of ax2 + bx + c. In this case, a ≠ 0. The cubic polynomial is a polynomial with the highest degree of 3. The cubic polynomial should be in the form of ax3 + bx2 + cx + d, where a ≠ 0. Let say α, β, and γ are the three zeros of a polynomial, then Zeroes (α, β, γ) follow the rules of algebraic identities, i.e., (α + β)² = α² + β² + 2αβ ∴(α² + β²) = (α + β)² – 2αβ
  • 19.
  • 20. Zeros of a Polynomial Solved Examples
  • 21. Division Algorithm To divide one polynomial by another, follow the steps given below. 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. If p(x) and g(x) are any two polynomials with g(x) ≠ 0, then p(x) = g(x) × q(x) + r(x) Dividend = Divisor x Quotient + Remainder If r (x) = 0, then g (x) is a factor of p (x). If r (x) ≠ 0, then we can subtract r (x) from p (x) and then the new polynomial formed is a factor of g(x) and q(x).
  • 24. CREDITS: This presentation template was created by Slidesgo, including icons by Flaticon and infographics & images by Freepik Thank You!!