Can You Solve This Aerodynamic Drag Problem for Our Paper Airplane Contest?

  • Thread starter Thread starter noble24
  • Start date Start date
  • Tags Tags
    Drag
noble24
Messages
6
Reaction score
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.
 
Physics news on Phys.org
If \mu is a constant then you can turn your difference equation into a differential equation in the limit of small \Delta t and you should have no difficulty demonstrating that

V = \frac {V_0}{1 + \mu V_0 t}

is the required solution.
 
Alright. I've had quite the difficulty figuring out how you got from my difference equation to the solution. I've hunted through my math books and through numerous sources on the internet. I really want to know how to do this, so a couple of intermediate steps would be nice to see. I've found my equation to be incorrect as well. The equation is:

<br /> V_{t+ \Delta t} = V_{t} - \mu(V_{t}^2) \Delta t - \beta \Delta t<br />

where mu and beta are constants.
 
Wht do you know about calculus,then...?U know that you can approximate
V_{t+\Delta t}-V_{t}

with the differential of V(t) and
\Delta t [/itex]<br /> <br /> with the differential of &#039;t&#039;.Then u&#039;d have to separate variables &amp; integrate...<br /> <br /> Daniel.
 
V = \frac {V_0}{1 + \mu V_0 t}

is the solution to the previous problem [Thanks Tide!] and I want a to know how to do it. I can't get figure out how to get this solution by separating and integrating. When I do that, I get:

<br /> V = \frac {tan( t \sqrt \mu \sqrt \beta) * \sqrt \mu} {\sqrt \beta} + C<br />

Which is WAY different than the above solution. If you can do it, dextercioby, I'd love to see it so I can understand how to do these problems. But if you can't or aren't willing to walk through some of the steps to actually help me understand, I'd appreciate it if you just let someone else answer the question. Thanks.
 
It is,because it's ANOTHER EQUATION.As u may have noticed (i DID),adding a constant term changes the solution dramatically.
So yes,your solution containing "tangent" of time is correct,but only for the modified (second posted) equation...

Daniel.
 
Problem is, the tan() equation is wrong. It does not produce realistic results. With an initial speed of 20m/s, and t = 2 the equation produces a velocity of 19.84m/s. Which is not possible. The actual velocity should be closer to 5.7m/s as predicted by the previous solution. There is a problem somewhere, and I'm betting on the approach.
 
Then it must be another equation to begin with.I don't know why you've changed the first,as it had yielded good results...

Daniel.
 
Back
Top