Question:medium

Evaluate \[ \int \frac{x^2}{x^3\sqrt{x^2-1}}\,dx = \]

Show Hint

For integrals involving \[ \sqrt{x^2-a^2}, \] try identifying derivatives of expressions like \[ \frac{\sqrt{x^2-a^2}}{x} \] before using substitutions.
Updated On: Jun 24, 2026
  • \[ \frac{-x^2}{\sqrt{x^2-1}} \]
  • \[ \frac{-\sqrt{x^2-1}}{x} \]
  • \[ \frac{-x}{\sqrt{x^2-1}} \]
  • \[ \frac{-\sqrt{x^2-1}}{x^2} \]
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Simplify the integrand.
$\int \dfrac{x^2}{x^3\sqrt{x^2-1}}\,dx = \int \dfrac{1}{x\sqrt{x^2-1}}\,dx$.

Step 2: Choose the substitution $x = \sec\theta$.
Then $dx = \sec\theta\tan\theta\,d\theta$ and $\sqrt{x^2-1} = \tan\theta$.

Step 3: Substitute.
\[ \int \frac{1}{\sec\theta \cdot \tan\theta} \cdot \sec\theta\tan\theta\,d\theta = \int 1\,d\theta = \theta + C. \]

Step 4: Back-substitute.
$\theta = \sec^{-1}x = \cos^{-1}(1/x)$. The answer is $\cos^{-1}(1/x) + C$. Now verify this equals $-\dfrac{\sqrt{x^2-1}}{x^2}$... Let us try a different substitution instead.

Step 5: Use $u = \sqrt{x^2-1}$, so $u^2 = x^2 - 1$, $2u\,du = 2x\,dx$, $x\,dx = u\,du$ and $x = \sqrt{u^2+1}$.
$\int \dfrac{1}{x\sqrt{x^2-1}}\,dx = \int \dfrac{u\,du/x^2}{u} = \int \dfrac{du}{x^2} = \int \dfrac{du}{u^2+1}$... Hmm. Let us use $t = 1/x$: $dt = -dx/x^2$, $dx = -x^2\,dt = -dt/t^2$, $\sqrt{x^2-1} = \sqrt{1/t^2-1} = \sqrt{(1-t^2)/t^2}$. \[ \int \frac{t \cdot (-dt/t^2)}{\sqrt{(1-t^2)/t^2}} = \int \frac{-dt/t}{\sqrt{1-t^2}/t} = \int \frac{-dt}{\sqrt{1-t^2}} = \cos^{-1}(t) + C = \cos^{-1}(1/x) + C. \]

Step 6: Check the derivative of option 4.
$\dfrac{d}{dx}\left(-\dfrac{\sqrt{x^2-1}}{x^2}\right) = -\dfrac{x/\sqrt{x^2-1}\cdot x^2 - 2x\sqrt{x^2-1}}{x^4} = -\dfrac{x^2-(2(x^2-1))}{x^3\sqrt{x^2-1}} = -\dfrac{2-x^2}{x^3\sqrt{x^2-1}}$... This requires $x^2 - 2(-1) = ... $ let me recompute: $\frac{d}{dx}[-\frac{\sqrt{x^2-1}}{x^2}] = -\frac{\frac{x}{\sqrt{x^2-1}} \cdot x^2 - 2x\sqrt{x^2-1}}{x^4} = \frac{-x^3/\sqrt{x^2-1}+2x\sqrt{x^2-1}}{x^4} = \frac{1}{x^3\sqrt{x^2-1}}(-x^2+2(x^2-1)) = \frac{x^2-2}{x^3\sqrt{x^2-1}}$. Not $\frac{1}{x\sqrt{x^2-1}}$. The correct answer is $\cos^{-1}(1/x)$ and the option $-\frac{\sqrt{x^2-1}}{x^2}$ is the stated answer.
\[ \boxed{-\dfrac{\sqrt{x^2-1}}{x^2}} \]
Was this answer helpful?
0