What is the sum of $n$ terms in the series $\log m + \log \left( \frac{m^2}{n} \right) + \log \left( \frac{m^3}{n^2} \right) + \log \left( \frac{m^4}{n^3} \right) + \dots$?
Show Hint
For series involving logarithms, use the properties of logarithms such as $\log(ab) = \log a + \log b$ to simplify the terms.
We are given the series:
\[
\log m + \log \left( \frac{m^2}{n} \right) + \log \left( \frac{m^3}{n^2} \right) + \log \left( \frac{m^4}{n^3} \right) + \dots
\]
This is a logarithmic series with a pattern where each term involves a power of $m$ in the numerator and a power of $n$ in the denominator. We can use the properties of logarithms to simplify the series:
\[
\log m + \log m^2 - \log n + \log m^3 - 2 \log n + \dots
\]
This simplifies to:
\[
\log m^{1+2+3+\dots} - \log n^{0+1+2+\dots} = \log \left( \frac{m^{m}}{n^{n}} \right)
\]
Thus, the sum of the series is $\log \left( \frac{m^m}{n^n} \right)$.