Understanding Delta Arguments in Limits for Beginners

  • Thread starter Thread starter dcl
  • Start date Start date
  • Tags Tags
    Delta
dcl
Messages
54
Reaction score
0
I'm really stuck when it comes to proving things with delta-N or delta-Epsilon arguments.

I think my biggest problem is that I don't really see how they work or 'how' they prove the 'limit' or what have you.

Would anyone be able to show me how to do some of the following questions and somewhat explain what is going on..

Use delta-N arguments to prove that:
\mathop {\lim }\limits_{n \to \infty } (n + 4)^2 =0

Use delta-epsilon arguements to prove that as x -> 3
5x \to 15

Guess the limit and Use delta-epsilon arguments to prove your guess correct.
<br /> \mathop {\lim }\limits_{x \to 4} \frac{1}{{1 + x^2 }}<br />

Many thanks in advance. My notes don't make it clear how I'm supposed to do this :(
 
Physics news on Phys.org
Well, first of all, you can't prove that
\mathop {\lim }\limits_{n \to \infty } (n + 4)^2 =0
because it is not true. It should be obvious that that sequence has no limit. (If you had "-2" as the exponent instead of 2, then it would go to 0.)

The definition of "limit of a function" is "Given ε> 0, there exist a δ>0 such that if |x- x0|< δ then |f(x)- L|< ε. The "standard" proof of limits that you see in books starts from |f(x)-L|< &epsilong; and works backwards, calculating δ to show that it exists.

To show that \mathop {\lim }\limits_{n \to 3 } 5x =15 we need to get to |5x-15|< ε. Of course, |5x-15|= 5|x-3| so |5x-15|< ε is the same as |x-3|< &epsilon/5. We can take δ= &epsilon;/5.

\mathop {\lim }\limits_{x \to 4} \frac{1}{{1 + x^2 }}
is considerably harder! First, because I know that \frac{1}{1+x^2} is a continuous function, I would "guess" that the limit is \frac{1}{1+4^2}= \frac{1}{17}.
That means I want to arrive at |/frac{1}{1+x^2}-/frac{1}{17}|&lt; \epsilon.

That is: |\frac{17- 1- x^2}{1+x^2}|= |\frac{x^2- 16}{1+x^2}|= |\frac{(x-4)(x+4)}{1+x^2}|= |x-4||\frac{x+4}{1+x^2}|&lt; \epsilon[\itex].<br /> <br /> The &quot;x-4&quot; term is exactly what we want. We have |x-4|&amp;lt; \epsilon\frac{x+4}{1+x^2}[\/tex] is close to 4, what must \frac{x+4}{1+x^2} be close to?
 
Last edited by a moderator:
HallsofIvy said:
\mathop {\lim }\limits_{x \to 4} \frac{1}{{1 + x^2 }}
is considerably harder! First, because I know that \frac{1}{1+x^2} is a continuous function, I would "guess" that the limit is \frac{1}{1+4^2}= \frac{1}{17}.
That means I want to arrive at |\frac{1}{1+x^2}-\frac{1}{17}|&lt; \epsilon.

That is: |\frac{17- 1- x^2}{1+x^2}|= |\frac{x^2- 16}{1+x^2}|= |\frac{(x-4)(x+4)}{1+x^2}|= |x-4||\frac{x+4}{1+x^2}|&lt; \epsilon.

The "x-4" term is exactly what we want. We have |x-4|&lt; \epsilon\frac{1+x^2}{x+4}; x is close to 4, what must \frac{1+x^{2}}{x+4} be close to?

Just removing a few beauty spots..
 
Last edited:
I've probably learned more math and physics from reading posts and working problems that people have difficulty with, than sitting passively in class for hours.
 
Last edited:
Thanks for that, think I'm getting the hang of it...
Yeh, the first limit problem was a typo, it was meant to be:
\mathop {\lim }\limits_{n \to \infty } (n + 4)^-2 =0
I don't suppose you could show me that, I 'think' I may have done it but I REALLY can't be sure :(
 
You must show, for arbitrary \epsilon&gt;0 that there exist an N so that for all n>N, \frac{1}{(n+4)^{2}}&lt;\epsilon :

1. \frac{1}{(n+4)^{2}} is decreasing with n

This should be fairly easy to prove!
Hence, if you are able to find an N which satisfy \frac{1}{(N+4)^{2}}&lt;\epsilon (for a given \epsilon&gt;0), you have also shown it for n>N

2. We want to find N so that:
\frac{1}{(N+4)^{2}}&lt;\epsilon

This inequality is equivelent to:
\frac{1}{\epsilon}&lt;(N+4)^{2}

Hence, we find the requirement on N:
N&gt;\sqrt{\frac{1}{\epsilon}}-4
 
Nice. I'm suprised it turned out to be that simple...
 
Back
Top