5

How do I derive the $m$ in the formula: $$I=\left(1+\frac{r}{m}\right)^{mn} -1$$

all the values of the variables in the formula except $m$ is given and the question is find $m$. I just don't know how to derive the formula using the knowledge of Algebra I have.

2 Answers2

1

Using the answer by David, we set $t=\dfrac rm$, and

$$\sqrt[nr]{1+I}=(1+t)^{1/t}=s,$$ or $$1+t=s^t=e^{t\ln(s)}.$$

Then $$(1+t)s=e^{(1+t)\ln(s)},$$ $$-(1+t)\ln(s)\,e^{-(1+t)\ln(s)}=-\frac{\ln(s)}s,$$ and $$-(1+t)\ln(s)=W(-\frac{\ln(s)}s).$$ Hence, $$m=\frac r{-\dfrac{W(-\frac{\ln(s)}s)}{\ln(s)}-1}.$$

0

this looks like a compound interest question, so we see that the somewhat esoteric Lambert-W function may soon be part of the technical toolbox of chartered accountants! in order to gain a clearer idea of what is happening, using only elementary algebra, OP may find it useful to make an initial substitution, say $ x = \frac{m}{r} $, so that the equation becomes: $$ I=(1+x^{-1})^{nrx} -1 $$ or $$ \sqrt[nr]{1+I} = (1+x^{-1})^x $$ where the LHS is a constant computable from the problem data

David Holden
  • 18,040