I am being asked to work out: $$\lim_{x \rightarrow \infty} \Big( \sqrt{x^{2}+5x} - x \Big)$$
My thinking is -- OK, so $x$ is some very big positive No, so I can rewrite as $$\lim_{x \rightarrow \infty} \Big( \sqrt{x^{2}+5x} - \sqrt{x^{2}} \Big)$$
I can see that $5x$ will ensure that I approach infinity.
However the actual answer is to use Taylor series approximation around zero (which in itself seems questionable, considering $x$ is approaching infinity) to arrive at an answer of $2.5$.
Where am I going wrong in my thinking. Am I?
You expand around $0$ by substituting $x = \frac{1}{h}$.
For a different approach, note that the limit is equal to $$\lim_{h \to 0} \frac{1}{h} \left(\sqrt{1+5h}-1\right)$$ which is manifestly $f'(0)$ where $f(x) = \sqrt{1+5x}$.
By the chain rule, $f'(x) = \frac{5}{2 \sqrt{1+5x}}$, so $f'(0) = \frac{5}{2}$.