0% found this document useful (0 votes)
265 views4 pages

Method of Partial Fractions

1) The method of partial fractions decomposes rational functions into simpler fractions by writing the original fraction as a sum of fractions with linear and quadratic factors in the denominators. 2) Example problems demonstrate decomposing fractions with linear and quadratic factors and determining the form of the decompositions based on rules. 3) The constants in the decompositions are then solved for by equating coefficients of the numerator terms.

Uploaded by

djahangir07
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
265 views4 pages

Method of Partial Fractions

1) The method of partial fractions decomposes rational functions into simpler fractions by writing the original fraction as a sum of fractions with linear and quadratic factors in the denominators. 2) Example problems demonstrate decomposing fractions with linear and quadratic factors and determining the form of the decompositions based on rules. 3) The constants in the decompositions are then solved for by equating coefficients of the numerator terms.

Uploaded by

djahangir07
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 4

Method of Partial Fractions

Partial Fraction Decomposition


Suppose we have a rational function, i.e. a function of the form R(x) = P (x)/Q(x) where P and
Q are polynomials. Under certain conditions we can decompose R as a sum of simpler rational
functions. This will usually make R easier to integrate.

Example 1 We can add two rational functions by getting a common denominator:


2
x + 1 + 5 x - 2 = 2(x - (x
2) + 1)(x
5(x +- 1)
2) = 7x + 1 x2 - x - 2 .
The method of partial fraction decomposition reverses this process, i.e. we start with the fraction
7x + 1
x2 - x - 2
and rewrite it as the sum 2

x + 1 + 5x - 2 .

Theorem Let P (x)/Q(x) be a rational function where the degree of P is less than the degree of
Q. Then we can express this rational function as a sum
P(x)
Q(x) = F1(x) + F2(x) + · · · + Fn(x)
where F1(x), F2(x), · · · , Fn(x) are rational functions of the form
A
(ax + b)k or Ax + B (ax2 + bx + c)k
in which the denominators are factors of the denominator Q(x).

The following rules help determine the form of the partial fraction decomposition:

Linear Factor Rule

If (ax + b)m is a factor of Q(x), the partial fraction decomposition contains the sum
A1
ax + b + A2 (ax + b)2 + · · · + Am (ax + b)m .

Quadratic Factor Rule

If (ax2 + bx + c)m is a factor of Q(x), the partial fraction decomposition contains the sum
A1x + B1
ax2 + bx + c + A2x +(ax2 (ax2 + bx + c)m .
B2 + bx + c)2 + · · · + Amx + Bm

These rules tell us the what the partial fraction decomposition will look like, but not the values of
constants in the numerator. These we must solve for separately.
Example 2 Find the form of the partial fraction decompositions for the following fractions:

(1) 3x + 5
(x + 2)(x - 1)

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

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

Solution

(1) In this case we have two linear factors, each only raised to the rst power. Applying
the linear factor rule to each one we get
3x + 5
(x + 2)(x - 1) = A x + 2 + Bx - 1

(2) In this case we have a linear factor and a quadratic factor, each only raised to the
rst power. Applying both rules above we get
3
(x2 + 1)(x + 2) = Ax + xB2 + 1 + C x + 2

(3) In this case we have a linear factor raised to the power m = 3. Applying the linear
factor rule we get
2x2 + x + 1
(x + 1)3 = A x + 1 + B(x + 1)2 + C (x + 1)3

Once we have established the form of the partial fraction decomposition we can solve for
the constants in the numerators by combining the fractions in the decomposition using Q(x)
as a common denominator. By equating the coe cients in the numerator of each side, we
obtain equations that can be used to solve for the constants.
Example 43 Use
Findthe
themetho
constants
d offor
partial
the partial
fractions
fraction
to evaluate
decomposition
the integral
of (1) and (2) in
the above example. 3
x3 + 2x2 + x + 2 dx
Solution
Solution We can factor the denominator as
(1) Combining the fractions in the decomposition from (1) above gives
x3 + 2x2 + x + 2 = (x2 + 1)(x + 2)
3x + 5
Then using the decomposition from (2) in the previous example this integral becomes
(x + 2)(x - 1) = A x + 2 + Bx - 1 = A(x - 1)(x + B2)(x
(x -+1)
2).
3
Equating the numerators (and collecting powers of x) gives
x3 + 2x2 + x + 2 dx = -3x + 6 5(x2 + 1) + 3 5(x + 2) dx
3x + 5 = (A + B )x + (2B - A).
x 1 1
= -3 power of x gives the system
Equating the coe cients of each 5 x2 + 1 dx + 6 5 x2 + 1 dx + 3 5 x + 2 dx
1A + B = 3
= -3 2 ln(x2 + 1) + 6
5 2B -A=5 5 tan-1 x + 3 5 ln(x + 2) + C
Solving this system gives A = 1/3 and B = 8/3. This means the partial fraction
decomposition is
3x + 5
(x + 2)(x - 1) = 1/3 x + 2 + 8/3
x - 1 = 1 3(x + 2) + 8 3(x - 1) .

(2) Combing the fractions in the decomposition from (2) above gives
3
(x2 + 1)(x + 2) = Ax + xB2 + 1 + C x + 2 = (Ax + B )(x(x2
+ 2)
+ 1)(x
+ C(x2
+ 2)+ .1)
Equating the numerators (and collecting powers of x) gives
3 = (A + C)x2 + (2A + B )x + (2B + C ).
Equating the coe cients of each power of x (most of coe cients on the left are 0)
gives the system
A+C=0
2A + B = 0
2B + C = 3
Solving this system gives A = -3/5, B = 6/5, and C = 3/5. This means the partial
fraction decomposition is
3
(x2 + 1)(x + 2) = (-3/5)x + (6/5)
x2 + 1 + 3/5 x + 2 = -3x + 6+ 1) + 3 5(x + 2)
5(x2

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy