Proving limits with epsilon and delta

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
1 reply · 1K views
LBloom
Messages
169
Reaction score
0

Homework Statement



Prove that as x approaches 0, sin(1/x) has no limit.

Homework Equations



|x-a|<d and f(x)-L<e

The Attempt at a Solution



my teacher explained it, but i didnt quite get where the contradiction is at the end. We chose epsilon to be 1/2
 
Physics news on Phys.org
Following your teacher's hint, assume that
[tex]\lim_{x\to 0} \sin(1/x) = L.[/tex]
Then for every ε>0, there exists a η>0 such that 0<|x-0|<η implies |sin(1/x)-L|<ε. Now, let ε=1/2. Then there exists a δ>0 such that 0<|x|<δ implies |sin(1/x)-L|<1/2.

Now that I've started it, can you keep it going until you get a contradiction?