SlideShare a Scribd company logo
1
Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity
The Binomial Theorem
Binomial Expansions Using Pascal’s Triangle
Consider the following expanded powers of (a + b)n
, where a + b is any binomial and n is a whole
number. Look for patterns.
Each expansion is a polynomial. There are some patterns to be noted.
1. There is one more term than the power of the exponent, n. That is, there are terms in the expansion of
(a + b)n
.
2. In each term,the sum of the exponents is n, the power to which the binomial is raised.
3. The exponents of a start with n, the power of the binomial, and decrease to 0. The last term has no
factor of a. The first term has no factor of b, so powers of b start with 0 and increase to n.
4. The coefficients start at 1 and increase through certain values about "half"-way and then decrease
through these same values back to 1.
Let’s explore the coefficients further. Suppose that we want to find an expansion of (a + b)6
. The patterns
we just noted indicate that there are 7 terms in the expansion:
a6
+ c1a5
b + c2a4
b2
+ c3a3
b3
+ c4a2
b4
+ c5ab5
+ b6
.
How can we determine the value of each coefficient, ci? We can do so in two ways. The first method
involves writing the coefficients in a triangular array, as follows. This is known as Pascal’s triangle:
There are many patterns in the triangle. Find as many as you can.
Perhaps you discovered a way to write the next row of numbers, given the numbers in the row above it.
There are always 1’s on the outside. Each remaining number is the sum of the two numbers above it.
Let’s try to find an expansion for (a + b)6
by adding another row using the patterns we have discovered:
2
Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity
We see that in the last row
the 1st and last numbers are 1;
the 2nd number is 1 + 5, or 6;
the 3rd number is 5 + 10, or 15;
the 4th number is 10 + 10, or 20;
the 5th number is 10 + 5, or 15; and
the 6th number is 5 + 1, or 6.
Thus the expansion for (a + b)6
is
(a + b)6
= 1a6
+ 6a5
b + 15a4
b2
+ 20a3
b3
+ 15a2
b4
+ 6ab5
+ 1b6
.
To find an expansion for (a + b)8
, we complete two more rows of Pascal’s triangle:
Thus the expansion of is
(a + b)8
= a8
+ 8a7
b + 28a6
b2
+ 56a5
b3
+ 70a4
b4
+ 56a3
b5
+ 28a2
b6
+ 8ab7
+ b8
.
We can generalize our results as follows.
The Binomial Theorem Using Pascal’s Triangle
For any binomial a + b and any natural number n,
(a + b)n
= c0an
b0
+ c1an-1
b1
+ c2an-2
b2
+ .... + cn-1a1
bn-1
+ cna0
bn
,
where the numbers c0, c1,c2,....,cn-1, cn are from the (n + 1)-st row of Pascal’s triangle.
Example 1 Expand: (u - v)5
.
3
Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity
Solution We have (a + b)n
, where a = u, b = -v, and n = 5. We use the 6th row of Pascal’s triangle:
1 5 10 10 5 1
Then we have
(u - v)5
= [u + (-v)]5
= 1(u)5
+ 5(u)4
(-v)1
+ 10(u)3
(-v)2
+ 10(u)2
(-v)3
+ 5(u)(-v)4
+ 1(-v)5
= u5
- 5u4
v +
10u3
v2
- 10u2
v3
+ 5uv4
- v5
.
Note that the signs of the terms alternate between + and -. When the power of -v is odd, the sign is -.
Example 2 Expand: (2t + 3/t)4
.
Solution We have (a + b)n
, where a = 2t, b = 3/t, and n = 4. We use the 5th row of Pascal’s triangle:
1 4 6 4 1
Then we have
Binomial Expansion Using Factorial Notation
Suppose that we want to find the expansion of (a + b)11
. The disadvantage in using Pascal’s triangle is that
we must compute all the preceding rows of the triangle to obtain the row needed for the expansion. The
following method avoids this. It also enables us to find a specific term — say, the 8th term — without
computing all the other terms of the expansion. This method is useful in such courses as finite
mathematics, calculus, and statistics, and it uses the binomial coefficient notation .
We can restate the binomial theorem as follows.
The Binomial Theorem Using Factorial Notation
For any binomial (a + b) and any natural number n,
.
The binomial theorem can be proved by mathematical induction. (See Exercise 63.) This form shows
why is called a binomial coefficient.
4
Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity
Example 3 Expand: (x2
- 2y)5
.
Solution We have (a + b)n
,where a = x2
, b = -2y, and n = 5. Then using the binomial theorem, we have
Finally (x2
- 2y)5
= x10
- 10x8
y + 40x6
y2
- 80x4
y3
+ 80x2
y4
- 32y5
.
Example 4 Expand: (2/x + 3√x)4
.
Solution We have (a + b)n
, where a = 2/x, b = 3√x, and n = 4. Then using the binomial theorem, we have
Finally (2/x + 3√x)4
= 16/x4
+ 96/x5/2
+ 216/x + 216x1/2
+ 81x2
.
Finding a Specific Term
Suppose that we want to determine only a particular term of an expansion. The method we have
developed will allow us to find such a term without computing all the rows of Pascal’s triangle or all the
preceding coefficients.
5
Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity
Note that in the binomial theorem, gives us the 1st term, gives us the 2nd
term, gives us the 3rd term, and so on. This can be generalized as follows.
Finding the (k + 1)-st Term
The (k + 1)-st term of (a + b)n
is .
Example 5 Find the 5th term in the expansion of (2x - 5y)6
.
Solution First, we note that 5 = 4 + 1. Thus, k = 4, a = 2x, b = -5y, and n = 6. Then the 5th term of the
expansion is
Example 6 Find the 8th term in the expansion of (3x - 2)10
.
Solution First, we note that 8 = 7 + 1. Thus, k = 7, a = 3x, b = -2, and n = 10. Then the 8th term of the
expansion is
Total Number of Subsets
Suppose that a set has n objects. The number of subsets containing k elements . The total number of
subsets of a set is the number of subsets with 0 elements, plus the number of subsets with 1 element, plus
the number of subsets with 2 elements, and so on. The total number of subsets of a set with n elements is
.
Now consider the expansion of (1 + 1)n
:
6
Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity
.
Thus the total number of subsets is (1 + 1)n
, or 2n
. We have proved the following.
Total Number of Subsets
The total number of subsets of a set with n elements is 2n
.
Example 7 The set {A, B, C, D, E} has how many subsets?
Solution The set has 5 elements, so the number of subsets is 25
, or 32.
Example 8 Wendy’s,a national restaurant chain, offers the following toppings for its hamburgers:
{catsup, mustard,mayonnaise, tomato, lettuce,onions, pickle,relish, cheese}.
How many different kinds of hamburgers can Wendy’s serve,excluding size of hamburger or number of
patties?
Solution The toppings on each hamburger are the elements of a subset of the set of all possible toppings,
the empty set being a plain hamburger. The total number of possible hamburgers is
Thus Wendy’s serves hamburgers in 512 different ways.

