How do we solve (i.e. get the closed form of) $\int \sqrt{1 + t^2} dt$ ?
The Wolfram page shows the closed form of it but not the steps in solving it.
I think I need some algebraic trick..
I thought of some hyperbolic functions and their derivatives and equalities:
If I make $ t = \sinh x$, then I can reduce the integral to $$ \int \cosh ^2 x dx $$ though I'm not sure if this is valid. But from here, I cannot go on evaluating the integral...


put $t=\sinh x=\frac{e^x-e^{-x}}{2}$ then you'll obtain $$\int\sqrt{1+t^2}dt=\int\cosh^2 x dx=\int\left(\frac{e^x+e^{-x}}{2}\right)^2dx=\frac{1}{8}(e^{2x}-e^{-2x}+4x)+C=\frac{1}{2}\left(\left(\frac{e^x-e^{-x}}{2}\right)\left(\frac{e^x+e^{-x}}{2}\right)+x\right)+C=\frac{1}{2}\left(t\sqrt{1+t^2}+\sinh^{-1}t\right)+C$$