JG89
- 724
- 1
Homework Statement
Prove using the epsilon-delta definition of a limit that 0 is the limit as x approaches 2 of x^2 - 4
Homework Equations
The Attempt at a Solution
I've never actually done a limit proof like this before, so I just want to make sure that it's correct.
|x^2 - 4| = |x-2||x+2| < \delta |x+2|.
We can restrict the size of our delta-interval small enough so that for a fixed quantity c, \delta < c and 0 <= 2 - c. Since \delta < c then 2 - c < 2 - \delta and 2 + \delta < 2 + c, and so 2 - c < x < 2 + c \Rightarrow |x + 2| < |4 + c|, and so \delta |x+2| < \delta |4 + c| = \epsilon and taking \delta = \frac{\epsilon}{4+c} shows that we can always find a suitable delta such that for each epsilon > 0, |x^2 - 4| < epsilon whenever |x-2| < delta
How's this look?