- #1
rootX
- 478
- 4
assume there's a road
the cars have length of "d" m, and space btw them is "k", and are moving at "di/dt"
and at some time, ahead of them is blocked trafic, and in there the cars moving @ "do/dt"
and so i am analyzing portion of the road that has blocked traffic, like how many cars in it @ given time (N(t) = # of cars in that portion of the road)
so here's what i did:
flow into my system = de/dt = do/dt-di/dt
and it takes t0(=k/(de/dt)) seconds for one more car to come in that my section of the road
and thus
N(t) = c + [t](1/t0) gives the # of cars in it at given time t where c is the intial number.
ignoring that floor ceiling function things..
so i was wondering if all my assumptions are correct?
the cars have length of "d" m, and space btw them is "k", and are moving at "di/dt"
and at some time, ahead of them is blocked trafic, and in there the cars moving @ "do/dt"
and so i am analyzing portion of the road that has blocked traffic, like how many cars in it @ given time (N(t) = # of cars in that portion of the road)
so here's what i did:
flow into my system = de/dt = do/dt-di/dt
and it takes t0(=k/(de/dt)) seconds for one more car to come in that my section of the road
and thus
N(t) = c + [t](1/t0) gives the # of cars in it at given time t where c is the intial number.
ignoring that floor ceiling function things..
so i was wondering if all my assumptions are correct?