0
$\begingroup$

I want to find out $\displaystyle\lim_{x \to +\infty} x \sin x$. Now, this doesn't exist, but I'm not sure how to transform the definition of limit to something that lets me prove that the limit doesn't exist. This is the definition I use, for the record:

We say that $\displaystyle\lim_{x \to +\infty} f(x) = l$ if $\forall \epsilon > 0, \exists M > 0$ such that x > M \implies |f(x)-l| < \epsilon.

This isn't exactly $\epsilon-\delta$, it's more like $\epsilon - M$, but it's the same idea. My problem is: how to use this to prove that the limit doesn't exist? I know that I would have to begin like this:

We say that $\displaystyle\lim_{x \to +\infty} f(x)$ doesn't exist if $\exists \epsilon>0$ such that $\forall M > 0$ . . .

And I don't know how to continue.

Edit: I want to clarify something: while I am indeed trying to prove the nonexistence of $\displaystyle\lim_{x \to +\infty} x \sin x$, the point of this question was to be able to use the definition to prove the nonexistence of any limit, not just this one.

  • 0
    @DavidMitra: Please post that as an answer, it's pretty much what I'm looking for.2012-04-14

3 Answers 3

0

You can define two different sequences that diverge to infinity and show that $f(x_n)$ and $f(y_n)$ have different limits. Work with properties of $sin$ here.

2

Just notice that you can make $\pi n$ and $\frac{\pi n}{2}$ arbitrarily large yet $\displaystyle \pi n \sin\pi n=0$ and $\displaystyle \frac{\pi n}{2}\sin \left(\frac{\pi n}{2} \right)=\frac{\pi n}{2}$.

EDIT: To see why this solves your question suppose that the limit exists and equals $L$. Then, there exists $M$ such that $x>m$ implies that |x\sin(x)-L|<.5 and so evidently if $x,y>M$ then |x\sin(x)-y\sin(y)|<1. See how this stands up with $x=\pi M$ and $y=\frac{\pi M}{2}$.

  • 0
    What about the case where $L=\infty$?2014-05-02
2

$\lim\limits_{x\rightarrow\infty} f(x)\ne L$ would mean that there is an $\epsilon>0$ such that for any $M>0$, there is an $x>M$ so that $|f(x)-L|\ge \epsilon$.

To use the above to show that $\lim\limits_{x\rightarrow\infty} f(x)$ does not exist, you would have to show that $\lim\limits_{x\rightarrow\infty} f(x)\ne L$ for any number $L$.

For your purposes, with $f(x)=x\sin x$, let $L$ be any number. We will show that $\lim\limits_{x\rightarrow\infty} f(x)\ne L$. Towards this end, take $\epsilon=1$. Now fix a value of $M$. Using Alex's answer, you can find an $x>M$ so that $|f(x)-L|\ge1$.

Thus $\lim\limits_{x\rightarrow\infty} f(x)$ does not exist.

(The limit might be infinite (it isn't, see Alex's answer again); but this is another matter...)