Prove rigorously: $\displaystyle \lim_{x\rightarrow 2}x^2+5x=14$
I am using an epsilon-delta proof, and this is as far as I got:
$|f(x)-L|<\epsilon$
$|x^2+5x-14|<\epsilon$
$|x-2||x+7|<\epsilon$
And I bound $|x+7|$,
$0<|x-c|<\delta$
$0<x-2<1$
Add $9$ to all sides.
$10<x+7<11$
And, according to my instructor, I assume the largest number because it is not in the denominator,
$|x-2||x+7|<\epsilon$
$|x-2|\cdot11<\epsilon$
$|x-2|<\frac{\epsilon}{11}$
How do I finish the proof?
We want that given $\epsilon$, then $|x-2|<\delta $ imply $|x^2+5x-14|<\epsilon$, then $x-2<\delta$ adding $9$, $x+7<\delta +9$ then $|x-2||x+7|<(9+ \delta)\delta $, then you should take $\epsilon = (9+\delta )\delta$. So you take the positive root of the polynomial equation to find $\delta $ approprieted. It's possible, because you need to think only on little value for $\epsilon$.