Study Guide

Integration using partial fractions (BC only)

AP Calculus BCΒ· AP Calculus BC CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. Proper vs Improper Rational Functions and Long Divisionβ˜…β˜…β˜†β˜†β˜†BC only⏱ 3 min

βœ“ Calculator OK

Partial fraction decomposition can only be applied directly to proper rational functions. If the function is improper (), you must first rewrite it as the sum of a polynomial and a new proper rational function using polynomial long division. For AP Calculus BC, you will only encounter linear factors (distinct or repeated) in the denominator; irreducible quadratic factors are not tested.

πŸ“ Worked Example

Rewrite as the sum of a polynomial and a proper rational function.

  1. 1

    Check degrees: , , so : the function is improper, long division is required.

  2. 2

    Divide by . The first term of the quotient is ; multiply the divisor by and subtract to get .

  3. 3

    The next term of the quotient is ; multiply the divisor by and subtract to get the remainder , which has degree , so we stop.

  4. 4

    Rewrite the original function:

  5. 5
    2x3+x2βˆ’5x+2x2βˆ’2x+1=2x+5+3xβˆ’3(xβˆ’1)2=2x+5+3xβˆ’1\frac{2x^3 + x^2 - 5x + 2}{x^2 - 2x + 1} = 2x + 5 + \frac{3x - 3}{(x-1)^2} = 2x + 5 + \frac{3}{x-1}

2. Partial Fractions with Distinct Linear Factorsβ˜…β˜…β˜…β˜†β˜†BC only⏱ 4 min

βœ“ Calculator OK

The most common case on the exam is a denominator that factors into distinct (non-repeating) linear factors. For this case, the decomposition follows the rule:

[Block type renderer not yet implemented Β· content will appear once shipped]

To solve for constants, multiply both sides by to eliminate denominators. The fastest method is root substitution: substitute the root of each linear factor into the resulting equation to solve for directly, since all other terms become zero. Integrate term-by-term once you have all constants.

πŸ“ Worked Example

Evaluate .

  1. 1

    Check degrees: , so the function is proper. Factor the denominator: , distinct linear factors.

  2. 2

    Set up decomposition and clear denominators:

  3. 3
    5x+7(x+1)(x+2)=Ax+1+Bx+2β€…β€ŠβŸΉβ€…β€Š5x+7=A(x+2)+B(x+1)\frac{5x+7}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2} \implies 5x + 7 = A(x+2) + B(x+1)
  4. 4

    Solve for constants with root substitution: Substitute : . Substitute : .

  5. 5

    Integrate term-by-term:

  6. 6
    ∫(2x+1+3x+2)dx=2ln⁑∣x+1∣+3ln⁑∣x+2∣+C=ln⁑∣(x+1)2(x+2)3∣+C\int \left(\frac{2}{x+1} + \frac{3}{x+2}\right) dx = 2\ln|x+1| + 3\ln|x+2| + C = \ln\left|(x+1)^2(x+2)^3\right| + C

3. Partial Fractions with Repeated Linear Factorsβ˜…β˜…β˜…β˜…β˜†BC only⏱ 4 min

βœ“ Calculator OK

If a linear factor is repeated times in the denominator (i.e., for ), you must add a separate term for every power of the factor from 1 up to . For example, if the denominator is , the decomposition is .

When integrating, terms with power 1 still integrate to a logarithm, while terms with power integrate using the power rule: .

πŸ“ Worked Example

