Finding the value of n in nlog(n)

  • Thread starter Thread starter -A-
  • Start date Start date
  • Tags Tags
    Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
-A-
Messages
5
Reaction score
0

Homework Statement



Pretty simply, if you have an inequality like c1*n^2<c2*n*log(n), how do you find the values of n for this without plugging in diifferent values and substituting? Or a question like nlog(n)=k where k is a constant.

Homework Equations


Umm...thats it.


The Attempt at a Solution


I just plugged in solutions or thought I'd use MATLAB or something. This isn't actually my homework, but it comes up a lot in complexity questions, and I need to know hot to solve it.
 
Physics news on Phys.org
There is no analytic way to solve the above question. But you could ballpark the answer by drawing graphs. nlog(n) = k => log(n) = 1/n. Draw both graphs and find out the answer.

Or you could solve this problem using the Lambert W function, which is about as close you can get to an analytic solution.

http://en.wikipedia.org/wiki/Lambert_W_function