SlideShare una empresa de Scribd logo
1 de 10
BINOMIAL
EXPANSION
BINOMIAL EXPANSIONS
 When a binomial of the form 𝑎 + 𝑏 is raised to a power,
the resulting polynomial can be thought of as series.
Suppose we expand several such powers and search
for a pattern:
𝑎 + 𝑏 0 1
𝑎 + 𝑏 1
𝑎 + 𝑏
𝑎 + 𝑏 2 𝑎2 + 2𝑎𝑏 + 𝑏2
𝑎 + 𝑏 3 𝑎3 + 3𝑎2 𝑏 + 3𝑎𝑏2 + 𝑏3
𝑎 + 𝑏 4
𝑎4
+ 4𝑎3
𝑏 + 6𝑎2
𝑏2
+ 4𝑎𝑏3
+ 𝑏4
𝑎 + 𝑏 5 𝑎5 + 5𝑎4 𝑏 + 10𝑎3 𝑏2 + 10𝑎2 𝑏3 + 5𝑎𝑏4 + 𝑏5
𝑎 + 𝑏 6
𝑎6
+ 6𝑎5
𝑏 + 15𝑎4
𝑏2
+ 20𝑎3
𝑏3
+ 15𝑎2
𝑏4
+ 6𝑎𝑏5
+ 𝑏6
In each case we observe the
following:
1. There are always 𝑛 + 1 term in the expansion.
2. The exponents on 𝑎 start with 𝑛 and decrease to 0.
3. The exponents on 𝑏 start with 0 and increase to 𝑛.
4. The sum of the exponents in each term is always 𝑛.
5. If 𝑎 and 𝑏 are both positive, all terms are positive.
6. If 𝑎 is positive and 𝑏 is negative, the terms have
alternating signs; those with odd powers of 𝑏 are
negative.
7. If 𝑎 is negative and 𝑏 is positive, the terms have
alternating signs; those with odd powers of 𝑎 are
negative.
8. If 𝑎 and 𝑏 are both negative, all terms are positive if
𝑛 is even and negative if 𝑛 is odd.
PASCAL’S TRIANGLE
 To discover the pattern of the numerical coefficients of
each term, we write the coefficients in the same
arrangement as in the preceding expansions.
Row 0 1
Row 1 1 1
Row 2 1 2 1
Row 3 1 3 3 1
Row 4 1 4 6 4 1
Row 5 1 5 10 10 5 1
Row 6 1 6 15 20 15 6 1
 This triangular array forms what is known as
