A student of mine asked me why $+\infty -\infty$ and $\frac{\infty}{\infty}$ are considered indeterminate forms.
I think that this is an only apparently stupid question. In other words how can I show, using simple arguments, that $+\infty -\infty$ isn't equal to zero and $\frac{\infty}{\infty}$ isn't equal to 1?
Take $a_n = 2n$ and $b_n=n$.
Obviously, $\lim_{n\to\infty} a_n = \infty$ and $\lim_{n\to\infty} b_n = \infty$. By moving the limits around naively, you see that $+ \infty - \infty = \lim_{n\to\infty} a_n - \lim_{n\to\infty} b_n = \lim_{n\to\infty} (a_n-b_n) = \infty \neq 0$.
And $\frac{\infty}{\infty} = \frac{\lim_{n\to\infty} a_n}{\lim_{n\to\infty} b_n}= 2 \neq 1$.
Note: This is not intended to be rigorous, as the question was more of a philosophical one.