Reverse continuous compound interest formula (solve for r)?

4.2k Views Asked by At

The continuous compound interest formula is pretty simple:

$$ A = P*e^{rt} $$

But how can I solve for $r$?

Wolfram|Alpha introduces this variable $n$ out of thin air, plus imaginary $i$ which I'm not sure is necessary or not if we can add a few more constraints.

Basically, I've got a final amount $A$, an initial principal $P$, an amount of time $t$ and I want to know what the equivalent interest rate is, assuming it was compounded. If "continuous" is too hard to solve for, monthly would also be fine.

1

There are 1 best solutions below

0
On BEST ANSWER

$\frac{A}{P}=e^{rt}$

so $\ln(\frac{A}{P})=rt$ which should be easily solved for $r$