Jersey Tom wrote:KeithYoung wrote:I want to have something semi accurate rather than totally made up.
How accurate is "semi accurate" ? Worth thinking about - what fidelity do you really need to illustrate a concept? As a corollary, if you're illustrating a concept and could get really high fidelity car or aero data - will it fundamentally change the end result?
I increasingly like using arbitrary (but sensible) values for things like this. For example if someone has a good grasp on tire and vehicle dynamics, you can illustrate a lot of in depth concepts by creating even completely arbitrary empirical tire models.
That is dependent on how the whole work/accuracy curve.
In the end, I found a way that got me within 5% of the data in the picture from Tim Wright. The data were not smooth since the smallest distance step was 7 meters due to the image resolution. First I did Linear Interpolation on all position data. This still wasn't perfect obviously. It assumed the position changed linearly between each original 7m step. It gave me horrible acceleration data, so I got a good polynomial that fit the position data, as well as a polynomial to fit the velocity data. I then got some acceleration data.
From that, again, I fit a polynomial to it in order to have something to integrate. I end up with a fairly nasty looking Differential Equation after all this. I may just have to use Numerical Methods since that's getting me "reasonably" close to the actual. I'll have images to post here soon once they're uploaded to my site for my article.
So yeah, at the moment I made an "aero model" from the data that is at least a polynomial. I have two ways to do it, the more direct messy way where everything is a function of position, or the way I have within 5% which is acceleration as a function of velocity, which itself is a function of time, rather than position.
If it's confusing to you, that's OK, it's still confusing to me...
But I'm close to finished, then it's down to making all the images etc and writing the article.