Differential equation for bank balance

Xamfy19
Messages
60
Reaction score
0
Hello, I need help for the following question:
Peter borrowed $100,000 from bank and he pays back at a rate of $12,000 per year. The bank charges him interest at a rate of 7.25% per year compounded continuously. Make a continuous model of his situation using differential equation involving dB/dt where B = B(t) is the balance he owes the bank at time t.

I thought the B(t) is something like
B(t) = (100000-12000t) + Sum(n from 1 to t) [100000-12000(n-1)]*0.0725.

But, I am not sure yet. Thanks for help...
 
Physics news on Phys.org
B(t) = B_{0}e^{rt}
\frac{dB}{dt} = rB_{0}e^{rt} = rB(t)
 
Thanks, but how the payback rate is taken into account?
 
The point of writing it as a differential equation- i.e. a differentiable function, is to avoid having to take into account individual payments as you do with your sum. Treat the problem as if money is being paid back continuously through the year (at a rate of 12000 per year) while interest is accumulating continously (and so at (e0.0725t[/itex]- 1)B).

\frac{dB}{dt}= (e^{0.075t}- 1)B- 12000
with initial value B(0)= 100000.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top