2

Use the definition of a limit to prove the following:

$$\lim_{x\to -2}(x-3x^2)=-14.$$

Our definition: Let $L$ be a number and let $f(x)$ be a function which is defined on an open interval containing $c$, expect possibly not at $c$ itself. If for every $\varepsilon>0$ there exists a corresponding $\delta>0$ such that $o<|x-c|<\delta \Rightarrow |f(x)-L|<\varepsilon$ then we say $f(x)$ has a limit $L$ as $x$ approaches $c$.

Not really sure how I go about doing this.

Arnold
  • 829

1 Answers1

4

We want to show that for any $\epsilon\gt 0$, there is a $\delta\gt 0$ such that $|(x-3x^2)-(-14)|\lt \epsilon$ whenever $|x-(-2)|\lt \delta$. So suppose that we are given an $\epsilon$. We show how to produce a suitable $\delta$. Note that $$(x-3x^2)-(-14)=(x+2)-3(x^2-4)=(x+2)(7-3x).$$ Thus $$|(x-3x^2)-(-14)|=|x+2||7-3x|.$$ First of all, we will make sure that $-3\lt x\lt -1$, by picking $\delta\lt 1$. Then $|7-3x|\lt 16$. Also make sure that $\delta\lt \frac{\epsilon}{16}$. So to sum up, we choose $\delta=\min(1,\frac{\epsilon}{16})$. If $|x+2|\lt \delta$, then $|(x-3x^2)-(-14)|\lt \epsilon$.

Tyler Hilton
  • 2,737
André Nicolas
  • 507,029