How can I prove that the $\lim \limits_{x \to 1^+} \frac{x^2}{x-1}=\infty$ using the $\epsilon -\delta$ definition of a limit? I think I start with $\forall$M>0, want $\delta$>0. After that I'm not sure.
2026-04-01 22:40:20.1775083220
How can I prove a limit is infinity?
5.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
You have to show: $\forall \epsilon >0 \; \exists \delta>1$ such that: $\delta>x>1 \implies$ $\frac{x^2}{x-1} > \epsilon$.
Note that the function is non-increasing (monotonous) on $[1,2]$. Therefore it is sufficient to just ask for a $1 < \delta <2$ with the property that: $\frac{\delta^2}{\delta-1} > \epsilon$. The condition above is then automatically true for any $1 < x < \delta$.
$ \delta = \frac{1}{2} (\epsilon+\sqrt{\epsilon-4} \sqrt{\epsilon})$ satisfies this condition.