6. Integration and Accumulation of Change

Integrating Using Linear Partial Fractions

Extension lesson covering Integrating Using Linear Partial Fractions within Integration and Accumulation of Change.

Integrating Using Linear Partial Fractions

students, when you see a complicated rational function in calculus, it can look intimidating at first 😅. But many of these integrals become manageable if the denominator can be factored into linear pieces. This lesson shows how linear partial fractions help us rewrite a hard integral into simpler ones. That matters in AP Calculus BC because integration is not just about finding an answer; it is about recognizing structure, choosing a smart method, and connecting that method to accumulation of change.

What You Will Learn

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

  • explain what partial fractions are and why they work,
  • decompose rational expressions with linear factors,
  • integrate the resulting simpler terms using logarithms,
  • recognize when this technique fits into AP Calculus BC problem solving,
  • connect partial fractions to the bigger idea of accumulation of change.

A key idea is this: if a rational function has a denominator that factors into linear terms, then we may be able to rewrite it as a sum of fractions with simpler denominators. Those simpler fractions are much easier to integrate.

Why Partial Fractions Work

Partial fractions are used for rational functions, which are expressions of the form $\frac{P(x)}{Q(x)}$, where $P(x)$ and $Q(x)$ are polynomials and $Q(x)\neq 0$. The goal is to split one complicated fraction into several simpler ones.

For linear factors, the pattern is especially useful. If

$$

$\frac{P(x)}{(x-a)(x-b)}$

$$

and the denominator factors into distinct linear terms, we can often write

$$

$\frac{P(x)}{(x-a)(x-b)}=\frac{A}{x-a}+\frac{B}{x-b}$

$$

for constants $A$ and $B$. Once this is done, each piece can be integrated using the basic rule

$$

$\int \frac{1}{x-c}\,dx=\ln|x-c|+C.$

$$

That means partial fractions often turn a difficult rational integral into a combination of logarithms. This is a major strategy in AP Calculus BC because it extends the set of integrals you can evaluate exactly.

Setting Up a Linear Partial Fraction Decomposition

Let’s look at the process step by step. Suppose you want to integrate

$$

$\int \frac{5}{(x-1)(x+2)}\,dx.$

$$

Since the denominator has two different linear factors, start by writing

$$

$\frac{5}{(x-1)(x+2)}=\frac{A}{x-1}+\frac{B}{x+2}.$

$$

Now multiply both sides by $ (x-1)(x+2) $ to clear the denominators:

$$

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

$$

This identity must be true for all $x$. To find $A$ and $B$, you can substitute convenient values of $x$.

If $x=1$, then

$$

$5=3A,$

$$

so

$$

$A=\frac{5}{3}.$

$$

If $x=-2$, then

$$

$5=-3B,$

$$

so

$$

$B=-\frac{5}{3}.$

$$

So the fraction becomes

$$

$\frac{5}{(x-1)(x+2)}=\frac{5/3}{x-1}-\frac{5/3}{x+2}.$

$$

Now integrate term by term:

$$

$\int \frac{5}{(x-1)(x+2)}\,dx=\frac{5}{3}\ln|x-1|-\frac{5}{3}\ln|x+2|+C.$

$$

This result could also be written as

$$

$\frac{5}{3}\ln\left|\frac{x-1}{x+2}\right|+C,$

$$

because logarithm rules allow subtraction of logs to become a quotient.

A More General Linear Case

Often, the denominator is made of several linear factors. For example, consider

$$

$\int \frac{2x+3}{(x-1)(x+1)}\,dx.$

$$

We set up

$$

$\frac{2x+3}{(x-1)(x+1)}=\frac{A}{x-1}+\frac{B}{x+1}.$

$$

Multiply through by $ (x-1)(x+1) $:

$$

$2x+3=A(x+1)+B(x-1).$

$$

Expand the right-hand side:

$$

$2x+3=(A+B)x+(A-B).$

$$

Now match coefficients:

$$

$A+B=2,$

$$

$$

$A-B=3.$

$$

Solving gives

$$

$A=\frac{5}{2}, \qquad B=-\frac{1}{2}.$

$$

So

$$

$\int$ $\frac{2x+3}{(x-1)(x+1)}$\,dx=$\int$ $\left($$\frac{5/2}{x-1}$-$\frac{1/2}{x+1}$$\right)$dx.

$$

Integrating term by term:

$$

$\frac{5}{2}\ln|x-1|-\frac{1}{2}\ln|x+1|+C.$

$$

