Is the first function big oh, theta or omega of the second function in the following examples.
$(\log n)^{\log n} $ and $ \frac{n}{\log n}$
I am not sure how fast the first function grows.
$n2^n$ and $3^n$
I think the second function grows faster but not sure how to prove it.
$(\log n)^{\log n} $ and $2^{(\log_2n)^2}$
This is just puzzling.
$\sum_{i=1 }^n i^k$ and $n^{k+1}$.
And so is this.
Any help is much appreciated.