Uniform chain rising with constant velocity

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Dustgil
Messages
42
Reaction score
0

Homework Statement


A uniform chain lies in a heap on a table. If one end is raised vertically with uniform velocity v, show that the upward force that mus be exerted on the end of the chain is equal to the weight of a length z + (v^2/g) of the chain, where z is the length that has been uncoiled at any instant.

Homework Equations


Newton's second comes in handy here.

The Attempt at a Solution



[tex]\frac {dp} {dt} = T - Mg[/tex]

dp = p(t+dt) - p(t)
= (M+dM)v + dm(v-u) - MV ,where v - u gives the absolute speed of the grounded part of the chain (= 0)
= dMV

so

[tex]\frac {dM} {dt} v = T - Mg[/tex]

[tex]\frac {dM} {dz} \frac {dz} {dt}v = T - Mg[/tex]
[tex]\frac {dM} {dz} v^{2}=T-Mg[/tex]

separating variables and integrates gives me

[tex]-\frac {1} {g} ln(1 - \frac {Mg} {T}) = \frac {z} {v^2}[/tex]

and here's where i get stuck. I tried doing a log expansion, but that didn't pull out the correct expression. Any help?
 
Physics news on Phys.org
Dustgil said:

Homework Statement


A uniform chain lies in a heap on a table. If one end is raised vertically with uniform velocity v, show that the upward force that mus be exerted on the end of the chain is equal to the weight of a length z + (v^2/g) of the chain, where z is the length that has been uncoiled at any instant.

Homework Equations


Newton's second comes in handy here.

The Attempt at a Solution



[tex]\frac {dp} {dt} = T - Mg[/tex]

dp = p(t+dt) - p(t)
= (M+dM)v + dm(v-u) - MV ,where v - u gives the absolute speed of the grounded part of the chain (= 0)
= dMV

so

[tex]\frac {dM} {dt} v = T - Mg[/tex]

[tex]\frac {dM} {dz} \frac {dz} {dt}v = T - Mg[/tex]
[tex]\frac {dM} {dz} v^{2}=T-Mg[/tex]
It is correct so far.
Dustgil said:
separating variables and integrates gives me

[tex]-\frac {1} {g} ln(1 - \frac {Mg} {T}) = \frac {z} {v^2}[/tex]

and here's where i get stuck. I tried doing a log expansion, but that didn't pull out the correct expression. Any help?
Note that T is not constant, so you integral is wrong. You have to determine T, and you can get it from the equation in red. If the linear density of the uniform chain is λ, M=λz. What is T in terms of z?
Finding the equivalent length which has the same weight that T, you have to divide T with gλ.
 
okay, thanks I've got it now.

[tex]T = Mg + \frac {dM} {dz} v^{2}[/tex]

Since

[tex]M = \lambda z[/tex]
[tex]\frac {dM} {dz} = \lambda[/tex]

So

[tex]T = \lambda z g + \lambda v^{2}[/tex]
[tex]\frac {T} {\lambda g} = z + \frac {v^{2}} {g}[/tex]