Limiting Behavior of xsin(1/x)

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Behavior
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the limit of the function \( \lim_{x \to 0} x \sin\left(\frac{1}{x}\right) \). Participants explore the behavior of the sine function as its argument approaches infinity and the implications for the limit as \( x \) approaches zero.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants attempt to rewrite the limit in different forms and question the validity of using certain limit properties. There are discussions about the oscillatory nature of the sine function and its bounds, as well as the application of the Sandwich Theorem to establish the limit.

Discussion Status

The discussion is active, with various interpretations being explored. Some participants suggest using inequalities to support their reasoning, while others express uncertainty about the correctness of their arguments. There is no explicit consensus on the limit's value, but several participants are working towards a clearer understanding.

Contextual Notes

Participants note the importance of considering the behavior of \( \sin\left(\frac{1}{x}\right) \) as \( x \) approaches zero and the implications of its oscillation between -1 and 1. There is also mention of the need for careful handling of limits involving functions that approach zero.

utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


\lim_{x->0} x\sin\frac{1}{x}


The Attempt at a Solution



I can rewrite the function as \dfrac{\sin\frac{1}{x}}{1/x}

But this can't be equal to 1 as the argument tends to infinity.
 
Physics news on Phys.org
utkarshakash said:

Homework Statement


\lim_{x->0} x\sin\frac{1}{x}


The Attempt at a Solution



I can rewrite the function as \dfrac{\sin\frac{1}{x}}{1/x}

But this can't be equal to 1 as the argument tends to infinity.

Hint: How big can ##|\sin \frac 1 x|## be?
 
LCKurtz said:
Hint: How big can ##|\sin \frac 1 x|## be?

It will oscillate between -1 and 1. So the maximum absolute value can be 1.
 
LCKurtz said:
Hint: How big can ##|\sin \frac 1 x|## be?

utkarshakash said:
It will oscillate between -1 and 1. So the maximum absolute value can be 1.

So...?
 
I would use \lim_{x\rightarrow a} (f(x) \cdot g(x)) = \lim_{x\rightarrow a} f(x) \cdot \lim_{x\rightarrow a} g(x) to tackle this problem personally.
 
Yanick said:
I would use \lim_{x\rightarrow a} (f(x) \cdot g(x)) = \lim_{x\rightarrow a} f(x) \cdot \lim_{x\rightarrow a} g(x) to tackle this problem personally.

Bad idea.
 
Oops! :redface: Sorry, you can't use that property. I will go hang my head in shame.
 
LCKurtz said:
So...?

But what about 1/x contained in the denominator? It tends to infinity as x approaches zero. How do I find limit then?
 
Your original problem is ##x\sin\frac 1 x##. Use that.
 
  • #10
it's better to think about:
lim_{x\rightarrow 0^{+}} f(x) = lim_{x\rightarrow 0^{-}} f(x)=A
then lim_{x\rightarrow 0} f(x)=A
 
  • #11
LCKurtz said:
Your original problem is ##x\sin\frac 1 x##. Use that.

When x approaches 0 sin(1/x) approaches 1. So the limit should be 0, right?
 
  • #12
utkarshakash said:
When x approaches 0 sin(1/x) approaches 1. So the limit should be 0, right?

The answer is correct but the reasoning is not, IMO.

As x approaches 0+ (or 0-), 1/x approaches infinity (or -infinity) but sin(1/x) approaches some value between -1 and 1 which is a finite number and a finite number multiplied with 0 is zero.
 
  • #13
Pranav-Arora said:
The answer is correct but the reasoning is not, IMO.

As x approaches 0+ (or 0-), 1/x approaches infinity (or -infinity) but sin(1/x) approaches some value between -1 and 1 which is a finite number and a finite number multiplied with 0 is zero.

But the correct answer is 1 according to the solution. :frown:
 
  • #15
utkarshakash said:
But the correct answer is 1 according to the solution. :frown:

Then that "correct answer" is incorrect. The limit of your expression is 0.

But if the limit is taken as x →∞, then the answer is indeed 1. You sure this wasn't the question?
 
  • #16
Curious3141 said:
Then that "correct answer" is incorrect. The limit of your expression is 0.

But if the limit is taken as x →∞, then the answer is indeed 1. You sure this wasn't the question?