More Related Content

What's hot

Arithmatic progression for Class 10 by G R Ahmed
Arithmatic progression for Class 10 by G R AhmedArithmatic progression for Class 10 by G R Ahmed
Arithmatic progression for Class 10 by G R Ahmed
MD. G R Ahmed
 
Arithmetic Progression - $@mEe
Arithmetic Progression - $@mEeArithmetic Progression - $@mEe
Arithmetic Progression - $@mEe
Samee Smd
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
Mayank Devnani
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
Chhavi Bansal
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
Akash Saha
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
Chhavi Bansal
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
itutor
 
Introduction to polynomials
Introduction to polynomialsIntroduction to polynomials
Introduction to polynomials
narayana dash
 
1631 the binomial theorem
1631 the binomial theorem1631 the binomial theorem
1631 the binomial theorem
Dr Fereidoun Dejahang
 
CBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progressionCBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progression
Pranav Ghildiyal
 
Arithmetic Progression
Arithmetic ProgressionArithmetic Progression
Arithmetic Progression
Deepali Tanwar
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
lashika madaan
 
ARITHMETIC PROGRESSIONS
ARITHMETIC PROGRESSIONS ARITHMETIC PROGRESSIONS
ARITHMETIC PROGRESSIONS
Vamsi Krishna
 
