Max Mortgage Borrowing & Interest Paid for $800/mo - ODE Modeling Problem

  • Thread starter Thread starter amcavoy
  • Start date Start date
  • Tags Tags
    Modeling Ode
AI Thread Summary
A home buyer can afford a maximum mortgage payment of $800 per month at a 9% interest rate over 20 years, leading to a total payment of $192,000. The buyer initially set up a differential equation to model the mortgage but realized the need to adjust the payment amount in the equation. After correcting the payment figure to $9,600 annually, the buyer recalculated the initial amount they could borrow. The initial calculation yielded an incorrect borrowing amount of $31,737.39, prompting a reevaluation of the model. The discussion emphasizes the importance of accurately setting up the differential equation for proper mortgage modeling.
amcavoy
Messages
663
Reaction score
0
"A home buyer can afford to spend no more than $800/month on mortgage payments. Suppose that the interest rate is 9% and that the term of the mortgage is 20 years. Assume that interest is compounded continuously and that payments are also made continuously. 1) determine the maximum amount that this buyer can afford to borrow. 2) determine the total interest paid during the term of the mortgage."

The first thing I did was to find out the total amount paid (including interest) after 20 years. I came up with 240months*$800/month=$192,000. Using this, I know know that the answer to #2 will be 192,000-ans(1). However, I seem to be making a mistake in setting up the ODE for question #1. Let S be the amount owed:

\frac{dS}{dt}=.09S-800

The reason I set it up like so is because to me, it seemed like for each payment made, 9% of the amt. owed at that point would go towards interest and the rest would come off the current amt. I know how to solve these fine, I just need some help setting it up. Am I on the right track with my model above (I know it's not correct)?

I appreciate it.
 
Physics news on Phys.org
p(t) = pe^(rt)

where p = initial amount

t = time

r = interest rate
 
mathmike said:
p(t) = pe^(rt)

where p = initial amount

t = time

r = interest rate

192,000=P0e.09*20

Solving I come up with P0=$31,737.39, which is incorrect.

Where have I gone wrong? Thanks for the help!
 
Nevermind I should have replaced 800 with 9600 in my original ODE.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top