Using the $\epsilon-\delta$ definition of the limit, evaluate $f(x) = x^3+5x$

231 Views Asked by At

Using the $\epsilon-\delta$ definition of the limit, evaluate $\lim_{x \to a} f(x)$, where $f(x) = x^3+5x$.

Attempt

We can use the usual way of constructing the limit: $$\forall \epsilon, \exists \delta \quad 0 < |x-a| < \delta \quad \implies \quad |x^3+5x-(a^3+5a)| < \epsilon.$$ Then we get $|x-a||a^2+x(a+x)+5| < \epsilon$. I imaging now we are going to have to bound $\delta$ by say $\leq 1$ to get $|x-a| < 1$. Then I'm not sure what to do next.

1

There are 1 best solutions below

10
On BEST ANSWER

You are in the right way. We continue the attack using the triangle inequality: $$|a^2+x(a+x)+5||x-a| \leq (|a|^2+|x|(|a|+|x|)+5)|x-a|$$

If $\delta \leq 1$, then $|x-a| <1$ implies $|x| < 1+|a|$, so: $$(|a|^2+|x|(|a|+|x|)+5)|x-a| < (|a|^2+(1+|a|)(1+2|a|)+5)|x-a|$$You can simplify that coefficient, but the point is that $\delta < \min \left\{1, \frac{\epsilon}{(|a|^2+(1+|a|)(1+2|a|)+5)}\right\}$ will work. I wrote an answer about that here, it might also help.