Prove that lim x -> 0 sin (1/x) doesn't exist

  • Thread starter Thread starter Portuga
  • Start date Start date
  • Tags Tags
    Sin
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
7 replies · 8K views
Portuga
Messages
56
Reaction score
6

Homework Statement


prove that
[tex] <br /> \lim_{x\rightarrow 0} \sin \left( \frac{1}{x} \right)<br /> [/tex] doesn't exist.

Homework Equations


[tex] \lim_{x\rightarrow0}\sin\left(\frac{1}{x}\right)=\lim_{u\rightarrow\infty}\sin u[/tex]

The Attempt at a Solution


My strategy to solve this problem is to make [itex]u \rightarrow \infty[/itex] through different paths and show that the limits are different.
So, first one is [itex]a_{u}=\frac{\pi}{2}+2\pi u,\,u\in\mathbb{N}[/itex]. Second one is [itex] b_{u}=u\pi,\,u\in\mathbb{N}[/itex].
Both these have the same behavior as [itex]u \rightarrow \infty[/itex]:
[tex] <br /> \lim_{u\rightarrow\infty}a_{u}=\lim_{u\rightarrow\infty}b_{u}=\infty.<br /> [/tex]
For with first one,
[tex] \begin{aligned}\lim_{u\rightarrow\infty}\sin a_{u} & =\lim_{u\rightarrow\infty}\sin\left(\frac{\pi}{2}+2\pi u\right)\\ & =\lim_{u\rightarrow\infty}\sin\left(\frac{\pi}{2}\right)\cos2\pi u+\sin2\pi u\cos\left(\frac{\pi}{2}\right)\\ & =\lim_{u\rightarrow\infty}\sin\left(\frac{\pi}{2}\right)\cos2\pi u+\lim_{u\rightarrow\infty}\sin2\pi u\cos\left(\frac{\pi}{2}\right)\\ & =\lim_{u\rightarrow\infty}\cos2\pi u+\lim_{u\rightarrow\infty}\sin2\pi u\cos\left(\frac{\pi}{2}\right). \end{aligned}[/tex]

The limit [itex] \lim_{u\rightarrow\infty}\sin2\pi u\cos\left(\frac{\pi}{2}\right)[/itex] tends to 0, as [itex] \cos\left(\frac{\pi}{2}\right)[/itex] tends to 0, and [itex] \sin2\pi u[/itex] is limited both upper and lower bound.

Therefore, [tex] \lim_{u\rightarrow\infty}\sin a_{u}=1.[/tex]

Now, [tex] \lim_{u\rightarrow\infty}\sin b_{u}=\lim_{u\rightarrow\infty}\sin u\pi=0,[/tex] as, [itex]\forall u, u\pi[/itex] is an multiple of [itex]\pi[/itex], which [itex]\sin[/itex] is null.
Then, [tex] \lim_{u\rightarrow\infty}\sin b_{u}=0.[/tex]
Because of these two different results for different paths, it's true that [tex] \nexists\lim_{x\rightarrow0}\sin\frac{1}{x}.[/tex]

Am I correct?
Thanks in advance!
 
Last edited:
Physics news on Phys.org
It looks okay, but could have been a lot simpler:

##\sin(\frac{\pi}{2} + 2\pi u) = \sin{\frac{\pi}{2}} = 1##

Also, you could just let ##a_u = \frac{1}{\frac{\pi}{2} + 2\pi u}## and keep the limits going to ##0##.
 
  • Like
Likes   Reactions: Portuga
You are overthinking this. The individual functions are constant, their limit is easy to find.
Directly using sequences for the original function is better, because it avoids issues with the sign change at 0.
 
  • Like
Likes   Reactions: Portuga
mfb said:
You are overthinking this. The individual functions are constant, their limit is easy to find.
Directly using sequences for the original function is better, because it avoids issues with the sign change at 0.
You mean, I should use [itex] a_{u}=\frac{1}{\frac{\pi}{2}+2\pi u},\,u\in\mathbb{N}[/itex] and [itex] \lim_{x\rightarrow0}\sin\frac{1}{x}[/itex] since the beginning, correct?
 
PeroK said:
It looks okay, but could have been a lot simpler:

##\sin(\frac{\pi}{2} + 2\pi u) = \sin{\frac{\pi}{2}} = 1##

Also, you could just let ##a_u = \frac{1}{\frac{\pi}{2} + 2\pi u}## and keep the limits going to ##0##.
 
Portuga said:
You mean, I should use [itex] a_{u}=\frac{1}{\frac{\pi}{2}+2\pi u},\,u\in\mathbb{N}[/itex] and [itex] \lim_{x\rightarrow0}\sin\frac{1}{x}[/itex] since the beginning, correct?

I thought you were using the idea of finding two sequences that converge to 0 but for which the two sequences of function values converge to different values. That looks fine as an approach. Changing the limit to ##\infty## requires a bit more justification.
 
  • Like
Likes   Reactions: Portuga
PeroK said:
I thought you were using the idea of finding two sequences that converge to 0 but for which the two sequences of function values converge to different values. That looks fine as an approach. Changing the limit to ##\infty## requires a bit more justification.
Yes, that's exactly what's my initial approach was: two sequences converging to same value, but producing different limits with [itex]\sin \left( \frac{1}{x} \right)[/itex].
 
Portuga said:

Homework Equations


[tex] \lim_{x\rightarrow0}\sin\left(\frac{1}{x}\right)=\lim_{u\rightarrow\infty}\sin u[/tex]

One minor problem is that:

[tex] \lim_{x\rightarrow0+}\sin\left(\frac{1}{x}\right)=\lim_{u\rightarrow\infty}\sin u[/tex]

This is not fatal to your proof, but what you have is not quite right. It's better to stick with sequences going to 0.