Solving Rope on Table Homework: Time for Length of 1m

  • Thread starter Thread starter msd213
  • Start date Start date
  • Tags Tags
    Rope Table
msd213
Messages
24
Reaction score
0

Homework Statement



A flexible rope of length 1.0 m slides from a frictionless table top. The rope is initially released from rest with 30 cm hanging over the edge of the table. Find the time at which the end of the rope left on the table will reach the end of the table (basically when the length of the rope hanging of the table will be the whole 1 m. This is problem 9-21 in Thornton/Marion's Classical Dynamics).


Homework Equations



Let L be the total length of the rope and x be the portion hanging off the table.


The Attempt at a Solution



I started off with dp/dt = mg x/L

because only the part hanging off the table is accelerated due to gravity.

I then rewrote that as dp=mgx/L \:dt. Since the initial momentum is zero dp=p(t)-p(0)=p(t)=mdx/dt \:dt where t is just some later time.

So I'm stuck at dx/dt=gx/L \:dt. I can integrate over position but I'll have this (dt)^2 term that I don't know what to do with.
 
Physics news on Phys.org
we know that the rope will gain mass as it falls so we will have to do this in terms of mass density which will be represented with \sigma
force of gravity=mg=( \sigma x) \cdot x [note a dot equals the time derivative]
momentum= \sigma L \cdot x
F=ma=( \sigma x)g= \sigma L \cdot \cdot x
now integrate and you will be able to get your length of rope as a function of time.
 
hi there
I have a solution for your problem but I am not sure it is right. Anyway, here it is.
I started with the relation W = (integral)F dx
Work done equals change in kinetic energy and initial KE is zero. Plugging in W = 0.5mv(squared) and F = (x/L)mg and integrating it, I got Lv(squared) = gx(squared)
Using v = v(initial)+at and equating x and 0.7L because the question is about when the rope travels 0.7 m that is on the table, I finally got: \ t = 0.7 \sqrt{\frac{L}{g}}.
Frankly, I was shocked by this equation's similarity with the simple harmonic motion. =D
Thanks
 
I am really sorry, I did a big mistake. I assumed the mass to be constant. Mine is flawed
 
sleventh said:
we know that the rope will gain mass as it falls so we will have to do this in terms of mass density which will be represented with \sigma
force of gravity=mg=( \sigma x) \cdot x [note a dot equals the time derivative]
momentum= \sigma L \cdot x
F=ma=( \sigma x)g= \sigma L \cdot \cdot x
now integrate and you will be able to get your length of rope as a function of time.

That's going to involve solving a second order linear ODE. I was thinking that you can go through this problem with only separation of variables.
 
How about using the conservation of energy?

\begin{array}{rcl}U&=&\int\limits_0^x -\mu g h{\rm d}h \\ &=&-\frac{\mu g} 2 x^2\end{array}

and

K=\frac 1 2 \mu L v^2^

and we know that:

\Delta (U+K)=0

hence

v=\sqrt{\frac g L} \sqrt{x^2-x_0^2^}} \Leftrightarrow \frac{{\rm d} x}{\sqrt{x^2-x_0^2}}=\sqrt{\frac g L} {\rm d}t

\fbox{t=\sqrt{\frac L g} \cosh^{-1} \left(\frac x {x_0}\right)}(\mu=\frac m L, L=1m, x_0=30 cm)
 
Last edited:
Donaldos said:
How about using the conservation of energy?

\begin{array}{rcl}U&=&\int\limits_0^x -\mu g h{\rm d}h \\ &=&-\frac{\mu g} 2 x^2\end{array}

and

K=\frac 1 2 \mu L v^2^

and we know that:

\Delta (U+K)=0

hence

v=\sqrt{\frac g L} \sqrt{x^2-x_0^2^}} \Leftrightarrow \frac{{\rm d} x}{\sqrt{x^2-x_0^2}}=\sqrt{\frac g L} {\rm d}t

\fbox{t=\sqrt{\frac L g} \cosh^{-1} \left(\frac x {x_0}\right)}


(\mu=\frac m L, L=1m, x_0=30 cm)

That looks correct but I'm just wondering what you're motivation was for integrating the potential energy?
 
Potential energy varies with height. You need to calculate the potential energy of a small segment at a given height first and then integrate that expression over the length of the rope.
 
Donaldos said:
Potential energy varies with height. You need to calculate the potential energy of a small segment at a given height first and then integrate that expression over the length of the rope.

So you've chosen the tabletop as your zero reference point?
 
  • #10
msd213 said:
So you've chosen the tabletop as your zero reference point?

Yes.
 
  • #11
Donaldos said:
\fbox{t=\sqrt{\frac L g} \cosh^{-1} \left(\frac x {x_0}\right)}

I get the same thing by just using F = m.a

the weight of the piece that's over the edge is \frac {m g x} {L}, but
the entire rope has to move so the mass wil be just m
(x = the length of the rope over the edge)

this getst you \frac {m g x} {L} = m \frac {d^2x} {dt^2} or

\frac {d^2x} {dt^2} = \frac {g} {L} x

this is a very easy linear equation with constant coefficients.

the solution of is C_1 e^{\sqrt {\frac{g}{L}} t} + C_2 e^{-\sqrt \frac{g}{L} t}

using what we now about x(0) you get C_1 + C_2 = x(0)

and x'(0) = 0 = C_1 - C_2 so C_1 = C_2 = x(0)/2

the solution now becomes x = x(0) \frac { e^{\sqrt {\frac{g}{L}} t} + e^{-\sqrt \frac{g}{L} t} } {2} = x(0) cosh(\sqrt {\frac{g}{L}} t)

and solving that gets you

t=\sqrt{\frac L g} \cosh^{-1} \left(\frac x {x_0}\right)
 
Back
Top