Epsilon delta to N & M Definition

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
prasannaworld
Messages
21
Reaction score
0
Okay for a simple finite limit: e.g.
lim (3x) = 3
x->1

in the end I say:

"Therefore for every |x - 3| < delta, there exists an epsilon such that |3x-3| < epsilon"

Hence I can make delta really really small and the y bounds of epsilon will constrain the limit.



So let's come to the example I saw in an article
lim (SQRT(x)) = INF
x-INF

Okay so:
x > N - x is greater than any positive integer
Match N with M^2
x > M^2
SQRT(x) > M

Okay so how will I make my statement?
 
Physics news on Phys.org
so you are trying to prove that:

[tex]\lim_{x\rightarrow \infty}\sqrt{x}=\infty[/tex] right?

What we want to prove is that [tex]\forall N>0, \exists M>0[/tex] such that whenever

[tex]x>M, \sqrt{x}>N[/tex]


By observation we have, as you pointed out:[tex]\sqrt{x}>N=> x>N^2[/tex]

so our statement would be

[tex]\forall N>0, \exists M=N^2>0[/tex] such that whenever

[tex]x>M=N^2=>\sqrt{x}>N[/tex]
 
Yes. That is what I wanted. Still I think the best way for me to get this is convince myself by trying to prove a false limit (I obviously should not be able to...)