Decompose 1/(x²-1) into partial fractions

hard CBSE JEE-MAIN 3 min read

Question

Decompose 1x21\dfrac{1}{x^2 - 1} into partial fractions.

Solution — Step by Step

x21=(x1)(x+1)x^2 - 1 = (x-1)(x+1)

This is a difference of squares. Both factors are distinct linear factors, so the partial fraction form has one term per factor.

1(x1)(x+1)=Ax1+Bx+1\frac{1}{(x-1)(x+1)} = \frac{A}{x-1} + \frac{B}{x+1}

where AA and BB are constants to be determined.

1=A(x+1)+B(x1)1 = A(x+1) + B(x-1)

This must hold for ALL values of xx.

Put x=1x = 1 (makes the BB term vanish):

1=A(1+1)+B(0)=2AA=121 = A(1+1) + B(0) = 2A \Rightarrow A = \frac{1}{2}

Put x=1x = -1 (makes the AA term vanish):

1=A(0)+B(11)=2BB=121 = A(0) + B(-1-1) = -2B \Rightarrow B = -\frac{1}{2}
1x21=1/2x1+1/2x+1=12(1x11x+1)\frac{1}{x^2-1} = \frac{1/2}{x-1} + \frac{-1/2}{x+1} = \frac{1}{2}\left(\frac{1}{x-1} - \frac{1}{x+1}\right)

Why This Works

Partial fractions decompose a rational function with a factorable denominator into a sum of simpler rational functions. The general rule: for distinct linear factors in the denominator, we get one A/(xa)A/(x-a) term per factor. The constants are found by either substituting roots of each factor or by comparing coefficients.

The “substitution trick” (putting xx equal to each root) is the fastest method. It works because substituting the root of one factor zeroes out all terms except the one we want to find.

Alternative Method — Comparing Coefficients

From 1=A(x+1)+B(x1)1 = A(x+1) + B(x-1), expand:

1=(A+B)x+(AB)1 = (A+B)x + (A-B)

Comparing coefficients:

  • Coefficient of xx: A+B=0A + B = 0
  • Constant term: AB=1A - B = 1

Adding: 2A=1A=1/22A = 1 \Rightarrow A = 1/2; then B=1/2B = -1/2.

Same result. The substitution method is faster; the comparison method works even when substitution is messy.

Common Mistake

A very common error: writing 1x21=1x11x+1\frac{1}{x^2-1} = \frac{1}{x-1} \cdot \frac{1}{x+1} and then trying to integrate or simplify separately without partial fractions. This misses the point — you cannot split a sum of terms in the denominator by multiplying factors individually. You must use the partial fraction expansion.

The result 1x21=12(1x11x+1)\frac{1}{x^2-1} = \frac{1}{2}\left(\frac{1}{x-1} - \frac{1}{x+1}\right) is a useful identity. Integrating: dxx21=12lnx1x+1+C\int \frac{dx}{x^2-1} = \frac{1}{2}\ln\left|\frac{x-1}{x+1}\right| + C. This standard form appears frequently in JEE integration problems — worth memorising.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next