Evaluate $\lim_{x \to \infty}{\frac{1}{2^x-5^x+3^x}}$. Why is my solution wrong?

179 Views Asked by At

Evaluate $$\lim_{x \to\infty}{\frac{1}{2^x-5^x+3^x}}. $$

My attempt:
$$\lim\limits_{x \rightarrow \infty}{\frac{1}{2^x-5^x+3^x}} = \lim\limits_{x \rightarrow \infty}{\frac{1}{2^x} \cdot\frac{1}{1-\frac{5^x}{2^x}+\frac{3^x}{2^x}}} \\= \lim\limits_{x \rightarrow \infty}{\frac{1}{2^x} \cdot\frac{1}{\frac{1}{5^x}-\frac{5^x}{10^x}+\frac{3^x}{10^x}}\cdot\frac{1}{5^x}} = 0 \cdot\infty \cdot 0 = 0.$$
Someone told me that it is a wrong way to show the limit. Can anyone explain why?

3

There are 3 best solutions below

3
On BEST ANSWER

Because $0\cdot \infty$ is an Indeterminate form. Note that $${\frac{1}{2^x-5^x+3^x}}=\left(\frac{1}{5}\right)^x\cdot \frac{1}{\left(\frac{2}{5}\right)^x-1+\left(\frac{3}{5}\right)^x}.$$ Since $1/5$, $2/5$, and $3/5$ are positive numbers less than $1$, what may we conclude as $x\to +\infty$?

2
On

Because it is not true that $0\times\infty\times0=0$. In fact, $0\times\infty\times0$ is indeterminate.

0
On

$0\cdot \infty$ is $inderterminate$. To see this, calculate the following limits: $$\lim_{x\to \infty} \frac{1}{x} \cdot x\qquad \text{and} \lim_{x\to \infty} 0\cdot x,$$ which are both of the form $0\cdot \infty$.