Pascal’s triangle. The row number
corresponds to the exponent 𝑛 in the
expansion of 𝑎 + 𝑏 𝑛
. The numbers in any row,
other than the first and last which are always
1, can be determined by adding the two
numbers immediately above and to the left
and right of it. Pascal’s triangle gives us one
way to determine the coefficients in the
expansion of given binomial.
Sample Problems
1. Expand 2𝑥 + 𝑦 4.
In this example, 𝑛 = 4, 𝑎 = 2𝑥 and 𝑏 = 𝑦. Row 4 of
Pascal’s triangle has the following coefficients
1 4 6 4 1
In 𝑎 + 𝑏 4 corresponds to expansion 1𝑎4 + 4𝑎3 𝑏 +
6𝑎2 𝑏2 + 4𝑎𝑏3 + 1𝑏4. We obtain,
𝑎4 + 4𝑎3 𝑏 + 6𝑎2 𝑏2 + 4𝑎𝑏3 + 𝑏4
2𝑥 4 + 4 2𝑥 3 𝑦 + 6 2𝑥 2 𝑦 2 + 4 2𝑥 𝑦 3 + 𝑦 4
Thus,
2𝑥 + 𝑦 4
= 16𝑥4
+ 32𝑥3
𝑦 + 24𝑥2
𝑦2
+ 8𝑥𝑦3
+ 𝑦4
2. Expand 𝑧 − 3 5.
In this example, 𝑛 = 5, 𝑎 = 𝑧 and 𝑏 = −3. Since we are
expanding 𝑧 + −3 5, the resulting series alternate
since 𝑏 is negative. From Row 5 of Pascal’s triangle,
the coefficients are as follows: 1 5 10 10 5 1
and
𝑎 + 𝑏 5
= 1𝑎5
+ 5𝑎4
𝑏 + 10𝑎3
𝑏2
+ 10𝑎2
𝑏3
+ 5𝑎𝑏4
+ 1𝑏5
𝑧 − 3 5
= 𝑧 5 + 5 𝑧 4 −3 + 10 𝑧 3 −3 2 + 10 𝑧 2 −3 3 + 5 𝑧 −3 4
+ 𝑧 5
𝑧 − 3 5 = 𝑧5 − 15𝑧4 + 90𝑧3 − 270𝑧2 + 405𝑧4 − 243
3. Expand 𝑎2 − 2𝑏 6.
In this example, 𝑛 = 6, 𝑎 = 𝑎2 and 𝑏 = −2𝑏, form Row
6 of Pascal’s triangle, the coefficients are the
following:
1 6 15 20 15 6 1
And
𝑎 + 𝑏 6
=1𝑎6
+ 6𝑎5
𝑏 + 15𝑎4
𝑏2
+ 20𝑎3
𝑏3
+ 15𝑎2
𝑏4
+ 6𝑎𝑏5
+ 1𝑏6
𝑎2
− 2𝑏 6
= 𝑎2 6
+ 6 𝑎2 5
−2𝑏 + 15 𝑎2 4
−2𝑏 2
+
20 𝑎2 3
−2𝑏 3
+ 15 𝑎2 2
−2𝑏 4
+ 6 𝑎2
−2𝑏 5
+
−2𝑏 6
𝑎2
− 2𝑏 6
= 𝑎12
− 12𝑎10
𝑏 + 60𝑎8
𝑏2
− 160𝑎6
𝑏3
+ 240𝑎4
𝑏4
− 192𝑎2
𝑏5
+ 64𝑏6
Break a leg!
1. Expand 𝑥−2 − 3 5.
2. Expand 𝑥2
+ 𝑦 6
.
THANK YOU VERY MUCH!!!
PROF. DENMAR ESTRADA MARASIGAN

Más contenido relacionado

La actualidad más candente

Remainder and Factor Theorem
Remainder and Factor TheoremRemainder and Factor Theorem
Remainder and Factor TheoremTrish Hammond
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptDrazzer_Dhruv
 
System of linear inequalities
System of linear inequalitiesSystem of linear inequalities
System of linear inequalitiesmstf mstf
 
1.1 Linear Equations
1.1 Linear Equations1.1 Linear Equations
1.1 Linear Equationssmiller5
 
Linear Equations
Linear EquationsLinear Equations
Linear Equationsrfant
 
Absolute Value Inequalities
Absolute Value InequalitiesAbsolute Value Inequalities
Absolute Value Inequalitiesswartzje
 
Algebraic expressions and terms
Algebraic expressions and termsAlgebraic expressions and terms
Algebraic expressions and termspanchmahal
 
Pascal triangle and binomial theorem
Pascal triangle and binomial theoremPascal triangle and binomial theorem
Pascal triangle and binomial theoremrey castro
 
Graphing linear equations
Graphing linear equationsGraphing linear equations
Graphing linear equationsTerry Gastauer
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping pptDoreen Mhizha
 
Graphing quadratic equations
Graphing quadratic equationsGraphing quadratic equations
Graphing quadratic equationsswartzje
 
Geometric Series and Finding the Sum of Finite Geometric Sequence
Geometric Series and Finding the Sum of Finite Geometric SequenceGeometric Series and Finding the Sum of Finite Geometric Sequence
Geometric Series and Finding the Sum of Finite Geometric SequenceFree Math Powerpoints
 
Laws of indices
Laws of indicesLaws of indices
Laws of indicesJJkedst
 
Inequalities
InequalitiesInequalities
Inequalitiessusoigto
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpointJuwileene Soriano
 

La actualidad más candente (20)

Remainder and Factor Theorem
Remainder and Factor TheoremRemainder and Factor Theorem
Remainder and Factor Theorem
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
System of linear inequalities
System of linear inequalitiesSystem of linear inequalities
System of linear inequalities
 
1.1 Linear Equations
1.1 Linear Equations1.1 Linear Equations
1.1 Linear Equations
 