Factor theorem
Factor theoremFactor theorem
Factor theorem
Department of Education
 
Ppt on polynomial
Ppt on polynomial Ppt on polynomial
Ppt on polynomial
Prakash Thapliyal
 
Ani agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomialAni agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomial
Ani_Agustina
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
itutor
 
Binomial
BinomialBinomial
Binomial
DEDESUDJADI
 
Arithmetic, geometric and harmonic progression
Arithmetic, geometric and harmonic progression Arithmetic, geometric and harmonic progression
Arithmetic, geometric and harmonic progression
Dr. Trilok Kumar Jain
 
Polynomial -ppt
Polynomial -pptPolynomial -ppt
Polynomial -ppt
Kavi Kuyil
 

What's hot (20)

Arithmatic progression for Class 10 by G R Ahmed
Arithmatic progression for Class 10 by G R AhmedArithmatic progression for Class 10 by G R Ahmed
Arithmatic progression for Class 10 by G R Ahmed
 
Arithmetic Progression - $@mEe
Arithmetic Progression - $@mEeArithmetic Progression - $@mEe
Arithmetic Progression - $@mEe
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
 
Introduction to polynomials
Introduction to polynomialsIntroduction to polynomials
Introduction to polynomials
 
1631 the binomial theorem
1631 the binomial theorem1631 the binomial theorem
1631 the binomial theorem
 
CBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progressionCBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progression
 
Arithmetic Progression
Arithmetic ProgressionArithmetic Progression
Arithmetic Progression
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
ARITHMETIC PROGRESSIONS
ARITHMETIC PROGRESSIONS ARITHMETIC PROGRESSIONS
ARITHMETIC PROGRESSIONS
 
Factor theorem
Factor theoremFactor theorem
Factor theorem
 
Ppt on polynomial
Ppt on polynomial Ppt on polynomial
Ppt on polynomial
 
Ani agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomialAni agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomial
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
 
Binomial
BinomialBinomial
Binomial
 
Arithmetic, geometric and harmonic progression
Arithmetic, geometric and harmonic progression Arithmetic, geometric and harmonic progression
Arithmetic, geometric and harmonic progression
 
Polynomial -ppt
Polynomial -pptPolynomial -ppt
Polynomial -ppt
 

Similar to The binomial theorem

Real numbers
Real numbers Real numbers
Real numbers
VIVEKANAND THALLAM
 
Chapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdfChapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdf
MinaSaflor
 
Logarithm
LogarithmLogarithm
Logarithm
Febri Arianti
 
Binomial theorem
Binomial theorem Binomial theorem
Binomial theorem
Harshit Sharma
 
Ijetr011954
Ijetr011954Ijetr011954
Ijetr011954
ER Publication.org
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic Equations
Rishabh Dhakarwal
 
Pascal Triangle
Pascal TrianglePascal Triangle
Pascal Triangle
Joseph Nilo
 
Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10
physicsmaths5
 
Mathematical Statistics Homework Help
Mathematical Statistics Homework HelpMathematical Statistics Homework Help
Mathematical Statistics Homework Help
Statistics Homework Helper
 
Word+problems+le1
Word+problems+le1Word+problems+le1
Word+problems+le1
Edgar Mata
 
Real number by G R Ahmed of KVK
Real number by G R Ahmed of KVKReal number by G R Ahmed of KVK
Real number by G R Ahmed of KVK
MD. G R Ahmed
 
Mayank and Srishti presentation on gyandeep public school
Mayank  and Srishti presentation on gyandeep public schoolMayank  and Srishti presentation on gyandeep public school
Mayank and Srishti presentation on gyandeep public school
MayankYadav777500
 
Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)
Osama Zahid
 
Lesson 4 Simple Linear Equations
Lesson 4   Simple Linear EquationsLesson 4   Simple Linear Equations
Lesson 4 Simple Linear Equations
Bryan Dunn
 
Mathprize2016solutions
Mathprize2016solutionsMathprize2016solutions
Mathprize2016solutions
Sreekanth Challam
 
