tomcenjerrym
- 37
- 0
I made the following Limit problem by myself and just for practice. However, I found some question on it. Please take a look:
lim_{x\rightarrow 2} (x^2 - 9) = -5
And the solutions (by myself):
|f(x) - L| < \epsilon
|(x^2 - 9) - (-5)| < \epsilon
|x^2 - 9 + 5| < \epsilon
|x^2 - 4| < \epsilon
-\epsilon < x^2 - 4 < \epsilon
-\epsilon + 4 < x^2 < \epsilon + 4
It gets more complicated since the inequality in the QUADRATIC form.
Thus,
\sqrt{-\epsilon + 4} < \sqrt{x^2} < \sqrt{\epsilon + 4}
\sqrt{-\epsilon + 4} < |x| < \sqrt{\epsilon + 4}
Divide by 2 form:
FIRST
-\sqrt{\epsilon + 4} < x < \sqrt{\epsilon + 4}
SECOND
x > \sqrt{-\epsilon + 4} and x < -\sqrt{-\epsilon + 4}
So, can anyone check my answer whether it’s true or not?
lim_{x\rightarrow 2} (x^2 - 9) = -5
And the solutions (by myself):
|f(x) - L| < \epsilon
|(x^2 - 9) - (-5)| < \epsilon
|x^2 - 9 + 5| < \epsilon
|x^2 - 4| < \epsilon
-\epsilon < x^2 - 4 < \epsilon
-\epsilon + 4 < x^2 < \epsilon + 4
It gets more complicated since the inequality in the QUADRATIC form.
Thus,
\sqrt{-\epsilon + 4} < \sqrt{x^2} < \sqrt{\epsilon + 4}
\sqrt{-\epsilon + 4} < |x| < \sqrt{\epsilon + 4}
Divide by 2 form:
FIRST
-\sqrt{\epsilon + 4} < x < \sqrt{\epsilon + 4}
SECOND
x > \sqrt{-\epsilon + 4} and x < -\sqrt{-\epsilon + 4}
So, can anyone check my answer whether it’s true or not?