I need to prove that the limit of $x^2$ as $x$ approaches 3 equals 9.
For a given $ > 0$, there exists a $ > 0$ such that:
$$0 < |x - 3| < ⇒ |x² - 9| < $$
Taking the epsilon inequality I started the scratchwork.
$$|x² - 9| = |(x + 3)(x - 3)| < |x + 3| = $$
so we have $ = /|x + 3|$
I know that I have to bound the $|x + 3|$ to find a constant and write $$ in terms of $$, so I let $ = 1$ and:
$$|x - 3| < 1$$
$$\Rightarrow -1 < x - 3 < 1$$
$$\Rightarrow 5 < x + 3 < 7$$
$$\Rightarrow |x + 3| < 7$$
$$ \Rightarrow = /7$$
It seems to be right,but it was told me that I'm not setting $ = 1$, but $ < 1$. Why? My point here is not "why 1 and not any other number" but why the inequality sign and not the equal sign? Letting $ = 1$ wouldn't still be useful because $|x - 3|$ is still less than 1?