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

  • Thread starter Thread starter devious_
  • Start date Start date
  • Tags Tags
    Homework
Click For Summary

Homework Help Overview

The discussion revolves around a physics problem involving a body made of equal masses of inflammable and non-inflammable materials descending under gravity. The body burns at a constant rate, and the burning material is ejected upwards. Participants are tasked with deriving a differential equation using momentum considerations and subsequently finding the distance the body descends before all the inflammable material is consumed.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the derivation of a differential equation related to the motion of the body and the burning material. There are attempts to clarify the relationship between the variables involved, particularly the mass and velocity terms. Some participants question their integration techniques and the interpretation of the burning material's speed relative to the body.

Discussion Status

The discussion is ongoing, with participants sharing their derivations and addressing each other's misunderstandings. Some have made progress in deriving the necessary equations, while others are still grappling with specific integration steps and the implications of their assumptions. There is a recognition of potential sign errors and the importance of correctly identifying the time of burnout.

Contextual Notes

Participants note constraints such as the constant rate of burning and the neglect of air resistance. There is also mention of confusion regarding the limits of integration and the correct interpretation of the problem's parameters.

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 [itex]M[/itex] of inflammable and non-inflammable material. The body descends freely under gravity from rest. The combustible part burns at a constant rate of [itex]kM[/itex] per second, where [itex]k[/itex] is a constant. The burning material is ejected vertically upwards with constant speed [itex]u[/itex] relative to the body, and air resistnace may be neglected. Show, using momentum considerations, that

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

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

[tex]\frac{g}{2k^2} + \frac{u}{k} (1 - \ln 2)[/tex]

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 [itex]M[/itex] of inflammable and non-inflammable material. The body descends freely under gravity from rest. The combustible part burns at a constant rate of [itex]kM[/itex] per second, where [itex]k[/itex] is a constant. The burning material is ejected vertically upwards with constant speed [itex]u[/itex] relative to the body, and air resistnace may be neglected. Show, using momentum considerations, that

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

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

[tex]\frac{g}{2k^2} + \frac{u}{k} (1 - \ln 2)[/tex]

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 = [itex]\delta[/itex].)

(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 = [itex]\delta[/itex].)

(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:
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
Replies
3
Views
14K
Replies
4
Views
2K
Replies
13
Views
3K