Mathematical Statistics Homework Help
Mathematical Statistics Homework HelpMathematical Statistics Homework Help
Mathematical Statistics Homework Help
Excel Homework Help
 
Mathematical Languages.pptx
Mathematical Languages.pptxMathematical Languages.pptx
Mathematical Languages.pptx
allanbabad4
 
1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf
RajDubey83
 
Binomial
BinomialBinomial
Maths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional NotesMaths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional Notes
Katie B
 

Similar to The binomial theorem (20)

Real numbers
Real numbers Real numbers
Real numbers
 
Chapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdfChapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdf
 
Logarithm
LogarithmLogarithm
Logarithm
 
Binomial theorem
Binomial theorem Binomial theorem
Binomial theorem
 
Ijetr011954
Ijetr011954Ijetr011954
Ijetr011954
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic Equations
 
Pascal Triangle
Pascal TrianglePascal Triangle
Pascal Triangle
 
Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10
 
Mathematical Statistics Homework Help
Mathematical Statistics Homework HelpMathematical Statistics Homework Help
Mathematical Statistics Homework Help
 
Word+problems+le1
Word+problems+le1Word+problems+le1
Word+problems+le1
 
Real number by G R Ahmed of KVK
Real number by G R Ahmed of KVKReal number by G R Ahmed of KVK
Real number by G R Ahmed of KVK
 
Mayank and Srishti presentation on gyandeep public school
Mayank  and Srishti presentation on gyandeep public schoolMayank  and Srishti presentation on gyandeep public school
Mayank and Srishti presentation on gyandeep public school
 
Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)
 
Lesson 4 Simple Linear Equations
Lesson 4   Simple Linear EquationsLesson 4   Simple Linear Equations
Lesson 4 Simple Linear Equations
 
Mathprize2016solutions
Mathprize2016solutionsMathprize2016solutions
Mathprize2016solutions
 
Mathematical Statistics Homework Help
Mathematical Statistics Homework HelpMathematical Statistics Homework Help
Mathematical Statistics Homework Help
 
Mathematical Languages.pptx
Mathematical Languages.pptxMathematical Languages.pptx
Mathematical Languages.pptx
 
1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf
 
Binomial
BinomialBinomial
Binomial
 
Maths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional NotesMaths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional Notes
 

More from parassini

What is a microcontroller
What is a microcontrollerWhat is a microcontroller
What is a microcontroller
parassini
 
Solar notes
Solar notesSolar notes
Solar notes
parassini
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontroller
parassini
 
Vector calss notes
Vector   calss notesVector   calss notes
Vector calss notes
parassini
 
Dot product
Dot productDot product
Dot product
parassini
 
Demoivres
DemoivresDemoivres
Demoivres
parassini
 
Cross product
Cross productCross product
Cross product
parassini
 
An argand diagram uses the real and imaginary parts of a complex number as an...
An argand diagram uses the real and imaginary parts of a complex number as an...An argand diagram uses the real and imaginary parts of a complex number as an...
An argand diagram uses the real and imaginary parts of a complex number as an...
parassini
 
A combination of a real and an imaginary number in the form
A combination of a real and an imaginary number in the formA combination of a real and an imaginary number in the form
A combination of a real and an imaginary number in the form
parassini
 
Fm modula
Fm modulaFm modula
Fm modula
parassini
 
Solar energy
Solar energySolar energy
Solar energy
parassini
 
Electromagnetic spectrum
Electromagnetic spectrumElectromagnetic spectrum
Electromagnetic spectrum
parassini
 
Natural test signals
Natural test signalsNatural test signals
Natural test signals
parassini
 
Logic gates ppt
Logic gates pptLogic gates ppt
Logic gates ppt
parassini
 
Pll ppt
Pll pptPll ppt
Pll ppt
parassini
 
Solar presenta1
Solar presenta1Solar presenta1
Solar presenta1
parassini
 

More from parassini (16)

What is a microcontroller
What is a microcontrollerWhat is a microcontroller
What is a microcontroller
 
Solar notes
Solar notesSolar notes
Solar notes
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontroller
 
