Section 5.3 Partial-Fraction Decomposition

Before Starting this Section, Review

  1. 1 Division of polynomials (Section 3.3 , page 353)

  2. 2 Factoring polynomials (Section P.4 )

  3. 3 Irreducible polynomials (Section P.4 , page 42)

  4. 4 Rational expressions (Section P.5 , page 50)

Objectives

  1. 1 Become familiar with partial-fraction decomposition.

  2. 2 Decompose P(x)Q(x)P(x)Q(x) when Q(x) has only distinct linear factors.

  3. 3 Decompose P(x)Q(x) when Q(x) has repeated linear factors.

  4. 4 Decompose P(x)Q(x) when Q(x) has distinct irreducible quadratic factors.

  5. 5 Decompose P(x)Q(x) when Q(x) has repeated irreducible quadratic factors.

Ohm’s Law

If a voltage is applied across a resistor (such as a wire), a current will flow. Ohm’s law states that in a circuit at constant temperature,

I=VR

where V is the voltage (measured in volts), I is the current (measured in amperes), and R is the resistance (measured in ohms). A parallel circuit consists of two or more resistors connected as shown in Figure 5.9. In the figure, the current I from the source divides into two currents, I1 and I2, with I1 going through one resistor and I2 going through the other, so that I=I1+I2. Suppose we want to find the total resistance R in the circuit due to the two resistors R1 and R2 connected in parallel. Ohm’s law can be used to show that in the parallel circuit in Figure 5.9, 1R=1R1+1R2. This result is called the parallel property of resistors. In Example 8, we examine the parallel property of resistors by using partial fractions.

Figure 5.9

Parallel resistors

Partial Fractions

  1. 1 Become familiar with partial-fraction decomposition.

Recall that to add two rational expressions such as 2x+3 and 3x1 required you to find the least common denominator, rewrite expressions with the same denominator, and then add the corresponding numerators. This procedure gives

2x+3+3x1=2(x1)(x+3)(x1)+3(x+3)(x1)(x+3)=5x+7(x+3)(x1).

In some applications of algebra and more advanced mathematics, you need a reverse procedure for splitting a fraction such as 5x+7(x1)(x+3) into the simpler fractions to obtain:

5x+7(x+3)(x1)=2x+3+3x1.

Each of the two fractions on the right is called a partial fraction. Their sum is called the partial-fraction decomposition of the rational expression on the left.

A rational expression P(x)Q(x) is called improper if the degree P(x)degree Q(x) and is called proper if the degree P(x)<degree Q(x). Examples of improper rational expressions are

x3x21,(x+2)(x1)(x2)(x+3),and x2+x+12x+3.

Using long division, we can express an improper rational fraction P(x)Q(x) as the sum of a polynomial and a proper rational fraction:

P(x)Q(x)=S(x)+R(x)Q(x).ImproperFractionPolynomialProperFraction

We therefore restrict our discussion of the decomposition of P(x)Q(x) into partial fractions to cases involving proper rational fractions. We also assume that P(x) and Q(x) have no common factor.

The problem of decomposing a proper fraction P(x)Q(x) into partial fractions depends on the type of factors in the denominator Q(x). In this section, we consider four cases for Q(x).

Q(x) Has Only Distinct Linear Factors

  1. 2 Decompose P(x)Q(x) when Q(x) has only distinct linear factors.

We can find the constants A1, A2, , An by using the following procedure. Note that if the number of constants is small, we use the letters A, B, C, , instead of A1, A2, A3, .

Practice Problem 1

  1. Find the partial-fraction decomposition of 2x7(x+1)(x2).

Example 2 Finding the Partial-Fraction Decomposition When the Denominator Has Only Distinct Linear Factors

Find the partial-fraction decomposition of the expression

10x4x34x.

Solution

First, factor the denominator.

x34x=x(x24)Distributive property=x(x2)(x+2)x24=(x2)(x+2)

