4. Binomial Expansions



Similar documents
Combinatorial Proofs

4. How many integers between 2004 and 4002 are perfect squares?

SECTION 10-5 Multiplication Principle, Permutations, and Combinations

INCIDENCE-BETWEENNESS GEOMETRY

1.3 Polynomials and Factoring

Online EFFECTIVE AS OF JANUARY 2013

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

CM2202: Scientific Computing and Multimedia Applications General Maths: 2. Algebra - Factorisation

Ch. 13.2: Mathematical Expectation

Applications of Fermat s Little Theorem and Congruences

Probability. Section 9. Probability. Probability of A = Number of outcomes for which A happens Total number of outcomes (sample space)

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

Fundamentals of Probability

5.3 The Cross Product in R 3

Operations with Algebraic Expressions: Multiplication of Polynomials

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

k, then n = p2α 1 1 pα k

Algebra Cheat Sheets

Boolean Algebra Part 1

A. The answer as per this document is No, it cannot exist keeping all distances rational.

Co-ordinate Geometry THE EQUATION OF STRAIGHT LINES

The thing that started it 8.6 THE BINOMIAL THEOREM

Using the ac Method to Factor

Vector Notation: AB represents the vector from point A to point B on a graph. The vector can be computed by B A.

How To Solve The Social Studies Test

Stanford Math Circle: Sunday, May 9, 2010 Square-Triangular Numbers, Pell s Equation, and Continued Fractions

Solution to Homework 2

How To Solve Factoring Problems

CSU Fresno Problem Solving Session. Geometry, 17 March 2012

Definition and Calculus of Probability

AFM Ch.12 - Practice Test

Solving Linear Systems, Continued and The Inverse of a Matrix

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.

Notes on Determinant

Here are some examples of combining elements and the operations used:

Factoring Polynomials and Solving Quadratic Equations

Pigeonhole Principle Solutions

Tool 1. Greatest Common Factor (GCF)

1.3 Algebraic Expressions

9.2 Summation Notation

Geometric Transformations

PYTHAGOREAN TRIPLES KEITH CONRAD

Worksheet A2 : Fundamental Counting Principle, Factorials, Permutations Intro

Systems of Linear Equations: Two Variables

Just the Factors, Ma am

6.2 Permutations continued

Core Maths C2. Revision Notes

Advanced GMAT Math Questions

Mathematical Induction. Mary Barnes Sue Gordon

QUADRATIC EQUATIONS EXPECTED BACKGROUND KNOWLEDGE

Hoover High School Math League. Counting and Probability

Taylor and Maclaurin Series

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Matrix Algebra. Some Basic Matrix Laws. Before reading the text or the following notes glance at the following list of basic matrix algebra laws.

Representation of functions as power series

Continued Fractions and the Euclidean Algorithm

Solutions Manual for How to Read and Do Proofs

The common ratio in (ii) is called the scaled-factor. An example of two similar triangles is shown in Figure Figure 47.1

Factoring a Difference of Two Squares. Factoring a Difference of Two Squares

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes)

1 Combinations, Permutations, and Elementary Probability


MISS. INDUCTION SEQUENCES and SERIES. J J O'Connor MT /10

Vieta s Formulas and the Identity Theorem

Factoring (pp. 1 of 4)

Factoring Polynomials: Factoring by Grouping

5.1 Radical Notation and Rational Exponents

2.5 Zeros of a Polynomial Functions

DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents

Factoring Quadratic Expressions

The last three chapters introduced three major proof techniques: direct,

10.2 Series and Convergence

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers)

Solving Quadratic Equations

Collinear Points in Permutations

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me

THREE DIMENSIONAL GEOMETRY

4/1/2017. PS. Sequences and Series FROM 9.2 AND 9.3 IN THE BOOK AS WELL AS FROM OTHER SOURCES. TODAY IS NATIONAL MANATEE APPRECIATION DAY

Chapter 3. Distribution Problems. 3.1 The idea of a distribution The twenty-fold way

Math 408, Actuarial Statistics I, Spring Solutions to combinatorial problems

8.3 Probability Applications of Counting Principles

Sample Induction Proofs

Section IV.21. The Field of Quotients of an Integral Domain

COWLEY COUNTY COMMUNITY COLLEGE REVIEW GUIDE Compass Algebra Level 2

Projective Geometry - Part 2

Factoring Trinomials: The ac Method

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers.

Math 319 Problem Set #3 Solution 21 February 2002

Partial Fractions Examples

Math 55: Discrete Mathematics

Factoring Polynomials

( ) FACTORING. x In this polynomial the only variable in common to all is x.

