2. Topic 2(COLON) Algebra, Functions and Their Graphs

Lesson 2.3: Partial Fractions And Algebraic Fractions

#### Lesson focus #### Learning outcomes Students should be able to:.

Lesson 2.3: Partial Fractions and Algebraic Fractions

Introduction

In this lesson, we will explore the fascinating world of partial fractions and algebraic fractions. Understanding how to break down complex rational expressions into simpler parts will not only enhance your algebraic fluency but also set the groundwork for future topics such as integration and series.

Learning Objectives

By the end of this lesson, you should be able to:

  • Decompose proper rational expressions into partial fractions
  • Handle repeated linear factors and irreducible quadratic factors
  • Simplify improper fractions by dividing out before decomposition
  • Grasp the importance of partial fractions for integration and series work
  • Express a rational function in partial fractions for all standard denominator types

What Are Partial Fractions?

Partial fractions allow us to break down a complex rational function into simpler fractions, making it easier to integrate or analyze them. Let's consider a basic example:

Example 1

Suppose we have the rational expression:

$$\frac{5x + 1}{(x + 1)(x + 2)}$$

To decompose this expression using partial fractions, we assume it can be written in the form:

$$\frac{A}{x + 1} + \frac{B}{x + 2}$$

where $A$ and $B$ are constants we need to determine.

To find $A$ and $B$, we multiply both sides by the denominator $(x + 1)(x + 2)$:

$$5x + 1 = A(x + 2) + B(x + 1)$$

Expanding the right-hand side, we get:

$$5x + 1 = Ax + 2A + Bx + B$$

Combining like terms, we find:

$$(A + B)x + (2A + B)$$

By equating coefficients from both sides, we can set up the following system of equations:

  1. $A + B = 5$
  2. $2A + B = 1$

Solving the System

Let's solve these equations. From the first equation, we can express $B$ in terms of $A$:

$$B = 5 - A$$

Substituting this into the second equation:

$$2A + (5 - A) = 1$$

Simplifying gives:

$$2A - A + 5 = 1$$

This leads to:

$$A = -4$$

Using $A = -4$ in our expression for $B$:

$$B = 5 - (-4) = 9$$

Conclusion of Example 1

Thus, we can express our original rational function as:

$$\frac{5x + 1}{(x + 1)(x + 2)} = \frac{-4}{x + 1} + \frac{9}{x + 2}$$

So, partial fractions allow us to decompose the function into simpler parts.

Dealing with Repeated Linear Factors

Now, let’s dive deeper into scenarios where we have repeated linear factors in the denominator. When you encounter these factors, the form of the decomposition changes slightly.

Example 2

Consider the rational expression:

$$\frac{3x + 8}{(x + 1)^2}$$

We will assume a partial fraction decomposition of the form:

$$\frac{A}{x + 1} + \frac{B}{(x + 1)^2}$$

Finding A and B

Following our method of multiplying by the denominator:

$$3x + 8 = A(x + 1) + B$$

Expanding, we get:

$$3x + 8 = Ax + A + B$$

Combining the terms yields:

$$(A)x + (A + B)$$

Setting coefficients equal gives us:

  1. $A = 3$
  2. $A + B = 8$

Substituting $A$ into the second equation:

$$3 + B = 8 \implies B = 5$$

Conclusion of Example 2

Thus the partial fraction decomposition is:

$$\frac{3x + 8}{(x + 1)^2} = \frac{3}{x + 1} + \frac{5}{(x + 1)^2}$$

Irreducible Quadratic Factors

In cases where we have irreducible quadratic factors, the form changes again. For example:

Example 3

If we consider:

$$\frac{2x + 3}{(x^2 + 1)(x - 1)}$$

The decomposition will need to account for the irreducible factor:

$$\frac{Ax + B}{x^2 + 1} + \frac{C}{x - 1}$$

We will follow the same process: multiply through by the denominator and solve the resulting equations. By addressing each part carefully, we can gradually learn the effective approach to handling these functions.

Why Partial Fractions Matter

Understanding and mastering partial fractions is vital for several reasons. Not only do they simplify complex expressions into more manageable components, but they are also essential for integration. Many integrals can only be solved with functions decomposed into their partial fractions, making this concept crucial in calculus.

Conclusion

In this lesson, we've learned how to decompose rational expressions into partial fractions, handle repeated linear factors, and tackle irreducible quadratic factors. Mastering these concepts will empower you to perform complex integrations and tackle further mathematical challenges effectively.

Study Notes

  • Partial fractions break down rational functions for ease of use.
  • For proper fractions, assume a form with constants over linear factors.
  • For repeated linear factors, include terms for each repeated factor.
  • Use linear expressions for irreducible quadratic factors.
  • The skill of decomposing functions is essential for calculus and series work.

Practice Quiz

5 questions to test your understanding

Lesson 2.3: Partial Fractions And Algebraic Fractions — Further Mathematics | A-Warded