Part of CALC-04 — Indefinite Integration

Partial Fractions — Decomposition Techniques

by Notetube Official219 words6 views

Prerequisite: Degree of numerator must be strictly less than degree of denominator. If not, perform polynomial long division first.

Type 1: Distinct Linear Factors px+q((xa)\frac{px+q}{((x-a)}(x-b)) = Axa\frac{A}{x-a} + Bxb\frac{B}{x-b} Find A and B by substituting x = a and x = b (cover-up method).

Type 2: Repeated Linear Factors px+q(xa)\frac{px+q}{(x-a)}^n = A1xa\frac{A1}{x-a} + A2xa\frac{A2}{x-a}^2 + ... + Anxa\frac{An}{x-a}^n Find An by substituting x = a. Find others by comparing coefficients or successive substitution.

Type 3: Irreducible Quadratic Factor px2+qx+r((xa)\frac{px^2+qx+r}{((x-a)}(x2+bx+cx^{2+bx+c})) = Axa\frac{A}{x-a} + Bx+C(x2+bx+c)\frac{Bx+C}{(x^2+bx+c)} Find A by substituting x = a. Find B and C by comparing coefficients.

After Decomposition — Integration:

  • Axa\frac{A}{x-a} integrates to A*ln|x-a|
  • Axa\frac{A}{x-a}^n integrates to A*(x-a)^1n(1n)\frac{1-n}{(1-n)} for n > 1
  • Bx+C(x2+bx+c)\frac{Bx+C}{(x^2+bx+c)}: complete the square in denominator, split into ln + arctan parts

Example: integral 2x+1((x1)\frac{2x+1}{((x-1)}(x2+1x^{2+1})) dx Decompose: 2x+1 = A(x2+1x^{2+1}) + (Bx+C)(x-1) x = 1: 3 = 2A, so A = 3/2 Compare x2x^2 coefficients: 0 = A + B, so B = -3/2 Compare constants: 1 = A - C, so C = 1/2 integral = 32\frac{3}{2}ln|x-1| + integral 3x/2+1/2(x2+1)\frac{-3x/2 + 1/2}{(x^2+1)} dx = 32\frac{3}{2}ln|x-1| - 34\frac{3}{4}ln(x2+1x^{2+1}) + 12\frac{1}{2}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.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes