4

I need to find the following limit : $$\lim_{x\to \infty}\left(2^x\cdot \sin\left(\frac{b}{2^x}\right)\right)$$

I have tried it but I keep getting stuck, so any help would be helpful! Thank you!

Zeemz97
  • 43
  • 5
  • 1
    Try writing it as $\lim_{x\to\infty}\frac{\sin(b\cdot 2^{-x})}{2^{-x}}$ and applying L'Hospital's rule. You may also find a change of variables useful. – DMcMor Mar 20 '17 at 20:05

2 Answers2

3

By substituting $u = 2^x$, this is $$\lim_{u \to \infty} u \sin \left(\frac{b}{u} \right)$$

You can do this by L'Hôpital: $$\lim_{u \to \infty} \frac{\sin \left(\frac{b}{u}\right)}{1/u}$$ which takes us to $$\lim_{u \to \infty} b \cos \left( \frac{b}{u} \right)$$ which I'm sure you can finish.

3

HINT: $$\lim_{x\to\infty}2^x\sin\left(\frac{b}{2^x}\right)=\lim_{x\to\infty}b\frac{\sin(\frac{b}{2^x})}{\frac{b}{2^x}}$$

kingW3
  • 13,496