Find delta given epsilon limits

John O' Meara
Messages
325
Reaction score
0
I have started studying maths on my own using a University maths book that may not lend itself to self study. So I was hoping someone could help me with the following.abs{sqrt{x}-2} < .05 if 0 < abs{x-4} < delta. I rewrite this as abs{sqrt{x}-2} < .05 if abs{(sqrt{x}+2)(sqrt{x}-2)} < delta. epsilon =.05. So what is my next step? Thanks for the help.
 
Mathematics news on Phys.org
Here is one way you could go:

1. Forget about epsilon to begin with!

2. Instead, try to bound the function expression, i.e, |\sqrt{x}-2| in terms of a delta!

3. Now, we can start with:
|\sqrt{x}-2}|=\frac{|\sqrt{x}-2|*|\sqrt{x}+2|}{|\sqrt{x}+2|}=\frac{|x-4|}{\sqrt{x}+2}

4. Now, consider the fraction we arrived at in 3, which is equal to our original function expression.
Can we BOUND this in terms of delta, if we ASSUME that we have the general bound 0&lt;|x-4|&lt;\delta?

Sure we can!

Evidently, we have: \frac{|x-4|}{\sqrt{x}+2}&lt;\frac{\delta}{\sqrt{x}+2}

Agreed thus far?

5. WHAT ABOUT THE DENOMINATOR?

Remember that \sqrt{x}&gt;0, so clearly, we have \sqrt{x}+2&gt;2

But, therefore, we must have:
\frac{\delta}{\sqrt{x}+2}&lt;\frac{\delta}{2}!

6. RECAPITULATION:

We have proven that IF 0&lt;|x-4|&lt;\delta, THEN we have:
|\sqrt{x}-2|&lt;\frac{\delta}{2}

7. INTRODUCTION OF EPSILON:

Now, obviously, as long as delta fulfils \delta&lt;2\epsilon, we get:
|\sqrt{x}-2|&lt;\frac{\delta}{2}&lt;\frac{2\epsilon}{2}=\epsilon

Thus, we have proved the continuity of our function at x=4, AND also, that by setting \delta&lt;2\epsilon, we are ensured that our function expression will be bounded by epsilon.

8. TRANSLATION INTO CASE EPSILON=0.5
Just set delta=2*0.5=1 (yes, the equality works, too here), that is, we are in the interval 3<x<5.

Then, we are ensured that our expression is bounded by 0.5
 
Thanks for helping arildno
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top