T ( a i x i ) = a i T (x i ).

26 Integers: Multiplication, Division, and Order

Radicals - Multiply and Divide Radicals

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include

Algebra (Expansion and Factorisation)

Transcription:

4. Binomial Expansions 4.. Pascal's Triangle The expansion of (a + x) 2 is (a + x) 2 = a 2 + 2ax + x 2 Hence, (a + x) 3 = (a + x)(a + x) 2 = (a + x)(a 2 + 2ax + x 2 ) = a 3 + ( + 2)a 2 x + (2 + )ax 2 + x 3 = a 3 + 3a 2 x + 3ax 2 + x 3 Further, (a + x) 4 = (a + x)(a + x) 4 = (a + x)(a 3 + 3a 2 x + 3ax 2 + x 3 ) = a 4 + ( + 3)a 3 x + (3 + 3)a 2 x 2 + (3 + )ax 3 + x 4 = a 4 + 4a 3 x + 6a 2 x 2 + 4ax 3 + x 4. In general we see that the coecients of (a + x) n come from the n-th row of Pascal's Triangle, in which each term is the sum of the two terms just above it. row 0 row row 2 2 row 3 3 3 row 4 4 6 4.... Example 4.. Find the expansion of (2x y) 4. (2x y) 4 = ( (2x) + ( y) ) 4 = (2x) 4 + 4(2x) 3 ( y) + 6(2x) 2 ( y) 2 + 4(2x)( y) 3 + ( y) 4 4.2. Factorials = 6x 4 32x 3 y + 24x 2 y 2 8xy 3 + y 4. To understand the coecients in Pascal's triangle we need the factorial function n! = n (n ) (n 2) 3 2 ; it is read `n factorial'.! =, = 2, = 6, 4! = 24, 5! = 20, 6! = 720, 7! = 5040,... By convention 0! = (see below). Q. Given four objects, say the letters A, B, C, D, how many dierent orders can you put them in? For example, some possible orders are ABCD, DCBA, ABDC. A. The rst letter can be any one of the four, say C. The second letter can be any one of the remaining three, say A. The third letter can either of the remaining two, say D. The fourth letter must be the remaining one, B. 5

In all there are 4 3 2 = 4! = 24 possible orders. In general, given n dierent objects there are n! possible orders or permutations. Example 4.2. How many ways are there of arranging the letters in the word P ASCAL? We have 6 letters. If they were all dierent there would be 6! arrangements. However, there are two A's, which themselves can be arranged in ways. Therefore the number of arrangements is 6!/ = 360. 4.3. Combinations Suppose we have 5 dierent objects, say A, B, C, D, E. How many ways are there to choose two of them? For example, some possible choices are AB, AC, BC,... (The order you choose them in doesn't matter, so AB is the same as BA.) The rst can be any one of the ve. The second can be any one of the remaining four. This gives 20. But we have double counted. We get AB and BA, but these are the same. That gives 20/2 = 0. They are AB, AC, AD, AE, BC, BD, BE, CD, CE, DE. Given n objects, the number of ways to choose 2 is n(n ) n(n ) =. 2 With 3 objects, we can permute the chosen ones in ways without altering the choice, so that the number of ways to choose 3 is n(n )(n 2). In general, given n objects, the number of ways to choose r of them is ( n r ) = n(n )(n 2)... (n r + ) r! = n! r!(n r)!. It is read `ncr' or `n choose r', and sometimes denoted n C r. Note that ( n r ) = ( n r n ); this is because selecting r objects is the same as choosing which n r objects to leave out, so that the number of ways of choosing n r objects from n is the same as the number of ways of choosing r objects from n. The convention that 0! = ensures that ( n 0 ) = ( n n ) =. There is exactly one way to choose 0 (i.e., none) of the objects; equivalently, there is exactly one way to choose all n of them. Also ( n ) = n. There are n ways to choose object. Example 4.3. To do the lottery you need to choose 6 numbers out of 49. There are ( 49 6 ) = 49! 6! 4 = 398386 ways to do this. Therefore, the probability that a given ticket will win the jackpot is /398386. 6

