Find $\lim _{x\to +\infty }\left(2^{1-\left(\frac{1}{2}\right)^x}\right)$ without using logarithms.

161 Views Asked by At

How do you find $\lim _{x\to +\infty }\left(2^{1-\left(\frac{1}{2}\right)^x}\right)$ without using logarithms?

I tried this on Symbolab and here's what I got:

enter image description here

However, I think I can do it this way: $$\lim _{x\ \rightarrow \ \infty \ }\ \left(2^{1-\left(\frac{1}{2}\right)^x}\right)=\left(\lim _{x\ \rightarrow \ \infty \ }2\ \right)^{\lim _{x\ \rightarrow \ \infty \ }\ \left(1-\left(\frac{1}{2}\right)^x\right)}=2^1=2.$$

I'm not sure if my method is accepted because I haven't seen any rules that state $$\lim _{x\rightarrow \ x_0\ }f\left(x\right)^{g\left(x\right)}=\lim _{x\ \rightarrow \ x_0\ }f\left(x\right)^{\lim _{x\ \rightarrow \ x_0\ }g\left(x\right)\ }$$ or at least $$\lim _{x\rightarrow \ x_0\ }c^{g\left(x\right)}=c^{\lim _{x\rightarrow \ x_0\ }g\left(x\right)\ }$$ with $c$ a given number and $\lim _{x\ \rightarrow \ x_0\ }f\left(x\right)$ and $\lim _{x\ \rightarrow \ x_0\ }g\left(x\right)$ exist.

Any help would be appreciated.

2

There are 2 best solutions below

0
On BEST ANSWER

As shown in this question, if $c,d$ are real numbers and $$\lim_{x\to x_0} f(x)=c>0, \quad\lim_{x \to x_0} g(x) =d>0,$$ then $$\lim_{x\rightarrow x_0}{f(x)^{g(x)}}=\left( \lim_{x\rightarrow x_0}{f(x)}\right)^{\left( \lim_{x\rightarrow x_0}{g(x)}\right)}=c^d,$$

so your original approach is correct. You may also recognize that

$$\lim _{x\to \infty }\left(2^{1-\left(\frac{1}{2}\right)^x}\right)=\lim _{x\to \infty }\left(\frac{2}{2^{{{(2^{-x})}}}}\right),$$

where provided $\lim\limits_{x \to x_0}f(x), \lim\limits_{x \to x_0}g(x)$ both exist and $\lim\limits_{x \to x_0}g(x)\neq 0$, you may apply the property

$$\lim_{x\rightarrow x_0}\left[\frac{f(x)}{g(x)}\right]=\frac{\lim\limits_{x \to x_0}f(x)}{\lim\limits_{x \to x_0}g(x)},$$

giving

$$\lim _{x\to \infty }\left(2^{1-\left(\frac{1}{2}\right)^x}\right)=\lim _{x\to \infty }\left(\frac{2}{2^{{{(2^{-x})}}}}\right)=\frac{\lim\limits_{x \to \infty}2}{\lim\limits_{x \to \infty}2^{\left(\frac{1}{2^x}\right)}}=\frac{2}{2^0}=2.$$

In general, if the function is continuous then you may pass the limit operator inside and evaluate. As $2^{g(x)}$ is continuous for all $x$, we have

$$\lim _{x\to \infty }\left(2^{1-\left(\frac{1}{2}\right)^x}\right)=2^{\lim\limits_{x \to \infty}1-\left(\frac{1}{2}\right)^x}=2^{1-0}=2.$$

2
On

The function $g(y) = 2^y$ is continuous. So, the limit is equal to $2^{\lim_{x \rightarrow \infty} 1 - \frac{1}{2^x}} = 2$