Post Reply 
Fun math algorithms
10-17-2020, 12:32 PM
Post: #10
RE: Fun math algorithms
(10-17-2020 08:51 AM)EdS2 Wrote:  I don't understand where the cubic comes from - please elaborate, if you can!

My guess is you were really asking where C comes from.

You can think of car payments like this:
Instead of paying the loan, put car payments into a bank, collecting interest (same rate).
At the end of terms, take out the money, and pay off the loan, all at once.

At the end of terms, your bank deposit have grown (last deposit have no interest):

-FV = PMT*(1+I)^(N-1) + PMT*(1+I)^(N-2) + ... + PMT

  |FV/PMT| = 1 + (1+I) + ... + (1+I)^(N-1)
(1+I)|FV/PMT| = (1+I) + ... + (1+I)^(N-1) + (1+I)^N

Subtract 2 expressions, we have: I |FV/PMT| = (1+I)^N - 1

Since we put off paying the loan, it has grown too, FV = PV*(1+I)^N
Both FV must match, we can simply substitute:

I |PV*(1+I)^N/PMT| = (1+I)^N - 1
I |PV/PMT| = 1 - (1+I)^-N

C = |N*PMT/PV| = I*N / (1 - (1+I)^-N)

Nice thing about C is, for small N, it is relatively flat, C-1 ≈ I*(N+1)/2
(if I=0, we have C-1=0, or no financing cost, as expeced)

Once we calculated C, we can ignore interest rate: N |PMT| = C |PV|
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Fun math algorithms - Han - 09-05-2020, 10:31 PM
RE: Fun math algorithms - telemachos - 09-06-2020, 12:30 AM
RE: Fun math algorithms - Albert Chan - 09-06-2020, 12:46 AM
RE: Fun math algorithms - Han - 09-06-2020, 03:54 AM
RE: Fun math algorithms - Albert Chan - 09-08-2020, 09:59 PM
RE: Fun math algorithms - David Hayden - 09-10-2020, 03:59 PM
RE: Fun math algorithms - Albert Chan - 10-16-2020, 04:02 PM
RE: Fun math algorithms - EdS2 - 10-17-2020, 08:51 AM
RE: Fun math algorithms - Albert Chan - 10-17-2020, 11:27 AM
RE: Fun math algorithms - Albert Chan - 10-17-2020 12:32 PM
RE: Fun math algorithms - EdS2 - 10-19-2020, 07:59 AM
RE: Fun math algorithms - Albert Chan - 10-19-2020, 08:51 PM
RE: Fun math algorithms - Albert Chan - 10-19-2020, 09:33 PM
RE: Fun math algorithms - Albert Chan - 10-19-2020, 11:05 PM



User(s) browsing this thread: 1 Guest(s)