0

I had to graph it to see it. How can I prove it?

Hanul Jeon
  • 27,376
Samu
  • 31

3 Answers3

3

Before proving it let us examine the following inequality: $$\log x \le x.$$ It holds for any $x$. Now substitute $x$ to $x^{1/8}$ then we have $$\log x \le 8 x^{1/8}.$$

Now the proof is direct: you can see that $\log^2{n} / \sqrt{n}\le 64/n^{1/4}$ for any $n$.

Hanul Jeon
  • 27,376
  • When you make the substitution it is confusing to reuse the variable. It would be better to define $y=x^{1/8}$ (or do you want $y=x^8?)$ and rewrite in terms of $y$ – Ross Millikan Dec 18 '16 at 13:46
0

Suppose we establish that $\log(x)<x$. This is quite trivial. Now let $x=y^{1/n}$,

$$\frac1n\log(y)=\log(y^{1/n})<y^{1/n}$$

$$\log(y)<ny^{1/n}$$

Square both sides.

$$\log^2(y)<n^2y^{2/n}=\mathcal O(y^{2/n})$$

Let $n>4$ and we are done.

0

What is true is more general: for any $\alpha,\beta>0$, $\;\ln^{\alpha} x=o(x^\beta)\;$ near $\;\infty$.

This is easily deduced from the basic case $\alpha=\beta=1$, or directly proved showing that, if $x$ is large enough, $$\ln x < x^{\tfrac{\beta}{2\alpha}}$$ (compare the derivatives of both sides of the inequality, and use a corollary of the mean-value theorem).

Bernard
  • 175,478