Clarissa wants to buy a new car. Her loan officer tells her that her annual interest is 8%, compounded continuously, over a four-year term. Clarissa informs her loan officer that she can make equal monthly payments of $225. How much can Clarissa afford to borrow?
I tried to solve this problem twice using $$P' = (2/25)P - 2700, P(4) = 0, P(0) =\ ?$$ and $$P' = (2/25)P - 225, P(48) = 0, P(0) =\ ?$$ and ended up with two different answers for $P(0)$. Which setup, if either, is correct?
Given that the problem appears in a differential equations book (in an early section), is it safe to assume that the "equal monthly payments" are actually being paid continuously, rather than discretely at the end of each month, or can the compounding frequency and payment frequency still be operating according to two different "clocks"?
The first setup is correct. There is no further condition needed.
$$P' = 0.08\cdot P - 2700, P(4) = 0$$
Method 1 (LutzL method)
Separation of the variables
$\frac1{0.08\cdot P - 2700} \ dP= dt$
Integrating both sides
$\int \frac1{0.08\cdot P - 2700} \ dP= \int dt$
$\frac1{0.08}\ln(0.08\cdot P - 2700)=t+c$
$\ln(0.08\cdot P - 2700)=0.08\cdot t+c_1$
etc.
Hint 1: $P(t)=C\cdot e^{0.08t}+33750$
Hint 2: After using the condition $P(4)=0$ you should get $C=-24507.53$
Method 2 (laborious method)
You can solve this first order inhomogeneous equation by the method of variation of constants. If you use this method you firstly have to solve homogeneous differential equation.
$$P' = 0.08\cdot P$$
Separation of the variables
$$\frac1{P}dP = 0.08 \ dt$$
etc.
I leave the remaining work for you. But if you have any questions feel free to ask.