Solve Kinematics Problem: Find x(t) for Chain on Frictionless Table

AI Thread Summary
The discussion focuses on deriving the equation of motion for a chain resting on a frictionless table, with part of it hanging off the edge. Participants explore the application of Newton's second law to establish a differential equation, considering the chain as a single mass influenced by gravity. The key equation derived is x'' - (g/h)x = 0, where x is the length of the chain hanging off the table. The conversation also touches on the complexities introduced by friction, with suggestions for how to incorporate it into the model. Ultimately, the main goal is to solve the second-order differential equation for the chain's motion.
naggy
Messages
58
Reaction score
0
A chain, total length h meters long, is sitting on a table. C meters hang down from the table. The chain is let go from rest at time t=0 . The table is frictionless. Find the equation of motion, x(t)

Hint: Second order differential equations that can be reduced to cosh if x is defined posative downward.

I need a jump start I guess. No masses are given or anything...

I can write a DE if there is air resistance.

a + kv = g ?
 
Last edited:
Physics news on Phys.org
I should add the part of the chain that is on the table is straight, not curled up.

MY ATTEMPT

The part on the table is of length h-c and the part hanging down from the table is c. I'm just can´t think of what to use to find the differential equation. Maybe there is air drag?

If I would write a force equation then it would be mg = ma because the table is frictionless?
 
naggy said:
I should add the part of the chain that is on the table is straight, not curled up.
That does make a difference--the entire chain moves at a single speed.
The part on the table is of length h-c and the part hanging down from the table is c. I'm just can´t think of what to use to find the differential equation. Maybe there is air drag?
Forget air drag (that just adds complexity).
If I would write a force equation then it would be mg = ma because the table is frictionless?
Yes, something along those lines: Apply Newton's 2nd law.
 
Applying Newtons second law is sort of the problem. I can´t see how I'm supposed to treat the chain as one mass.

Can I think if it as two blocks attached together with a string? There's no friction on the table so the force on the chain on the table( tension in the string) will just be equal to mcg, where mc is the mass of the part of the chain hanging from the table.

What other forces are there?

I then have mcg - T =mca

but mc changes as more part of the chain drags from the table right?
 
Last edited:
naggy said:
What other forces are there?
All you care about are forces parallel to the direction of motion, so that's the only force you need. (The weight of the chain on the table is balanced by the normal force.)
I then have mcg - T =mca
Forget about tension--that's an internal force and thus cancels out. (You want the net force on the chain.)
but mc changes as more part of the chain drags from the table right?
Of course. Write it as a function of x, where x is the amount of chain hanging off the table.
 
what about mx/h where m/h is mass per unit length?

\frac{mxg}{h} = ma

that leads to x'' -xg/h = 0 a second order DE
 
Last edited:
naggy said:
what about mx/h where m/h is mass per unit length?

\frac{mxg}{h} = \frac{m}{h}a
Good, but correct that right hand side.
 
Doc Al said:
Good, but correct that right hand side.

already did I think it's just ma not ma/h
 
Good. Now all you need to do is solve the DE.
 
  • #10
Doc Al said:
Good. Now all you need to do is solve the DE.

There's a sequel to this problem. Now there is friction on the table

Could I write the frictional force as umgx/(h-c)?

u=frictional coefficient
 
  • #11
No wait. It must be

\frac{umg(h-c-x)}{(h-c)}
 
  • #12
naggy said:
No wait. It must be

\frac{umg(h-x)}{h}

this should be correct
 
  • #13
That latest version looks good to me.
 
Back
Top