Notice how coefficient matching is like solving a system of equations. That is a very AP Calculus BC-friendly move because it combines algebraic reasoning with integration procedures.

Connection to Accumulation of Change

A definite integral represents accumulated change. In many real-world models, a rate function is complicated, and partial fractions can help us compute total accumulation exactly.

For example, suppose a chemical reaction has a rate modeled by

$$

$R(t)=\frac{4}{(t+1)(t+3)}$

$$

measured in units per hour. The total change from $t=0$ to $t=5$ is

$$

$\int_0^5 \frac{4}{(t+1)(t+3)}\,dt.$

$$

Using partial fractions,

$$

$\frac{4}{(t+1)(t+3)}=\frac{A}{t+1}+\frac{B}{t+3}.$

$$

Multiply through:

$$

$4=A(t+3)+B(t+1).$

$$

Set $t=-1$:

$$

$4=2A,$

$$

so

$$

$A=2.$

$$

Set $t=-3$:

$$

$4=-2B,$

$$

so

$$

$B=-2.$

$$

Then

$$

$\int_0$^$5 \frac{4}{(t+1)(t+3)}$\,dt=$\int_0$^$5 \left($$\frac{2}{t+1}$-$\frac{2}{t+3}$$\right)$dt.

$$

Evaluate:

$$

$\left[2\ln|t+1|-2\ln|t+3|\right]_0^5.$

$$

So the total accumulated change is

$$

$2\ln 6-2\ln 8-(2\ln 1-2\ln 3).$

$$

Since $\ln 1=0$, this simplifies to

$$

$2\ln\left(\frac{18}{8}\right)=2\ln\left(\frac{9}{4}\right).$

$$

This shows how partial fractions fit directly into the AP Calculus BC theme of accumulation: you are still computing a net change, just with a smarter algebraic setup.

What You Need to Recognize on the Exam

On the AP exam, students, the first step is often deciding whether partial fractions is the right tool. Here are signs that it may be useful:

  • the integrand is a rational function $\frac{P(x)}{Q(x)}$,
  • the denominator factors into linear terms,
  • the numerator’s degree is less than the denominator’s degree,
  • the integral is not easy to simplify by substitution.

If the numerator degree is not smaller than the denominator degree, you usually need polynomial long division first. For example,

$$

$\int \frac{x^2+1}{x-1}\,dx$

$$

should be divided before any partial fraction work because the fraction is improper. After division, you may get a polynomial plus a simpler rational function.

Another important fact is that partial fractions are not limited to one specific pattern. This lesson focuses on linear factors, which are the most basic case and the most common extension in early BC preparation.

Common Mistakes to Avoid

A few errors show up often:

  • forgetting to factor the denominator completely,
  • leaving out constants like $A$ and $B$ in the decomposition,
  • not clearing denominators before solving for coefficients,
  • forgetting absolute values inside logarithms,
  • skipping polynomial long division when the rational function is improper.

Also remember that if a denominator contains repeated linear factors, the decomposition changes. For example, if the denominator includes $ (x-1)^2 $, then the setup must include both

$$

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

$$

That idea is part of the broader extension beyond the simplest linear case.

Conclusion

Integrating using linear partial fractions is a powerful algebra-plus-calculus method. It works by rewriting a rational function with linear factors as a sum of easier fractions. Each piece usually integrates into a logarithm, which makes the method especially useful for definite integrals and accumulation problems.

For AP Calculus BC, students, this topic is important because it connects algebraic decomposition, antiderivatives, and the Fundamental Theorem of Calculus. It also gives you another way to evaluate total change when a rate function is rational. If you can factor, decompose, solve for coefficients, and integrate each term carefully, you have a strong tool for both conceptual understanding and exam success 📘.

Study Notes

  • Partial fractions rewrite a rational function $\frac{P(x)}{Q(x)}$ as a sum of simpler fractions.
  • For distinct linear factors, use terms like $\frac{A}{x-a}$, $\frac{B}{x-b}$, and so on.
  • Clear denominators first, then solve for constants by substitution or coefficient matching.
  • The basic antiderivative is $\int \frac{1}{x-c}\,dx=\ln|x-c|+C$.
  • If the rational function is improper, do polynomial long division first.
  • Partial fractions are especially useful when computing definite integrals as accumulated change.
  • This method is an extension skill in AP Calculus BC and fits into integration, antiderivatives, and the Fundamental Theorem of Calculus.

Practice Quiz

5 questions to test your understanding

Integrating Using Linear Partial Fractions — AP Calculus BC | A-Warded