[Math] How to prove this limit does not exist

epsilon-deltalimitsreal-analysis

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.

Best Answer

First, let's simplify the problem. The numerator has a greater degree than the denominator, which means we can use long division: $$\frac{x^3}{x-2} \equiv x^2+2x+4 + \frac{8}{x-2}$$ Standard properties of limits, i.e. $\lim (\mathrm f+\mathrm g) = \lim \mathrm f + \lim \mathrm g$ and $\lim (k\mathrm f) = k \lim \mathrm f$, give $$\lim_{x \to 2} \left(\frac{x^3}{x-2}\right) = 12+\lim_{x \to 2} \left(\frac{8}{x-2}\right) = 12+8\, \lim_{x \to 2} \left(\frac{1}{x-2}\right)$$

Clearly the limit of $\frac{1}{x-2}$ as $x \to 2$ is not defined and the original limit is not defined.

It's enough to show that $\frac{1}{x-2}$ is unbounded.

For any $L>0$, we can find $x >2$ for which $\frac{1}{x-2} > L$.

If $\frac{1}{x-2} > L$ then $0 < x-2 < \frac{1}{L}$, and so $2< x < 2 + \frac{1}{L}$.

How big do you want $\frac{1}{x-2}$ to be? Let's say $L = 1,000,000$. For any $2 < x< 2 + \frac{1}{L}$, i.e. $2 < x < 2.000001$, you'll have $\frac{1}{x-2} > 1,000,000$.