I am given
$$f(n) = \frac{\log (n^n)}{n^6 - 1}$$
I am told to find the least integer $k$ such that $f(n)=O(n^k)$.
I am completely stuck.
All I know to try is big-oh of the top over big-oh of the bottom, that is
$$\frac{n\log n}{n^6}=\frac{\log n}{n^5}$$
but I still can't get an integer from that. Not only that, but neither our teacher nor the textbook have any examples of big-oh involving fractions. I got to where I am now by Googling "big-oh with fractions" over and over.
If anyone could please help me, that would be awesome. And it you could please explain how you arrived at the answer? Thank you.
Now you have that $f(n)$ eventually becomes larger than any $\frac k{n^5}$ so it cannot be $O(n^{-5})$, but it becomes smaller than any $\frac k{n^4}$ so it is $O(n^{-4})$