Differential equation for grav, boyant and drag force

Agustin
Messages
10
Reaction score
0

Homework Statement


So there is a falling object, you have to take into account the boyant force, the pull of gravity and the drag force
A time dependent distance equation is what we're looking for

Homework Equations


Fd=CdApav2/2
Where
Fd is the drag force
Cd is the drag coefficient
A is the area exposed to the fall
pa the air density
v the immediate velocity

Fb=mgpa/pc
Fb is the boyant force
mg is the weight of the object
pc is the object's density
Note ( this equation is found from the original equation Fb=Volume submerged x air density x gravity; where the submerged volume is m/pc)

Fg=mg

The Attempt at a Solution


ma=mg - mgpa/pc - CdApav2/2
Or
dv/dt = A - Bv2
Where
A=g( 1 - pa/pc)
B=CdApa/2m

I solve for v

v (t) = (A/B)1/2 (1 + C1e-2(BA)1/2t)/( 1 - C1e-2(BA)1/2t)

Where C1 is some arbitrary constant

Integrating we get the distance formula:

X (t) = (A/B)1/2t+(1/B)ln( 1 - C1e-2 (BA)1/2t) + C2
I don't know wether it's correct or not. I've used techniques i found on the internet for the integration. http://www.freemathhelp.com/forum/threads/47073-integral-(1-(e-x-1))-dx-Using-Partial-Fractions
 
Physics news on Phys.org
See if it gives the right answers in special cases. For example, what does your result say for the case of no buoyant force and no drag force? What happens as ## t \rightarrow \infty ##, and what would you expect physically in this case? There are lots of things like this to look into.

Oh, and can you check that the resulting equation is dimensionally correct?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top