Using the $\epsilon-\delta$ definition show that $f(x) = \frac 1 {x^2}$ is a continuous function at any $x_0 = a, a > 0$
I have expressed in the form:
$$lim_{x\to a}\frac1{x^2}=\frac1{a^2}$$
and thus, $$|f(x)-f(a)|=|\frac{1}{x^2}-\frac{1}{a^2}|=|\frac{a^2-x^2}{x^2a^2}|=|\frac{(x-a)(x+a)}{x^2a^2}| $$ let $\delta=1$, thus $$|\frac{(x-a)(x+a)}{x^2a^2}|< \frac{(x+a)}{x^2a^2}$$
I am stuck as to what I should let my delta be to finish off this proof
Saying $\lim_{x → a} 1/x² = 1 / a²$ , for $a > 0$, is, by definition the same as $$ ∀ ε > 0 . ∃ δ > 0 . ∀ x . |x - a| < δ ⇒ |1/x² - 1/a²| < ε $$
So suppose we're given $a > 0$ and $ε > 0$, then we are tasked with finding a $δ > 0$ that satisfies the above property. I'm no clever guy, so the best I can do is start with the property that it needs to satisfy and manipulate that with the aim of a candidate $δ$ popping-up. Let's try that:
So it seems if we take $$ δ = ε · (ax)² · |a + x|$$ which is positive since each factor is positive, then we can show ---rather have already shown--- that |1/x² - 1/a²| < ε.
Hope that helps :-)