My goal is to find the values of $N$ such that $10N \log N > 2N^2$
I know for a fact this question requires discrete math.
I think the problem revolves around manipulating the logarithm. The thing is, I forgot how to manipulate the logarithm using discrete math.
My question is how do I manipulate this equation in a way such that I can find the values of N such that the equation is true?
First divide by $2N$ on both sides,
$5\log N> N$ (since $N>0$ then the inequality stays the same)
Then by raising to the $e$ power on both sides (the exponential is an increasing function) you'll get
$e^{5\log N}>e^{N}\implies e^{\log N^5}>e^N \implies N^5>e^{N}$
Can you end it from here?