1
$\begingroup$

$$\lim_{x\to\infty} \frac{5^{x} - 4^{x}}{3^{x} - 2^{x}} = \infty$$

I can tell this is $\infty$ eventually the numerator becomes really big, and the denominator becomes really small, and that equals $\infty$.

However, I'm just guessing. How would I solve this limit to show it is indeed $\infty$. What I tried doing is rewriting the limit as:

$$\lim_{x\to\infty} \frac{e^{x \ln(5)} - e^{x \ln(4)}}{e^{x \ln(3)} - e^{x \ln(2)}} = \frac{\infty - \infty}{\infty - \infty}$$

which is not really helpful. How do I show that this limit goes to $\infty$?

  • 0
    They both increase, and what you should compare is the rate iin which they grow up.2017-01-02

3 Answers 3

5

Hint:$$\frac{5^x-4^x}{3^x-2^x}=\frac{5^x}{3^x}\cdot\frac{1-(4/5)^x}{1-(2/3)^x}$$

  • 0
    How do you know that the second factor diverges to 1? I understand the first factor goes to $\infty$.2017-01-02
  • 0
    Well, if you're okay with the idea that $(4/5)^x\to0$ and $(2/3)^x\to0$, then the rest follows from the algebra of limits. And technically, it *converges* to 1 - things are generally only said to diverge when they blow up to $\pm\infty$.2017-01-02
1

Note that $5^4=625\gt2\times 4^4=256$ so that it is easy to show $5^x\gt 5^4\cdot 4^{x-4}\gt2\times 4^x$ for $x\ge 4$. We also have $3^x-2^x\lt 3^x$ for $x\gt 0$.

So for $x\ge 4$ we have $$\frac {5^x-4^x}{3^x-2^x}\gt \frac{2\cdot 4^x-4^x}{3^x}=\left(\frac 43\right)^x$$With $\frac 43\gt 1$ this is then easy.

0

$\forall k\exists x$ such that $3^x-2^x>k$ so it's not that the denominator gets small, it's that the numerator grows faster than the denominator. We can make this explicit by factoring out the dominating terms to get

$$\left(\frac{5}{3}\right)^x\frac{1-(4/5)^x}{1-(2/3)^x}$$

The first factor diverges and the second tends to $1$.

  • 0
    @KSplitX what do you know about limits? The fact that the second term in the product is $1$ is immediate from basic limit properties, since the numerator and denominator both tend to $1$2017-01-02
  • 1
    Yeah sorry my mind just froze for a sec. I got what your saying2017-01-02