2026-04-13 00:45:08.1776041108
is this proof about limits valid
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

No, $\delta$ cannot depend on $x$. What you need to do is use the "when $x$ is close" part. If $|x-3|<\delta$, then $3-\delta<x<3+\delta$. So if you don't allow $\delta$ to be big (you don't want that), then $x$ is bounded. So, for instance you can take $$ \delta=\min\left\{1,\frac{\varepsilon}7\right\}. $$ where the $7$ comes from the need to bound $|x+3|$ (see below). Now, if $|x-3|<\delta$, then \begin{align} |x^2-9|&=|x-3|\,|x+3|\leq\delta\,|x+3|\leq\delta\,(|x|+3)\leq\delta(3+\delta+3)\\ \ \\ &=\delta(6+\delta)\leq7\delta\leq\varepsilon. \end{align}