3

I have been searching for this for a while, but I can't understand it from my textbook. I am supposed to:

"Show that $x^x$ grows faster than $b^x$ as $x \to \infty$ for $b > 1$"

I can't figure out why the value of $b$ really matters when they have the same limit and exponent.

quid
  • 42,135
Jeff
  • 41

4 Answers4

9

The intuition behind this is that while both $x^x$ and $b^x$ for $b>1$ have the same limit, the first expression in increasing in both the base and the exponent, whereas the second is only increasing in the exponent. So, for any fixed $b$, $x^x$ will eventually attain a base greater than $b$ and so will grow faster in the long run.

The math behind it is to look at $$\lim_{x\to\infty}\frac{x^{x}}{b^{x}} $$ and show that goes to infinity for any $b>1$, though I'll let you fill in the details.

DMcMor
  • 9,407
2

If $x>b$ then $\frac{x}{b}>c>1$ and when $x\to \infty$ we have

$$\left(\frac{x}{b}\right)^x>c^x\to \infty$$

Arnaldo
  • 21,342
2

For $\dfrac xb>1$, $\left(\dfrac xb\right)^x$ goes to infinity.

1

$b^x=o(x^x)$ when $x \longrightarrow \infty$

$\lim_{x \longrightarrow \infty} \frac{b^x}{x^x}=\lim_{x \longrightarrow \infty}e^{-x(\ln{x}-\ln{b})}=0$