What is the limit for Sin(1/x^n)?

  • Thread starter janakiraman
  • Start date
  • Tags
    Limits
In summary, the conversation discusses the concept of limits for the function Sin(1/x) and its variations. The limit for Sin(1/x) is not defined at x=0 due to its oscillating nature. The conversation also explores the idea of calculating limits for different variations such as sin(1/x^2), sin(1/x^3), etc. The use of a MATLAB graph to understand the pattern in oscillation is also mentioned. The conversation concludes with the understanding that the limit can be taken inside the function for all continuous curves.
  • #1
janakiraman
45
0
Hi

I have been trying to work with limits and i came across a problem where it was defined that the limit for Sin(1/x) is not defined at x=0. Well i completely understand that part because the function oscillates for any small limit near 0. But i don't really understand how to calculate the limit for x for example at 0.1. Because the function still oscillates and what would be the ideal limit value that i need to take so that the function will proceed towards value sin(1/0.1)? And how to calculate similarly for sin(1/x^2), sin(1/x^3) etc until Sin(1/x^n) for x=0.1 from the definition of limits.

I tried to do a MATLAB code and generate graph to see if there is a pattern in oscillation, but unfortunately i could not decode anything. I have attached the graph here, the blue curve indicates sin(1/x), red for sin(1/x^2), green for sin(1/x^3) and black for sin(1/x^4).

P.S: In my opinion i felt this problem does not fall into homework questions, but I'm extremely sorry if someone else feels that way
 

Attachments

  • limit problem.jpg
    limit problem.jpg
    64.7 KB · Views: 767
Physics news on Phys.org
  • #2
Sin(x) is a continuous function so
[tex]\lim_{x\rightarrow x_0} sin(\frac{1}{x})= sin(\lim_{x\rightarrow x_0}\frac{1}{x})[/tex]
That inner limit exist for all x0 except 0. The limit as x approaches 0.1 is just sin(1/0.1)= sin(10).

If x is close enough to 0.1, for example if 1/(0.1+ [itex]\pi[/itex]/2)< x< 1/(0.1- [itex]\pi[/itex]/2) on your graph (x, sin(1/x) ) is on ONE of the many oscillations shown on your graph and the others don't matter.
 
  • #3
hey thank you very much. infact even i realized the mistake in my question after i asked it :). But another question is the way you took the limit inside sin is possible for all continuous curves right?
 
  • #4
Yes, that's pretty much the definition of continuous!
 

FAQ: What is the limit for Sin(1/x^n)?

What is the limit of Sin(1/x^n) as x approaches infinity?

The limit of Sin(1/x^n) as x approaches infinity is 0. This is because as x gets larger and larger, 1/x^n approaches 0, and the sine function of 0 is also 0.

What is the limit of Sin(1/x^n) as x approaches 0?

The limit of Sin(1/x^n) as x approaches 0 is undefined. This is because as x approaches 0, 1/x^n approaches infinity, and the sine function of infinity is undefined.

How does the value of n affect the limit of Sin(1/x^n)?

The value of n affects the limit of Sin(1/x^n) by determining the rate at which 1/x^n approaches 0. As n increases, 1/x^n approaches 0 faster, resulting in a smaller limit. As n decreases, 1/x^n approaches 0 slower, resulting in a larger limit.

Can the limit of Sin(1/x^n) be negative?

Yes, the limit of Sin(1/x^n) can be negative. This occurs when the function is oscillating between positive and negative values as x approaches infinity or 0. The limit will be negative if the function is oscillating between positive and negative values an odd number of times, and it will be positive if the function is oscillating an even number of times.

How can I use the limit of Sin(1/x^n) in real-life applications?

The limit of Sin(1/x^n) can be used in real-life applications to model oscillating phenomena, such as the motion of a pendulum or the vibrations of a guitar string. It can also be used in signal processing to filter out high-frequency noise from a signal. Additionally, the concept of limits is fundamental in many areas of science and engineering, and understanding the limit of Sin(1/x^n) can help in solving more complex problems.

Similar threads

Back
Top