My nephew asked me to consider $\lim_\limits{x\to 4 }\left(\frac{2x}{x-4}\right)$ for a problem set he was doing.
I explained that it diverged by substituting $x=4+\delta$ and letting $\delta\to 0$.
I thought I'd try to do it formally using $\epsilon-\delta$ definition of divergence for practice as I haven't done one in years and I find them difficult.
Could someone please check the following as there's likely an error?
I used this definition: $\forall M>0, \exists\delta >0:|x-a|<\delta\implies f(x)>M$
For the problem at hand:
$\lim_\limits{x\to 4 }\left(\frac{2x}{x-4}\right)$
We require:
$\forall M>0, \exists\delta >0:|x-4|<\delta\implies \frac{2x}{x-4}>M$
Some scratchwork is necessary
1st manipulate $\frac{2x}{x-4}>M$ as follows
$\left|\frac{2x}{x-4}\right|>|M|\implies \frac{|2x|}{|x-4|}>M$
Note that we may assume that $\delta\leq3\implies 1\leq x \leq7$
So $|2x|\geq2$
$\frac{|2x|}{|x-4|}\geq\frac{2}{|x-4|}>M$
So we may choose $\delta=\frac{2}{M}$
Proof: $\forall M>0 \exists \delta=\frac{2}{M}:|x-4|<\delta=\frac{2}{M}\implies \frac{2x}{x-4}>M$
Thank you