Limit of function ( sandwich method)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Дьявол
Messages
365
Reaction score
0
limit of function ("sandwich" method)

Homework Statement



Using the "sandwich" method prove that [tex]\lim_{n\rightarrow \propto }(\frac{sin(n)}{n})=0[/tex]

Homework Equations



[tex]x_n \leq y_n \leq z_n[/tex]

[tex]\lim_{n\rightarrow \propto }(x_n) \leq \lim_{n\rightarrow \propto }(y_n) \leq \lim_{n\rightarrow \propto }(z_n)[/tex]

The Attempt at a Solution



I am honestly little bit confused at this point.

If the answer is:

[tex]\frac{-1}{n} \leq \frac{sin(n)}{n} \leq \frac{1}{n}[/tex]

then my question is if [itex]n=-\frac{\pi}{4}[/itex] then [tex]\frac{-1}{-0.785}[/tex] will be not less or equal to [tex]\frac{\sqrt{2}}{2*(-0.785)}[/tex], where -0.785=[itex]-\frac{\pi}{4}[/itex], where [itex]\pi \approx 3.14[/itex].

Thanks in advance.
 
Last edited:
Physics news on Phys.org


[itex]-1/n\le sin(n)/n\le 1/n[/itex] for n positive. Obviously, if n is negative, just [itex]-1/n\le 1/n[itex]is not true! Your use of [itex]x\rightarrow \propto[/itex] is a little confusing. Did you mean [itex]\infty[/itex]? Even if you do not interpret n as necessarily being positive, if n is "going to [itex]\infty[/itex]" eventually, for some finite N, if n> N, n will be positive. And you can always drop any finite number of terms in an infinite sequence without changing the limit.[/itex][/itex]
 


Thanks for the posts. I see now, it was my mistake if an=sin(n)/n, an is progression where n are positive integer numbers. So if:
[tex]-1 \leq sin(n) \leq 1[/tex]
then divided by n, I'll get:
[tex]-1/n \leq sin(n)/n \leq 1/n[/tex]
Sorry for the symbol, I misspelled it, since I don't cover LaTeX too good at this moment.
Thanks for the help.