Rudin 3.4. Calculate $\lim\limits_{n \to \infty} \left(\sqrt{n^2 + n} - n\right)$.
The solution to this seems obvious: after enough arithmetic, let $n \to \infty$ and get $\frac{1}{2}$. I am not sure how to rigorously justify the final step, though. Here is what I have:
Leveraging multiplication by the conjugate, we get: \begin{align*} \sqrt{n^2 + n} - n & = \left(\sqrt{n^2 + n} - n\right) \cdot \frac{\sqrt{n^2 + n} + n}{\sqrt{n^2 + n} + n} \\ & = \frac{n^2 + n + n \sqrt{n^2 + n} - n \sqrt{n^2 + n} - n^2}{\sqrt{n^2 + n} + n} \\ & = \frac{n^2 + n - n^2}{\sqrt{n^2 + n} + n} \\ & = \frac{n}{\sqrt{n^2 + n} + n} \end{align*} Multiplying through by $\frac{\frac{1}{n}}{\frac{1}{n}}$ gives: \begin{align*} & = \frac{\frac{1}{n} \cdot n}{\frac{1}{n} \left(\sqrt{n^2 + n} + n\right)} \\ & = \frac{1}{\frac{1}{n} \sqrt{n^2 + n} + 1} \\ & = \frac{1}{\sqrt{\frac{1}{n^2} \left(n^2 + n\right)} + 1} \\ & = \frac{1}{\sqrt{1 + \frac{1}{n}} + 1} \end{align*} Clearly, a limit of a quotient is the quotient of the limits. The limit of a constant is $1$, so that take scare of the numerator. The limit of a sum is the sum of the limits, so that gets us the limit of $\sqrt{1 + \frac{1}{n}}$ and the limit of $1$, which is a constant.
However, obvious though it is that this limit is $\frac{1}{2}$ because $\frac{1}{n} \to 0$, I cannot find a theorem in Rudin justifying this. Proving it from scratch would not be too much of a problem, but my question is: is there a general, all-purpose justification for a result like this that says, in effect, that we can "plug in" the limiting argument? If the function were continuous, this would be fine, but we don't have continuity for another chapter.
EDIT: This isn't a duplicate because the linked question does not address my specific questions on this exercise.