I too think the given answer is incorrect.
 
  • #17
@utkarshakash: The correct answer is zero, but you haven't given a good argument for it yet. Write down some inequalities.
 
Last edited:
  • #18
Just take abs(xsin(1/x))=<abs (x).
 
  • #19
LCKurtz said:
@utkarshakash: The correct answer is zero, but you haven't given a good argument for it yet. Write down some inequalities.

I tried to apply Sandwich Theorem. Here's my attempt:

-1 \leq \sin \frac{1}{x} \leq 1 \\<br /> -x \leq \sin \frac{1}{x} \leq x \\<br /> lim_{x \to 0} -x = lim_{x \to 0} x = 0

The limit should therefore be 0.

Is my reasoning correct?
 
  • #20
utkarshakash said:
I tried to apply Sandwich Theorem. Here's my attempt:

-1 \leq \sin \frac{1}{x} \leq 1 \\<br /> -x \leq \color{red}{x}\sin \frac{1}{x} \leq x

That only follows from the first inequality if ##x\ge 0##.

<br /> lim_{x \to 0} -x = lim_{x \to 0} x = 0

So that would only work for ##x\to 0^+##.

The limit should therefore be 0.

Is my reasoning correct?

It is possible to fix that argument, but much easier to work with ##\left| x\sin(\frac 1 x)\right|##.

[Edit] Note lurflurf's following comment about the missing ##x## which I just added.
 
Last edited:
  • #21
That is good except for a typo, it should read
$$-1 \leq \sin \frac{1}{x} \leq 1 \\
-x \leq x\, \sin \frac{1}{x} \leq x \\
lim_{x \to 0} -x = lim_{x \to 0} x = 0$$

edit: The inequality changes sign at x=0
 
Last edited:
  • #22
LCKurtz said:
That only follows from the first inequality if ##x\ge 0##.



So that would only work for ##x\to 0^+##.



It is possible to fix that argument, but much easier to work with ##\left| x\sin(\frac 1 x)\right|##.

[Edit] Note lurflurf's following comment about the missing ##x## which I just added.

0 \leq \left|\sin(\frac 1 x)\right| \leq 1 \\<br /> 0 \leq \left|x\sin(\frac 1 x)\right| \leq |x|

Applying Sandwich Theorem now would give the answer 0. I think I'm correct this time .
 
  • #23
utkarshakash said:
0 \leq \left|\sin(\frac 1 x)\right| \leq 1 \\<br /> 0 \leq \left|x\sin(\frac 1 x)\right| \leq |x|

Applying Sandwich Theorem now would give the answer 0. I think I'm correct this time .

In general, whene you have a clogged function (like \sin or \cos) times 0 the \lim will be 0. It is usefull to think like this! Taking the inequalities and sandwich theorem will allways help!

I usually face these limits like this: |x \sin(\frac 1 x) | \leq |x| ⇔ -|x| \leq x \sin(\frac 1 x) \leq |x|
Then you apply the sandwich theorem exactly as you did. Allthough I best like your method this is supposed to work a lot more times I think. Plus you take the \lim_{x \to α} f(x) instead of \lim_{x \to α} |f(x)|
 
Last edited:
  • #24
vthem said:
In general, whene you have a clogged function (like \sin or \cos) times 0 the \lim will be 0. It is usefull to think like this! Taking the inequalities and sandwich theorem will allways help!

I usually face these limits like this: \abs{x \sin(x) } \left \abs{x} ⇔ -\abs{x} \left x \sin(x) \left \abs{x}
Then you apply the sandwich theorem exactly as you did. Allthough I best like your method this is supposed to work a lot more times I think.

I don't know what is wrong with the latex :confused::eek::cry:

Can you please format your equations correctly? I can't understand it.
 
  • #25
utkarshakash said:
Can you please format your equations correctly? I can't understand it.

I just edited it!
 
  • #26
vthem said:
I just edited it!

Thanks! You explained it pretty well.
 
  • #27
utkarshakash said:
0 \leq \left|\sin(\frac 1 x)\right| \leq 1 \\<br /> 0 \leq \left|x\sin(\frac 1 x)\right| \leq |x|

Applying Sandwich Theorem now would give the answer 0. I think I'm correct this time .

Good. Much better than your earlier argument.
 

Similar threads

Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K