noble24
- 6
- 0
I need some help. Our company is holding a paper airplane constest for distance and I've been trying to work out the math to find the best mass, wing-span, wing-chord, launch angle, etc. combination. I've worked through a bunch of the math but I've just been stumped by what appears to be a pretty simple problem. In essense, the current speed equals the previous speed minus the drag:
V_{t+\Delta t} is the velocity at the current time,
V_{t} was the velocity at the previous time,
\mu is a mindless coefficient (includes mass, surface area, etc.),
\Delta t is the difference in time between V_{i} and V_{i+1}.
V_{t+\Delta t} = V_{t} - \mu (V_{t}^2) \Delta t
So, given the initial speed, at t = 0 will be, let's say, 20m/s, I want a continuous function that will tell me the velocity as a function of time. I know there is a slope-integration-trapezoidish thing that will solve this in a heart beat, but I just can't seem to think of it.
V_{t+\Delta t} is the velocity at the current time,
V_{t} was the velocity at the previous time,
\mu is a mindless coefficient (includes mass, surface area, etc.),
\Delta t is the difference in time between V_{i} and V_{i+1}.
V_{t+\Delta t} = V_{t} - \mu (V_{t}^2) \Delta t
So, given the initial speed, at t = 0 will be, let's say, 20m/s, I want a continuous function that will tell me the velocity as a function of time. I know there is a slope-integration-trapezoidish thing that will solve this in a heart beat, but I just can't seem to think of it.