roadworx
- 20
- 0
Homework Statement
Use the precise definition to show
lim (x^2+3x) = 10
x\rightarrow2
The Attempt at a Solution
Let \epsilon > 0
x^2 + 3x - 10 < \epsilon
(x-2)^2 = x^2 - 4x + 4
This doesn't equal the equation. Add 7x, -14
\left| x-2 \right| ^2 + 7 \left| x-2 \right|
So far it's alright. Now I need to get a value for \delta
\epsilon = \delta^2 + 7 \delta
Now I'm totally confused. Normally I've used simply \delta expressions like \delta = \epsilon/2. What should I say my \delta is equal to in this case, and why?
So \left| (x^2 + 3x) -10 \right| < \delta^2 + 7 \delta
Any help?