Prerequisite: Degree of numerator must be strictly less than degree of denominator. If not, perform polynomial long division first.
Type 1: Distinct Linear Factors (x-b)) = + Find A and B by substituting x = a and x = b (cover-up method).
Type 2: Repeated Linear Factors ^n = + ^2 + ... + ^n Find An by substituting x = a. Find others by comparing coefficients or successive substitution.
Type 3: Irreducible Quadratic Factor ()) = + Find A by substituting x = a. Find B and C by comparing coefficients.
After Decomposition — Integration:
- integrates to A*ln|x-a|
- ^n integrates to A*(x-a)^ for n > 1
- : complete the square in denominator, split into ln + arctan parts
Example: integral ()) dx Decompose: 2x+1 = A() + (Bx+C)(x-1) x = 1: 3 = 2A, so A = 3/2 Compare coefficients: 0 = A + B, so B = -3/2 Compare constants: 1 = A - C, so C = 1/2 integral = ln|x-1| + integral dx = ln|x-1| - ln() + arctan(x) + C
Cover-up Method (Heaviside): For distinct linear factors, cover (x-a) in the original fraction and substitute x = a to find the coefficient A. This is the fastest approach for simple cases.