Let $f:\mathbb{R} \to \mathbb{R}$ with $$f(x)=\frac{x^2+1}{\sqrt{x^2+1}+x}$$ Determine its minimum.
I tried to use AM-GM in some form, but didn't get too much. I also thought about dividing both the numerator and denominator by some power of $x$ and then make a notation, or use derivatives, but both failed because of the square root...
Note that $$f’(x)= \frac{(\sqrt{x^2+1}+x)(2x)- (x^2+1)(\frac{x}{\sqrt{x^2+1}}+1)}{(\sqrt{x^2+1}+x)^2} = \frac{2x\sqrt{x^2+1}-x^2-1}{x\sqrt{x^2+1}+x^2+1}$$
Now, $f’(x)=0$ if $x^2=\frac{1}{3}$ which can be easily checked. Now, computing the second derivative, can you come to a conclusion?