I'm supposed to derive a formula for mortgages, $f(t)$, which represents the current debt at time $t$. It's given that ($m$ and $r$ are constants):
$\displaystyle \frac{df(t)}{dt}= r\cdot f(t) - 12m$, I've found the solutions $\displaystyle f(t) = K\cdot e^{rt} +\frac{12m}{r}$ (With $K, m$ and $r$ as constants).
But all of these solutions clash with the fact that $f(N)=0$ and $f(0)=B, \ B \ne 0$.
Solving for $K$ in the term $\displaystyle f(N)=0 =K\cdot e^{rt}+\frac{12m}{r}$ yields zero for every possible input to the function $f$, while it's only supposed to yield $0$ for $t=N$ and it's supposed to be at a maximum for $t=0$, what am I doing wrong here?
I'm supposed to find a value for K, so that filling in m and r will yield values, but all solutions I find give 0, which is wrong.
– Edwin Oct 18 '14 at 20:35