Evaluate .

  1. 1

    Check degrees: , so the function is proper. Denominator has one distinct factor and one repeated factor .

  2. 2

    Set up decomposition and clear denominators:

  3. 3
    3x2+2xβˆ’2x(xβˆ’1)2=Ax+Bxβˆ’1+C(xβˆ’1)2\frac{3x^2 + 2x - 2}{x(x-1)^2} = \frac{A}{x} + \frac{B}{x-1} + \frac{C}{(x-1)^2}
  4. 4
    3x2+2xβˆ’2=A(xβˆ’1)2+Bx(xβˆ’1)+Cx3x^2 + 2x - 2 = A(x-1)^2 + Bx(x-1) + Cx
  5. 5

    Solve for constants: Substitute : . Substitute : . Equate coefficients of : .

  6. 6

    Integrate term-by-term:

  7. 7
    ∫(βˆ’2x+5xβˆ’1+3(xβˆ’1)2)dx=βˆ’2ln⁑∣x∣+5ln⁑∣xβˆ’1βˆ£βˆ’3xβˆ’1+C\int \left(\frac{-2}{x} + \frac{5}{x-1} + \frac{3}{(x-1)^2}\right) dx = -2\ln|x| + 5\ln|x-1| - \frac{3}{x-1} + C

4. AP-Style Worked Practice Problemsβ˜…β˜…β˜…β˜…β˜†BC only⏱ 3 min

βœ“ Calculator OK

πŸ“ Worked Example

Evaluate . Which option is equivalent to the result?

  1. 1

    The integrand is proper, denominator factors to , distinct linear factors. Clear denominators: .

  2. 2

    Solve for constants: gives , gives . Antiderivative is .

  3. 3

    Evaluate from 3 to 4: . The correct answer is B.

πŸ“ Worked Example

Let for . (a) Find the partial fraction decomposition, (b) Find , (c) Find if and .

  1. 1

    (a) Set up decomposition, clear denominators: . Substitute to get , to get , equate coefficients to get . Decomposition: .

  2. 2

    (b) Integrate term-by-term (absolute values omitted since ): .

  3. 3

    (c) Use to solve for . Substitute : .

5. Common Pitfalls

Wrong move:

Skipping long division when , e.g., trying to decompose directly as .

Why:

Students rush to start partial fractions without checking degrees, forgetting decomposition only works for proper rationals.

Correct move:

Always write down the degree of numerator and denominator before starting; if , do long division first.

Wrong move:

Only writing one term for a repeated linear factor, e.g., decomposing as .

Why:

Students confuse distinct and repeated factor rules, forgetting each power from 1 up to the exponent needs its own term.

Correct move:

For a repeated factor , write terms: .

Wrong move:

Dropping absolute value in the logarithm after integrating , e.g., writing instead of .

Why:

Students remember the antiderivative of is from early lessons, forgetting is only defined for positive , but is defined for negative too.

Correct move:

Always add absolute value inside the logarithm when integrating any reciprocal linear function on the exam.

Wrong move:

Sign errors when clearing denominators and solving for constants, e.g., getting instead of after substituting a negative root.

Why:

Students rush substitution and do not check their work.

Correct move:

After solving for all constants, plug them back into the cleared equation and test with any non-root value to confirm both sides match before integrating.

Wrong move:

Factoring the denominator incorrectly, e.g., factoring as instead of .

Why:

Students rush the factoring step, which undermines the entire problem.

Correct move:

After factoring, multiply the factors back to confirm you get the original denominator before setting up decomposition.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Proper Rational Function

Can be decomposed directly without long division

Improper Rational Function

Use polynomial long division;

Distinct Linear Factor Rule

Applies to all non-repeating linear factors

Repeated Linear Factor Rule

For , add

Add one term for every power from 1 to

Integral of

Requires absolute value inside the logarithm

Integral of

Use the power rule for this term

Root Substitution for Constants

Substitute for

Fastest method to solve for unknown constants

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· MCQ

    Standalone definite integral problem

  • 2023 Β· FRQ

    Intermediate step for differential equation

What's Next

Integration using partial fractions is a core prerequisite for solving separable differential equations with rational right-hand sides, which frequently appear on AP Calculus BC free-response questions. It is also a common intermediate step when computing volumes of revolution, finding accumulated change of a rational rate function, and evaluating definite integrals for contextual problems. Without mastering this decomposition technique, you will not be able to complete these multi-step problems for full credit on the exam. After mastering partial fractions, you can move on to other advanced integration topics and applications in Unit 6 and beyond.