Integrating x2−11 directly is hard. But once we know it equals 21(x−11−x+11), integration becomes trivial — each term is a standard logarithm.
Partial fractions is the technique of decomposing a complicated rational function (ratio of polynomials) into a sum of simpler ones. It’s essential for integration, Laplace transforms, and solving linear recurrences.
This technique is part of CBSE Class 12 Maths (Chapter 7 — Integrals) and appears in every JEE exam.
When Can We Use Partial Fractions?
Partial fractions apply to proper rational functions — where the degree of the numerator is less than the degree of the denominator.
If the degree of the numerator ≥ degree of denominator, first perform polynomial long division to get a mixed form (quotient + proper fraction remainder), then decompose the remainder.
The form of the decomposition depends on the factors in the denominator.
Case 1 — Distinct Linear Factors
For each distinct linear factor (ax+b) in the denominator, include one term ax+bA.
Example:
(x−1)(x+2)(x−3)P(x)=x−1A+x+2B+x−3C
Case 2 — Repeated Linear Factors
For a repeated linear factor (ax+b)n, include n terms:
(ax+b)nP(x)=ax+bA1+(ax+b)2A2+⋯+(ax+b)nAn
Example:
(x−1)2(x+2)P(x)=x−1A+(x−1)2B+x+2C
Case 3 — Irreducible Quadratic Factor
For an irreducible quadratic factor ax2+bx+c (cannot be factored into real linear factors — discriminant <0), include a linear numerator ax2+bx+cAx+B.
Example:
(x−1)(x2+4)P(x)=x−1A+x2+4Bx+C
Case 4 — Repeated Irreducible Quadratic
For (ax2+bx+c)n, include n terms with linear numerators.
Factor type
Partial fraction term
(x−a)
x−aA
(x−a)n
x−aA1+(x−a)2A2+⋯+(x−a)nAn
(ax2+bx+c) irreducible
ax2+bx+cAx+B
(ax2+bx+c)n
ax2+bx+cA1x+B1+⋯+(ax2+bx+c)nAnx+Bn
Finding the Constants — Three Methods
Method 1 — Substitution (Fastest)
After multiplying both sides by the denominator, substitute the roots of each linear factor.
Example: Find A, B, C for (x−1)(x+2)(x−3)2x+1=x−1A+x+2B+x−3C
Multiply both sides by (x−1)(x+2)(x−3):
2x+1=A(x+2)(x−3)+B(x−1)(x−3)+C(x−1)(x+2)
Put x=1: 3=A(3)(−2)=−6A⇒A=−1/2
Put x=−2: −3=B(−3)(−5)=15B⇒B=−1/5
Put x=3: 7=C(2)(5)=10C⇒C=7/10
Method 2 — Comparing Coefficients
After multiplying, expand the RHS and equate coefficients of each power of x from both sides. This gives a system of equations.
This method works even for irreducible quadratic factors (substituting x=±i doesn’t give real values easily).
Method 3 — Cover-Up Rule (Quickest for Simple Cases)
For the term x−aA in (x−a)Q(x)P(x):
A=Q(x)P(x)x=a
“Cover up” the (x−a) factor in the denominator and substitute x=a.
Example:(x−1)(x+2)1
A=(x+2)1x=1=31
B=(x−1)1x=−2=−31=−31
So (x−1)(x+2)1=x−11/3−x+21/3=31(x−11−x+1+11)
Mistake 1: Applying partial fractions to an improper fraction directly. Always check the degrees first. If degree(numerator) ≥ degree(denominator), do long division first.
Mistake 2: Writing x2−1A instead of x−1A+x+1B — treating x2−1 as a single factor. Always factor the denominator completely before setting up partial fractions.
Mistake 3: For a repeated factor (x−a)2, writing only one term (x−a)2A. You need BOTH x−aA AND (x−a)2B. The number of terms equals the power of the factor.
Mistake 4: Using a constant numerator x2+4A for an irreducible quadratic. The numerator must be linear: x2+4Ax+B. This is because the numerator can have degree up to (degree of denominator factor - 1).
Mistake 5: Not verifying the result. Always multiply back: x−1A+x+2B should equal the original fraction after combining over a common denominator. A 30-second check prevents losing marks.
(x+1)(x+2)2x+3=x+1A+x+2B. x=−1: 1=A(1)⇒A=1. x=−2: −1=B(−1)⇒B=1. Integral =ln∣x+1∣+ln∣x+2∣+C=ln∣(x+1)(x+2)∣+C.
Q3. Decompose (x+2)23x−1.
(x+2)23x−1=x+2A+(x+2)2B. 3x−1=A(x+2)+B. x=−2: −7=B. Coefficient of x: 3=A. Answer: x+23−(x+2)27.
Q4. Evaluate ∫01(x+1)(x+2)xdx (JEE level).
(x+1)(x+2)x=x+1A+x+2B. x=−1: −1=A(1)⇒A=−1. x=−2: −2=B(−1)⇒B=2. Integral =∫01(x+1−1+x+22)dx=[−ln∣x+1∣+2ln∣x+2∣]01=(−ln2+2ln3)−(0+2ln2)=2ln3−3ln2=ln(9/8).
FAQs
How do I know if a quadratic is irreducible?
Calculate the discriminant b2−4ac. If it’s negative, the quadratic has no real roots and is irreducible over the reals. Example: x2+4 has b2−4ac=0−16=−16<0 → irreducible. x2−1 has b2−4ac=0−4(−1)=4>0 → factors as (x−1)(x+1).
When is partial fractions used in real problems?
Almost always in integration — whenever you see a rational function that needs to be integrated. Also in Laplace transforms (engineering and higher maths), difference equations, and sometimes in solving certain differential equations.
What if the numerator and denominator share a common factor?
Cancel the common factor first (reduce the fraction), then apply partial fractions to the reduced form. Example: (x−1)(x+3)x2−1=(x−1)(x+3)(x−1)(x+1)=x+3x+1 (after cancellation, for x=1) — no partial fractions needed.
Can partial fractions be used with complex numbers?
Yes. Over the complex numbers, every polynomial factors into linear factors. But for real calculus applications, we keep irreducible quadratic factors as-is (to stay in real arithmetic).
Integration Using Partial Fractions — More Examples
Type: ∫(x−a)(x−b)px+qdx
Evaluate ∫(x−2)(x+1)3x+1dx.
Decompose: (x−2)(x+1)3x+1=x−2A+x+1B
x=2: 7=3A⟹A=7/3. x=−1: −2=−3B⟹B=2/3.
∫x−27/3+x+12/3dx=37ln∣x−2∣+32ln∣x+1∣+C
Type: Repeated quadratic factor (JEE Advanced)
For (x2+1)21, we use the substitution x=tanθ rather than partial fractions (since x2+1 is irreducible and repeated). This gives:
∫(x2+1)2dx=21(x2+1x+tan−1x)+C
This is a standard result worth memorising for JEE.
Connection to Laplace transforms
In engineering mathematics, partial fractions are essential for finding inverse Laplace transforms. The function F(s)=s(s+2)1 in the Laplace domain corresponds to s1/2−s+21/2, giving f(t)=21(1−e−2t) in the time domain. The technique is identical.
Additional Practice Questions
Q5. Evaluate ∫(x+1)(x+2)(x+3)xdx.
By cover-up: A=(−1+2)(−1+3)−1=2−1, B=(−2+1)(−2+3)−2=2, C=(−3+1)(−3+2)−3=2−3.
Is degree(numerator) ≥ degree(denominator)? If yes, do long division first.
Factor the denominator completely.
For each distinct linear factor (x−a): write x−aA.
For each repeated factor (x−a)n: write n terms with increasing powers.
For each irreducible quadratic: write quadraticAx+B.
Find constants by substitution (fastest) or comparing coefficients.
Verify by recombining.
The cover-up (Heaviside) method is the fastest for distinct linear factors. For the term x−aA in (x−a)Q(x)P(x), simply evaluate Q(a)P(a) — cover up the (x−a) factor and substitute x=a into the rest. This takes 5 seconds per constant.
Connection to other topics
Partial fractions connect to:
Integration: the primary application in Class 12
Laplace transforms: used in engineering to find inverse transforms
Series expansion: each partial fraction can be expanded in a power series
Difference equations: discrete analogues appear in computer science
Number theory: the Chinese Remainder Theorem has a similar decomposition philosophy
Is there a faster way to find constants for many factors?
The Heaviside cover-up method (putting x equal to each root) is the fastest for distinct linear factors. For repeated or quadratic factors, compare coefficients or substitute multiple values and solve the resulting system.