(a) Find the following limit value, L: $$\lim_{x \rightarrow 3} (x^3-9x)/(x-3) = L$$ (b) Prove your result obtained in (a) above, using the precise definition of a limit (via the $\varepsilon-\delta$ formalism)
I was able to find (a) $L = 18$, and I used the description in my notes to determine the proof, but I'm not quite sure of my working. Please view image for solution.
(b) $|f(x) - L| = |(x^3 - 9x)/(x-3) - 18| = |(x^3 - 27x + 54)/(x-3)| = |(x-3)(x+6)|$
I don't know where to go from here.
Since you want the find the limit at $x=3$, you have to prove that for $|x-3|<\delta$ there exists an $\epsilon >0$ such that $|f(x) - 18| < \epsilon$.
Since $|f(x) - 18| = |(x-3)(x+6)|$, note that $|x-3| < \delta$ by the initial hypothesis of the $\epsilon-\delta$ definition. Thus :
$$|f(x)-18| < \delta|x+6|$$
But :
$$|x-3| < \delta \Leftrightarrow -\delta < x-3 < \delta \Leftrightarrow 9-\delta < x+6 < 9+\delta $$
Thus
$$|f(x)-18|<\delta(9+\delta) \equiv \epsilon$$
since it can be made arbitrary small with $\delta >0$ and the proof is completed.