If we are given $n$, a positive real, can we find a the positive real $m$ that minimizes the function:
$$m\log_m{n}$$
I'd prefer to find the function that gives a value for $m$, but I'm also interested in asymptotic bounds for $m$.
This is similar to my question here.
WHAT I HAVE
I start with
$$x = m\log_m{n}$$ $$x = m\frac{\log n}{\log m}$$
Then, since $\log n$ is constant, we simply want to minimize $$\frac{m}{\log m}$$
Is this correct? I'm really hoping that someone can solve the original equation. It's not homework.