Solving Air Drag Equation for Beginners

v6maik
Messages
4
Reaction score
0
Hey,

I'm having some problems trying to solve the equation for air drag. I'm currently doing a project about solidfuel rockets and air drag is a big deal =)

I used this equation for dragforce (Fd)

Fd(t)= -0,5 * p * A * Cd (((Fm - Fg - Fd) / m ) *t)^2

which is just a lot of parameters so simplified this is:

Fd(t)= a * ((b-Fd)/c * t)^2

I'm not familiar with differential equations at all but my math teacher told me this is one. To bad he couldn't solve it though.

Does anybody know how to solve this so it can be used to calculate dragforce Fd at time t?

Thanks ahead!
Regards from the Netherlands,
Maik
 
Physics news on Phys.org
If a, b, c, are just constants, what you wrote is a quadratic equation for Fd, and this is solved with the usual formula.
 
Hello smallphi,

could you explain that showing the math? Because I can't come up with anything to solve an equation involving it's own answer:

Fd(t)= a * (( b-Fd(t) )/c * t)^2

Regards,
Maik
 
You never solved a quadratic equation in your life? I find that hard to believe if you are doing project about solidfuel rockets.

You have to expand the square, treat everything except Fd as constants, treat even t as constant, treat Fd as the unknown variable x, and use the formulas for the roots here

http://en.wikipedia.org/wiki/Quadratic_equation

The article has examples, those will be most helpful to you if you haven't solved a quadratic equation before.
 
I'm sorry we must have misunderstood. If the link you posted is what you mean by quadratic equation then the formula above is no quadratic equation =)

Please note that Fd(t) is to be filled into the function, not Fd as constant or t as constant.

Fd(t)= a * (( b-Fd(t) )/c * t)^2

Fd(t) means Drag at a given time

So within the function Fd(t) is another function. In this case also Fd(t).

This is shurely no quadratic equation to be solved like as in your link.

For example, if you were to write out the Fd(t) within the function above, you'd get:

Fd(t)= a * (( b-(a * (( b-Fd(t) )/c * t)^2 ))/c * t)^2

which obviously also has the funtion of Fd(t) in it. So we could write that out as:

Fd(t)= a * (( b-(a * (( b-(a * (( b-Fd(t) )/c * t)^2) )/c * t)^2 ))/c * t)^2

its a never ending loop.

I hope this explains better as to why this is a differential equation rather than just a quadratic equasion.

Kind regards,
Maik
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top