The quiz will be on the following text — learn it for the best chance to win.
7: Partial Fractions
Partial fraction decomposition is a powerful algebraic technique for integrating rational functions (ratios of polynomials). Its core idea is breaking down a complex fraction into a sum of simpler fractions whose integrals are known or easier to find. This method is indispensable when dealing with rational functions where the denominator can be factored.
The Process:
Ensure Proper Fraction: Verify the degree of the numerator is less than the degree of the denominator. If not, perform polynomial division first to obtain a polynomial plus a proper rational function. Focus decomposition on the proper fraction part.
Factor Denominator: Completely factor the denominator into irreducible factors. These are typically:
Linear factors:(ax+b)
Repeated linear factors:(ax+b)k
Irreducible quadratic factors:(ax2+bx+c) (cannot be factored into real linear factors, i.e., discriminant b2−4ac<0)
Set Up Decomposition: Write the fraction as a sum of partial fractions based on the denominator factors:
For each distinct linear factor (ax+b), include a term: ax+bA
For each repeated linear factor (ax+b)k, include terms: ax+bA1+(ax+b)2A2+⋯+(ax+b)kAk
For each distinct irreducible quadratic factor (ax2+bx+c), include a term: ax2+bx+cBx+C
For each repeated irreducible quadratic factor (ax2+bx+c)m, include terms: ax2+bx+cB1x+C1+(ax2+bx+c)2B2x+C2+⋯+(ax2+bx+c)mBmx+Cm A,B,C, etc., are constants to be determined.
Solve for Constants: Multiply both sides of the equation by the original denominator to clear fractions. This yields a polynomial equation true for all x. Solve for the unknown constants (A,B,C, etc.) using one of two main methods:
Substitution: Substitute strategically chosen values of x (often the roots of the denominator factors) to create simpler equations.
Equating Coefficients: Expand the polynomial equation and equate the coefficients of corresponding powers of x on both sides. Solve the resulting system of linear equations.
Integrate: Once the decomposition is found, integrate each partial fraction term separately. Key results used are:
∫ax+bAdx=aAln∣ax+b∣+C
∫(ax+b)kAdx=a(1−k)A⋅(ax+b)k−11+C (for k>1)
∫ax2+bx+cBx+Cdx often requires completing the square in the denominator and then splitting into an ln integral and an arctan integral.
Mastering partial fractions hinges on accurate factoring and systematic solving for constants. Practice decomposing fractions with distinct roots, repeated roots, and quadratic factors.