Post Reply 
dynamical list problem
01-03-2019, 09:15 PM
Post: #12
RE: dynamical list problem
(01-03-2019 05:18 PM)Albert Chan Wrote:  This only work with integer speed numbers.

You can scale up a list like { 1 2 1 2.5 2 } to { 2 4 2 5 4 }.

In general you would integrate the velocity \(v(t)\) and set it equal to 5:

\(\int_t^{t+\Delta t} v(\tau)d\tau=s(\tau)\vert_t^{t+\Delta t}=s(t+\Delta t)-s(t)=5\)

And then for a given \(t\) solve for \(\Delta t\).

The average velocity for these 5 meters would then be:

\(\bar{v}(t)=\frac{5}{\Delta t}\)

You could either use linear functions or splines to approximate the velocity.
Or then just use locally constant functions as in the approach I suggested.
This makes solving for \(\Delta t\) rather easy.

Cheers
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
dynamical list problem - peacecalc - 01-02-2019, 04:36 PM
RE: dynamical list problem - grsbanks - 01-02-2019, 06:08 PM
RE: dynamical list problem - BruceH - 01-02-2019, 06:47 PM
RE: dynamical list problem - peacecalc - 01-02-2019, 07:14 PM
RE: dynamical list problem - pier4r - 01-03-2019, 11:56 AM
RE: dynamical list problem - Albert Chan - 01-03-2019, 12:57 PM
RE: dynamical list problem - peacecalc - 01-03-2019, 02:11 PM
RE: dynamical list problem - Albert Chan - 01-03-2019, 03:13 PM
RE: dynamical list problem - peacecalc - 01-03-2019, 04:25 PM
RE: dynamical list problem - Thomas Klemm - 01-03-2019, 04:44 PM
RE: dynamical list problem - Albert Chan - 01-03-2019, 05:18 PM
RE: dynamical list problem - Thomas Klemm - 01-03-2019 09:15 PM
RE: dynamical list problem - peacecalc - 01-04-2019, 08:51 AM
RE: dynamical list problem - BruceH - 01-04-2019, 01:21 PM
RE: dynamical list problem - Albert Chan - 01-04-2019, 02:34 PM
RE: dynamical list problem - Thomas Klemm - 01-04-2019, 11:57 AM
RE: dynamical list problem - peacecalc - 01-05-2019, 09:48 AM
RE: dynamical list problem - Thomas Klemm - 01-05-2019, 12:54 PM
RE: dynamical list problem - DavidM - 01-05-2019, 05:13 PM
RE: dynamical list problem - Thomas Klemm - 01-05-2019, 07:45 PM
RE: dynamical list problem - John Keith - 01-07-2019, 04:55 PM
RE: dynamical list problem - Thomas Klemm - 01-07-2019, 08:29 PM



User(s) browsing this thread: 1 Guest(s)