2

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.

Matt Groff
  • 6,117

1 Answers1

4

Yes, you're correct so far. Let $f(m)=\frac{m}{\log m}$; then

$$f'(m) = \frac{\log m - 1}{(\log m)^2} = 0 \iff m = e$$

Hence, $f$ has an extreme point at $e$. This is easily shown to be a global minimum.