SlideShare a Scribd company logo
1 of 6
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 AhmedMD. G R Ahmed
 
Arithmetic Progression - $@mEe
Arithmetic Progression - $@mEeArithmetic Progression - $@mEe
Arithmetic Progression - $@mEeSamee Smd
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progressionMayank Devnani
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progressionChhavi Bansal
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric ProgressionsAkash Saha
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progressionChhavi Bansal
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressionsitutor
 
Introduction to polynomials
Introduction to polynomialsIntroduction to polynomials
Introduction to polynomialsnarayana dash
 
CBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progressionCBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progressionPranav Ghildiyal
 
Arithmetic Progression
Arithmetic ProgressionArithmetic Progression
Arithmetic ProgressionDeepali Tanwar
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progressionlashika madaan
 
ARITHMETIC PROGRESSIONS
ARITHMETIC PROGRESSIONS ARITHMETIC PROGRESSIONS
ARITHMETIC PROGRESSIONS Vamsi Krishna
 
Ani agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomialAni agustina (a1 c011007) polynomial
Ani agustina (a1 c011007) polynomialAni_Agustina
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theoremitutor
 
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 -pptKavi 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

Chapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdfChapter 3 - Problem Solving.pdf
Chapter 3 - Problem Solving.pdfMinaSaflor
 
Maths Project Quadratic Equations
Maths Project Quadratic EquationsMaths Project Quadratic Equations
Maths Project Quadratic EquationsRishabh Dhakarwal
 
Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10physicsmaths5
 
Word+problems+le1
Word+problems+le1Word+problems+le1
Word+problems+le1Edgar 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 KVKMD. 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 schoolMayankYadav777500
 
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 EquationsBryan Dunn
 
Mathematical Statistics Homework Help
Mathematical Statistics Homework HelpMathematical Statistics Homework Help
Mathematical Statistics Homework HelpExcel Homework Help
 
Mathematical Languages.pptx
Mathematical Languages.pptxMathematical Languages.pptx
Mathematical Languages.pptxallanbabad4
 
1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdf1631-thebinomialtheorem-161031145734.pdf
1631-thebinomialtheorem-161031145734.pdfRajDubey83
 
Maths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional NotesMaths Revision - GCSE And Additional Notes
Maths Revision - GCSE And Additional NotesKatie 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 microcontrollerparassini
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontrollerparassini
 
Vector calss notes
Vector   calss notesVector   calss notes
Vector calss notesparassini
 
Cross product
Cross productCross product
Cross productparassini
 
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 formparassini
 
Solar energy
Solar energySolar energy
Solar energyparassini
 
Electromagnetic spectrum
Electromagnetic spectrumElectromagnetic spectrum
Electromagnetic spectrumparassini
 
Natural test signals
Natural test signalsNatural test signals
Natural test signalsparassini
 
Logic gates ppt
Logic gates pptLogic gates ppt
Logic gates pptparassini
 
Solar presenta1
Solar presenta1Solar presenta1
Solar presenta1parassini
 

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

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

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.