Linear Equations
Linear EquationsLinear Equations
Linear Equations
 
Solving radical equations
Solving radical equationsSolving radical equations
Solving radical equations
 
Absolute Value Inequalities
Absolute Value InequalitiesAbsolute Value Inequalities
Absolute Value Inequalities
 
Algebraic expressions and terms
Algebraic expressions and termsAlgebraic expressions and terms
Algebraic expressions and terms
 
Pascal triangle and binomial theorem
Pascal triangle and binomial theoremPascal triangle and binomial theorem
Pascal triangle and binomial theorem
 
Graphing linear equations
Graphing linear equationsGraphing linear equations
Graphing linear equations
 
Surds.pptx
Surds.pptxSurds.pptx
Surds.pptx
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping ppt
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Graphing quadratic equations
Graphing quadratic equationsGraphing quadratic equations
Graphing quadratic equations
 
Geometric Series and Finding the Sum of Finite Geometric Sequence
Geometric Series and Finding the Sum of Finite Geometric SequenceGeometric Series and Finding the Sum of Finite Geometric Sequence
Geometric Series and Finding the Sum of Finite Geometric Sequence
 
Laws of indices
Laws of indicesLaws of indices
Laws of indices
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 
Inequalities
InequalitiesInequalities
Inequalities
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
 
Number theory
Number theoryNumber theory
Number theory
 

Destacado

Solid mensuration prism lecture
Solid mensuration prism lectureSolid mensuration prism lecture
Solid mensuration prism lectureDenmar Marasigan
 
Solid mensuration lecture #1
Solid mensuration lecture #1Solid mensuration lecture #1
Solid mensuration lecture #1Denmar Marasigan
 
Core 4 Differential Equations 1
Core 4 Differential Equations 1Core 4 Differential Equations 1
Core 4 Differential Equations 1davidmiles100
 
The ICE Man Cometh: What If Immigration Shows Up At Your Business?
The ICE Man Cometh: What If Immigration Shows Up At Your Business?The ICE Man Cometh: What If Immigration Shows Up At Your Business?
The ICE Man Cometh: What If Immigration Shows Up At Your Business?ftwlaw
 
Iceman Presentation
Iceman PresentationIceman Presentation
Iceman Presentationguestb9e9d8
 
Ötzi mario marcos claudia
Ötzi mario marcos claudiaÖtzi mario marcos claudia
Ötzi mario marcos claudiajastopher
 
Core 4 Binomial Expansion 2
Core 4 Binomial Expansion 2Core 4 Binomial Expansion 2
Core 4 Binomial Expansion 2davidmiles100
 
1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoningsmiller5
 
surface area and volume
surface area and volumesurface area and volume
surface area and volumeabhinavaaaa
 
Inductive and deductive reasoning
Inductive and deductive reasoningInductive and deductive reasoning
Inductive and deductive reasoningAbir Chaaban
 
25 Time Management Hacks to Kickstart the New Year
25 Time Management Hacks to Kickstart the New Year25 Time Management Hacks to Kickstart the New Year
25 Time Management Hacks to Kickstart the New YearÉtienne Garbugli
 
Introduction to inductive and deductive reasoning
Introduction to inductive and deductive reasoningIntroduction to inductive and deductive reasoning
Introduction to inductive and deductive reasoningrbangerter
 
Deductive and inductive method of teching
Deductive and inductive method of techingDeductive and inductive method of teching
Deductive and inductive method of techingJhun Ar Ar Ramos
 
Different approaches and methods
Different approaches and methodsDifferent approaches and methods
Different approaches and methodsswitlu
 
26 Time Management Hacks I Wish I'd Known at 20
26 Time Management Hacks I Wish I'd Known at 2026 Time Management Hacks I Wish I'd Known at 20
26 Time Management Hacks I Wish I'd Known at 20Étienne Garbugli
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShareSlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShareSlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShareSlideShare
 

Destacado (20)

Solid mensuration prism lecture
Solid mensuration prism lectureSolid mensuration prism lecture
Solid mensuration prism lecture
 
Solid mensuration lecture #1
Solid mensuration lecture #1Solid mensuration lecture #1
Solid mensuration lecture #1
 
Core 4 Differential Equations 1
Core 4 Differential Equations 1Core 4 Differential Equations 1
Core 4 Differential Equations 1
 
The ICE Man Cometh: What If Immigration Shows Up At Your Business?
The ICE Man Cometh: What If Immigration Shows Up At Your Business?The ICE Man Cometh: What If Immigration Shows Up At Your Business?
The ICE Man Cometh: What If Immigration Shows Up At Your Business?
 
Iceman Presentation
Iceman PresentationIceman Presentation
Iceman Presentation
 
C4 EDEXCEL HELP
C4 EDEXCEL HELPC4 EDEXCEL HELP
C4 EDEXCEL HELP
 
Ötzi mario marcos claudia
Ötzi mario marcos claudiaÖtzi mario marcos claudia
Ötzi mario marcos claudia
 
Core 4 Binomial Expansion 2
Core 4 Binomial Expansion 2Core 4 Binomial Expansion 2
Core 4 Binomial Expansion 2
 
1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning
 
surface area and volume
surface area and volumesurface area and volume
surface area and volume
 
Inductive vs deductive reasoning
Inductive vs deductive reasoningInductive vs deductive reasoning
Inductive vs deductive reasoning
 
Inductive and deductive reasoning
Inductive and deductive reasoningInductive and deductive reasoning
Inductive and deductive reasoning
 
25 Time Management Hacks to Kickstart the New Year
25 Time Management Hacks to Kickstart the New Year25 Time Management Hacks to Kickstart the New Year
25 Time Management Hacks to Kickstart the New Year
 
Introduction to inductive and deductive reasoning
Introduction to inductive and deductive reasoningIntroduction to inductive and deductive reasoning
Introduction to inductive and deductive reasoning
 
Deductive and inductive method of teching
Deductive and inductive method of techingDeductive and inductive method of teching
Deductive and inductive method of teching
 
Different approaches and methods
Different approaches and methodsDifferent approaches and methods
Different approaches and methods
 
26 Time Management Hacks I Wish I'd Known at 20
26 Time Management Hacks I Wish I'd Known at 2026 Time Management Hacks I Wish I'd Known at 20
26 Time Management Hacks I Wish I'd Known at 20
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShare
 

Similar a Binomial expansion

class 10 chapter 1- real numbers
class 10 chapter 1- real numbersclass 10 chapter 1- real numbers
class 10 chapter 1- real numberskaran saini
 
Chapter 2 1-
Chapter 2  1-Chapter 2  1-
Chapter 2 1-shylaanas
 
Chapter 2 1-
Chapter 2  1-Chapter 2  1-
Chapter 2 1-shylaanas
 
Chapter 2 1-
Chapter 2  1-Chapter 2  1-
Chapter 2 1-shylaanas
 
A Presentation on Proportion for Grade 9
A Presentation on Proportion for Grade 9A Presentation on Proportion for Grade 9
A Presentation on Proportion for Grade 9melvinverdadero
 
Arithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansArithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansDenmar Marasigan
 
M3 l1 sequences & series
M3 l1 sequences & seriesM3 l1 sequences & series
M3 l1 sequences & seriesmooca76
 
Дараалал ба цуваа
Дараалал ба цуваа Дараалал ба цуваа
Дараалал ба цуваа Март
 
WEEK 1 QUADRATIC EQUATION.pptx
WEEK 1 QUADRATIC EQUATION.pptxWEEK 1 QUADRATIC EQUATION.pptx
WEEK 1 QUADRATIC EQUATION.pptxJOANNAMARIECAOILE
 
Bentuk akar dan pangkat.pptx
Bentuk akar dan pangkat.pptxBentuk akar dan pangkat.pptx
Bentuk akar dan pangkat.pptxPutriDewintari1
 
thebinomialtheorem-170110005856.pdf
thebinomialtheorem-170110005856.pdfthebinomialtheorem-170110005856.pdf
thebinomialtheorem-170110005856.pdfRajDubey83
 
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptxP2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptxArafathAliMathsTeach
 
Digital text book
Digital text bookDigital text book
Digital text booklaluls212
 
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfgeometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfJosephSPalileoJr
 

Similar a Binomial expansion (20)

