How to Prove a Limit in Calculus

  • Thread starter Thread starter djh101
  • Start date Start date
djh101
Messages
158
Reaction score
5

Homework Statement


Prove the limit. I'm not entirely sure how to prove limits, the book doesn't go into much detail.


Homework Equations


Lim x→9 √(x-5) = 2


The Attempt at a Solution


Prove |x - 9| < δ

|√(x-5) - 2| < ε
2 - ε < √(x - 5) < 2 + ε
ε2 - 4ε + 4 < x - 5 < ε2 + 4ε + 4
ε2 - 4ε < x - 9 < ε2 + 4ε
δ = ε2 + 4ε
 
Physics news on Phys.org
djh101 said:
Lim x→9 √(x-5) = 2

For proving limits, you need to show that, for all \varepsilon &gt; 0, there exists a \delta &gt; 0 such that

|x - 9| &lt; \delta \implies |\sqrt{x - 5} - 2| &lt; \varepsilon

So to begin, choose an \varepsilon &gt; 0. Then you need to choose a \delta &gt; 0 such that the above implication is true.
 
djh101 said:

Homework Statement


Prove the limit. I'm not entirely sure how to prove limits, the book doesn't go into much detail.

Homework Equations


Lim x→9 √(x-5) = 2

The Attempt at a Solution


Prove |x - 9| < δ
No, that isn't what you are trying to prove. The problem is to figure out a δ > 0 that will make your next inequality true if 0 < |x - 9| < δ.

|√(x-5) - 2| < ε
You can tell by looking that if x is close to 9 then |√(x-5) - 2| will be close to zero, but how close x needs to be to 9 depends on how small ε is. The next few steps might be called an exploratory argument

2 - ε < √(x - 5) < 2 + ε
ε2 - 4ε + 4 < x - 5 < ε2 + 4ε + 4
ε2 - 4ε < x - 9 < ε2 + 4ε
δ = ε2 + 4ε

Without multiplying those squares out you have

(2-ε)2 - 4 < x - 9 < (2+ε)2 - 4

Notice that the left side is negative (at least if ε < 2) and the right side is positive, so this is almost n the form

-δ < x - 9 < δ

but the δ on the left would be 4 - (2-ε)2 and the δ on the right is (2+ε)2 - 4

Figure out which of those is the smaller and use it for δ. Then you can reverse your argument like this:

Given ε > 0 let δ = [your minimum value here]. Then if |x - 9| < δ [work your steps backwards here to end up with |√(x-5) - 2| < ε.
 
Last edited:
Okay, so I've come down to δ1 = -ε2 + 4ε and δ2 = ε2. δ1 will be smaller so δ = -ε2 + 4ε.

So, \forall ε > 0, \exists δ = -ε2 + 4ε > 0 such that |\sqrt{x - 5} - 2| < ε whenever |x - 9| < δ, therefore Lim x→4 (9-x) = 5.

Am I on the right track?
 
djh101 said:
Okay, so I've come down to δ1 = -ε2 + 4ε and δ2 = ε2. δ1 will be smaller so δ = -ε2 + 4ε.

So, \forall ε > 0, \exists δ = -ε2 + 4ε > 0 such that |\sqrt{x - 5} - 2| < ε whenever |x - 9| < δ, therefore Lim x→4 (9-x) = 5.

Am I on the right track?

Word it like this. Given ε > 0, let δ = -ε2 + 4ε. (People will think WOW! Where did that come from because you aren't going to show them that scratch paper with the exploratory argument.) But at this point, you can't just assert |\sqrt{x - 5} - 2| < ε whenever |x - 9| < δ because why would anyone believe you? You have to show the steps working backwards in your exploratory argument. So the next step would be to show, explaining how you know, that if |x - 9| < δ then

(2-ε)2 - 4 < x - 9 < (2+ε)2 - 4

so you can proceed working backwards to your conclusion:
|\sqrt{x - 5} - 2| < ε
 
Okay, I think I get it. Thanks you.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top