Lesson 0.1 - Review of Partial Fraction Decomposition
One of the biggest tools that I forgot how to use when going into my differential equations course was partial fraction decomposition.
Partial fraction decomposition is a method that we can use to take complex rational expressions and break them down into their simplest forms, which will be the sum or difference of multiple rational expressions. This tool helps us integrate these rational expressions.
We must recall one important integral in order to continue. In our explorations of single-variable integration calculus, we discovered that the following statement is true.
We also discovered that this would be true for any constant
Consider the following
Now, what if we had something a bit more complicated. Let's take a look at a simple rational expression that does not allow us to use the previous method of integration.
Consider the expression
Since the denominator of this equation is not a simple linear equation, we simply cannot integrate it the same way we had in the previous example. We must impose partial fraction decomposition.
In order to do so, we have a series of steps that we can follow.
Step 1: Completely factor the denominator into prime linear or quadratic factors. In our example above, the denominator is a difference of squares.
Step 2: For linear factors: Each distinct linear factor of the form
For each repeated factor
In this case, we have two linear terms in the denominator:
Step 3: For Quadratic Factors: Each distinct factor in the form
In the case above, we do not have quadratic factors in the denominator, so we can skip this step. However, we will go over an example of this later.
Step 4: Multiply each fraction by the LCD. Then solve the basic equation by determining the values of A,B,C,...,Z.
Before we get into step 4, let's look at what we've done so far.
Let's focus on the two right equations for step 4.
The goal here is to cancel out our denominators so that we can get a linear equation to solve for A and B. To do so, let's multiply both sides by the lowest common denominator, which is
Notice the denominators on both side cancel out, and we're left with
Now that we have a simple linear expression, we can choose values of x that will cause A to become zero so we can solve for B, and vice versa. The clearest way to do this is to choose
For
For ( x = 3 ), we substitute 3 into the equation:
This simplifies to:
So, ( A = \frac{12}{6} = 2 ).
Now, for ( x = -3 ), substitute ( -3 ) into the equation:
This simplifies to:
So,
Now that we know ( A = 2 ) and ( B = -2 ), we can write our partial fraction decomposition as:
With this decomposition, we can now easily integrate the original expression. Applying the integral to both terms, we get:
Using the integral formula we recalled earlier:
Finally, we can combine these logarithmic terms if desired:
The rational expression is decomposed, integrated, and simplified into its final form. This process of partial fraction decomposition can be applied to more complex rational expressions.
Example: Decomposing and Integrating with a Polynomial Numerator
Consider the expression:
Step 1: Factor the Denominator
First, factor the quadratic in the denominator:
So, we rewrite the expression as:
Step 2: Set Up the Partial Fraction Decomposition
Since we have two distinct linear factors in the denominator, we set up the decomposition as:
Step 3: Multiply Both Sides by the LCD
Multiply both sides by the least common denominator, ( (x - 3)(x + 2) ), to eliminate the denominators:
Step 4: Solve for A and B
Expand the right-hand side:
Combine like terms:
Now, equate the coefficients of ( x ) and the constants from both sides. For the ( x )-terms:
For the constant terms:
Step 5: Solve the System of Equations
We now solve the system of two equations:
- ( A + B = 2 )
- ( 2A - 3B = 5 )
From the first equation, solve for ( A ):
Substitute this into the second equation:
Simplify:
Solve for ( B ):
Substitute ( B = -\frac{1}{5} ) into ( A + B = 2 ):
Step 6: Write the Decomposition
Now that we have ( A = \frac{11}{5} ) and ( B = -\frac{1}{5} ), we can write the partial fraction decomposition:
Or, equivalently:
Step 7: Integrate Both Terms
Now that the expression is decomposed, we can integrate it:
This integrates to:
Finally, we can combine the logarithms if desired:
Example: Decomposing and Integrating with a Higher-Degree Polynomial Numerator
Consider the expression:
Step 1: Factor the Denominator
The denominator already consists of one linear factor ( (x - 1) ) and one irreducible quadratic factor ( (x^2 + x + 1) ). Thus, no further factoring is necessary.
Step 2: Set Up the Partial Fraction Decomposition
Since we have one linear factor and one irreducible quadratic factor, we decompose the expression as follows:
Here, ( A ), ( B ), and ( C ) are constants that we need to determine.
Step 3: Multiply Both Sides by the LCD
Multiply both sides by the least common denominator, ( (x - 1)(x^2 + x + 1) ), to eliminate the denominators:
Step 4: Expand Both Sides
First, expand ( A(x^2 + x + 1) ):
Next, expand ( (Bx + C)(x - 1) ):
So, we have:
Step 5: Combine Like Terms
Now, combine like terms on the right-hand side:
Step 6: Solve for ( A ), ( B ), and ( C )
Now, equate the coefficients of ( x^2 ), ( x ), and the constant terms from both sides of the equation.
For the ( x^2 )-terms:
For the ( x )-terms:
For the constant terms:
Step 7: Solve the System of Equations
We now solve the system of three equations:
- ( A + B = 1 )
- ( A - B + C = 5 )
- ( A - C = 6 )
From equation 3, solve for ( C ):
Substitute this into equation 2:
Simplify:
Now, we have the system:
- ( A + B = 1 )
- ( 2A - B = 11 )
Add the two equations:
Substitute ( A = 4 ) into ( A + B = 1 ):
Now, substitute ( A = 4 ) into ( C = A - 6 ):
Step 8: Write the Decomposition
Now that we have ( A = 4 ), ( B = -3 ), and ( C = -2 ), we can write the partial fraction decomposition:
Step 9: Integrate Both Terms
Now that the expression is decomposed, we can integrate it:
The first integral is straightforward:
For the second integral, we use substitution. Let ( u = x^2 + x + 1 ), so ( du = (2x + 1) dx ). We rewrite the second integral as:
Step 10: Conclusion
After solving the integrals, the final result is:
This shows how partial fraction decomposition works for a higher-degree polynomial numerator.
Next Lesson: Lesson 1 - What Are Differential Equations? What Should I Know Before Beginning?
Table of Contents: Table of Contents