I want to estimate big-O notation for $\frac{\log(8n^2)}{\log(n)}$.
I think the big-O notation is constant. am I right?
in case of $\frac{\log(N+1)}{\log(N)}$, is it the same and O(1)?
and what about $\frac{\log(N^3+7n+1)}{\log(N^4+N^2)}$, is it O($\log$ $n$)?
It would be appreciated if somebody could generalize the method of estimating big-O notation of fractions.