Proving the Limit of (x^2-1)=3 using Epsilon-Delta Definition

  • Thread starter Thread starter 0range
  • Start date Start date
  • Tags Tags
    Exercise Limit
AI Thread Summary
To prove that lim (x^2-1) = 3 as x approaches -2 using the epsilon-delta definition, it is necessary to establish a relationship between E (epsilon) and D (delta). The goal is to find D such that if |x + 2| < D, then |(x^2 - 4)| < E. The discussion highlights that if |x + 2| < 1, then |x - 2| can be bounded, leading to the conclusion that |(x + 2)(x - 2)| can be controlled. The key insight is that taking D = min{E/5, 1} ensures the limit condition is satisfied. This approach clarifies how to manipulate the inequalities to achieve the desired limit proof.
0range
Messages
11
Reaction score
0

Homework Statement



Prove each statement using the epsilon delta definition of limit.

lim (x^2-1)=3
x -> -2



Homework Equations





The Attempt at a Solution



Given E > 0, we need D > 0 such that if |x-(-2)|&lt;D then |(x^2-4|&lt;E.

If |x+2|&lt;1, then -1&lt;x+2&lt;1 -5&lt;x-2&lt;-3 |x-2|&lt;5.

Here's where I'm lost... my answer key says to take D=min{E/5,1} but I don't understand why this is.

Thanks in advance.
 
Physics news on Phys.org
0range said:

Homework Statement



Prove each statement using the epsilon delta definition of limit.

lim (x^2-1)=3
x -> -2



Homework Equations





The Attempt at a Solution



Given E > 0, we need D > 0 such that if |x-(-2)|&lt;D then |(x^2-4|&lt;E.

If |x+2|&lt;1, then -1&lt;x+2&lt;1 -5&lt;x-2&lt;-3 |x-2|&lt;5.

Here's where I'm lost... my answer key says to take D=min{E/5,1} but I don't understand why this is.

Thanks in advance.

So if |x+2| < 1 what would be your overestimate for

|x2 - 4| = |(x+2)(x-2)| ?

This is what you are trying to make small. How close to -2 does x have to be?
 
Sorry... I don't know how to figure that out.
 
You want to make |(x+2)(x- 2)|&lt; \epsilon. That's the same as |x+ 2|&lt; \epsilon/|x- 2|

Now, you have calculated that -5< x- 2< -3 so that 3<|x- 2< 5. The one you really want is 3< |x- 2|. That way, 1/|x- 2|> 1/3 and so \epsilon/|x-2|&gt; \epsilon/3.
 
Last edited by a moderator:
LCKurtz said:
So if |x+2| < 1 what would be your overestimate for

|x2 - 4| = |(x+2)(x-2)| ?

This is what you are trying to make small. How close to -2 does x have to be?

0range said:
Sorry... I don't know how to figure that out.

If |x+2| < 1 you have shown that |(x-2)| < 5. So

|x2 - 4| = |(x+2)(x-2)| < 5|(x+2)|

How small does |x+2| need to be to make this less than \epsilon? Answer that and you will see where the book's answer comes from.
 
I think I get it now... when I'm home from work I'll sit down, work through it and post the answer.

Thanks again, your help is very appreciated guys.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top