4.4. Binomial Theorem (a + x) n = a n + ( n )a n x + ( n 2 )a n 2 x 2 + + ( n r )a n r x r + + ( n n )ax n + x n For example (a + x) 20 = a 20 + ( 20 )a 9 x + ( 20 2 )a 8 x 2 +... = a 20 + 20a 9 20 9 x + a 8 x 2 +... = a 20 + 20a 9 x + 90a 8 x 2 +... Proof. When you expand you get a big sum involving terms like (a + x) n = (a + x)(a + x)... (a + x) axaaaxxaxa... which are a product of n factors, each either an x or an a. The coecient of a n r x r is the number of terms in the sum which involve exactly r x's. There are ( n r ) choices of r x's so that the coeent of a n r x r is ( n r ). Example 4.4. Find the term in x 5 y 8 in (2x y 2 ) 9. The general term is ( 9 i )(2x)9 i ( y 2 ) i The term we want is the one with i = 4, so it is 4.5. Binomial series ( 9 4 )(2x) 5 ( y 2 ) 4 = 9! 4!.5! 25 ( ) 4 x 5 y 8 = 9.8.7.6 4.3.2. 32x5 y 8 = 4032x 5 y 8. The binomial theorem is for n-th powers, where n is a positive integer. Indeed ( n r ) only makes sense in this case. However, the right hand side of the formula ( n n(n )(n 2)... (n r + ) r ) = r! makes sense for any n. The Binomial Series is the expansion ( + x) n n(n ) = + nx + x 2 n(n )(n 2) + x 3 +... which is valid for any number n, positive or negative, integer or fractional, provided that < x <. 7

Special cases. so also so + x = ( + x) = + ( )x + ( )( 2) x 2 + ( )( 2)( 3) x 3 +... + x = x + x2 x 3 + x 4... ( + x) = ( + 2 x) 2 = + ( 2)x + ( 2)( 3) x 2 + ( 2)( 3)( 4) x 3 +... These are valid for all x with < x <. ( + x) 2 = 2x + 3x2 4x 3 + 5x 4... Convergence For x close to 0, the binomial series gives a good approximation very quickly. Considering the series for /( + x) 2 with x = 0., we have, LHS = /( + 0.) 2 = /. 2 = 0.8264463..., RHS = 0.2 + 0.03 0.004 + 0.0005.... Number of terms Sum 2 0.8 3 0.83 4 0.826 5 0.8265 0 0.82644628 For x not so close to 0, but still in the range < x < the series converges, but more slowly. For example, with x = 0.6, LHS = /( + 0.6) 2 = /.6 2 = 0.390625 RHS =.2 +.08 0.864 + 0.648.... Number of terms Sum 2-0.2 3 0.88 4 0.06 5 0.6640 0 0.3504768 25 0.39067053 8

For x outside the range < x <, the series doesn't converge and so is useless. For example, with x = 2, LHS = /( + 2) 2 = /3 2 = 0... RHS = 4 + 2 32 + 80.... Number of terms Sum 2-3 3 9 4-23 5 57 0-3527 25 283348537 Other expansions To expand /( + 2x), for example, write it as + 2x = ( + (2x)) = (2x) + (2x) 2 (2x) 3 +... = 2x + 4x 2 8x 3 +... This is valid for < 2x <, so for < x <. 2 2 Two more: x = ( + ( x)) == ( x) + ( x) 2 ( x) 3 + ( x) 4... = + x + x 2 + x 3 + x 4 +... and ( x) = ( + 2 ( x)) 2 = 2( x) + 3( x) 2 4( x) 3 +... = + 2x + 3x 2 + 4x 3 +.... Both of these are valid for < ( x) <, so for < x <. 9

4.6. Worked examples Example 4.5. Expand the following expressions. ( + x 2 ) 5, (x + y)(x + 2y) 4, Example 4.6. How many arrangements are there of the letters in each of the following words? SPAIN, ENGLAND, AUSTRALIA, MOROCCO Example 4.7. Compute the following binomial coecients: ( 00 0 ) ; ( 00 ) ; ( 00 2 ) ; ( 00 3 ). Example 4.8. In bridge, a player is dealt 3 out of 52 cards. How many possible bridge hands are there? A Yarborough is a hand which contains no aces, kings, queens, jacks or 0s. How many possible Yarborough hands are there? What is the probability that a bridge hand is a Yarborough. Example 4.9. Find the expansions of the following, up to the term in x 3. In each case, state the range of validity for x. ( x) /3, ( + 2x) 2. Example 4.0. Find the expansion of + x up to the term in x 2. By taking x = /4, use your expansion to nd an approximation to 5, giving your answer as a fraction. Putting x = /4 gives Therefore ( + x) /2 = + 2 x + ( ) 2 2 x 2 +... = + 2 x 8 x2 +... + 4 = + 2 4 ) 2 8( 4 = 28 28 + 6 28 28 = 43 28. 5 5 = 2 4 = 2 + 4 = 43 64. (In fact 43 = 2.234... and 5 = 2.236... ) 64 20