Are drag coefficients negative?

AI Thread Summary
The discussion revolves around deriving an equation for a body in free fall with air resistance modeled by a drag force. The original equation is modified to account for the drag, leading to confusion about the sign of the drag coefficient. The participant initially concludes that a negative drag coefficient might explain an apparent contradiction of "falling up." However, clarification reveals that the drag force is always opposite to motion, and the choice of gravitational acceleration's sign does not affect the outcome. Ultimately, the correct interpretation of forces resolves the confusion regarding the solution's validity.
amolv06
Messages
45
Reaction score
0

Homework Statement



Find an equation describing a body in free-fall in air. This is not really homework. I'm in a differential equations class write now, and I have fun finding real world applications for such things.

Homework Equations



m\frac{d^{2}y}{dt^{2}} = B\frac{dy}{dt}-mg

The Attempt at a Solution



Rewriting the above:

\frac{d^{2}y}{dt^{2}} - \frac{b}{m}\frac{dy}{dt} = -g

The corresponding homogeneous equation is:

\frac{d^{2}y}{dt^{2}} - \frac{b}{m}\frac{dy}{dt} = 0

Two solutions to the homogeneous equations are:

y_{1} = C_{1} and y_{2} = C_{2}e^{\frac{b}{m}t}

And as a particular solution:

y_{p} = \frac{gm}{b}t

Therefore by the superposition principle, we have a general equation as follows:

y(t) = y_{1}(t) + y_{2}(t) + y_{p}(t) = C_{1} + C_{2}e^{\frac{b}{m}t} + \frac{gm}{b}t

So here's where my question arises. I believe my assumption (the initial differential equation) should be a reasonable approximation of the real world. And I plugged my solution into the original differential equation. I seem to have answered it correctly. If both of these assumptions are true, then this equation doesn't make sense. It asserts that we are falling up! The only we I can think that this equation can still hold is if B were negative. I think after that, everything should make sense. Is this a correct assumption, or did I just make a mistake in the mathematics above?

Thanks in advance for your time and any help.
 
Last edited:
Physics news on Phys.org
amolv06 said:

Homework Statement



Find an equation describing a body in free-fall in air. This is not really homework. I'm in a differential equations class write now, and I have fun finding real world applications for such things.

Homework Equations



m\frac{d^{2}y}{dt^{2}} = B\frac{dy}{dt}-mg
The drag force is - B\frac{dy}{dt} since it is always opposite to th emotion (where B is assumed to be a positive constant).

The Attempt at a Solution



Rewriting the above:

\frac{d^{2}y}{dt^{2}} - \frac{b}{m}\frac{dy}{dt} = -g

The corresponding homogeneous equation is:

\frac{d^{2}y}{dt^{2}} - \frac{b}{m}\frac{dy}{dt} = 0

Two solutions to the homogeneous equations are:

y_{1} = C_{1} and y_{2} = C_{2}e^{\frac{b}{m}t}

And as a particular solution:

y_{p} = \frac{gm}{b}t

Therefore by the superposition principle, we have a general equation as follows:

y(t) = y_{1}(t) + y_{2}(t) + y_{p}(t) = C_{1} + C_{2}e^{\frac{b}{m}t} + \frac{gm}{b}t

So here's where my question arises. I believe my assumption (the initial differential equation) should be a reasonable approximation of the real world. And I plugged my solution into the original differential equation. I seem to have answered it correctly. If both of these assumptions are true, then this equation doesn't make sense. It asserts that we are falling up! The only we I can think that this equation can still hold is if B were negative. I think after that, everything should make sense. Is this a correct assumption, or did I just make a mistake in the mathematics above?

Thanks in advance for your time and any help.

Your particular solution is incorrect, it should be proportional to t^2
(and of course, if you set B=0 you should recover the usual free fall equation)
 
Sorry for the confusion, I'm using g as 9.8 rather than -9.8. I should have clarified. But I believe that should clear up the confusion with the drag force sign. Basically I set the drag force to be positive whereas the gravitational force is negative.

I'm not sure why my particular solution does not work.

\frac{d^{2}y_{p}}{dt^{2}} = 0

\frac{dy_{p}}{dt} = \frac{gm}{b}

Plugging this into the original differential equation I have

-\frac{b}{m}\frac{gm}{b} = -g which seems to be what I need. I must be missing something.
 
amolv06 said:
Sorry for the confusion, I'm using g as 9.8 rather than -9.8. I should have clarified. But I believe that should clear up the confusion with the drag force sign. Basically I set the drag force to be positive whereas the gravitational force is negative.

I'm not sure why my particular solution does not work.

\frac{d^{2}y_{p}}{dt^{2}} = 0

\frac{dy_{p}}{dt} = \frac{gm}{b}

Plugging this into the original differential equation I have

-\frac{b}{m}\frac{gm}{b} = -g which seems to be what I need. I must be missing something.

But it does not matter whether you use +9.8 or -9.8 (i.e. whether your y-axis points upward or downward) because the drag force is always opposite to the motion so no matter what your choice is for your direction of the y axis, the force will be -B dy/dt
 
Ahh, yes! How could I have missed that.

Thanks a lot. That clears up a lot.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top