Consider the limit
$$\lim_{x\to2} \frac{1}{x-2} - \frac{4}{x^2-4}$$
I just need help with the implementation of this limit. Is the best way of solving it to multiply out the fraction?
So,$$ \frac{x^2-4-4(x-2)}{(x-2)(x^2-4)}$$
And if that's the case... where do I go from there?
I'm sorry if this is extremely elementary!