How to create a DiffEq to find mortgage prepayment savings

  • Thread starter Thread starter Jeff12341234
  • Start date Start date
  • Tags Tags
    Diffeq Mortgage
Jeff12341234
Messages
179
Reaction score
0
I'm trying to create and then solve A D.E. that deals with mortgage amortization and mortgage prepayments. By playing around with the prepayment option on mortgage amortization calculator at http://mortgage-x.com/calculators/extra_payment_calculator.asp , I found that the ratio of money saved at the end of the loan vs principal prepayment differed depending on the date you made the prepayment (of course), and the prepayment amount. The ratio of the prepayment amount vs money saved wasn't the same for all prepayment amounts. So there is an unknown, optimal, highest value prepayment amount that saves you the most money per dollar spent. To put is simply, a $100 prepayment can save you $500 (due to the nature of compound interest). I want to set up and solve a diffEq such that I'm left with a 3-dimensional function where x is the month number (of the life of the loan) that the prepayment is made, and y is the pre-payment amount. z-axis would represent the amount of interest saved at the end of the mortgage loan. Is that way too hard to figure out or what? All I've been able to do is just get points for the function but I don't know how to set the diffEq up.
 
Physics news on Phys.org
This is way above the expertise of the people on this forum huh :(
 
What would be the first step in solving this problem?
 
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