Question:medium

If $y=(1-x^2)\text{Tanh}^{-1}x$ then $\frac{d^2y}{dx^2}=$

Show Hint

When differentiating expressions involving inverse (hyperbolic) trigonometric functions, look for opportunities to simplify. The derivative of $\text{Tanh}^{-1}x$ is $\frac{1}{1-x^2}$, which conveniently cancels with the $(1-x^2)$ term in the product rule, making the first derivative simple. This pattern is common in problems of this type.
Updated On: Mar 26, 2026
  • $\frac{2xy}{(1+x^2)^2}$
  • $\frac{(x+y)}{(1-x^2)^2}$
  • $\frac{2(xy)}{1-x^2}$
  • $\frac{2(x+y)}{1-x^2}$
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: First Derivative: Given \( y = (1-x^2)\tanh^{-1}x \). Differentiate wrt x: \[ \frac{dy}{dx} = (1-x^2) \frac{d}{dx}(\tanh^{-1}x) + \tanh^{-1}x \frac{d}{dx}(1-x^2) \] Since \( \frac{d}{dx}(\tanh^{-1}x) = \frac{1}{1-x^2} \): \[ y' = (1-x^2)\frac{1}{1-x^2} + \tanh^{-1}x(-2x) \] \[ y' = 1 - 2x\tanh^{-1}x \]
Step 2: Second Derivative: \[ y'' = -2 \left( x \frac{1}{1-x^2} + \tanh^{-1}x(1) \right) \] \[ y'' = -2 \left( \frac{x}{1-x^2} + \tanh^{-1}x \right) \]
Step 3: Substitute y back: From original eq, \( \tanh^{-1}x = \frac{y}{1-x^2} \). \[ y'' = -2 \left( \frac{x}{1-x^2} + \frac{y}{1-x^2} \right) \] \[ y'' = \frac{-2(x+y)}{1-x^2} \] Comparing with options, it matches the form of Option 4 (assuming sign convention or typo in options/question).
Was this answer helpful?
0