Partial Fraction Decomposition for Integration

College Depth 73 in the knowledge graph I know this Set as goal
Unlocks 681 downstream topics
integration techniques partial-fractions

Core Idea

Partial fraction decomposition breaks a rational function into a sum of simpler fractions that can each be integrated individually. Linear factors produce ln terms, repeated linear factors produce power-rule terms, and irreducible quadratic factors produce arctan and ln terms (via completing the square). This technique, combined with polynomial long division for improper fractions, allows you to integrate any rational function.

How It's Best Learned

Review the algebraic decomposition from precalculus, then integrate each term. Practice all cases: distinct linear, repeated linear, irreducible quadratic, and combinations. Emphasize the strategy: long division first if needed, then factor, decompose, and integrate term by term.

Common Misconceptions

Explainer

The core strategy is to work backwards from addition. You know how to add fractions: 1/(x−1) + 2/(x+3) = (3x+1)/((x−1)(x+3)). Partial fraction decomposition reverses this: given a rational function like (3x+1)/((x−1)(x+3)), break it back into simpler fractions. From your algebra prerequisite, you know how to do this decomposition. Now the payoff: each simple fraction is integrable by a method you already know, so a rational function that seemed hard to integrate becomes a sum of easy integrals.

The three cases and their integrals follow a consistent pattern. A distinct linear factor (x − r) contributes a term A/(x−r), which integrates to A·ln|x−r| + C via u-substitution. A repeated linear factor (x − r)² contributes A/(x−r) + B/(x−r)², where the second term integrates by the power rule to −B/(x−r) + C. An irreducible quadratic factor (ax²+bx+c with negative discriminant) requires completing the square and splitting the numerator, producing arctan terms — this is where your soft prerequisite (inverse trig derivatives) becomes essential, since ∫1/(x²+k²) dx = (1/k)arctan(x/k) + C.

The full procedure has four steps: (1) if the numerator degree ≥ denominator degree, do polynomial long division first to produce a proper fraction plus a polynomial; (2) factor the denominator completely into linear and irreducible quadratic factors; (3) set up the partial fraction form and solve for all coefficients (by substituting convenient values of x or expanding and matching coefficients); (4) integrate term by term. Skipping step 1 is the most common mistake — the decomposition template only applies to proper fractions (numerator degree strictly less than denominator degree). If you skip it, you'll find the algebra won't close.

This technique matters beyond its direct applications because it illustrates a broader mathematical strategy: transform a hard problem into multiple easy ones. A rational function that resists integration directly becomes a sum of logarithm, arctan, and power functions you've already mastered. The theoretical guarantee — that every rational function can be integrated in closed form — is precisely what partial fractions makes constructive.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for Integration

Longest path: 74 steps · 318 total prerequisite topics

Prerequisites (3)

Leads To (1)