0

Find the minimum value of $$\frac{\log_bc}{\log a} + \frac{\log_ca}{\log b} + \frac{\log_ab}{\log c}$$

since I do not know how to write log base a index a so I gave it in that manner. I tried out the problem and thought intuitively that the answer should be $1$ but cant find properly any reason.

iostream007
  • 4,529

1 Answers1

1

The expression is the same as $$\frac{\log(c)}{\log(a)\log(b)}+\frac{\log(a)}{\log(b)\log(c)}+\frac{\log(b)}{\log(a)\log(c)}$$

Fix $a$ and $b$, and make $c$ tend to $0$. What do you get?

OR.
  • 5,941