How Can You Model a Continuously Compounding Savings Account with Depletion?

  • Thread starter Thread starter Maiko
  • Start date Start date
  • Tags Tags
    Integral Model
Maiko
Messages
2
Reaction score
0
financial model using integral

Find the amount in a savings aacount after one year if the initial balance in the account was $1,000, if the interest is paid continuously into the account at a nominal rate of 10% per annum, compounded continuously, and if the account is being continuously depleted at the rate of y^2/1000000 dollars per year, where y=y(t) is the balance in the account after t years. How large can the account grow? How long will it take the account grow to half this balance?

Just like other problems of this sort, I set up the following equation:
dy/dt=0.1y-y^2/1000000
integrating factor u(t)
dy/dt*u(t)=0.1y*u(t)-y^2/1000000*u(t)
d/dt(yu(t))=dy/dt*u(t)+du/dt*y
now, what do I do? I have never done a question involving y^2. Help, please!
 
Physics news on Phys.org
After your first equation stop and solve the first problem. How large can the account grow? So er, when it is that large it isn't growing any more. :wink:

The second part,
dy/dt = ay - by2
no need for any integrating factors stuff.
It's something fairly simple of which you have probably done exercises with more complicated examples.
 
Maiko said:
financial model using integral

Find the amount in a savings aacount after one year if the initial balance in the account was $1,000, if the interest is paid continuously into the account at a nominal rate of 10% per annum, compounded continuously, and if the account is being continuously depleted at the rate of y^2/1000000 dollars per year, where y=y(t) is the balance in the account after t years. How large can the account grow? How long will it take the account grow to half this balance?

Just like other problems of this sort, I set up the following equation:
dy/dt=0.1y-y^2/1000000
integrating factor u(t)
dy/dt*u(t)=0.1y*u(t)-y^2/1000000*u(t)
d/dt(yu(t))=dy/dt*u(t)+du/dt*y
now, what do I do? I have never done a question involving y^2. Help, please!

there is no 't' term on the right hand side. Don't blindly resort to one method. I am sure that your professors have taught you to use all of the tools available when solving a D.E.

What happens when you divide by 0.1y-\frac{y^{2}}{1000000}? seems like partial fractions to me.
 
Your professors will also want you to learn the limitations of each method.

While every first order differential equation has, that particular method of finding an integrating factor only works for linear equations. That's why you never seen it with y2 before!

As epenguine and djeitnstine said, that is a separable equation. Separate the variables and integrate.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top