So as the title states I'd like to find the derivative. I've used different methods but upon looking at the formula I noticed a difference between the author's approach and mine.
so
$\frac{d}{dx}\sinh^{-1}(x/a)=$
$\frac{1}{a*\cosh(y)}=$
$\frac{1}{a*\sqrt {\sinh^2(y)+1}}=$
Until now I understand the reasoning, however this next step the author makes little sense to me:
$\frac{1}{\sqrt {a^2+x^2}}=$
What happens between these steps?
Many thanks whomever might help me!
Let $y = \sinh^{-1} (x/a)$, then
$$ \begin{align} \sinh y &= \frac{x}{a} \\ \cosh y \ \frac{dy}{dx} &= \frac{1}{a} \\ \frac{dy}{dx} &= \frac{1}{a\sqrt{1+\sinh^2 y}} \\ &= \frac{1}{a\sqrt{1 + \dfrac{x^2}{a^2}}} \\ &= \frac{1}{\sqrt{a^2 + x^2}} \end{align} $$