19.4 The Binomial Theorem

  • Properties of ( a+ b) n • Factorial Notation • Binomial Theorem • Pascal’s Triangle • Binomial Series

To expand (x + 2)5 would require a number of multiplications that would be a tedious operation. We now develop the binomial theorem, by which it is possible to expand binomials to any given power without direct multiplication. Using this type of expansion, it is also possible to expand some expressions for which direct multiplication is not possible. The binomial theorem is used to develop expressions needed in certain mathematics topics and in technical applications.

By direct multiplication, we may obtain the following expansions of the binomial a + b : 

(a + b)0 = 1(a + b)1 = a + b(a + b)2 = a2 + 2ab + b2(a + b)3 = a3 + 3a2b + 3ab2 + b3(a + b)4 = a4 + 4a3b + 6a2b2 + 4ab3 + b4(a + b)5 = a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5

Inspection shows these expansions have certain properties, and we assume that these properties are valid for the expansion of (a + b)n ,  where n is any positive integer.

The following example illustrates the use of the basic properties in expanding a binomial. Carefully note the diagram in which each of these five properties is specifically noted.

EXAMPLE 1 Using basic binomial properties

Using the basic properties, develop the expansion for (a + b)5 . 

Because the exponent of the binomial is 5, we have n = 5.

From property 1, we know that there are six terms.

From property 2, we know that the first term is a5 and the final term is b5 . 

From property 3, we know that the factors of a and b in terms 2, 3, 4, and 5 are a4b , a3b2 , a2b3 ,  and ab4 ,  respectively.

From property 4, we obtain the coefficients of terms 2, 3, 4, and 5. In the first term, a5 ,  the coefficient is 1. Multiplying by 5, the power of a, and dividing by 1, the number of the term, we obtain 5, which is the coefficient of the second term. Thus, the second term is 5a4b .  Again using property 4, we obtain the coefficient of the third term. The coefficient of the second term is 5. Multiplying by 4, and dividing by 2, we obtain 10. This means that the third term is 10a3b2 . 

From property 5, we know that the coefficient of the fifth term is the same as the second and that the coefficient of the fourth term is the same as the third. These properties are illustrated in the following diagram:

An equation.

It is not necessary to use the above properties directly to expand a given binomial. If they are applied to (a + b)n ,  a general formula for the expansion of a binomial may be obtained. In developing and stating the general formula, it is convenient to use the factorial notation n!, where

n !  = n(n − 1)(n − 2) ⋯ (2)(1)
(19.8)

We see that n!, read “n factorial,” represents the product of the first n positive integers.

EXAMPLE 2 Evaluating factorials

  1. 3 !  = (3)(2)(1) = 6

  2. 5 !  = (5)(4)(3)(2)(1) = 120

  3. 8 !  = (8)(7)(6)(5)(4)(3)(2)(1) = 40 , 320

  4. 3 !  + 5 !  = 6 + 120 = 126

  5. 4 ! 2 !  = (4)(3)(2)(1)(2)(1) = 12

In evaluating factorials, we must remember that they represent products of numbers.

CAUTION

In parts (d) and (e), we see that 3 !  + 5 !  is not (3 + 5) !  and 4!/2! is not 2!.

The evaluation of the factorials in Example 2 are shown in the calculator display in Fig. 19.10.

A calculator screen.

Fig. 19.10

Graphing calculator keystrokes: bit.ly/2NDSqb6

THE BINOMIAL FORMULA

Based on the binomial properties, the binomial theorem states that the following binomial formula is valid for all positive integer values of n (the binomial theorem is proven through advanced methods).

(a + b)n = an + nan − 1b + n(n − 1)2 !  an − 2b2 + n(n − 1)(n − 2)3 !  an − 3b3 +  ⋯  + bn
(19.9)

EXAMPLE 3 Using the binomial formula

Using the binomial formula, expand (2x + 3)6 . 

In using the binomial formula for (2x + 3)6 ,  we use 2x for a, 3 for b, and 6 for n.

Thus,

An equation.

PASCAL’S TRIANGLE

For the first few integer powers of a binomial a + b ,  the coefficients can be obtained by setting them up in the following pattern, known as Pascal’s triangle.

Pascal’s triangle for n value 0 to 6. Pascal’s triangle has 7 rows. N = 0, Row 1. 1. n = 1, Row 2. 1, 1. n = 2, Row 3. 1, 2, 1. n = 3, Row 4. 1, 3, 3, 1. n = 4, Row 5. 1, 4, 6, 4, 1. n = 5, Row 6. 1, 5, 10, 10, 5, 1. n = 6, Row 7. 1, 6, 15, 20, 15, 6, 1.

