Problems involving the amount of money required to pay off a mortgage over a fixed period of time involve the formula $$ A = \frac Pi\cdot [1 − (1 + i)^{−n}], $$ known as an ordinary annuity equation. In this equation, $A$ is the amount of the mortgage, $P$ is the amount of each payment, and $i$ is the interest rate per period for the $n$ payment periods. Suppose that a 30-year home mortgage in the amount of $\$135,000$ is needed and that the borrower can afford house payments of at most $\$1000$ per month. What is the maximal interest rate the borrower can afford to pay?
So I have:
- $A = 135,000$
- $n = 30$ (Or is it $360 = 30\cdot 12$ ???)
- $P = 1000$
Next: $$ f(i) = 1000⋅(1-(1+i)^{-30})-135000i $$
But 1) Which is my point to begin with Newton method????
So tried for example with first point $= 0.28$
Result on my matlab Newton function $i = 0.0000001698$
But on the solutions of the book it says $i = 8.10\%$