Another Modeling Growth and Decay Problem

Burjam
Messages
52
Reaction score
1

Homework Statement



Consider an item that is initially sold at a market price of $10 per unit. Over time, market forces push the price toward the equilibrium price, $20, at which supply balances demand. After 6 months, the price has increased to $15. the Evans Price Adjustment model says that the rate at which the market price changes is proportional to the difference between the market price and the equilibrium price.

Homework Equations



N/A

The Attempt at a Solution



dp/dt = 20-p, where p=market price in dollars and t=time in months
∫dp/20-p = ∫1dt
ln (20-p) = t+c
20-p = e^(t+c)
20-p = e^t*e^c
20-p = Ae^t, where A=e^c
p = 20-Ae^t
10 = 20-Ae^0
10 = 20-A
A=10

Now that I've solved for A with the initial condition, I have hit a roadblock. I'm pretty sure my initial setup of this problem is off. When I substitute 15 in for p, I get a negative t, which is impossible. Please help.
 
Physics news on Phys.org
Burjam said:

Homework Statement



Consider an item that is initially sold at a market price of $10 per unit. Over time, market forces push the price toward the equilibrium price, $20, at which supply balances demand. After 6 months, the price has increased to $15. the Evans Price Adjustment model says that the rate at which the market price changes is proportional to the difference between the market price and the equilibrium price.

Homework Equations



N/A

The Attempt at a Solution



dp/dt = 20-p, where p=market price in dollars and t=time in months
∫dp/20-p = ∫1dt
ln (20-p) = t+c
20-p = e^(t+c)
.

$$\int \frac{dp}{20-p}\ne \ln(20-p)$$
 
Whoops that's a negative. Now this problem makes sense.
 
Sorry for the double post, but actually it looks like the sign doesn't even matter. Can someone please give me a little more insight? I'm pretty sure at this point it has to do with my initial setup.
 
Ok so I've become aware that I need to solve for the constant of proportionality k.

dp/dt = k(20-p)

The price rises $5 in 6 months, so dp/dt=5/6 when p=10

5/6=k(20-10)
k=1/12
dp/dt=(20-p)/12

From here, I get what appears to be a faulty equation:

p = 20 - 10e^t/12

The reason I say this is because when I plug in 6 for t I don't get 15.
 
Burjam said:
Ok so I've become aware that I need to solve for the constant of proportionality k.

dp/dt = k(20-p)

The price rises $5 in 6 months, so dp/dt=5/6 when p=10

In general p'(6) \neq \dfrac{p(6) - p(0)}{6}.

You need to solve
<br /> \frac{dp}{dt} = k(20 - p)<br />subject to p(0) = 10, and then find k from the condition that p(6) = 15.
 
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