Section 7.4 Partial Fractions
So far we have not learned how to integrate general rational functions
.
Definition 7.4.1.
A rational function is in the form \(f(x) = \dfrac{\text{polynomial}}{\text{polynomial}}\text{.}\)
In order to do this we will use partial fractions. An example of how partial fractions work is as follows:
The only difference in how we use it for integrals is that the process is reversed:
Subsection 7.4.1 General Approach
Let's find the partion fraction decomposition of the following:
How do we find A and B? Multiply both sides by \((x-4)(x+1)\) to get:
We want this to be true for all x:
Let \(x = 4\text{:}\)
Let \(x = -1\text{:}\)
The previous example is the simplest and most general case. There are 3 types of problems that reequire differing methods:
repeated factors
irreducible quadratic factors
degree of numberator \(\ge\) denominator
Subsection 7.4.2 Repeated Factors
One of the issues that we come across when evaluating partial fractions is when there are repeated factors in the denominator. An example of this would be \(\dfrac{x+3}{(x+2)^2}\text{.}\) If we simplify this it would be \(\dfrac{x+3}{(x+8)(x+8)}\text{.}\) When we have this issue we cannot follow the normal procedure:
In order to evaluate this correctly, we do the following:
* multiply both sides by \((x+8)(x+8)\)
If there are highter exponents for the denominator, you get something that is in the form of the following:
Subsection 7.4.3 Irreducable Quadratic Factors
Another type of partial fractions that will give us some trouble is one that contains an irreducable quadratic factor. An irreducable factor is one that has no real zeros; it cannot factor without using imaginary numbers.
Definition 7.4.2.
Again we cannot follow the normal procedure:
Recall: \((x^2 + 9)\) would simplify to \((x + 3i)(x - 3i)\)
Note 7.4.3.
There are two ways to determine if a function has an irreducable factor:
-
using a graph
reducable: touches the x-axis
irreducable: never touches the x-axis
formula: if \(b^2 - 4ac \geq 0\text{,}\) then reducable, otherwise irreducable.
Also, keep in mind, every polynomial function with real coefficients can be factored into linear and/or irreducable quadratic functions.
* multiply both sides by \(x(x^2+9)\)
So, \(\dfrac{7x^2+5x+18}{x(x^2+9)} = \dfrac{2}{x} + \dfrac{5x+8}{x^2+9} \)
If we mix the last two methods we would get something of the form:
Subsection 7.4.4 Degree
The final exception is when the degree of the numberator is greater than or equal to the degree of the denominator. For this type of problem we will have to use polynomial long division where the numerator is divided by the denominator.
Example: Divide \(x^4+3x^2-8\) by \(x^2-2x+1\)
\(\)
\(\)
\(x^2 \)
\(+ 2x \)
\(+ 6\)
\(+ \dfrac{10x-14}{x^2-2x+1}\)
\(x^2-2x+1\)
\(x^4\)
\(+0x^3\)
\(+3x^2\)
\(+0x\)
\(-8\)
\(\)
\(-(x^4 \)
\(-2x^3 \)
\(+x^2) \)
\(\)
\(\)
\(\)
\(\)
\(\)
\(2x^3 \)
\(+2x^2 \)
\(+0x \)
\(\)
\(\)
\(\)
\(\)
\(-(2x^3 \)
\(-4x^2 \)
\(+2x) \)
\(\)
\(\)
\(\)
\(\)
\(\)
\(6x^2 \)
\(-2x \)
\(-8 \)
\(\)
\(\)
\(\)
\(\)
\(-(6x^2 \)
\(-12x \)
\(+6) \)
\(\)
\(\)
\(\)
\(\)
\(\)
\(10x \)
\(-14 \)
\(\)
We would then just follow the same steps as with any of the previous examples.