Partial Fraction Decomposition and Integration: Finding the Form and Coefficients, Lecture notes of Calculus

The process of partial fraction decomposition, which expresses a rational function as the sum of simpler rational functions with denominators that allow for easier integration. the steps to determine the form of the partial fraction decomposition based on the factors of the denominator and then finding the coefficients using either the method of expanding everything or picking specific values of x to make terms disappear.

Typology: Lecture notes

2021/2022

Uploaded on 02/03/2022

bridge
bridge 🇺🇸

4.9

(13)

287 documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Partial Fraction Decomposition and Integration
Joshua Ballew
Spring 2016
A rational function r(x) is a function that can be written as p(x)
q(x)where
p(x) and q(x) are polynomials without any common factors. It will be assumed
throughout this document that the degree of p(x) is less than the degree of
q(x). (If this is not the case, polynomial long division will give a sum of a
polynomial and a new rational function a lower degree in its numerator than
in its denominator.) Also, only rational functions with denominators q(x) that
can be written as a product of linear and quadratic terms, some of which may
be repeated, are considered. The partial fraction decomp osition expresses a
rational function as the sum of rational functions with simpler denominators.
These simpler denominators allow us to more easily integrate the function.
There are two main steps in determining the partial fraction decomposition
of a rational function. The first step is to determine the form of the partial frac-
tion decomposition. The second is to determine the coefficients. After finding
the partial fraction decomposition, we can integrate.
1 Determining the Partial Fraction Form
The first step in finding the partial fraction decomposition is to determine its
form. This depends only on the form of the denominator. First, the
denominator must be factored completely. Next, we look at the factors of the
denominator. Any linear factor bx cthat is not repeated contributes a term
of the form
A
bx c.
Any linear factor that is repeated, say (bx c)ncontributes terms
A1
bx c+A2
(bx c)2+· · · +An
(bx c)n.
A non-repeated quadratic factor ax2+bx +ccontributes a term of
Bx +C
ax2+bx +c
1
pf3
pf4
pf5

Partial preview of the text

Download Partial Fraction Decomposition and Integration: Finding the Form and Coefficients and more Lecture notes Calculus in PDF only on Docsity!

Partial Fraction Decomposition and Integration

Joshua Ballew

Spring 2016

A rational function r(x) is a function that can be written as p q((xx)) where

p(x) and q(x) are polynomials without any common factors. It will be assumed throughout this document that the degree of p(x) is less than the degree of q(x). (If this is not the case, polynomial long division will give a sum of a polynomial and a new rational function a lower degree in its numerator than in its denominator.) Also, only rational functions with denominators q(x) that can be written as a product of linear and quadratic terms, some of which may be repeated, are considered. The partial fraction decomposition expresses a rational function as the sum of rational functions with simpler denominators. These simpler denominators allow us to more easily integrate the function. There are two main steps in determining the partial fraction decomposition of a rational function. The first step is to determine the form of the partial frac- tion decomposition. The second is to determine the coefficients. After finding the partial fraction decomposition, we can integrate.

1 Determining the Partial Fraction Form

The first step in finding the partial fraction decomposition is to determine its form. This depends only on the form of the denominator. First, the denominator must be factored completely. Next, we look at the factors of the denominator. Any linear factor bx − c that is not repeated contributes a term of the form

A bx − c

Any linear factor that is repeated, say (bx − c)n^ contributes terms

A 1 bx − c

A 2

(bx − c)^2

An (bx − c)n^

A non-repeated quadratic factor ax^2 + bx + c contributes a term of

Bx + C ax^2 + bx + c

and a repeated quadratic factor (ax^2 + bx + c)n^ contributes terms

B 1 x + C 1 ax^2 + bx + c

B 2 x + C 2 (ax^2 + bx + c)^2

Bnx + Cn (ax^2 + bx + c)n^

To find the form of the partial fraction decomposition, we add the contribu- tions from all of the factors.

Example 1. Find the form of the partial fraction decomposition of

2 x (x − 1)(x + 3)

Solution. We see that the denominator is already factored, saving us this step. We also notice that each denominator factor is linear and not repeated. Thus, since (x − 1) contributes a term of the form

A x − 1

and (x + 3) contributes

B x + 3

the partial fraction decomposition is of the form

2 x (x − 1)(x + 3)

A

x − 1

B

x + 3

with A and B as constants to be determined.

Example 2. Find the form of the partial fraction decomposition of

x^4 + 1 x(x^2 + 1)^2

Solution. Again, we see that the denominator is factored as far as it can go, so we now look for what each factor contributes. x is a non-repeated linear factor; it contributes

A x

(x^2 + 1)^2 is a repeated quadratic factor with n = 2. Thus, it contributes

Bx + C x^2 + 1

Dx + E (x^2 + 1)^2

Therefore, the partial fraction decomposition is of the form

x^4 + 1 x(x^2 + 1)^2

A

x

Bx + C x^2 + 1

Dx + E (x^2 + 1)^2

for some constants A, B, C, D, and E to be determined.

Method 2: Using

2 x = A(x + 3) + B(x − 1),

we see that the A term on the right goes away for x = −3 and the B term on the right disappears for x = 1. Since the equation holds for all x, it must hold for these two values as well. For x = −3, we get

−6 = − 4 B,

so B = 32. For x = 1, we get

2 = 4A,

so A = 12. This is the same answer as we got from the first method.

Example 4. Find the partial fraction decomposition for the function in Exam- ple 2.

Solution. We need to find A, B, C, D, and E, such that

x^4 + 1 x(x^2 + 1)^2

A

x

Bx + C x^2 + 1

Dx + E (x^2 + 1)^2

or, after multiplying both sides by the common denominator,

x^4 + 1 = A(x^2 + 1)^2 + (Bx + C)x(x^2 + 1) + (Dx + E)x.

We first consider the second method for finding the coefficients. Method 2: We see that all but the A term on the right disappears for x = 0. Using x = 0, we get

1 = A.

However, there is no value of x that is going to make x^2 + 1 go away. Finding A = 1 is as far as this method will take us. So we turn to the first method. Method 1: We expand out to get

x^4 + 1 = Ax^4 + 2Ax^2 + A + Bx^4 + Bx^2 + Cx^3 + Cx + Dx^2 + Ex = x^4 (A + B) + x^3 (C) + x^2 (2A + B + D) + x(C + E) + A.

Equating the coefficients on left and right, we get

A + B = 1 (1) C = 0 (2) 2 A + B + D = 0 (3) C + E = 0 (4) A = 1. (5)

From (2), we get immediately C = 0, and from (5), we get A = 1. Knowing C, we get from (4) that E = 0, and from (1), that B = 0 since A = 1. Thus, (3) gives that D = −2. Therefore,

x^4 + 1 x(x^2 + 1)^2

x

2 x (x^2 + 1)^2

Make sure to add the fractions on the right to check that the answer is correct.

3 Integrating

The hard work, the algebra, is finished. All that is left to do is integrate using the techniques we already know. Typically, we will use the power rule, the log rule, and the arctangent formula. We may also have to do a u-substitution as well.

Example 5. Find ∫ 2 x (x − 1)(x + 3)

dx.

Solution. From our previous work, we know

2 x (x − 1)(x + 3)

2(x − 1)

2(x + 3)

Thus, ∫ 2 x (x − 1)(x + 3) dx =

2(x − 1)

2(x + 3) dx

x − 1

dx +

x + 3

dx =

ln |x| +

ln |x + 3| + K.

Example 6. Find ∫ x^4 + 1 x(x^2 + 1)^2

dx.

Solution. From our previous work, we have

x^4 + 1 x(x^2 + 1)^2

x

2 x (x^2 + 1)^2

Thus,

∫ x^4 + 1 x(x^2 + 1)^2 dx =

x

2 x (x^2 + 1)^2 dx

x

dx −

2 x (x^2 + 1)^2

dx.