BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus II: Integral Calculus - Integration, Series, and Parametric EquationsChapter Study Guide: Partial Fractions Integration
Study Guide940 words

Chapter Study Guide: Partial Fractions Integration

Partial Fractions

Chapter Study Guide: Partial Fractions

Learning Objectives

After completing this study guide, you should be able to:

  • Determine when partial fraction decomposition is the appropriate integration technique.
  • Perform long division on improper rational functions before applying partial fractions.
  • Factor denominators completely into linear and irreducible quadratic factors.
  • Set up and solve algebraic equations to find the unknown constants in a partial fraction decomposition.
  • Evaluate the final integrals using logarithmic, power, or inverse trigonometric integration formulas.

Key Terms & Glossary

  • Rational Function: A function that can be written as the ratio of two polynomials, f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}f(x)=Q(x)P(x)​.
  • Proper Rational Function: A rational function where the degree of the numerator P(x)isstrictlylessthanthedegreeofthedenominatorQ(x)P(x) is strictly less than the degree of the denominator Q(x)P(x)isstrictlylessthanthedegreeofthedenominatorQ(x).
  • Improper Rational Function: A rational function where the degree of the numerator is greater than or equal to the degree of the denominator.
  • Irreducible Quadratic: A quadratic expression ax2+bx+cthathasnorealroots(i.e.,itsdiscriminantb2−4ac<0ax^2 + bx + c that has no real roots (i.e., its discriminant b^2 - 4ac < 0ax2+bx+cthathasnorealroots(i.e.,itsdiscriminantb2−4ac<0) and cannot be factored into real linear expressions.
  • Partial Fraction Decomposition: The algebraic process of breaking down a complex rational function into a sum of simpler fractions.

The "Big Idea"

In early algebra, you learned how to add two fractions by finding a common denominator:

2x−1+3x+2=2(x+2)+3(x−1)(x−1)(x+2)=5x+1x2+x−2\frac{2}{x-1} + \frac{3}{x+2} = \frac{2(x+2) + 3(x-1)}{(x-1)(x+2)} = \frac{5x+1}{x^2+x-2}x−12​+x+23​=(x−1)(x+2)2(x+2)+3(x−1)​=x2+x−25x+1​

Partial Fractions is simply this process in reverse.

When we are asked to integrate a complex rational expression like ∫5x+1x2+x−2dx\int \frac{5x+1}{x^2+x-2} dx∫x2+x−25x+1​dx, we do not have a direct integration rule for it. However, if we can algebraicly reverse-engineer the expression back into its "partial fractions" (2x−1+3x+2)\left( \frac{2}{x-1} + \frac{3}{x+2} \right)(x−12​+x+23​), we can easily integrate the pieces using the natural logarithm rule: ∫1udu=ln⁡∣u∣+C\int \frac{1}{u} du = \ln|u| + C∫u1​du=ln∣u∣+C.


Formula / Concept Box

The form of your partial fraction setup depends entirely on the factors of the denominator Q(x)Q(x)Q(x).

Factor Type in Denominator Q(x)Q(x)Q(x)Required Partial Fraction Term(s)
Distinct Linear: (ax+b)(ax+b)(ax+b)Aax+b\frac{A}{ax+b}ax+bA​
Repeated Linear: (ax+b)k(ax+b)^k(ax+b)kA1ax+b+A2(ax+b)2+⋯+Ak(ax+b)k\frac{A_1}{ax+b} + \frac{A_2}{(ax+b)^2} + \dots + \frac{A_k}{(ax+b)^k}ax+bA1​​+(ax+b)2A2​​+⋯+(ax+b)kAk​​
Irreducible Quadratic: (ax2+bx+c)(ax^2+bx+c)(ax2+bx+c)Ax+Bax2+bx+c\frac{Ax+B}{ax^2+bx+c}ax2+bx+cAx+B​
Repeated Quadratic: (ax2+bx+c)k(ax^2+bx+c)^k(ax2+bx+c)kA1x+B1ax2+bx+c+⋯+Akx+Bk(ax2+bx+c)k\frac{A_1x+B_1}{ax^2+bx+c} + \dots + \frac{A_kx+B_k}{(ax^2+bx+c)^k}ax2+bx+cA1​x+B1​​+⋯+(ax2+bx+c)kAk​x+Bk​​

[!IMPORTANT] Always check if the rational function is improper (Degree of Numerator ≥\ge≥ Degree of Denominator) before applying these formulas. If it is improper, you must perform Polynomial Long Division first!


Hierarchical Outline

  1. Analyze the Rational Function P(x)Q(x)\frac{P(x)}{Q(x)}Q(x)P(x)​
    • Check the degrees of P(x)P(x)P(x) and Q(x)Q(x)Q(x).
    • If deg(P)≥deg(Q)\text{deg}(P) \ge \text{deg}(Q)deg(P)≥deg(Q), perform long division to get a polynomial plus a proper remainder.
  2. Factor the Denominator Q(x)Q(x)Q(x)
    • Break the denominator into the product of linear factors and irreducible quadratic factors.
  3. Determine the Form of the Decomposition
    • Assign a constant (e.g., A,BA, BA,B) over each distinct linear factor.
    • Assign increasing powers for repeated factors.
    • Assign a linear numerator (e.g., Ax+BAx+BAx+B) over irreducible quadratic factors.
  4. Solve for the Unknown Constants
    • Multiply both sides by the common denominator to clear the fractions.
    • Method 1: Substitute strategic values of xxx (roots of the linear factors).
    • Method 2: Equate the coefficients of like terms on both sides of the equation.
  5. Integrate the Decomposed Function
    • Apply basic integration rules (Natural log, power rule, or inverse tangent).

Visual Anchors

The Partial Fraction Workflow

Loading Diagram...

Visualizing Decomposition

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Term: Long Division Pre-requisite

    • Definition: The necessary step of dividing P(x)P(x)P(x) by Q(x)Q(x)Q(x) to extract polynomial terms when the numerator's degree is equal to or greater than the denominator's.
    • Real-World Example: ∫x3x−1dx\int \frac{x^3}{x-1} dx∫x−1x3​dx. Since $3 \ge 1$, we divide to get x2+x+1+1x−1x^2 + x + 1 + \frac{1}{x-1}x2+x+1+x−11​.
  • Term: Irreducible Quadratic

    • Definition: A quadratic denominator that cannot be factored into real roots because b2−4ac<0b^2 - 4ac < 0b2−4ac<0.
    • Real-World Example: x2+4x^2 + 4x2+4. Setting x2+4=0yieldsimaginarynumbers,soitstaysasx2+4inthedenominatorwithan(Ax+B)x^2 + 4 = 0 yields imaginary numbers, so it stays as x^2 + 4 in the denominator with an (Ax+B)x2+4=0yieldsimaginarynumbers,soitstaysasx2+4inthedenominatorwithan(Ax+B) numerator.

Comparison Tables

ConceptSubstitution (U-Sub)Partial Fractions
When to use?The numerator is the derivative (or constant multiple) of the denominator or an inner function.The integrand is a complex ratio of polynomials where the denominator is factorable.
Example$$\int \frac{2x}{x^2+1}dx dxdx$$\int \frac{3x+1}{x^2-1}dx dxdx
MechanismCondenses the integral via the Chain Rule reversed.Expands the integral into simpler algebraic blocks.

Worked Examples

Example 1: Distinct Linear Factors

Evaluate ∫dxx2−1\int \frac{dx}{x^2-1}∫x2−1dx​

Step 1: The integrand is proper. Factor the denominator. x2−1=(x−1)(x+1)x^2 - 1 = (x-1)(x+1)x2−1=(x−1)(x+1)

Step 2: Set up the partial fraction decomposition. 1(x−1)(x+1)=Ax−1+Bx+1\frac{1}{(x-1)(x+1)} = \frac{A}{x-1} + \frac{B}{x+1}(x−1)(x+1)1​=x−1A​+x+1B​

Step 3: Clear the denominators. 1=A(x+1)+B(x−1)1 = A(x+1) + B(x-1)1=A(x+1)+B(x−1)

Step 4: Solve for AAA and BBB.

  • Let x=1x = 1x=1: $1 = A(2) + B(0) \implies A = \frac{1}{2}$
  • Let x=−1x = -1x=−1: $1 = A(0) + B(-2) $\implies B = -\frac{1}{2}$$

Step 5: Integrate the decomposed function. ∫(1/2x−1−1/2x+1)dx=12ln⁡∣x−1∣−12ln⁡∣x+1∣+C\int \left( \frac{1/2}{x-1} - \frac{1/2}{x+1} \right) dx = \frac{1}{2}\ln|x-1| - \frac{1}{2}\ln|x+1| + C∫(x−11/2​−x+11/2​)dx=21​ln∣x−1∣−21​ln∣x+1∣+C

▶Click to expand Example 2: Irreducible Quadratic Factor

Evaluate $$\int \frac{x-2}{(x+1)(x^2+4)}dx dxdx

Step 1: The integrand is proper. The denominator has a linear factor and an irreducible quadratic factor. x−2(x+1)(x2+4)=Ax+1+Bx+Cx2+4\frac{x-2}{(x+1)(x^2+4)} = \frac{A}{x+1} + \frac{Bx+C}{x^2+4}(x+1)(x2+4)x−2​=x+1A​+x2+4Bx+C​

Step 2: Clear the denominator. x−2=A(x2+4)+(Bx+C)(x+1)x - 2 = A(x^2+4) + (Bx+C)(x+1)x−2=A(x2+4)+(Bx+C)(x+1)

Step 3: Solve for A,B,CA, B, CA,B,C.

  • Let x=−1x = -1x=−1: −3=A(5)-3 = A(5) −3=A(5)\implies A = -\frac{3}{5}$$
  • Expanding the rest to equate coefficients: x−2=Ax2+4A+Bx2+Bx+Cx+Cx - 2 = Ax^2 + 4A + Bx^2 + Bx + Cx + Cx−2=Ax2+4A+Bx2+Bx+Cx+C x−2=(A+B)x2+(B+C)x+(4A+C)x - 2 = (A+B)x^2 + (B+C)x + (4A+C)x−2=(A+B)x2+(B+C)x+(4A+C)
  • Since A=−3/5A = -3/5A=−3/5, and the x2x^2x2 coefficient on the left is 0: 0=−35+B  ⟹  B=350 = -\frac{3}{5} + B \implies B = \frac{3}{5}0=−53​+B⟹B=53​
  • For the xxx coefficient: 1=B+C  ⟹  1=35+C  ⟹  C=251 = B + C \implies 1 = \frac{3}{5} + C \implies C = \frac{2}{5}1=B+C⟹1=53​+C⟹C=52​

Step 4: Integrate. ∫−3/5x+1dx+∫35x+25x2+4dx\int \frac{-3/5}{x+1} dx + \int \frac{\frac{3}{5}x + \frac{2}{5}}{x^2+4} dx∫x+1−3/5​dx+∫x2+453​x+52​​dx Split the second integral into a u-sub portion and an arctan portion to finish.


Checkpoint Questions

Test your active recall by answering these questions without looking at the material above:

  1. What is the very first thing you must check before applying partial fraction decomposition to a rational function?
  2. Write out the general partial fraction setup for the denominator expression: Q(x)=(x−2)2(x2+9)Q(x) = (x-2)^2(x^2+9)Q(x)=(x−2)2(x2+9).
  3. What makes a quadratic "irreducible", and how does its partial fraction numerator differ from a linear factor's numerator?
  4. Once a partial fraction decomposition is completed, what are the three most common integration techniques used to evaluate the resulting integrals?

[!TIP] Self-Correction: If you forget to include a linear numerator (like Bx+CBx+CBx+C) over an irreducible quadratic, your algebraic system will likely have no solution, or lead you to an incorrect answer! Always double-check your initial setup.

All Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Resources

Related Notes

  • Alternating Series: Convergence, Remainders, and Classification1,058 words
  • Approximating Areas: Left and Right Endpoint Methods834 words
  • Arc Length of a Curve and Surface Area Study Guide860 words
  • Study Guide: Area and Arc Length in Polar Coordinates732 words
  • Areas Between Curves: Calculus Study Guide1,215 words
  • Chapter Study Guide: Basics of Differential Equations947 words
  • Calculus of Parametric Curves: Comprehensive Study Guide1,134 words
  • Calculus of the Hyperbolic Functions894 words
  • Study Guide: Comparison Tests for Infinite Series1,056 words
  • Conic Sections: Comprehensive Study Guide912 words
  • Determining Volumes by Slicing: Chapter Study Guide940 words
  • Study Guide: Direction Fields and Numerical Methods923 words

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus II: Integral Calculus - Integration, Series, and Parametric Equations ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.