0

I'm having trouble to disprove the following statement:

$$n^3 = \Omega(9^{\log_2(n)})$$

I'm pretty sure that the claim is false but I'm struggling to falsify it in a formal way. I tried to calculate $$\lim_{n\to\infty} \frac{n^3}{9^{\log_2(n)}}$$

by using L'Hopital's rule in order to apply the limit rule, but this leads to very 'ugly' terms.

Is there a more elegant way to do this?

Thanks in advance for any answers.

3nondatur
  • 4,178

1 Answers1

1

$n^3 =?\ \Omega(9^{\log_2(n)}) $

$9^{\log_2(n)} =e^{\ln 9\cdot \ln n/\ln 2} =n^{\ln 9/\ln 2} $.

Since $\ln 8/\ln 2 = 3$, $\ln 9/\ln 2 \gt 3$ so $\dfrac{n^3}{9^{\log_2(n)}} =n^{3-\ln 9/\ln 2} \to 0 $ as $n \to \infty$.

Note that $\ln 9/\ln 2 \approx 3.169925$ so that $\dfrac{n^3}{9^{\log_2(n)}} \approx \dfrac1{n^{0.1669925}} $.

marty cohen
  • 107,799