is this proof about limits valid

61 Views Asked by At

Is this proof valid? Can d be relative to x ? enter image description here

2

There are 2 best solutions below

0
On BEST ANSWER

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}

0
On

You need to find a $\delta$ which is independent of $x$ and depends only on $\epsilon.$

Note that $0<\delta<1 \implies 2<x<4$, thus $|x+3|<7$

Try $\delta = \epsilon/7.$