Each of the factors x, x2, and x+2 and becomes a denominator for a partial fraction.

  1. Step 1 The partial-fraction decomposition is given by

    10x4x(x2)(x+2)=Ax+Bx2+Cx+2Use A, B, and C instead ofA1, A2, and A3.
  2. Step 2 Multiply both sides by the common denominator x(x2)(x+2).

  3. Step 3 Now use the fact that two equal polynomials have equal corresponding coefficients. Writing 10x4=0x2+10x4, we have

    0x2+10x4=(A+B+C)x2+(2B2C)x4A.

    Equating corresponding coefficients leads to the system of equations.

    {A+B+C=02B2C=104A=4Equate coefficients of x2.Equate coefficients of x.Equate constant coefficients.
  4. Step 4 Solve the system of equations in Step 3 to obtain A=1, B=2, and C=3. (See Exercise 75 .)

  5. Step 5 The partial-fraction decomposition is

    10x4x34x=1x+2x2+3x+2=1x+2x23x+2.

Alternative Solution of Example 2

In Example 2, to find the constants A, B, C, we equated coefficients of like powers of x and solved the resulting system. An alternative (and sometimes quicker) method is to substitute well-chosen values for x in equation (1) found in Step 2:

10x4=A(x2)(x+2)+Bx(x+2)+Cx(x2)(1)

Substitute x=2 in equation (1) to cause the terms containing A and C to be 0.

10(2)4=A(22)(2+2)+B(2)(2+2)+C(2)(22)16=8BSimplify.2=BSolve for B.

Now substitute x=2 in equation (1) to get

10(2)4=A(22)(2+2)+B(2)(2+2)+C(2)(22)24=8CSimplify.3=CSolve for C.

Finally, substitute x=0 in equation (1) to get

10(0)4=A(02)(0+2)+B(0)(0+2)+C(0)(02)4=4ASimplify.1=ASolve for A.

Because we found the same values for A, B, and C, the partial-fraction decomposition will also be the same.

Practice Problem 2

  1. Find the partial-fraction decomposition of

    3x2+4x+3x3x.

Q(x) Has Repeated Linear Factors

  1. 3 Decompose P(x)Q(x) when Q(x) has repeated linear factors.

Example 3 Finding the Partial-Fraction Decomposition When the Denominator Has Repeated Linear Factors

Find the partial-fraction decomposition of x+4(x+3)(x1)2.

Solution

  1. Step 1 The linear factor (x1) is repeated twice, and the factor (x+3) is nonrepeating. So the partial-fraction decomposition has the form:

    x+4(x+3)(x1)2=Ax+3+Bx1+C(x1)2.
  2. Steps 2–4 Multiply both sides of the equation in Step 1 by the original denominator, (x+3)(x1)2; then use the distributive property on the right side and simplify to get the identity:

    x+4=A(x1)2+B(x+3)(x1)+C(x+3)(1)

    Substitute x=1 in equation (1) to obtain:

    1+4=A(11)2+B(1+3)(11)+C(1+3).

    This simplifies to 5=4C, so C=54.

    To find A, we substitute x=3 in equation (1) to get

    3+4=A(31)2+B(3+3)(31)+C(3+3).

    This simplifies to 1=16A, so A=116.

    To find B, we replace x with any convenient number, say, 0 in equation (1). We have

    0+4=A(01)2+B(0+3)(01)+C(0+3)4=A3B+3C(2)Simplify.

    Now replace A with 116 and C with 54 in equation (2) to get:

    4=1163B+3 (54)64=148B+60Multiply both sides by 16.B=116Solve for B.

    We have A=116,B=116, and C=54.

  3. Step 5 Substitute A=116, B=116, and C=54 in the decomposition in Step 1 to get

    x+4(x+3)(x1)2=116x+3+116x1+54(x1)2

    or

    x+4(x+3)(x1)2=116(x+3)116(x1)+54(x1)2

Practice Problem 3

  1. Find the partial-fraction decomposition of

    x+5x(x1)2.

Example 4 Finding the Partial-Fraction Decomposition When the Denominator Has Repeated Linear Factors

Find the partial-fraction decomposition of 2x27x+9(x1)3.

Solution

  1. Step 1 The only linear factor of the denominator, x1, is repeated 3 times. The partial-fraction decomposition has the form:

    2x27x+9(x1)3=Ax1+B(x1)2+C(x1)3(1)
  2. Step 2 Multiply both sides of equation (1) by (x1)3 and simplify to obtain the identity:

    2x27x+9=A(x1)2+B(x1)+C(2)
    .
  3. Step 3 Substitute x=1 in equation (2) to get C=4.

    So, equation (2) becomes:

    2x27x+9=A(x1)2+B(x1)+42x27x+5=A(x1)2+B(x1)(3)Subtract 4 from both sides.
  4. Step 4 We still need to find A and B. We can substitute any number for x in equation (3). We choose two numbers (other than 1) to obtain two equations with unknowns A and B.

    Letting x=0 leads toLetting x=1, after simplifying, leads to{5=AB(4).7=2AB(5).

    We solve equations (4) and (5) to get A=2 and B=3.

  5. Step 5 We have A=2, B=3, and C=4. Substituting these values in equation (1), we have the partial-fraction decomposition

    2x27x+9(x1)3=2x13(x1)2+4(x1)3.

Practice Problem 4

  1. Find the partial-fraction decomposition of 2x+1(x+3)2.

Q(x) Has Distinct Irreducible Quadratic Factors

  1. 4 Decompose P(x)Q(x) when Q(x) has distinct irreducible quadratic factors.

Example 5 Finding the Partial-Fraction Decomposition When the Denominator Has a Distinct Irreducible Quadratic Factor

Find the partial-fraction decomposition of 3x28x+1(x4)(x2+1).

Solution

  1. Step 1 The factor x4 is linear and x2+1 is irreducible; so the partial-fraction decomposition has the form:

    3x28x+1(x4)(x2+1)=Ax4+Bx+Cx2+1.
  2. Step 2 Multiply both sides of the decomposition in Step 1 by the original denominator, (x4)(x2+1), and simplify to get

    3x28x+1=A(x2+1)+(Bx+C)(x4).

    Substitute x=4 to find 17=17A, or A=1.

  3. Step 3 Collect like terms and write both sides of the equation in Step 2 in descending powers of x.

    3x28x+1=(A+B)x2+(4B+C)x+(A4C)

    Equate corresponding coefficients to get

    {A+B=3(1)4B+C=8(2)A4C=1(3)Equate the coefficients of x2.Equate the coefficients of x.Equate the constant coefficients.
  4. Step 4 Substitute A=1 from Step 2 in equation (1) to get 1+B=3, or B=2.

    Substitute A=1 in equation (3) to get 14C=1, or C=0.

  5. Step 5 Substitute A=1, B=2, and C=0 into the decomposition in Step 1 to get:

    3x28x+1(x4)(x2+1)=1x4+2xx2+1.

Practice Problem 5

  1. Find the partial-fraction decomposition of

    3x2+5x2x(x2+2).

Q(x) Has Repeated Irreducible Quadratic Factors

  1. 5 Decompose P(x)Q(x) when Q(x) has repeated irreducible quadratic factors.

Example 6 Finding the Partial-Fraction Decomposition When the Denominator Has a Repeated Irreducible Quadratic Factor

Find the partial-fraction decomposition of 2x4x3+13x22x+13(x1)(x2+4)2.

Solution

  1. Step 1 The denominator has a nonrepeating linear factor (x1) and an irreducible quadratic factor (x2+4) that appears twice. The decomposition therefore has the form:

    2x4x3+13x22x+13(x1)(x2+4)2=Ax1+Bx+Cx2+4+Dx+E(x2+4)2.
  2. Step 2 Multiply both sides of the decomposition in Step 1 by the original denominator (x1)(x2+4)2, use the distributive property, and eliminate common factors:

    2x4x3+13x22x+13=A(x2+4)2+(Bx+C)(x1)(x2+4)+(Dx+E)(x1).

    Substitute x=1 and simplify to obtain 25=25A, or A=1.

  3. Steps 3–4 Multiply the factors on the right side of the equation in Step 2 and collect like terms to obtain

    2x4x3+13x22x+13=(A+B)x4+(B+C)x3+(8A+4BC+D)x2+(4B+4CD+E)x+(16A4CE).

    Equate corresponding coefficients to get the system:

    {A+B=2(1)B+C=1(2)8A+4BC+D=13(3)4B+4CD+E=2(4)16A4CE=13(5)Coefficient of x4Coefficient of x3Coefficient of x2Coefficient of xConstant coefficient

    Now back-substitute A=1 from Step 2 in equation (1) to get B=1.

    Again, back-substitute B=1 in equation (2) to get C=0.

    Back-substitute A=1 and C=0 in equation (5) to obtain E=3. Again, back-substitute A=1, B=1, and C=0 in equation (3) to get D=1. Hence, A=1, B=1, C=0, D=1, and E=3.

  4. Step 5 Substitute A=1, B=1, C=0, D=1, and E=3 in the equation in Step 1 to obtain the partial-fraction decomposition.

    2x4x3+13x22x+13(x1)(x2+4)2=1x1+xx2+4+x+3(x2+4)2

Practice Problem 6

  1. Find the partial-fraction decomposition of

    x2+3x+1(x2+1)2.

Example 7 Learning a Clever Way to Add

Express the sum

123+134+145++120192020

as a fraction of whole numbers in lowest terms.

Solution

Each term in the sum is of the form: 1k(k+1). From the partial-fraction decomposition, we have:

1k(k+1)=1k1k+1.

Therefore, by using this decomposition for each term, we get:

123+134+145++120192020=(1213)+(1314)+(1415)++(1201912020).

After removing parentheses, we see that most terms cancel in pairs (such as 13 and 13), leaving only the first and the last term. The original sum is therefore referred to as a telescoping sum that “collapses” to

1212020=101012020=10092020.

Practice Problem 7

  1. Express the sum 145+156+167++131113112 as a fraction of whole numbers in lowest terms.

Example 8 Calculating the Resistance in a Circuit

The total resistance R due to two resistors connected in parallel is given by

R=x(x+5)3x+10.

Use partial-fraction decomposition to write 1R in terms of partial fractions. What does each term represent?

Solution

From R=x(x+5)3x+10, we get the following:

1R=3x+10x(x+5)Take the reciprocal of both sides.3x+10x(x+5)=Ax+Bx+5Form of partial-fraction decomposition3x+10=A(x+5)+BxMultiply both sides by x(x+5) and simplify.

Substitute x=0 in the last equation to obtain 5A=10, or A=2. Now substitute x=5 in the same equation to get 5=5B, or B=1. Thus, we have

1R=3x+10x(x+5)=2x+1x+51R=1x2+1x+5Rewrite the right side.

The last equation says that if two resistors with resistances R1=x2 and R2=x+5 are connected in parallel, they will produce a total resistance R, where R=x(x+5)3x+10.

Practice Problem 8

  1. Repeat Example 8, assuming that R=(x+1)(x+2)4x+7.

Section 5.3 Exercises

Concepts and Vocabulary

  1. In a rational expression, if the degree of the numerator, P(x), is less than the degree of the denominator, Q(x), then the expression is a                           fraction.

  2. The numerators in the partial-fraction decomposition of a rational expression are constants if the denominator, Q(x), can be factored into                            .

  3. In a rational expression, if (x8) is a linear factor that is repeated three times in the denominator, then the portion of the expression’s partial-fraction decomposition that corresponds to (x8)3 has                           terms.

  4. True or False. The form of the partial-fraction decomposition of a rational expression depends only on its denominator.

  5. True or False. Both (x1)2 and (x+2)2 are irreducible quadratic factors of the polynomial Q(x)=(x1)2(x+2)2.

  6. True or False. If the denominator of a rational expression is Q(x)=x39x then x, x3, and x+3 become denominators in its partial-fraction decomposition.

  7. True or False. If (x2) is a factor that is repeated exactly 3 times in Q(x), then (x2),(x2)2, and (x2)3 are denominators in the partial-fraction decomposition of P(x)Q(x).

  8. True or False. The quadratic expression x2+2x+1 is irreducible.

Building Skills

In Exercises 9–18, write the form of the partial-fraction decomposition of each rational expression. You do not need to solve for the constants.

  1. 1(x1)(x+2)

  2. x(x+1)(x3)

  3. 1x2+7x+6

  4. 3x26x+8

  5. 2x3x2

  6. x1(x+2)2(x3)

  7. x23x+3(x+1)(x2x+1)

  8. 2x+3(x1)2(x2+x+1)

  9. 3x4(x2+1)2

  10. x2(2x+3)2(x2+3)2

In Exercises 19–66, find the partial-fraction decomposition of each rational expression.

  1. 2x+1(x+1)(x+2)

  2. 7(x2)(x+5)

  3. 1x2+4x+3

  4. xx2+5x+6

  5. 2x2+2x

  6. x+9x29

  7. x(x+1)(x+2)(x+3)

  8. 8x14(x1)(x+2)(x3)

  9. x2(x1)(x2+5x+4)

  10. 2x+14(x+1)(x26x+5)

  11. 3x+1(x5)(x+3)2

  12. 12x(x+3)(x4)2

  13. 8x+1(x+2)2(x3)

  14. 3x+2x2(x+1)

  15. x1(x+1)2

  16. x(x2)2

  17. x1(2x3)2

  18. 6x+1(3x+1)2

  19. 2x2+x(x+1)3

  20. x2+2(x1)3

  21. 2x+3(x+2)3

  22. x28x+18(x5)3

  23. x2+3x+1x3+2x2+x

  24. 5x28x+2x32x2+x

  25. 3x+1(x+1)(x21)

  26. 6x4(x2)(x24)

  27. 1x2(x+1)2

  28. 2(x1)2(x+3)2

  29. 1(x21)2

  30. 3(x24)2

  31. x25(x2)(x22x+3)

  32. x2+2x+1(x+2)(x2+x+2)

  33. x1(x+1)2(x2+2x+2)

  34. x23(x2)2(x2x+1)

  35. x2+1(x2)(x23x+2)

  36. x+1x(2x25x3)

  37. 6x+74x2+12x+9

  38. 2x+39x2+30x+25

  39. x3x3+x2

  40. x2+1x4x3

  41. x2+2x+4x3+x2

  42. x2+2x1(x1)(x2+1)

  43. xx41

  44. 3x35x2+12x+4x416

  45. 1x(x2+1)2

  46. x2(x2+2)2

  47. 2x2+3x(x2+1)(x2+2)

  48. x22x(x2+9)(x2+x+7)

Applying the Concepts

In Exercises 67–70, express each sum as a fraction of whole numbers in lowest terms.

  1. 112+123+134++ 1n(n+1)

  2. 213+224+235++ 2100102

  3. 213+235+257++ 2(2n1)(2n+1)

  4. 2123+2234+2345++ 2100101102

    [Hint: Write2k(k+1)(k+2)=1k2k+1+1k+2=1k1k+11k+1+1k+2. ]

In Exercises 71–74, the total resistance R in a circuit is given. Use partial-fraction decomposition to write 1R in terms of partial fractions. Interpret each term in the partial fraction.

  1. Circuit resistance. R=(x+1)(x+3)2x+4

  2. Circuit resistance. R=(x+2)(x+4)7x+20

  3. Circuit resistance. R=R1R2R3R1R2+R2R3+R3R1

  4. Circuit resistance. R=x(x+2)(x+4)3x2+12x+8

Beyond the Basics

  1. Solve the system of equations in Example 2 to verify the values of the constants A, B, and C.

In Exercises 76–81, find the partial-fraction decomposition of each rational expression.

  1. 1x3+1

  2. 4x(x21)2

  3. 2x+3(x2+1)(x+1)

  4. x+1(x2+1)(x1)2

  5. x(x2+1)2(x1)

  6. x3(x+1)2(x+2)2

  7. Find the partial-fraction decomposition of

    4xx4+4.

    [Hint: x4+4=x4+4+4x24x2=(x2+2)2(2x)2=(x22x+2)(x2+2x+2).]

In Exercises 83 and 84, find the partial-fraction decomposition by first using long division.

  1. x2+4x+5x2+3x+2

  2. (x1)(x+2)(x+3)(x4)

  3. Show that 13+5+15+7+17+9++12n+1+2n+3=2n+332.

  4. Show that 1135+1357+1579++1(2n1)(2n+1)(2n+3)=n(n+2)3(2n+1)(2n+3).

Critical Thinking / Discussion / Writing

  1. In the partial-fraction decomposition of an expression, we obtain a system of equations by equating coefficients of the powers of x. Justify the validity of this step.

  2. Let f(x)=x+8x2+x2=g(x)+h(x), where g(x) and h(x) are the terms in the partial-fraction decomposition of f(x).

    1. Sketch the graphs of f, g, and h.

    2. Compare the graphs of f and g. What do you observe?

    3. Compare the graphs of f and h. What do you observe?

Getting Ready for the Next Section

In Exercises 89–92, solve each equation for x.

  1. x2+10x+21=0

  2. x22x24=0

  3. 2x2+x10=0

  4. 6x2+x2=0

In Exercises 93–96, solve each system of equations by the substitution method.

  1. {x+y=33x+2y=7

  2. {3x+y=34x+3y=1

  3. {x2y=12x+3y=16

  4. {x2y=1012x+13y=1

In Exercises 97–100, solve each system of equations by the elimination method.

  1. {2xy=43x+2y=13

  2. {2x+3y=13x2y=5

  3. {2x+5y=13x2y=8

  4. {2x3y=63x+2y=1

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

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