This appeared in JEE Main 2023 and tests the “divide by x2” trick.
Solution — Step by Step
∫x2+1/x21+1/x2dx
Note x−1/x has derivative 1+1/x2 — that’s exactly the numerator. Also, x2+1/x2=(x−1/x)2+2.
Let u=x−1/x, then du=(1+1/x2)dx.
∫u2+2du=21tan−1(2u)+C
21tan−1(2x−1/x)+C=21tan−1(2xx2−1)+C
Final answer: 21tan−1(x2x2−1)+C.
Why This Works
The trick is to spot that the numerator is the derivative of (x−1/x) and the denominator can be expressed as a quadratic in (x−1/x). This converts an unfamiliar integrand into the standard form 1/(u2+a2).
The same trick works for similar integrals of the form (x2±1)/(x4+kx2+1) — divide by x2 and look for x±1/x substitutions.
Alternative Method
Partial fractions over R: factor x4+1=(x2+2x+1)(x2−2x+1), decompose, and integrate each piece. This works but takes 5x longer — JEE doesn’t reward it.
For any integral of the form (xn±x−n)/(symmetric polynomial), try the x±1/x substitution first. It’s the JEE shortcut for symmetric rational functions.
Common Mistake
Not recognising that x4+1=(x2)2+1 doesn’t factor nicely as (x2+1)(x2−1) — that gives x4−1. Always check by expansion before going down the wrong path.
Want to master this topic?
Read the complete guide with more examples and exam tips.