We note that the first and last coefficients shown in each row are 1, and the second and next-to-last coefficients are equal to n. Other coefficients are obtained by adding the two nearest coefficients in the row above, as illustrated in Fig. 19.11 for the indicated section of Pascal’s triangle. This pattern may be continued indefinitely, although use of Pascal’s triangle is cumbersome for high values of n.

Part of Pascal's Triangle.

Fig. 19.11

EXAMPLE 4 Using Pascal‘s triangle

Using Pascal’s triangle, expand (5s − 2t)4 . 

Here, we note that n = 4. Thus, the coefficients of the five terms are 1, 4, 6, 4, and 1, respectively. Also, here we use 5s for a and  − 2t for b. We are expanding this expression as [ (5s) + ( − 2t)] 4 .  Therefore,

An illustration displays graphing calculator with four strokes with their respective values in the next row as follows. For 4 C 0 value is 1, 4 C 1 it is 4, 4 C 2 it is 6, and 4 C 3 it is 4 and the last value 4 is highlighted.

The coefficients 1, 4, 6, 4, and 1 are called binomial coefficients. In addition to using Pascal’s triangle, these coefficients can be found on a calculator as shown in Fig. 19.12.

A calculator screen.

Fig. 19.12

Graphing calculator keystrokes: bit.ly/2OmhBUU

In certain uses of a binomial expansion, it is not necessary to obtain all terms. Only the first few terms are required. The following example illustrates finding the first four terms of an expansion.

EXAMPLE 5 Using the binomial formula

Find the first four terms of the expansion of (x + 7)12 . 

Here, we use x for a, 7 for b, and 12 for n. Thus, from the binomial formula, we have

(x + 7)12 = x12 + 12x11(7) + (12)(11)2 x10(72) + (12)(11)(10)(2)(3) x9(73) +  ⋯  = x12 + 84x11 + 3234x10 + 75 , 460x9 +  ⋯ 

If we let a = 1 and b = x in the binomial formula, we obtain the binomial series.

Binomial Series(1 + x)n = 1 + nx + n(n − 1)2 !  x2 + n(n − 1)(n − 2)3 !  x3 +  ⋯ 
(19.10)

Through advanced methods, the binomial series can be shown to be valid for any real number n if | x|  < 1. When n is either negative or a fraction, we obtain an infinite series. In such a case, we calculate as many terms as may be needed although such a series is not obtainable through direct multiplication. The binomial series may be used to develop important expressions that are used in applications and more advanced mathematics topics.

EXAMPLE 6 Binomial series—forces on a beam

In the analysis of forces on beams, the expression 1 / (1 + m2)3/2 is used. Use the binomial series to find the first four terms of the expansion.

Using negative exponents, we have

1 / (1 + m2)3/2 = (1 + m2) − 3/2

Now, in using Eq. (19.10), we have n =  − 3/2 and x = m2 : 

(1 + m2) − 3/2 = 1 + ( − 32)(m2) + ( − 32)( − 32 − 1)2 !  (m2)2 + ( − 32)( − 32 − 1)( − 32 − 2)3 !  (m2)3 +  ⋯ 

Therefore,

1(1 + m2)3/2 = 1 − 32 m2 + 158 m4 − 3516 m6 +  ⋯ 

EXAMPLE 7 Evaluation using binomial series

Approximate the value of 0.977 by use of the binomial series.

We note that 0.97 = 1 − 0.03 ,  which means 0.977 = [ 1 + ( − 0.03)] 7 .  Using four terms of the binomial series, we have

0.977 = [ 1 + ( − 0.03)] 7 = 1 + 7( − 0.03) + 7(6)2 !  ( − 0.03)2 + 7(6)(5)3 !  ( − 0.03)3 = 1 − 0.21 + 0.0189 − 0.000945 = 0.807955

From a calculator, we find that 0.977 = 0.807983 (to six decimal places), which means these values agree to four significant digits with a value 0.8080. Greater accuracy can be found using the binomial series if more terms are used.

EXERCISES 19.4

In Exercises 1 and 2, make the given changes in the indicated examples of this section and then solve the given problems.

  1. In Example 3, change the exponent from 6 to 5.

  2. In Example 7, change 0.97 to 0.98.

In Exercises 312, expand and simplify the given expressions by use of the binomial formula.

  1. (t + 4)3

  2. (x − 2)3

  3. (2x − 3)4

  4. (4x2 + 5)4

  5. (6 + 0.1)5

  6. (xy2 − z)5

  7. (n + 2π3)5

  8. (1 − j)6(j =  − 1)

  9. (2a − b2)6

  10. (ax + x)6

In Exercises 1316, expand and simplify the given expressions by use of Pascal’s triangle.

  1. (5x − 3)4

  2. (x − 4)5

  3. (2a + 1)6

  4. (x − 3)7

