1

How to evaluate the limit as it approaches infinity

$$\lim_{x \to \infty} \frac{2^x+1}{2^{x+1}}$$

Asaf Karagila
  • 393,674
user8028
  • 431

5 Answers5

6

Hint:

$\displaystyle \frac{2^x + 1}{2^{x+1}} = \frac{2^x}{2^{x+1}} + \frac{1}{2^{x+1}} = \frac{1}{2} + \frac{1}{2^{x+1}}$

agha
  • 10,038
Darth Geek
  • 12,296
3

Hint: $\displaystyle\lim_{x \to \infty} \frac{2^x+1}{2^{x+1}} = \lim_{x \to \infty} \frac{2^x}{2^{x+1}}+\frac{1}{2^{x+1}}$ Can you simplify this?

JimmyK4542
  • 54,331
1

Hint:

$$\frac{2^x + 1}{2^{x + 1}} = \frac{1 + 2^{-x}}{2}.$$

qaphla
  • 3,890
0

Write $2^{x+1}$ as ${2(2^x)}$, then use L'Hopital's rule. $$\lim_{x\to\infty}\frac{2^x\ln2}{2(2^x\ln2)}$$ Result is $\frac{1}{2}$.

0

Let $t=2^x$ therefore $t\to\infty \ \ \text{as} \ x\to\infty$ hence $$\lim\limits_{x\to\infty}\frac{2^x+1}{2 \cdot 2^x}=\lim\limits_{t\to\infty}\frac{t+1}{2t}=\frac{1}{2}.$$

user62498
  • 3,556