TutorChase logo
IB DP Maths AA HL Study Notes

5.4.2 Partial Fractions

Partial fractions are a cornerstone in calculus, especially when it comes to the integration of rational functions. The essence of partial fractions is to represent a given rational function as a sum of simpler fractions. This method is particularly useful when dealing with polynomial denominators that can be factored. For a foundational understanding of fractions in mathematics, consider exploring Algebraic Fractions.

Introduction to Partial Fractions Decomposition

Partial fractions decomposition is a technique used to break down complex rational functions into simpler fractions. A rational function is essentially a fraction where both the numerator and the denominator are polynomials. This distinction is critical to understand the Properties of Rational Functions, which provides deeper insights into their behaviour and characteristics. By expressing a complex rational function as a sum of simpler fractions, various mathematical operations, including integration, become more straightforward.

Why Use Partial Fractions?

The main advantage of using partial fractions is to simplify integration. Integrating a complex rational function can be challenging. However, if this function is expressed as a sum of simpler fractions, each of these fractions can be integrated individually, making the task more manageable. To understand more about integration techniques and their applications, explore Basic Integration Techniques.

The Decomposition Process

The approach to decompose a rational function into partial fractions depends on the nature of the denominator:

1. Linear Factors: If the denominator has linear factors, that is, factors of the form ax + b, the decomposition introduces terms for each power of the factor. For a factor (ax + b)m, the terms would be: A1/(ax + b) + A2/(ax + b)2 + ... + Am/(ax + b)m

2. Quadratic Factors: For quadratic factors in the denominator, that is, factors of the form ax2 + bx + c, the decomposition introduces terms for each power of the factor. For a factor (ax2 + bx + c)m, the terms would be: (A1x + B1)/(ax2 + bx + c) + (A2x + B2)/(ax2 + bx + c)2 + ... + (Amx + Bm)/(ax2 + bx + c)m

3. Combining Like Terms: After expressing the rational function as a sum of partial fractions, combine like terms to get the final expression.

Integration Using Partial Fractions

Once you've decomposed the rational function into partial fractions, you can integrate each term separately. This step-by-step approach to integration is what makes partial fractions a valuable tool in calculus. For an extended look at integrating functions that may not adhere to the standard form, reviewing Improper Integrals could prove beneficial.

Example:

Take the function x/((x2 + 1)(x + 2)).

To decompose this function, you'd represent it as: x/((x2 + 1)(x + 2)) = A/(x + 2) + (Bx + C)/(x2 + 1)

By equating coefficients and solving for A, B, and C, you can determine the values of these constants. Once the function is decomposed, each term can be integrated separately. This process is a pivotal part of solving First Order Differential Equations, where separating variables can simplify the integration process significantly.

To find the values of A, B, and C:

Multiply both sides by the common denominator (x2 + 1)(x + 2). This gives:

  • x = A(x2 + 1) + (Bx + C)(x + 2)

Expanding and collecting like terms:

  • x = Ax2 + A + Bx2 + 2Bx + Cx + 2C

Equating coefficients of like terms on both sides, we get:

For x2 terms: A + B = 0

For x terms: 2B + C = 1

  • Constant terms: A + 2C = 0

Solving these equations, we find:

A = -2/5

B = 2/5

C = 1/5

So, the decomposition is:

x/((x2 + 1)(x + 2)) = -2/5(x + 2) + (2x/5 + 1/5)(x2 + 1)

Challenges and Considerations

  • Ensure the rational function is proper before decomposition. If the numerator's degree is greater than or equal to the denominator's degree, divide the numerator by the denominator to make it a proper fraction.
  • Decomposition can be algebraically intensive, especially for complex rational functions. It requires patience and practice.
  • Always verify the decomposition results by combining the partial fractions. The sum should equal the original rational function.

FAQ

Yes, partial fractions can be applied to rational functions with complex roots in the denominator. However, in most standard calculus courses, the focus is on real coefficients. When dealing with complex roots, they always appear in conjugate pairs. The decomposition will involve terms with both the complex root and its conjugate. While the algebra can be more challenging with complex numbers, the fundamental principles of partial fractions remain the same.

