Questions: Partial Fraction Decomposition for Integration
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
You want to integrate (x³ + 2x) / (x² − 1). What is the correct first step?
AFactor the denominator and set up A/(x−1) + B/(x+1) immediately
BPerform polynomial long division, since the numerator degree exceeds the denominator degree
CComplete the square in the denominator to identify irreducible factors
DApply u-substitution with u = x² − 1
Partial fraction decomposition only applies to proper fractions (numerator degree < denominator degree). Here the numerator has degree 3 and the denominator degree 2, so the fraction is improper. Long division must come first, producing a polynomial plus a proper remainder; only the remainder is then decomposed. Jumping straight to partial fractions (option A) leads to an inconsistent system of equations — there won't be enough unknowns to match all numerator coefficients.
Question 2 Multiple Choice
Which integral form does the irreducible quadratic factor (x² + 9) in the denominator contribute?
AA logarithm term A·ln|x² + 9|
BA power-rule term −A/(x² + 9)
CAn arctan term (and possibly a logarithm term from the linear part of the numerator)
DTwo separate logarithm terms from the complex roots of x² + 9
Because x² + 9 has discriminant 0 − 36 < 0, it has no real roots and cannot be factored — it is irreducible. Its partial fraction form is (Ax + B)/(x² + 9). The Ax part produces A·ln|x² + 9| via u-substitution, and the B part produces (B/3)arctan(x/3) via the standard inverse-trig integral ∫1/(x²+k²) dx = (1/k)arctan(x/k). Option D is wrong: complex roots never appear in real partial fraction decomposition; irreducibility is precisely what prevents factoring into real linear terms.
Question 3 True / False
Partial fraction decomposition can be applied directly to any rational function, regardless of the relative degrees of the numerator and denominator.
TTrue
FFalse
Answer: False
Partial fractions require a proper fraction — one where the numerator degree is strictly less than the denominator degree. When the numerator degree is greater than or equal to the denominator degree, polynomial long division must be performed first, separating the expression into a polynomial (integrated directly by the power rule) plus a proper fractional remainder. Skipping this step produces an inconsistent coefficient system that cannot be solved.
Question 4 True / False
A distinct linear factor (x − r) in the denominator always contributes a natural logarithm term to the antiderivative.
TTrue
FFalse
Answer: True
The partial fraction form for a distinct linear factor is A/(x − r). Integrating via u-substitution (u = x − r) gives A·ln|x − r| + C, regardless of the value of r. This is the standard result and holds universally for distinct (non-repeated) linear factors. Repeated linear factors (x − r)² behave differently — their additional terms integrate by the power rule to −A/(x − r), not a logarithm.
Question 5 Short Answer
Why must polynomial long division precede partial fraction decomposition when the numerator degree is greater than or equal to the denominator degree?
Think about your answer, then reveal below.
Model answer: The partial fraction template assumes a proper fraction. If the fraction is improper, matching the coefficients of the partial fraction form requires more unknowns than the template provides — the system of equations is inconsistent and cannot be solved. Long division first extracts the polynomial part (which integrates term by term by the power rule) and leaves a proper remainder for decomposition.
Students who skip long division typically realize the mistake when their coefficient equations have no solution. The structural reason is that a degree-k numerator over a degree-k denominator includes a constant quotient term that doesn't fit any partial fraction form. Long division makes that term explicit, reducing the remaining problem to one the template can handle.