Maths project
Maths projectMaths project
Maths project
 
class 10 chapter 1- real numbers
class 10 chapter 1- real numbersclass 10 chapter 1- real numbers
class 10 chapter 1- real numbers
 
Maths project
Maths projectMaths project
Maths project
 
Maths project
Maths projectMaths project
Maths project
 
Expresiones algebraicas
Expresiones algebraicasExpresiones algebraicas
Expresiones algebraicas
 
Chapter 2 1-
Chapter 2  1-Chapter 2  1-
Chapter 2 1-
 
Chapter 2 1-
Chapter 2  1-Chapter 2  1-
Chapter 2 1-
 
Chapter 2 1-
Chapter 2  1-Chapter 2  1-
Chapter 2 1-
 
A Presentation on Proportion for Grade 9
A Presentation on Proportion for Grade 9A Presentation on Proportion for Grade 9
A Presentation on Proportion for Grade 9
 
Equations.pptx
Equations.pptxEquations.pptx
Equations.pptx
 
Arithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansArithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic means
 
M3 l1 sequences & series
M3 l1 sequences & seriesM3 l1 sequences & series
M3 l1 sequences & series
 
Дараалал ба цуваа
Дараалал ба цуваа Дараалал ба цуваа
Дараалал ба цуваа
 
WEEK 1 QUADRATIC EQUATION.pptx
WEEK 1 QUADRATIC EQUATION.pptxWEEK 1 QUADRATIC EQUATION.pptx
WEEK 1 QUADRATIC EQUATION.pptx
 
Bentuk akar dan pangkat.pptx
Bentuk akar dan pangkat.pptxBentuk akar dan pangkat.pptx
Bentuk akar dan pangkat.pptx
 
thebinomialtheorem-170110005856.pdf
thebinomialtheorem-170110005856.pdfthebinomialtheorem-170110005856.pdf
thebinomialtheorem-170110005856.pdf
 
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptxP2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
 
Digital text book
Digital text bookDigital text book
Digital text book
 
Ecuaciones lineales
Ecuaciones linealesEcuaciones lineales
Ecuaciones lineales
 
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfgeometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
 

Más de Denmar Marasigan

Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric meansDenmar Marasigan
 
Work and electric potential lecture # physics 2
Work and electric potential lecture # physics 2Work and electric potential lecture # physics 2
Work and electric potential lecture # physics 2Denmar Marasigan
 
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFERHEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFERDenmar Marasigan
 
Solid mensuration lecture #4
Solid mensuration lecture #4Solid mensuration lecture #4
Solid mensuration lecture #4Denmar Marasigan
 
Solid mensuration lecture #2
Solid mensuration lecture #2Solid mensuration lecture #2
Solid mensuration lecture #2Denmar Marasigan
 
Pearson product moment correlation
Pearson product moment correlationPearson product moment correlation
Pearson product moment correlationDenmar Marasigan
 
Lecture #7 analytic geometry
Lecture #7 analytic geometryLecture #7 analytic geometry
Lecture #7 analytic geometryDenmar Marasigan
 
Lecture #6 cont. analytic geometry
Lecture #6 cont. analytic geometryLecture #6 cont. analytic geometry
Lecture #6 cont. analytic geometryDenmar Marasigan
 
Lecture #6 analytic geometry
Lecture #6 analytic geometryLecture #6 analytic geometry
Lecture #6 analytic geometryDenmar Marasigan
 
Lecture #5 analytic geometry
Lecture #5 analytic geometryLecture #5 analytic geometry
Lecture #5 analytic geometryDenmar Marasigan
 
Lecture #4 analytic geometry
Lecture #4 analytic geometryLecture #4 analytic geometry
Lecture #4 analytic geometryDenmar Marasigan
 
Lecture #3 analytic geometry
Lecture #3 analytic geometryLecture #3 analytic geometry
Lecture #3 analytic geometryDenmar Marasigan
 
Lecture #2 analytic geometry
Lecture #2 analytic geometryLecture #2 analytic geometry
Lecture #2 analytic geometryDenmar Marasigan
 
Lecture #1 analytic geometry
Lecture #1 analytic geometryLecture #1 analytic geometry
Lecture #1 analytic geometryDenmar Marasigan
 