When the denominator has repeated roots, the decomposition becomes slightly more involved. For a repeated linear factor of the form (ax + b)n, the decomposition will have a term for each power of the factor up to n. This means that the rational function will be expressed as a sum of fractions with denominators (ax + b), (ax + b)2, ..., (ax + b)n. Each of these terms will have its coefficient, which needs to be determined. The presence of repeated roots requires additional terms in the decomposition, making the process more intricate.

In higher-level maths, particularly in differential equations and control systems, the Laplace Transform is a powerful tool. When finding the inverse Laplace Transform of a function, the method of partial fractions is often employed to break down complex rational functions into simpler terms. This decomposition makes it easier to identify and apply known inverse transforms. Thus, the technique of partial fractions serves as a bridge between algebraic manipulations and the application of Laplace Transforms in solving real-world mathematical problems.

While the basic principles of partial fractions remain consistent, there are some strategies that can make the process more efficient. One common method is to use the cover-up rule for distinct linear factors. This involves covering up the factor in the original fraction and substituting the root of the covered factor into the remaining expression to find the coefficient. Another strategy is to equate coefficients of like terms on both sides, which can sometimes reduce the amount of algebraic manipulation required. However, it's essential to understand the underlying principles before relying on shortcuts.

Partial fractions decomposition is specifically designed for "proper" rational functions, where the degree of the numerator is less than the degree of the denominator. If the rational function is "improper" (the degree of the numerator is greater than or equal to the degree of the denominator), it must first be divided to express it as a polynomial plus a proper rational function. Only then can the proper rational function be decomposed using partial fractions. This limitation ensures that the decomposition process is manageable and results in simpler fractions that are easier to work with.

Practice Questions

Decompose the rational function (2x^3 + 3x^2 - 5x + 7) / (x^2 + x - 2) into partial fractions.

To decompose the given rational function, we first factorise the denominator. The denominator x2 + x - 2 can be factorised as (x + 2)(x - 1). Now, we can express the rational function in the form: (2x3 + 3x2 - 5x + 7) / (x2 + x - 2) = A / (x + 2) + B / (x - 1) By equating coefficients and solving for A and B, we can determine the values of these constants. After performing the algebraic calculations, we find that A = ... and B = ... (Note: The values of A and B would be determined through the algebraic process).

To solve for A and B:

Plug in x = 1. This makes the term with A zero. We get:

2(1)3 + 3(1)2 - 5(1) + 7 = B(3)

  • From this, B = 7/3.

Plug in x = -2. This makes the term with B zero. We get:

2(-2)3 + 3(-2)2 - 5(-2) + 7 = -3A

  • From this, A = -13/3.

So, the decomposition is:

2x3 + 3x2 - 5x + 7 divided by x2 + x - 2 = 2x plus 1 minus -13/3 divided by x + 2 plus 7/3 divided by x - 1.

Integrate the rational function (3x^2 - 4x + 5) / (x^2 - 4) using partial fractions decomposition.

To integrate the given rational function using partial fractions, we first decompose it. The denominator x2 - 4 is a difference of squares and can be factorised as (x + 2)(x - 2).

Now, we can represent the function in terms of partial fractions as:

(3x2 - 4x + 5) divided by (x2 - 4) = A divided by (x + 2) + B divided by (x - 2)

Multiplying everything by x2 - 4, we get:

3x2 - 4x + 5 = A times (x - 2) + B times (x + 2)

To find A and B:

  • Set x = 2. This makes the term with A zero. From this, we can find B.
  • Set x = -2. This makes the term with B zero. From this, we can find A.

From our earlier work, we found:

A = -25/4

B = 9/4

So, the function can be split as:

(3x2 - 4x + 5) divided by (x2 - 4) = (-25/4) divided by (x + 2) + (9/4) divided by (x - 2)

To integrate:

  • The integral of (-25/4) divided by (x + 2) is -25/4 times ln(x + 2).
  • The integral of (9/4) divided by (x - 2) is 9/4 times ln(x - 2).

Combining these, the integral of (3x2 - 4x + 5) divided by (x2 - 4) is:

3x + 9/4 times ln(x - 2) - 25/4 times ln(x + 2) + C

Where C is a constant.

Hire a tutor

Please fill out the form and we'll find a tutor for you.

1/2
About yourself
Alternatively contact us via
WhatsApp, Phone Call, or Email