$$\mathbf\int\sqrt{1+\frac{1}{4x}} \, dx$$
This integral came up while doing an arc length problem and out of curiosity I typed it into my TI 89 and got this output
$$\frac{-\ln(|x|)+2\ln(\sqrt\frac{4x+1}{x}-2)-2x\sqrt\frac{4x+1}{x}}{8}\ $$
How would one get this answer by integrating manually?
Sub $x=u^2$. Then the integral is equal to
$$\int du \, \sqrt{1+4 u^2} $$
Now set $u = \frac12 \sinh{v}$; now the integral is equal to
$$\frac12 \int dv \, \cosh^2{v} = \frac14 \int dv \, (1+\cosh{2 v})= \frac{v}{4} + \frac14 \sinh{v} \cosh{v} + C$$
Sub back $v=\sinh^{-1}{(2 \sqrt{x})} = \log{\left (2 \sqrt{x} + \sqrt{1+4 x} \right)}$ and you are done.