MHB How do I decide this total cost and how do I make a minimum estimate?

  • Thread starter Thread starter BTerry
  • Start date Start date
  • Tags Tags
    Estimate Minimum
BTerry
Messages
1
Reaction score
0
Principle: 10K
Interest: 10% compounded annually
Time: Over five years

What is the total cost of all of this factored in?

Could I get the formula so I can use it to apply to a real problem?
 
Mathematics news on Phys.org
Is this for a loan repayment? If so, consider the following, which can easily be changed to an annual payment:

Let $P$ = monthly payment, $A$ = amount borrowed, $i$ = monthly interest rate, and $n$ = the number of payments.

Also, let $D_n$ be the debt amount after payment $n$.

Consider the recursion:

(1) [math]D_{n}=(1+i)D_{n-1}-P[/math]

(2) [math]D_{n+1}=(1+i)D_{n}-P[/math]

Subtracting (1) from (2) yields the homogeneous recursion:

[math]D_{n+1}=(2+i)D_{n}-(1+i)D_{n-1}[/math]

whose associated auxiliary equation is:

[math]r^2-(2+i)r+(1+i)=0[/math]

[math](r-(1+i))(r-1)=0[/math]

Thus, the closed-form for our recursion is:

[math]D_n=k_1(1+i)^n+k_2[/math]

Using initial values, we may determine the coefficients $k_i$:

[math]D_0=k_1+k_2=A[/math]

[math]D_1=k_1(1+i)+k_2=(1+i)A-P[/math]

Solving this system, we find:

[math]k_1=\frac{Ai-P}{i},\,k_2=\frac{P}{i}[/math] and so we have:

[math]D_n=\left(\frac{Ai-P}{i} \right)(1+i)^n+\left(\frac{P}{i} \right)=\frac{(Ai-P)(1+i)^n+P}{i}[/math]

Now, equating this to zero, we can solve for $P$:

[math]\frac{(Ai-P)(1+i)^n+P}{i}=0[/math]

[math](Ai-P)(1+i)^n+P=0[/math]

[math](P-Ai)(1+i)^n=P[/math]

[math]P\left((1+i)^n-1 \right)=Ai(1+i)^n[/math]

[math]P=\frac{Ai(1+i)^n}{(1+i)^n-1}[/math]

[math]P=\frac{Ai}{1-(1+i)^{-n}}[/math]
 
After solving for P (as shown by Mark), the cost is simply: P*n - A

In other words: what you paid back less what you got.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Replies
1
Views
2K
Replies
9
Views
2K
Replies
3
Views
2K
Replies
3
Views
2K
Replies
1
Views
2K
Back
Top