Find the derivative of $y=\tan^{-1}\left(\frac {1}{1-x^2}\right)$

96 Views Asked by At

Find the derivative of $y=\tan^{-1}\left(\dfrac {1}{1-x^2}\right)$

My Approach $$y=\tan^{-1} \left(\dfrac {1}{1-x^2}\right)$$ Let $x=\sin (\theta)$ Then, $$y=\tan^{-1} \left(\dfrac {1}{1-\sin^2 (\theta)}\right)$$ $$y=\tan^{-1} \left(\dfrac {1}{\cos^2 (\theta)}\right)$$ $$y=\tan^{-1} (\sec^2 (\theta))$$

How do I proceed further?

3

There are 3 best solutions below

0
On BEST ANSWER

Since $\cot y=1-x^2$,

\begin{align*} -\csc^2y\frac{dy}{dx}&=-2x\\ -(1+\cot^2y)\frac{dy}{dx}&=-2x\\ \frac{dy}{dx}&=\frac{2x}{1+(1-x^2)^2}\\ &=\frac{2x}{x^4-2x^2+2} \end{align*}

0
On

Why not using the chain rule instead:

$$ y' = \frac{1}{1 + (1/(1-x^2))^2} \times \frac{ d }{d x} \left( \frac{1}{1-x^2} \right) = \frac{(1-x^2)^2}{1+(1-x^2)^2} \times \frac{2x}{(1-x^2)^2}$$

0
On

$\tan y= \frac{1}{1-x^2}$

Derivating both sides we get:

$y'.\frac{1}{1+\frac{1}{(1-x^2)^2}}=(\frac{1}{1-x^2})' ⇒ y'=\frac{(1-x^2)^2}{1+(1-x^2)^2}\times \frac{2x}{(1-x^2)^2}$