In Exercises 1724, find the first four terms of the indicated expansions.

  1. (x + 2)10

  2. (x − 4)8

  3. (2a − 1)7

  4. (3b + 2)9

  5. (x1/2 − 4y)12

  6. (2a − x − 1)11

  7. (b2 + 12b)20

  8. (2x2 + y3)15

In Exercises 2528, approximate the value of the given expression to three decimal places by using three terms of the appropriate binomial series. Check using a calculator.

  1. 1.056

  2. 0.927

  3. 1.0453

  4. 0.98 − 7

In Exercises 2936, find the first four terms of the indicated expansions by use of the binomial series.

  1. (1 + x)8

  2. (1 + x) − 1/3

  3. (1 − 3x) − 2

  4. (1 − 2x)9

  5. 1 + x

  6. 11 − x

  7. 19 − 9x

  8. 4 + x2

In Exercises 3740, solve the given problems involving factorials.

  1. Using a calculator, evaluate (a) 17 !  + 4 !  ,  (b) 21!, (c) 17 !  × 4 !  ,  and (d) 68!.

  2. Using a calculator, evaluate (a) 8 !  − 7 !  ,  (b) 8!/7!, (c) 8 !  × 7 ! , and (d) 56!.

  3.  Show that n !  = n × (n − 1) !  for n ≥ 2. To use this equation for n = 1 ,  explain why it is necessary to define 0 !  = 1 (this is a standard definition of 0!).

  4. Show that (n + 1) ! (n − 2) !  = n3 − n for n ≥ 2. See Exercise 39.

In Exercises 4144, find the indicated terms by use of the following information. The r + 1 term of the expansion of (a + b)n is given by

n(n − 1)(n − 2) ⋯ (n − r + 1)r ! ︷ r factors an − rbr
  1. The term involving b5 in (a + b)8

  2. The term involving y6 in (x + y)10

  3. The fifth term of (2x − 3b)12

  4. The sixth term of (a − b)14

In Exercises 4558, solve the given problems.

  1. Without expanding, evaluate

    (2x − 1)3 + 3(2x − 1)2(3 − 2x) + 3(2x − 1)(3 − 2x)2 + (3 − 2x)3
  2. Add up the coefficients of the first few powers of (a + b)n by using Pascal’s triangle. Then by noting the pattern, determine the sum of the coefficients of (a + b)79 . 

  3.  Explain why n! ends in a zero if n > 4.

  4. Expand [ (a + b) + c] 3 using the binomial theorem. Group terms as indicated.

  5. A mechanical system has 4 redundant engines, each with a 95% probability of functioning properly. When the binomial theorem is used to expand (0.95 + 0.05)4 ,  the resulting terms give the probabilities of exactly 4, 3, 2, 1, and 0 engines functioning properly. Find the probability of exactly 3 engines functioning properly (the term containing 0.953). Round to the third decimal place.

  6. In Exercise 49, find the probability that at least one engine functions properly (the sum of the terms containing 0.954 , 0.953 , 0.952 ,  and 0.951). Round to the third decimal place.

  7. Approximate 6 to hundredths by noting that 6 = 4(1.5) = 21 + 0.5 and using four terms of the appropriate binomial series.

  8. Approximate 103 by using the method of Exercise 51.

  9. A company purchases a piece of equipment for A dollars, and the equipment depreciates at a rate of r each year. Its value V after n years is V = A(1 − r)n .  Expand this expression for n = 5.

  10. In finding the rate of change of emission of energy from the surface of a body at temperature T, the expression (T + h)4 is used. Expand this expression.

  11. In the theory associated with the magnetic field due to an electric current, the expression 1 − xa2 + x2 is found. By expanding (a2 + x2) − 1/2 ,  find the first three nonzero terms that could be used to approximate the given expression.

  12. In the theory related to the dispersion of light, the expression 1 + A1 − λ02 / λ2 arises. (a) Let x = λ02 / λ2 and find the first four terms of the expansion of (1 − x) − 1 .  (b) Find the same expansion by using long division. (c) Write the original expression in expanded form, using the results of (a) and (b).

  13. A cubic Bezier curve is defined by four points (P0 through P3) from the parametric equations given by (1 − t)3P0 + 3(1 − t)2tP1 + 3(1 − t)t2P2 + t3P3 ,  where 0 ≤ t ≤ 1. Note that the points P0 through P3 are multiplied by terms of the binomial expansion [ (1 − t) + t] 3 .  Using a similar process, find the equation of the fourth-degree Bezier curve defined by the five points P0 through P4 (see Example 6 in Section 15.3).

  14. Find the first four terms of the expansion of (1 + x) − 1 and then divide 1 + x into 1. Compare the results.

Answers to Practice Exercises

  1. 72

  2. 625s4 + 500s3t + 150s2t2 + 20st3 + t4

  3. x9 − 36x8 + 576x7 −  ⋯ 

  4. 1.230 (rounded off)

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.137.213.128