Integrating Partial Fractions
➗ Long Division
Either when the numerator is greater than or equal to the denominator in power
Ex: ∫ (x² - 8 / x + 3) dx
Long division
Don’t forget about the reminder / divider
Integrate with result
Ex: ∫ (x² / x² - 3x + 2) dx
Even if the denominator looks bigger, it still is the divider
🧩 Decomposition
When the denominator is greater than the numerator in power
Ex: ∫ (5x - 1 / x² - 2x - 8) dx
Hint: Easily can factor the denominator
Factor the denominator
Ex: (x+2) (x-4)
Write one partial fraction for each of those factors
Multiply through by the bottom so we no longer have fractions
Now find the constants A and B
Ex: A = 11/6, B = 19/6
Integral the new partial fractions
Ex: ∫ (11 / 6(x+2)) dx ∫ (19 / 6(x-4)) dx
Add C
Ex: 11/6 ln |x + 2| + 19/6 ln |x - 4| + C
⏹ Completing the Square
When there is a 1 or dx in the numerator
Ex: ∫ (1 / x² + 6x + 14) dx
Hint: Can’t easily factor the denominator
Identify b and c
Ex: b = 6, c = 14
Plug into formula
(x + b/2)² - (b/2)² + C
Ex: ( x + 6/2)² - (6/2)² + 14 → simplify
Plug in new equation in the denominator
Ex: ∫ (1 / (x + 3)² + 5) dx
Find familiarity in a specific arctrig
Arctan → ∫ (du / a² + u²) = 1/a arctan(u/a) + C
Arcsin → ∫ (du / √a² + u²) = arcsin(u/a) + C
Plug into arctrig
Ex: a² = (x + 3)² SO a = (x + 3)
Ex: u² = 5 SO u = √5
Add C
Ex: 1/√5 arctan (x + 3/√5) + C