Limit Proofs: Understanding Epsilon-Delta Proofs for Calculus

  • Thread starter Thread starter new_at_math
  • Start date Start date
  • Tags Tags
    Limit Proofs
new_at_math
Messages
9
Reaction score
0
I just have a general question about limit proof using epsilon delta proofs

It generally follows the algorithm from this website:http://www.milefoot.com/math/calculus/limits/DeltaEpsilonProofs03.htm

focusing on the first example(example using linear functions)
The first table I get, but is the second table necessary, it basically restates the given?
it seems analogous to x + 1 = 3
x = 2
and then subbing 2 in for x
 
Physics news on Phys.org
The first table is basically your working version that you scribble on the back of an envelope to find the value of ##\delta##.
The second table is the actual proof that you can publish (or write on an exam). Note that it is basically your "working version" backwards, i.e. whereas you derived delta to make sure the proof will work, in the formal proof you just state it as if it appeared by magic and then proceed to show that it actually works.
 
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