I'm figuring out some kind of money saving function where the amount, in the end, should be 100.000 value with a time period of 10 years.
I thought of an exponential growth function since people start with jobs and with work experience, you will earn more with results into a higher amount that you can save.
With some search, I found this formula: $P(t) = P0 e^r*e^t$ (I can't format this propper) Where $P(t) = 100.000$ , $r=0.5298$, $P0=500$ and $t=10$ This will lead to an insane amount of money in year 9 and 10.
I'm looking for a more reasonable function where you start with the least amount in year 0 and the most amount in year 10 so the amount that you saved is $100.000$. But it should be reasonable like you can't save 20k in year 10. Also, $P0$ may differ for each person, but the time and the end goal is fixed. I do not take interest into account.