Vector calss notes
Vector   calss notesVector   calss notes
Vector calss notes
 
Dot product
Dot productDot product
Dot product
 
Demoivres
DemoivresDemoivres
Demoivres
 
Cross product
Cross productCross product
Cross product
 
An argand diagram uses the real and imaginary parts of a complex number as an...
An argand diagram uses the real and imaginary parts of a complex number as an...An argand diagram uses the real and imaginary parts of a complex number as an...
An argand diagram uses the real and imaginary parts of a complex number as an...
 
A combination of a real and an imaginary number in the form
A combination of a real and an imaginary number in the formA combination of a real and an imaginary number in the form
A combination of a real and an imaginary number in the form
 
Fm modula
Fm modulaFm modula
Fm modula
 
Solar energy
Solar energySolar energy
Solar energy
 
Electromagnetic spectrum
Electromagnetic spectrumElectromagnetic spectrum
Electromagnetic spectrum
 
Natural test signals
Natural test signalsNatural test signals
Natural test signals
 
Logic gates ppt
Logic gates pptLogic gates ppt
Logic gates ppt
 
Pll ppt
Pll pptPll ppt
Pll ppt
 
Solar presenta1
Solar presenta1Solar presenta1
Solar presenta1
 

Recently uploaded

spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
enizeyimana36
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 

Recently uploaded (20)

spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 

