MAT187 L19 - Partial Fractions

#MAT187 PCE
Before we begin, some definitions provided by the PCE:

Rational Functions

Rational functions are defined as f(x)=p(x)q(x), where both p(x) and q(x) are polynomials.

Proper Rational Functions

For a rational function f(x)=p(x)q(x), if the degree of p(x) (numerator) is less than that of q(x) (denominator), then it is known as a proper rational function.

For example:

Function Rational? Proper rational? Justification
f(x)=exx2+5x+3 Numerator is not a polynomial.
g(x)=5x210x+37x4+5x1 Both numerator and denominator are polynomials, and degree of numerator is less than that of the denominator.
h(x)=9x413x203x43x+4 Both numerator and denominator are polynomials, but their degrees are the same.

Partial Fraction Decomposition (PFD)

Partial fraction decomposition is the process of splitting a proper rational function into two separate rational functions that are then easier to integrate.

Example

3xx2x2dx=(1x+1+2x2)dx=ln|x+1|+2ln|x2|+C
Note that PFD only works on proper rational functions.

Steps for PFD

  1. Break apart the denominator into two separate simpler functions. These are known as Distinct Linear Factors because the 1 and 2 are distinct from each other.
    1. 3xx2x2=3x(x+1)(x2)
  2. Then, split the result into the sum of two separate rational functions, with the numerator expressed by A and B.
    1. 3x(x+1)(x2)=Ax+1+Bx2
  3. Then, cross multiply (if that's the right term; idk just look at the math, you tell me wtf I'm doing)
    1. Ax+1+Bx2=A(x2)+B(x+1)(x+1)(x2)
  4. You should notice that, since the denominator now matches the original function, the numerator must also match. Thus:
    1. A(x2)+B(x+1)=(A+B)x+(2A+B)=3x
  5. Then, we can solve the following linear system to find A and B.
    1. A+B=3, 2A+B=0

In some cases, we can also use long division to make PFD a lot easier.

Example

2x2+37x+144x2+13x+40dx=2+11x+64x2+13x+40dx

Distinct Quadratic Factors

In some cases when dealing with PFD, you will encounter a rational function whose denominator cannot be further reduced. We call these denominators (the polynomials) irreducible, since we can't reduce the polynomial into two distinct factors.
For PFD to work in this dire situation, we must ensure that the numerator is a polynomial with degree that is 1 less than that of the denominator. For a quadratic denominator, this would look like Bx+CDx2+Ex+F.

Example

1x(x2+1)dx=Ax+Bx+Cx2+1dxA(x2+1)+(Bx+C)x=1A+B=0,A+C=1A=1,B=1,C=0

Note that A=B=0,C=1 technically works using our process, but it's also wrong because it gets rid of the Ax term entirely.

1x(x2+1)dx=1x+xx2+1dx=ln|x|12ln|x2+1|+C

PFD with Complex Numbers

You can also take irreducible denominators and reduce them with complex numbers. In most cases, you won't want to do this, but in some situations, you will want to. When do you want to do this? I don't really know, this isn't something in the PCEs; it's just something that was briefly mentioned in lecture.

PCE Quiz Questions

  1. Select ALL the terms that we need in the partial fraction decomposition of x3x21.
Option Correct? Explanation
Cx21 This is technically valid, but not useful since it's the same as the original function given to us.
Ex+1 This is one of the rational functions needed in PFD.
Ax This is not a rational function? And we also do not need it as the numerator for distinct quadratic factors because x21 is reducible.
B This is just a variable??? Tf? This could literally be anything. If this is correct I'm gonna throw hands with Siefken.
Dx1 This is one of the rational functions needed in PFD.
  1. Match each rational function on the left to the appropriate PFD setup on the right. You might not need all the options on the right and several lines might have the same answer!
Original Function Matched Function Explanation
2x(x2+4) Ax+Bx+Cx2+4 x2+4 is irreducible so we need to consider [[#Distinct Quadratic Factors]], i.e., Bx+C.
2x(x24) Ax+Bx+2+Cx2 x2+4 is reducible so we can break the whole thing into three separate rational functions.
x+2x(x2+4) Ax+Bx+Cx2+4 x2+4 is irreducible so we need to consider [[#Distinct Quadratic Factors]], i.e., Bx+C.
x+2x(x24) Ax+Bx+2+Cx2 x2+4 is reducible so we can break the whole thing into three separate rational functions.