Solve for n for loan amortization

$\begingroup$

Can someone help with rearranging the following formula to find n with explanation?

$$PMT = \frac{PV}{\frac{1}{r} \cdot(1- \frac{1}{(1+r)^{n}})}$$

$\endgroup$ 0

1 Answer

$\begingroup$

You use the notion of a logarithm to extract exponent, since $\log(a^n)=n\log(a)$. First we wish to isolate the $(1+r)^{-n}$ algebraically to get

$$1-\frac{rPV}{PMT}=(1+r)^{-n}$$ and then we apply the logarithm to get

$$\log\left(1-\frac{rPV}{PMT}\right)=-n\log(1+r)$$ and so we wind up at

$$n=-\frac{\log\left(1-\frac{rPV}{PMT}\right)}{\log(1+r)}$$

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like