No problem, glad I could help!

lionel_hutz
Messages
3
Reaction score
0

Homework Statement


Using the delta-epsilon definition of limits, prove that of lim f(x) = l and lim f(x) =m, then l=m

Homework Equations


Delta-epsilon definiition of the limit of f(x), as x approaches a:
For all e>0, there is a d s.t if for all x, |x-a|<d, then |f(x) -l|<e

The Attempt at a Solution


Suppose not. Then
(1): For all e>0, there is a d1 s.t. |f(x) - l|<e, provided |x-a|<d1 for all x
(2): For all e>0, there is a d2 s.t. |f(x) - m|<e, provided |x-a|<d2 for all x

I'm getting stuck at finding the delta that works for both of them. I see that the next step is to pick d=min(d1, d2), but I'm confused as to why this is the case

For instance, if d1=1, and d2=2, I don't see how d=1 would satisfy (2) above
 
Physics news on Phys.org
Given some ##\delta## that works in an epsilon-delta proof, you can always take a smaller delta, ##\delta'##, instead (since ##|x-a|<\delta' < \delta \rightarrow |x-a| < \delta##). So if ##\delta_1## works for (1) and ##\delta_2## works for (2), then ##min(\delta_1,\delta_2)## works for both.
 
LastOneStanding said:
Given some ##\delta## that works in an epsilon-delta proof, you can always take a smaller delta, ##\delta'##, instead (since ##|x-a|<\delta' < \delta \rightarrow |x-a| < \delta##). So if ##\delta_1## works for (1) and ##\delta_2## works for (2), then ##min(\delta_1,\delta_2)## works for both.

Alright, I see. I was thinking max and confusing myself, lol. Thanks!
 
Last edited:
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