The binomial theorem

  • 1. 1 Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity The Binomial Theorem Binomial Expansions Using Pascal’s Triangle Consider the following expanded powers of (a + b)n , where a + b is any binomial and n is a whole number. Look for patterns. Each expansion is a polynomial. There are some patterns to be noted. 1. There is one more term than the power of the exponent, n. That is, there are terms in the expansion of (a + b)n . 2. In each term,the sum of the exponents is n, the power to which the binomial is raised. 3. The exponents of a start with n, the power of the binomial, and decrease to 0. The last term has no factor of a. The first term has no factor of b, so powers of b start with 0 and increase to n. 4. The coefficients start at 1 and increase through certain values about "half"-way and then decrease through these same values back to 1. Let’s explore the coefficients further. Suppose that we want to find an expansion of (a + b)6 . The patterns we just noted indicate that there are 7 terms in the expansion: a6 + c1a5 b + c2a4 b2 + c3a3 b3 + c4a2 b4 + c5ab5 + b6 . How can we determine the value of each coefficient, ci? We can do so in two ways. The first method involves writing the coefficients in a triangular array, as follows. This is known as Pascal’s triangle: There are many patterns in the triangle. Find as many as you can. Perhaps you discovered a way to write the next row of numbers, given the numbers in the row above it. There are always 1’s on the outside. Each remaining number is the sum of the two numbers above it. Let’s try to find an expansion for (a + b)6 by adding another row using the patterns we have discovered:
  • 2. 2 Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity We see that in the last row the 1st and last numbers are 1; the 2nd number is 1 + 5, or 6; the 3rd number is 5 + 10, or 15; the 4th number is 10 + 10, or 20; the 5th number is 10 + 5, or 15; and the 6th number is 5 + 1, or 6. Thus the expansion for (a + b)6 is (a + b)6 = 1a6 + 6a5 b + 15a4 b2 + 20a3 b3 + 15a2 b4 + 6ab5 + 1b6 . To find an expansion for (a + b)8 , we complete two more rows of Pascal’s triangle: Thus the expansion of is (a + b)8 = a8 + 8a7 b + 28a6 b2 + 56a5 b3 + 70a4 b4 + 56a3 b5 + 28a2 b6 + 8ab7 + b8 . We can generalize our results as follows. The Binomial Theorem Using Pascal’s Triangle For any binomial a + b and any natural number n, (a + b)n = c0an b0 + c1an-1 b1 + c2an-2 b2 + .... + cn-1a1 bn-1 + cna0 bn , where the numbers c0, c1,c2,....,cn-1, cn are from the (n + 1)-st row of Pascal’s triangle. Example 1 Expand: (u - v)5 .
  • 3. 3 Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity Solution We have (a + b)n , where a = u, b = -v, and n = 5. We use the 6th row of Pascal’s triangle: 1 5 10 10 5 1 Then we have (u - v)5 = [u + (-v)]5 = 1(u)5 + 5(u)4 (-v)1 + 10(u)3 (-v)2 + 10(u)2 (-v)3 + 5(u)(-v)4 + 1(-v)5 = u5 - 5u4 v + 10u3 v2 - 10u2 v3 + 5uv4 - v5 . Note that the signs of the terms alternate between + and -. When the power of -v is odd, the sign is -. Example 2 Expand: (2t + 3/t)4 . Solution We have (a + b)n , where a = 2t, b = 3/t, and n = 4. We use the 5th row of Pascal’s triangle: 1 4 6 4 1 Then we have Binomial Expansion Using Factorial Notation Suppose that we want to find the expansion of (a + b)11 . The disadvantage in using Pascal’s triangle is that we must compute all the preceding rows of the triangle to obtain the row needed for the expansion. The following method avoids this. It also enables us to find a specific term — say, the 8th term — without computing all the other terms of the expansion. This method is useful in such courses as finite mathematics, calculus, and statistics, and it uses the binomial coefficient notation . We can restate the binomial theorem as follows. The Binomial Theorem Using Factorial Notation For any binomial (a + b) and any natural number n, . The binomial theorem can be proved by mathematical induction. (See Exercise 63.) This form shows why is called a binomial coefficient.
  • 4. 4 Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity Example 3 Expand: (x2 - 2y)5 . Solution We have (a + b)n ,where a = x2 , b = -2y, and n = 5. Then using the binomial theorem, we have Finally (x2 - 2y)5 = x10 - 10x8 y + 40x6 y2 - 80x4 y3 + 80x2 y4 - 32y5 . Example 4 Expand: (2/x + 3√x)4 . Solution We have (a + b)n , where a = 2/x, b = 3√x, and n = 4. Then using the binomial theorem, we have Finally (2/x + 3√x)4 = 16/x4 + 96/x5/2 + 216/x + 216x1/2 + 81x2 . Finding a Specific Term Suppose that we want to determine only a particular term of an expansion. The method we have developed will allow us to find such a term without computing all the rows of Pascal’s triangle or all the preceding coefficients.
  • 5. 5 Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity Note that in the binomial theorem, gives us the 1st term, gives us the 2nd term, gives us the 3rd term, and so on. This can be generalized as follows. Finding the (k + 1)-st Term The (k + 1)-st term of (a + b)n is . Example 5 Find the 5th term in the expansion of (2x - 5y)6 . Solution First, we note that 5 = 4 + 1. Thus, k = 4, a = 2x, b = -5y, and n = 6. Then the 5th term of the expansion is Example 6 Find the 8th term in the expansion of (3x - 2)10 . Solution First, we note that 8 = 7 + 1. Thus, k = 7, a = 3x, b = -2, and n = 10. Then the 8th term of the expansion is Total Number of Subsets Suppose that a set has n objects. The number of subsets containing k elements . The total number of subsets of a set is the number of subsets with 0 elements, plus the number of subsets with 1 element, plus the number of subsets with 2 elements, and so on. The total number of subsets of a set with n elements is . Now consider the expansion of (1 + 1)n :
  • 6. 6 Pascal’sTriangle – PavithranPuthiyapurayil,MadivesNationalUniversity . Thus the total number of subsets is (1 + 1)n , or 2n . We have proved the following. Total Number of Subsets The total number of subsets of a set with n elements is 2n . Example 7 The set {A, B, C, D, E} has how many subsets? Solution The set has 5 elements, so the number of subsets is 25 , or 32. Example 8 Wendy’s,a national restaurant chain, offers the following toppings for its hamburgers: {catsup, mustard,mayonnaise, tomato, lettuce,onions, pickle,relish, cheese}. How many different kinds of hamburgers can Wendy’s serve,excluding size of hamburger or number of patties? Solution The toppings on each hamburger are the elements of a subset of the set of all possible toppings, the empty set being a plain hamburger. The total number of possible hamburgers is Thus Wendy’s serves hamburgers in 512 different ways.