TVM solve for interest rate, revisited
|
06-19-2022, 08:06 PM
(This post was last modified: 06-20-2022 09:28 AM by Albert Chan.)
Post: #19
|
|||
|
|||
RE: TVM solve for interest rate, revisited
(06-19-2022 06:57 PM)Albert Chan Wrote: Let R = 1+x > 0, to prove: I was being stupid. Multiplied factor is a polynomial = (R^(n-1) + R^(n-2) + ... + R + 1) In other words, RHS is just a polynomial. All its derivatives also polynomial. (RHS,R)' roots = (1 or 3) - 2 = (-1 or 1) = 1 positive root --> 1 extremum (*) No CAS needed for the proof (*) we can say extremum must be where curve and tangent line touched. In other words, numerator M have triple equal roots, at R = 1 Or, we do the math, and confirm M's 3 roots: M = 1 - n*(n+1)/2*R^(n-1) + (n^2-1)*R^n - n*(n-1)/2*R^(n+1) M(R=1) = 1 - n*(n+1)/2 + (n^2-1) - (n^2-n)/2 = 0 // M first root at R=1 M' = -(n+1)*n*(n-1)/2 * R^(n-2) * (R-1)^2 // other 2 roots, also R=1 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 6 Guest(s)