Más de Denmar Marasigan (18)

Quadrilaterals
QuadrilateralsQuadrilaterals
Quadrilaterals
 
Triangles
TrianglesTriangles
Triangles
 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric means
 
Sequence and series
Sequence and seriesSequence and series
Sequence and series
 
Work and electric potential lecture # physics 2
Work and electric potential lecture # physics 2Work and electric potential lecture # physics 2
Work and electric potential lecture # physics 2
 
DENSITY: SPECIFIC GRAVITY
DENSITY: SPECIFIC GRAVITYDENSITY: SPECIFIC GRAVITY
DENSITY: SPECIFIC GRAVITY
 
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFERHEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
 
Solid mensuration lecture #4
Solid mensuration lecture #4Solid mensuration lecture #4
Solid mensuration lecture #4
 
Solid mensuration lecture #2
Solid mensuration lecture #2Solid mensuration lecture #2
Solid mensuration lecture #2
 
Pearson product moment correlation
Pearson product moment correlationPearson product moment correlation
Pearson product moment correlation
 
Lecture #7 analytic geometry
Lecture #7 analytic geometryLecture #7 analytic geometry
Lecture #7 analytic geometry
 
Lecture #6 cont. analytic geometry
Lecture #6 cont. analytic geometryLecture #6 cont. analytic geometry
Lecture #6 cont. analytic geometry
 
Lecture #6 analytic geometry
Lecture #6 analytic geometryLecture #6 analytic geometry
Lecture #6 analytic geometry
 
Lecture #5 analytic geometry
Lecture #5 analytic geometryLecture #5 analytic geometry
Lecture #5 analytic geometry
 
Lecture #4 analytic geometry
Lecture #4 analytic geometryLecture #4 analytic geometry
Lecture #4 analytic geometry
 
Lecture #3 analytic geometry
Lecture #3 analytic geometryLecture #3 analytic geometry
Lecture #3 analytic geometry
 
Lecture #2 analytic geometry
Lecture #2 analytic geometryLecture #2 analytic geometry
Lecture #2 analytic geometry
 
Lecture #1 analytic geometry
Lecture #1 analytic geometryLecture #1 analytic geometry
Lecture #1 analytic geometry
 

