$\lim \limits_{x \to 3} x^2 = 9$
Very simple limit, but I am trying a "new" (for me) method:
by definition:
$\left(\lim \limits_{x \to 3} x^2 = 9\right) \quad = \left(\lim \limits_{x \to 3^+} x^2 = 9\right) \wedge \left(\lim \limits_{x \to 3^-} x^2 = 9\right)$
For either conjunct, if I can show that there exists a function $g: \mathbb{R} \to \mathbb{R}$ such that $g(\epsilon) = \delta$, where $|x - 3| \leq \delta \implies |x^2 - 9| \leq \epsilon$, then I will have proven that the limit exists, as for any given $\epsilon$ I can produce a $\delta$ that satisfies the limit $definition.
$\lim \limits_{x \to 3^+} x^2 = 9$ case:
Since we are approaching 3 from the right, we have that $x > 3$.
$\quad (x > 3) \wedge (|x^2 - 9| \leq \epsilon)$ ...can assume left conjunct and use definition of absolute value
$ = (x > 3) \wedge (x^2 - 9 \leq \epsilon)$ ...algebra...
$ = (x > 3) \wedge (x^2 \leq \epsilon + 9)$ ...law of specialization...
$ \implies x^2 \leq \epsilon + 9$ (CONDITION 1)
We also have:
$\quad x - 3 \leq \delta$ ...algebra...
$= x^2 \leq \delta^2 + 6\delta + 9$ (CONDITION 2)
So now we have to conditions on $x^2$ that must be fulfilled when approaching $3$ from the right in order to satisfy the limit definitions. Recall that we want to find a function relating $\epsilon$ and $\delta$ when approaching $3$ from the right. Let us equate the right hand sides of these conditions, because then we will continue to satisfy condition 1 and 2, while coming up with an $\epsilon$-$\delta$ relationship:
$\quad \epsilon + 9 = \delta^2 + 6\delta + 9$...algebra...
$= (0 = \delta^2 + 6\delta - \epsilon)$
I can now use the quadratic equation to find a meaningful relationship:
$g(\epsilon) = \delta = -3 + \sqrt{9 + \epsilon}$
$\lim \limits_{x \to 3^-} x^2 = 9$ case:
Since we are approaching 3 from the left, we have that $x < 3$. Additionally, I want to put in the condition that $x \geq 0$.
$\quad (x \geq 0) \wedge (x < 3) \wedge (-x^2 + 9 \leq \epsilon)$ ...can assume left conjuncts and use definition of absolute value
$ = (x \geq 0) \wedge (x < 3) \wedge (x^2 + 9 \leq \epsilon)$ ...algebra...
$ = (x \geq 0) \wedge (x > 3) \wedge (x^2 \geq \epsilon - 9)$ ...law of specialization...
$ \implies x^2 \geq \epsilon - 9$ (CONDITION 1)
We also have:
$\quad 3 - x \leq \delta$ ...algebra...
$= x^2 \leq \delta^2 + 6x - 9$ (CONDITION 2)
So now we have to conditions on $x^2$ that must be fulfilled when approaching $3$ from the left in order to satisfy the limit definitions. Recall that we want to find a function relating $\epsilon$ and $\delta$ when approaching $3$ from the left. Let us equate the right hand sides of these conditions, because then we will continue to satisfy condition 1 and 2, while coming up with an $\epsilon$-$\delta$ relationship:
$\quad \epsilon - 9 = \delta^2 + 6\delta - 9$...algebra...
$= (0 = \delta^2 + 6\delta - \epsilon)$
$g(\epsilon) = \delta = -3 + \sqrt{9 + \epsilon}$
So, does this method work?