I want to solve this equation: $$8n^2 = 64n\log_{\ 2}(n)$$
After some steps, I get to a point in which I believe, the only way to proceed is to apply something like Bolzano's or Newton's method to find a solution.
I get to: $n = 8\log_{\ 2}(n)$
Of course with big numbers applying Bolzano would be very tedious and this is why I want to ask you if there is an analytical way of solving this, not by approximations.
Thanks a lot!