How Long Will It Take for the Entire Chain to Slide Off the Table?

  • Thread starter Thread starter Satvik Pandey
  • Start date Start date
  • Tags Tags
    Chain Table
AI Thread Summary
The discussion centers on calculating the time it takes for a chain, initially one-third hanging off a table, to slide off completely. Participants explore using conservation of energy and momentum, debating the correct approach to account for the chain's motion and potential energy. There are concerns about the problem's clarity, particularly regarding whether the entire chain moves or just a part of it. The conversation highlights the complexities of modeling the chain's descent, including potential energy changes and the implications of horizontal motion. Ultimately, the participants aim to derive a correct integral to solve for the time taken for the chain to fall off the table.
  • #51
voko said:
Yes.
No.
No.
No.
I can find change in mass due to the increase in the length of chain below the table.
##M(x)=\frac { M }{ L } x##
after time interval 'dt' length of chain will be increased by 'dx'
##M(x+dx)=\frac { M }{ L } (x+dx)##
Is this right?
How should I find ##v(x)##?
 
Physics news on Phys.org
  • #52
Satvik Pandey said:
How should I find ##v(x)##?

How fast is the chain moving if in time ##dt## the length below the table increases by ##dx##?

Edit: Do note that (as suggested by the form of the solution in post #41) the resulting differential equation is going to be quite nasty.
 
  • #53
Orodruin said:
How fast is the chain moving if in time ##dt## the length below the table increases by ##dx##?
##dx/dt##
 
  • #54
Yes, so how can you express the momentum ##p##?
 
  • #55
Orodruin said:
Yes, so how can you express the momentum ##p##?
##p=mv## or ##p=m dx/dt##
But here mass is also changing with time.So is it correct to express momentum like this.
 
  • #56
Yes, the assumption is that the chain below the table is moving with the same velocity and that the part still on top is not moving. So ##m## in this case is the mass of the chain below the table. What do you get if you write this out as a function of ##x##? What is the resulting differential equation?
 
  • #57
Orodruin said:
Yes, the assumption is that the chain below the table is moving with the same velocity and that the part still on top is not moving. So ##m## in this case is the mass of the chain below the table. What do you get if you write this out as a function of ##x##? What is the resulting differential equation?
##m(x)=Mx/L##
putting this value I got
##\frac { m }{ l } x\frac { dx }{ dt } ##
Is it right?
 
Last edited:
  • #58
Both the mass and the velocity change. What is the derivative of the momentum then?
 
  • #59
voko said:
Both the mass and the velocity change. What is the derivative of the momentum then?
By product rule
##\frac { d(mv) }{ dt } =m\frac { dv }{ dt } +v\frac { dm }{ dt } ##
 
  • #60
So, inserting this and the force into Newton's second law ##dp/dt = F## gives you what?
 
  • #61
I got this ##\frac { M }{ L } (x)\frac { dv }{ dt } +v\frac { M }{ L } \frac { dx }{ dt } =\frac { Mgx }{ L } ##.
Is it right?
 
  • #62
Yes, now get rid of ##v## in favour of ##dx/dt## as per post #55 and you have a differential equation for ##x##. Do you know how to solve such an equation?
 
  • #63
Orodruin said:
Yes, now get rid of ##v## in favour of ##dx/dt## as per post #55 and you have a differential equation for ##x##. Do you know how to solve such an equation?
##x\frac { { d }^{ 2 }x }{ dt^{ 2 } } +\frac { dx }{ dt } \left\{ \frac { dx }{ dt } \right\} =gx##
What is this?
I know to solve linear differential equation with integrating factor method.
 
  • #64
Well, it is a non-linear ordinary differential equation which has a solution that is implicitly given in post #41. Do you have any experience in solving non-linear ODEs? Otherwise this one will be a bit tricky ...
 
  • #65
The good thing is that this one also gets solved by an integrating factor.
 
  • #66
Satvik Pandey said:
By product rule
##\frac { d(mv) }{ dt } =m\frac { dv }{ dt } +v\frac { dm }{ dt } ##
Yes, but I'd like to add a word of caution about using this formula in general. In effect, it is saying that a moving object increases in mass (by some magic internal process) by dm while moving at speed v. Nothing really does that. But it also happens to work if dm is mass being added that previously was stationary, i.e. is being instantaneously accelerated by v.
 
  • #67
voko said:
The good thing is that this one also gets solved by an integrating factor.
How?
 
  • #68
haruspex said:
Yes, but I'd like to add a word of caution about using this formula in general. In effect, it is saying that a moving object increases in mass (by some magic internal process) by dm while moving at speed v. Nothing really does that. But it also happens to work if dm is mass being added that previously was stationary, i.e. is being instantaneously accelerated by v.

I would like to add that it also works for any addition of mass (even moving) as long as you take it into account on the force side as well. Heat-like forces in relativity come to mind.

Satvik Pandey said:
How?

Since this is most likely not the intended solution for your original problem, let me give you a slightly more info than I usually would:

You have ##x\ddot x + \dot x^2 = gx##. This can be rewritten
$$
\frac{d}{dt} x\dot x = gx.
$$
Multiply both sides with ##x\dot x## to obtain
$$
x\dot x \frac{d}{dt} x\dot x = gx^2\dot x.
$$
Can you integrate expressions of this type? (note that the LHS is of the form ##s(ds/dt)##, where ##s=x\dot x##)
 
  • #69
Orodruin said:
You have ##x\ddot x + \dot x^2 = gx##. This can be rewritten
$$
\frac{d}{dt} x\dot x = gx.
$$
Multiply both sides with ##x\dot x## to obtain
$$
x\dot x \frac{d}{dt} x\dot x = gx^2\dot x.
$$
Can you integrate expressions of this type? (note that the LHS is of the form ##s(ds/dt)##, where ##s=x\dot x##)
I don't know if I am right or not.I did this -

##s\frac { ds }{ dt } =g{ x }^{ 2 }\frac { dx }{ dt } ##

##sds=g{ x }^{ 2 }dx##
I can integrate LHS and RHS.But I don't know if I am right or not,till here.
 
  • #70
Looks fine so far.
 
  • #71
Orodruin said:
Looks fine so far.
On integrating I got
##\frac { { s }^{ 2 } }{ 2 } =g\frac { { x }^{ 3 } }{ 3 }##
should I need to worry about constant or it will be included in constant at end of solution.

On substituting the value of s
##{ s }^{ 2 }={ x }^{ 2 }{ \left\{ { \frac { dx }{ dt } } \right\} }^{ 2 }##
##{ x }^{ 2 }{ \left\{ { \frac { dx }{ dt } } \right\} ^{ 2 } }\times \frac { 1 }{ 2 } =\frac { { x }^{ 3 } }{ 3 } g##
##\sqrt { \frac { 3 }{ 2gx } } dx=dt##
##\sqrt { \frac { 3 }{ 2g } } \int { \frac { dx }{ \sqrt { x } } } =\int { dt } \\ ##
##\sqrt { \frac { 3 }{ 2g } } 2\sqrt { x } =t##
Is it correct?
 
  • #72
You should worry about the integration constant. However, you should be able to use your boundary conditions to fix it right away.

Edit: The more straight-forward approach is to simply note that you are integrating both sides from t=0 to an arbitrary time. Thus, the lower bounds of the integrals (after variable substitution) are ##s(0)=x(0)\dot x(0)## and ##x(0)##, respectively.
 
  • Like
Likes Satvik Pandey
  • #73
Orodruin said:
You should worry about the integration constant. However, you should be able to use your boundary conditions to fix it right away.

Edit: The more straight-forward approach is to simply note that you are integrating both sides from t=0 to an arbitrary time. Thus, the lower bounds of the integrals (after variable substitution) are ##s(0)=x(0)\dot x(0)## and ##x(0)##, respectively.

So the constant of 1st integration should be 0.
Should the limits of LHS be from ##1/3## to ##1##?(for last integration).
 
  • #74
The constant on the LHS of the first integration is zero due to ##\dot x(0)=0##. However, ##x(0) = L/3## (note that the solution earlier in this thread simply called it ##x_0##) so the constant on the RHS is non-zero.
 
  • Like
Likes Satvik Pandey
  • #75
Orodruin said:
The constant on the LHS of the first integration is zero due to ##\dot x(0)=0##. However, ##x(0) = L/3## (note that the solution earlier in this thread simply called it ##x_0##) so the constant on the RHS is non-zero.

##{ \\ \sqrt { \frac { 3 }{ 2g } } 2\left\{ { \sqrt { x } }_{ 1/3 }^{ 1 } \right\} }=t##
According to question L=1.
So at ##t=0## ##x=1/3## and at ##t=t## ##x=1##
Is this correct?
 
  • #76
No, you still have to put the constant in the first integral, which is
$$
\int_{s(0)}^{s(t)} s\, ds = \int_{0}^{x(t)\dot x(t)} s\, ds = \int_{x(0)}^{x(t)} gx^2\, dx.
$$
 
  • Like
Likes Satvik Pandey
  • #77
Oh!Now I understood that.
##\frac { { s }^{ 2 } }{ 2 } =g\frac { { x }^{ 3 } }{ 3 } +C##
##x(t)=x_{0}## and ##s(t)=0##
##0=g\frac { { x_{0}}^{ 3 } }{ 3 }+C##
or ## C=-g\frac { { x_{0}}^{ 3 } }{ 3 }##
or ##{ x }^{ 2 }{ \left\{ { \frac { dx }{ dt } } \right\} ^{ 2 } }\times \frac { 1 }{ 2 } =\frac { { x }^{ 3 } }{ 3 } g-g\frac { { x_{ 0 } }^{ 3 } }{ 3 } ##

or ##t=\sqrt { \frac { 3 }{ 2g } } \int _{ { x }_{ 0 } }^{ x }{ \frac { xdx }{ \sqrt { { x }^{ 3 }-{ x }_{ 0 }^{ 3 } } } } ##
How to solve this integral?
 
Last edited:
  • #78
That integral has no representation in elementary functions, you can only compute its numeric value for a given ##x_0##..
 
  • #79
It does have a solution in terms of the hypergeometric function ##{}_2F_1##, but that is of course not an elementary function and you are probably better off just doing the numerical integration. The end result is, as already mentioned, ##t \simeq 0.44\ \rm s##.
 
  • #80
Orodruin said:
It does have a solution in terms of the hypergeometric function ##{}_2F_1##, but that is of course not an elementary function and you are probably better off just doing the numerical integration. The end result is, as already mentioned, ##t \simeq 0.44\ \rm s##.
What is numeric integration?
 
  • #81
You compute an integral based on an approximative method using a computer. For example, a very basic approach would be the trapezoid method. The reason to use a computer is that it can use very small step sizes without getting bored or making computational errors due to sleeplessness. However, you would have to use a numerical method suitable for the problem. In this case the trapezoid rule would not be very applicable at the lower integration boundary since the integrand diverges there.
 
  • Like
Likes Satvik Pandey
  • #82
Orodruin said:
You compute an integral based on an approximative method using a computer. For example, a very basic approach would be the trapezoid method. The reason to use a computer is that it can use very small step sizes without getting bored or making computational errors due to sleeplessness. However, you would have to use a numerical method suitable for the problem. In this case the trapezoid rule would not be very applicable at the lower integration boundary since the integrand diverges there.
I used the wolfram alpha and also got t=0.44.
 
  • #83
Yes, there is a lot of software that will do the numerical integration for you and chose an appropriate method of integration. I did it with Mathematica, which is a Wolfram product as well. But for simpler things such as this, Wolfram alpha is a good resource.
 
  • Like
Likes Satvik Pandey
  • #84
Orodruin said:
Yes, there is a lot of software that will do the numerical integration for you and chose an appropriate method of integration. I did it with Mathematica, which is a Wolfram product as well. But for simpler things such as this, Wolfram alpha is a good resource.
Is there any easy way present to use this change of momentum and force technique to find the answer?
 
  • #85
There is no easy way because this problem is complex. Note that the "change of momentum" approach itself is not necessarily "more correct" than the energy approach; more correctly, one would need to model the transition of the chain links from the motion "on the table" (even if this motion is absence of motion) to the motion "beneath the table" without things like infinite acceleration of links.
 
  • Like
Likes Satvik Pandey
  • #86
voko said:
There is no easy way because this problem is complex. Note that the "change of momentum" approach itself is not necessarily "more correct" than the energy approach; more correctly, one would need to model the transition of the chain links from the motion "on the table" (even if this motion is absence of motion) to the motion "beneath the table" without things like infinite acceleration of links.
Thank you voko.:)
 
Last edited:
  • #87
Thank you Orodruin,voko,ehild and haruspex for helping me in solving this problem.:)
 
  • #88
voko said:
There is no easy way because this problem is complex. Note that the "change of momentum" approach itself is not necessarily "more correct" than the energy approach;
I disagree. If they give different answers then one or both are flawed. I don't see any defect in the momentum argument, but I can see that the work conservation assumption is almost surely wrong.
 
  • #89
haruspex said:
I disagree. If they give different answers then one or both are flawed. I don't see any defect in the momentum argument, but I can see that the work conservation assumption is almost surely wrong.
I too have the same doubt.
The answer from energy conservation method is 0.55 and answer from momentum technique is 0.44.Why they are't equal?:confused:
 
  • #90
haruspex said:
I disagree. If they give different answers then one or both are flawed. I don't see any defect in the momentum argument, but I can see that the work conservation assumption is almost surely wrong.

The defect in the momentum approach is, for example, the assumption that the infinitesimal chain element acquires a finite velocity in infinitesimal time, which means infinite acceleration. The assumption that such an infinitesimal element is possible in a chain may itself be considered a flaw.
 
  • #91
Satvik Pandey said:
I too have the same doubt.
The answer from energy conservation method is 0.55 and answer from momentum technique is 0.44.Why they are't equal?:confused:
Remember, you got 0.55 s from energy conservation assuming that the whole chain moves with the same speed.
With the assumption, that only the vertical part moves, the result is 0.44 s.

ehild
 
  • #92
voko said:
The defect in the momentum approach is, for example, the assumption that the infinitesimal chain element acquires a finite velocity in infinitesimal time, which means infinite acceleration. The assumption that such an infinitesimal element is possible in a chain may itself be considered a flaw.
I don't believe it makes that assumption.
 
  • #93
ehild said:
Remember, you got 0.55 s from energy conservation assuming that the whole chain moves with the same speed.
With the assumption, that only the vertical part moves, the result is 0.44 s.

ehild
Sure, but applying work conservation to the bunched chain case produces a rather different equation from that based on momentum conservation.
 
  • #94
haruspex said:
Sure, but applying work conservation to the bunched chain case produces a rather different equation from that based on momentum conservation.

I got 0.40 s for the energy conserving approach for the bunched chain. Although I did it quite hastily so there may be errors, but this is similar to what I would expect (loss of work should result in the chain moving slower).
 
  • #95

Attachments

  • foldedchain.JPG
    foldedchain.JPG
    4 KB · Views: 450
Last edited:
  • Like
Likes Satvik Pandey
  • #96
haruspex said:
I don't believe it makes that assumption.

How do you interpret the term ## (dm) v ##?

Another interesting assumption in this approach is that the only acting force is that of gravity; specifically, no tension is assumed at the top of the chain column.
 
  • #97
  • #98
Do you mean the differential equation ##\frac{d^2x(t)}{dt^2}=\frac{g}{L}x(t)##?
It is a very simple second order linear de with constant coefficients, a homogeneous one. You will learn about them soon.
Try the solutions in the form x=ekt. You get a quadratic equation for k, with two roots, k1 and k2. The general solution of the de is the linear combination of the two solutions, belonging to k1 and k2. X=c1 ek1 t+c2 ek2t.

ehild
 
  • #99
voko said:
How do you interpret the term ## (dm) v ##?
ok, that was a bit glib. But it does not assume a nonzero mass undergoes an infinite acceleration. It is only infinite in the limit as dt tends to zero, and dm is also zero in that limit.
The key assumption is that the motion is homogeneous, for the part that is moving. If you want a work conseving version then that assumption must be dropped. This makes the problem far more complex, opening up the possibility of longitudinal oscilations. Thus it may be that even if work is completely conserved, the time taken is greater than the 'simple' calculation suggests.
 
  • #100
voko said:
How do you interpret the term ## (dm) v ##?
.
You can interpret it as an inelastic collision between the moving part and a link at the edge of the table still in rest. That link "sticks" to the moving part and they move together, with a bit less speed. Energy is not conserved.

ehild
 
Back
Top