Believe it or not, this isn't homework. It's been many years since grade school, and I'm trying to brush up on these things. But my intuition isn't helping me here.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
If what you want is to solve for $n$, there is no simple way. The solution has $n=e^{W(C)} = \frac C{W(C)}$ where $W()$ is the Lambert W function. |
||||
|
|
|
I will take the base of the logarithm to be $e$. (If you are in a different base; just replace the $e$.) $$n\log n = C$$ $$\log n = \frac{C}{n}$$ $$e^{\frac{C}{n}} = n$$ $$(e^C)^{\frac{1}{n}} = n$$ $$e^C = n^n$$ |
|||||||||
|
|
Since $n \ln n = \ln n^n$, just raise $e$ to each side and you get $n^n = e^C$. If you want to solve for $n$, I don't know of any method that will work (usually in Computer Science we use approximations or we solve it numerically). |
|||
|
|