1

The textbook I'm reading gives no proof of the limit being 1 apart from a flimsy 0/0, and has covered only the "epsilon" and sandwich test for convergence to a particular limit.

Do not rearrange to turn $n$ into $\frac{1}{n}$, that is the source of the flimsy $0/0$ argument.

DeepSea
  • 77,651
Nethesis
  • 3,986

2 Answers2

4

Hint: $$\lim_{x\to 0}\frac{\sin x}x=1.$$

-1

Hint: $\sin \left(\dfrac{1}{n}\right) \approx_{0} \dfrac{1}{n} - \dfrac{1}{2!}\cdot \dfrac{1}{n^2} + \dfrac{1}{3!}\cdot \dfrac{1}{n^3}- ......\Rightarrow n\sin \left(\frac{1}{n}\right) \approx_0 1 - \dfrac{1}{2n} + \dfrac{1}{6n^2} - ....--$

DeepSea
  • 77,651
  • That's...a lot more satisfactory – Nethesis Dec 09 '14 at 08:49
  • @Nethesis A warning for this answer: it uses more advanced mathematics than L'Hospital's rules. In effect, if you are using this, you are using a mathematical tool (the Taylor series) from which L'Hospital trivially follows, so if you don't yet know how to use L'Hospital, don't use this. – 5xum Dec 09 '14 at 08:55
  • I know, that's why I'm not completely satisfied – Nethesis Dec 09 '14 at 09:04