I'm having a thought problem. I'm looking for a conversion to determine the speed of the price decrease. e.g if
\begin{align} \$398 & = 120\text{ seconds} \\ \$62 & = 0\text{ seconds} \\ ?? & = 60\text{ seconds} \\ ?? & = 1\text{ second} \end{align}
So I want to know how much the price is at 60 seconds and how much the price is at 1 seconds. Through cross multiplication, I already know that the price decrease is convex but somehow I am having problem to find a solution to this problem. Any idea?
I would do the following, P = (398,120), Q = (62,0)
To find the mid point is easy.
S(t) = P+t(Q-P)
S(60/120) = P + .5(Q-P)
S(1/2) = (P + Q)/2 = (230,60)
Then simply repeat the formula for 1/120
S(119/120) = P + (119/120)(Q-P)
(398,120)+(119/120)(-336,-120) = (398-333.2,120-119)=(64.8,1)
Hope that helps.