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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top