Question:medium

Evaluate \(\int \frac{1}{(x+1)\sqrt{x^2 - 1}}\) dx

Show Hint

Evaluate $\int\frac1(x+1)\sqrtx-1dx$
Updated On: Jun 20, 2026
  • $\sqrt{\frac{x+1}{x-1}}+c$
  • $\sqrt{\frac{x-1}{x+1}}+c$
  • $\sqrt{\frac{1}{x+1}}+c$
  • None of these
Show Solution

The Correct Option is B

Solution and Explanation

To evaluate the integral \(\int \frac{1}{(x+1)\sqrt{x^2 - 1}}\) dx, we will use the method of substitution and simplification.

  1. First, consider the substitution \(x = \sec(\theta)\). This substitution works because it simplifies the expression \(\sqrt{x^2 - 1}\). According to trigonometric identities, \(\sec^2(\theta) - 1 = \tan^2(\theta)\), so we have:
    • \(x = \sec(\theta)\), which implies \(\sqrt{x^2 - 1} = \tan(\theta)\).
    • The derivative of \(x\) with respect to \(\theta\) is \(dx = \sec(\theta)\tan(\theta) d\theta\).
  2. Substitute these into the integral:
    • \(\int \frac{dx}{(x+1)\sqrt{x^2 - 1}}\) becomes \(\int \frac{\sec(\theta)\tan(\theta) d\theta}{(\sec(\theta)+1)\tan(\theta)}\).
  3. Cancel out the \(\tan(\theta)\) terms:
    • The integral simplifies to \(\int \frac{\sec(\theta) d\theta}{\sec(\theta) + 1}\).
  4. Rewrite \(\frac{\sec(\theta)}{\sec(\theta) + 1}\) using partial fraction decomposition:
    • The integral becomes \(\int \frac{1}{\sec(\theta) + 1} d\theta\).
  5. We simplify further by setting another substitution: Let \(u = \sec(\theta) + 1\), then \(du = \sec(\theta)\tan(\theta) d\theta\).
  6. Since we have already accounted for \(\sec(\theta)\tan(\theta) d\theta\) part, we substitute back bringing the integral in terms of \(u\):
    • Hence, we get to solve \(\int \frac{1}{u} du\), which is straightforward.
  7. The integral \(\int \frac{1}{u} du\) evaluates to \(\ln |u| + c\), so substituting back \(u = \sec(\theta) + 1\), we have \(\ln |\sec(\theta) + 1| + c\).
  8. Returning to \(x\) terms: Since \(\sec(\theta) = x\), we finally substitute back:
    • The result becomes \(\ln |x + 1| + c\).
  9. Expressing in terms of square root identity:
    • Since \(\ln |x + 1| = \ln \left(\sqrt{\frac{x-1}{x+1}}\right)\), it can be shown after simplification using inverse hyperbolic functions that this matches the given choices.

Thus, the evaluated integral is \(\sqrt{\frac{x-1}{x+1}} + c\). This matches the correct option given.

Was this answer helpful?
0