Binomial expansion

  • 2. BINOMIAL EXPANSIONS  When a binomial of the form 𝑎 + 𝑏 is raised to a power, the resulting polynomial can be thought of as series. Suppose we expand several such powers and search for a pattern: 𝑎 + 𝑏 0 1 𝑎 + 𝑏 1 𝑎 + 𝑏 𝑎 + 𝑏 2 𝑎2 + 2𝑎𝑏 + 𝑏2 𝑎 + 𝑏 3 𝑎3 + 3𝑎2 𝑏 + 3𝑎𝑏2 + 𝑏3 𝑎 + 𝑏 4 𝑎4 + 4𝑎3 𝑏 + 6𝑎2 𝑏2 + 4𝑎𝑏3 + 𝑏4 𝑎 + 𝑏 5 𝑎5 + 5𝑎4 𝑏 + 10𝑎3 𝑏2 + 10𝑎2 𝑏3 + 5𝑎𝑏4 + 𝑏5 𝑎 + 𝑏 6 𝑎6 + 6𝑎5 𝑏 + 15𝑎4 𝑏2 + 20𝑎3 𝑏3 + 15𝑎2 𝑏4 + 6𝑎𝑏5 + 𝑏6
  • 3. In each case we observe the following: 1. There are always 𝑛 + 1 term in the expansion. 2. The exponents on 𝑎 start with 𝑛 and decrease to 0. 3. The exponents on 𝑏 start with 0 and increase to 𝑛. 4. The sum of the exponents in each term is always 𝑛. 5. If 𝑎 and 𝑏 are both positive, all terms are positive. 6. If 𝑎 is positive and 𝑏 is negative, the terms have alternating signs; those with odd powers of 𝑏 are negative. 7. If 𝑎 is negative and 𝑏 is positive, the terms have alternating signs; those with odd powers of 𝑎 are negative. 8. If 𝑎 and 𝑏 are both negative, all terms are positive if 𝑛 is even and negative if 𝑛 is odd.
  • 4. PASCAL’S TRIANGLE  To discover the pattern of the numerical coefficients of each term, we write the coefficients in the same arrangement as in the preceding expansions. Row 0 1 Row 1 1 1 Row 2 1 2 1 Row 3 1 3 3 1 Row 4 1 4 6 4 1 Row 5 1 5 10 10 5 1 Row 6 1 6 15 20 15 6 1
  • 5.  This triangular array forms what is known as Pascal’s triangle. The row number corresponds to the exponent 𝑛 in the expansion of 𝑎 + 𝑏 𝑛 . The numbers in any row, other than the first and last which are always 1, can be determined by adding the two numbers immediately above and to the left and right of it. Pascal’s triangle gives us one way to determine the coefficients in the expansion of given binomial.
  • 6. Sample Problems 1. Expand 2𝑥 + 𝑦 4. In this example, 𝑛 = 4, 𝑎 = 2𝑥 and 𝑏 = 𝑦. Row 4 of Pascal’s triangle has the following coefficients 1 4 6 4 1 In 𝑎 + 𝑏 4 corresponds to expansion 1𝑎4 + 4𝑎3 𝑏 + 6𝑎2 𝑏2 + 4𝑎𝑏3 + 1𝑏4. We obtain, 𝑎4 + 4𝑎3 𝑏 + 6𝑎2 𝑏2 + 4𝑎𝑏3 + 𝑏4 2𝑥 4 + 4 2𝑥 3 𝑦 + 6 2𝑥 2 𝑦 2 + 4 2𝑥 𝑦 3 + 𝑦 4 Thus, 2𝑥 + 𝑦 4 = 16𝑥4 + 32𝑥3 𝑦 + 24𝑥2 𝑦2 + 8𝑥𝑦3 + 𝑦4
  • 7. 2. Expand 𝑧 − 3 5. In this example, 𝑛 = 5, 𝑎 = 𝑧 and 𝑏 = −3. Since we are expanding 𝑧 + −3 5, the resulting series alternate since 𝑏 is negative. From Row 5 of Pascal’s triangle, the coefficients are as follows: 1 5 10 10 5 1 and 𝑎 + 𝑏 5 = 1𝑎5 + 5𝑎4 𝑏 + 10𝑎3 𝑏2 + 10𝑎2 𝑏3 + 5𝑎𝑏4 + 1𝑏5 𝑧 − 3 5 = 𝑧 5 + 5 𝑧 4 −3 + 10 𝑧 3 −3 2 + 10 𝑧 2 −3 3 + 5 𝑧 −3 4 + 𝑧 5 𝑧 − 3 5 = 𝑧5 − 15𝑧4 + 90𝑧3 − 270𝑧2 + 405𝑧4 − 243
  • 8. 3. Expand 𝑎2 − 2𝑏 6. In this example, 𝑛 = 6, 𝑎 = 𝑎2 and 𝑏 = −2𝑏, form Row 6 of Pascal’s triangle, the coefficients are the following: 1 6 15 20 15 6 1 And 𝑎 + 𝑏 6 =1𝑎6 + 6𝑎5 𝑏 + 15𝑎4 𝑏2 + 20𝑎3 𝑏3 + 15𝑎2 𝑏4 + 6𝑎𝑏5 + 1𝑏6 𝑎2 − 2𝑏 6 = 𝑎2 6 + 6 𝑎2 5 −2𝑏 + 15 𝑎2 4 −2𝑏 2 + 20 𝑎2 3 −2𝑏 3 + 15 𝑎2 2 −2𝑏 4 + 6 𝑎2 −2𝑏 5 + −2𝑏 6 𝑎2 − 2𝑏 6 = 𝑎12 − 12𝑎10 𝑏 + 60𝑎8 𝑏2 − 160𝑎6 𝑏3 + 240𝑎4 𝑏4 − 192𝑎2 𝑏5 + 64𝑏6
  • 9. Break a leg! 1. Expand 𝑥−2 − 3 5. 2. Expand 𝑥2 + 𝑦 6 .
  • 10. THANK YOU VERY MUCH!!! PROF. DENMAR ESTRADA MARASIGAN