I'm a relative novice to epsilon-delta proofs. My professor assigned this practice problem and I'm having terrible trouble understanding the answer he gave. Moreover, I can't find a good account for a general strategy for how to do these sorts of proofs. I understand the epsilon delta definition, I understand what I'm supposed to do, but I need advice on strategy.
The actual problem.
Prove that the limit
$$ \lim_{x \rightarrow 2} \frac{x^3}{x-2} $$ does not exist.
So far I'm pretty stumped; I know I need to show that there is some $\epsilon$ st. such that x being arbitrarily close to 2 does not guarantee that f(x) is within epsilon of L, but that's all I've got.
Thanks.
Recall the definition of limit as follow:
We write $ \lim\limits_{x \to 2} f(x) = a $ if for any $ \epsilon > 0 $, there exists $ \delta $, possibly depending on $ \epsilon $, such that $ |f(x) - a| < \epsilon $ for all $ x $ such that $ |x - 2| < \delta $.
Now we look at $ \frac{x^3}{x - 2} $, the closer it gets to 2 (for example, 1.99 or 2.01), the larger it is and it can grow without bound. That means for any interval that contains 2, the value of $ f $ get infinitely large, then how can we make it arbitrarily close to any particular value?
This contradiction indicates the limit cannot possibly exists!