How Do You Calculate the Distance a Burning Body Descends Under Gravity?

  • Thread starter Thread starter devious_
  • Start date Start date
  • Tags Tags
    Homework
AI Thread Summary
The discussion centers on calculating the distance a burning body descends under gravity, focusing on a body made of equal masses of inflammable and non-inflammable materials. Participants analyze the momentum considerations leading to the differential equation d/dt[(2-kt)v] = k(u-v) + g(2-kt), where v is the body's speed at time t. The challenge lies in deriving the distance descended before all inflammable material is burned, expressed as g/(2k^2) + (u/k)(1 - ln 2). Participants share their approaches, clarify misunderstandings regarding mass and integration, and emphasize the importance of correctly determining the time of burnout. The conversation highlights the complexities of the problem and the collaborative effort to resolve it.
devious_
Messages
312
Reaction score
3
I'm having trouble with the following question. Can anyone please give me a push in the right direction?

A body consists of equal masses M of inflammable and non-inflammable material. The body descends freely under gravity from rest. The combustible part burns at a constant rate of kM per second, where k is a constant. The burning material is ejected vertically upwards with constant speed u relative to the body, and air resistnace may be neglected. Show, using momentum considerations, that

\frac{d}{dt}[(2-kt)v] = k(u-v) + g(2-kt)

where v is the speed of the body at time t. Hence show that the body descends a distance

\frac{g}{2k^2} + \frac{u}{k} (1 - \ln 2)

before all the inflammable material is burnt.


I managed to do the first part, but I have no idea how to approach the second.
 
Physics news on Phys.org
devious_ said:
I'm having trouble with the following question. Can anyone please give me a push in the right direction?

A body consists of equal masses M of inflammable and non-inflammable material. The body descends freely under gravity from rest. The combustible part burns at a constant rate of kM per second, where k is a constant. The burning material is ejected vertically upwards with constant speed u relative to the body, and air resistnace may be neglected. Show, using momentum considerations, that

\frac{d}{dt}[(2-kt)v] = k(u-v) + g(2-kt)

where v is the speed of the body at time t. Hence show that the body descends a distance

\frac{g}{2k^2} + \frac{u}{k} (1 - \ln 2)

before all the inflammable material is burnt.


I managed to do the first part, but I have no idea how to approach the second.

I'd like to see how you got the first part. I keep getting another term in that derivative.
 
(For simplicity, ~d = \delta.)

(m + ~dm)(v + ~dv) - ~dm(v - u) - mv = (m + ~dm)g . ~dt

Multiplying everything out and letting ~dt, ~dm and ~dv -> 0:
m(dv/dt) + u(dm/dt) = mg

dm/dt = -kM
m = -kMt + C

When t=0, m=2M, so C =2M. Hence:
m = 2M - kMt = M(2-kt)

Substituting this in the ODE:
M(2-kt)(dv/dt) + u(-Mk) = M(2-kt)g
(2-kt)(dv/dt) - uk = (2-kt)g

Substract -vk from both sides:
(2-kt)(dv/dt) - vk = uk - vk + (2-kt)g
d[(2-kt)v]/dt = k(u-v) + g(2-kt)

I hope that's readable. :-p
 
Last edited:
devious_ said:
(For simplicity, ~d = \delta.)

(m + ~dm)(v + ~dv) - ~dm(v - u) - mv = (m + ~dm)g . ~dt

Multiplying everything out and letting ~dt, ~dm and ~dv -> 0:
m(dv/dt) + u(dm/dt) = mg

dm/dt = -kM
m = -kMt + C

When t=0, m=2M, so C =2M. Hence:
m = 2M - kMt = M(2-kt)

Substituting this in the ODE:
M(2-kt)(dv/dt) + u(-Mk) = M(2-kt)g
(2-kt)(dv/dt) - uk = (2-kt)g

Substract -vk from both sides:
(2-kt)(dv/dt) - vk = uk - vk + (2-kt)g
d[(2-kt)v]/dt = k(u-v) + g(2-kt)

I hope that's readable. :-p

OK. That looks good. I had totally messed up the split of the mass into 2M with the rate of conversion being a CONSTANT kM.

I've almost got the result, but I'm off by a sign. I'm confident I'm on the right path, so see what you can do with this. Rewind your derivation to

(2-kt)(dv/dt) - uk = (2-kt)g

add the uk to both sides and divide by the (2-kt) factor. Then you can separate to get

dv = f(t)dt

Integrate and impose v(t=0)=0 to evaluate the constant. After you get the velocity, integrate from t = 0 to the time of burnout, which from your mass equation is t = 1/k, to find the distance. I get the first term fine. There is an integral of lnxdx that I think I am messing up at the moment because I have a minus in front of the 1 in the [1-ln2]term. I'll see if I can fix it, but you can probably get it.
 
Last edited:
OlderDan:
Possibly, your sign flaw comes from the fact that:
1) u is given as the fuel's SPEED relative to the body, rather than the relative velocity
2) Thus, with positive direction parallell with gravity, the relative velocity of the fuel is -u

At any rate, I did that mixup at first.. :blushing:
 
Last edited:
arildno said:
OlderDan:
Possibly, your sign flaw comes from the fact that:
1) u is given as the fuel's SPEED relative to the body, rather than the relative velocity
2) Thus, with positive direction parallell with gravity, the relative velocity of the fuel is -u

At any rate, I did that mixup at first.. :blushing:

Thanks for the suggestion, but that's not it. That would have been a more pervasive problem. It was something very basic though. As one of my British professors used to say "The trouble with you guys (American students) is you don't know how to integrate." This was simply a matter of not correctly changing limits when I changed the integration variable. When I do it right, I get the answer given. At least I can plead "time of day" factors; that time stamp on my post is my local time :rolleyes:
 
I appreciate the help. Thank you!

Apparently my problem was finding the time of burnout. I was substituting m=0 instead of m=M, so I always got t=2/k which made things very messy.

I think the reason you got a minus was because of the integral of ln(2-kt), as you said. Maybe you forgot the minus next to kt?

Anyway... Thanks again. :smile:
 
Back
Top