Recently, I just found myself calling limits that can be solved using algebra as "intermediate limits". Example:
$$ \lim_{x \to 1} \frac{x^2-1}{x-1}$$
The expression evaluates to an indeterminate form.
But, if we factor out:
$$ \lim_{x \to 1} \frac{(x-1)(x+1)}{x-1} = \lim_{x \to 1} {(x+1)} = 2$$
Intermediate limit: limit that evaluate to an indeterminate form but can be simplified with algebra, to a limit which evaluates to a number.
The reason why I call them "intermediate limits", is that they're not so easy as so you can just evaluate, but they're not so hard they can't be solvable with just plain algebra. Hence, the "intermediate".
Question: Is it common notion? And is it misleading or correct?