Solving Mechanics Problem: Velocity of Rope Through Hole

  • Thread starter Thread starter z0r
  • Start date Start date
  • Tags Tags
    Mechanics
AI Thread Summary
The mechanics problem involves a rope sliding through a hole under the influence of gravity, with the goal of determining the velocity when the entire rope has passed through. The discussion highlights the complexity of defining momentum due to the changing mass of the rope as it falls. While some participants suggest using energy conservation, others argue that it may not apply due to the jerking motion of the rope. The correct approach involves setting up a differential equation relating the rope's velocity and position, ultimately leading to a function that describes the velocity as a function of the length of rope hanging. The final solution can be derived by assuming a specific functional form for velocity in relation to position.
z0r
Messages
11
Reaction score
0
I am having difficulty understanding how to solve this mechanics problem...

A rope rests in a bundle on a table with a small hole in it. One end of the rope slides through the hole and gravity steadily pulls on it until the total length of the rope slides through the hole. The length of the rope hanging out of the hole can be x. What is the velocity of the rope when it has all slid through the hole? Ignore all friction.

Let's say the rope has mass M and length L. Then we say the linear density is \mu = \frac{M}{L}. The force on the rope is then F = \mu x g, where g is just gravity. Then I need to figure out the momentum, take the time derivative, and set it equal to the force. Then we should have a simple differential equation to solve and integrate from zero to the length L to find the final velocity. Simple enough, but I don't know how the momentum is defined here...

Both the mass and velocity of the length of rope hanging out of the hole is changing, so then would we not say that momentum P = \dot{m}x + m\dot{x}, with m = \mu x? That yields something that doesn't look correct. Nor does just P = \mu x \dot{x}.

Thanks in advance for any help.
 
Physics news on Phys.org
z0r said:
I am having difficulty understanding how to solve this mechanics problem...

A rope rests in a bundle on a table with a small hole in it. One end of the rope slides through the hole and gravity steadily pulls on it until the total length of the rope slides through the hole. The length of the rope hanging out of the hole can be x. What is the velocity of the rope when it has all slid through the hole? Ignore all friction.

Since gravity is the only force doing any work in this problem, it can be approached from the point of view of energy conservation. If you are required to do it another way, then looking at it in terms of force resulting in a change of momentum is possible. Energy conservation is easier. How much has the potential energy changed when the rope has just slid through the hole?
 
z0r said:
Both the mass and velocity of the length of rope hanging out of the hole is changing, so then would we not say that momentum P = \dot{m}x + m\dot{x}, with m = \mu x? That yields something that doesn't look correct.
I agree... that's not correct.
Nor does just P = \mu x \dot{x}.

Actually, that looks right to me. It's just mass times speed.

Note: I don't think you can use conservation of energy, since the pile of rope gets jerked from rest as it moves through the hole. Some of the energy transforms to heat.
 
z0r said:
I don't know how the momentum is defined here...

"Rope" problems of this sort always need some simplification. When they say the rope "rests in a bundle" they are telling you in a roundabout way to ignore any motion of the rope above the table. Assume that the only part of the rope that is moving is the part below the table. That part has a mass, and it has a velocity common to all parts of the rope below the table, both of which are changing with time as you have observed. The momentum is all in the vertical direction, and it is the product of the moving mass times the velocity at any time.

P = \mu x \dot{x}

is the momentum
 
Doc Al said:
Note: I don't think you can use conservation of energy, since the pile of rope gets jerked from rest as it moves through the hole. Some of the energy transforms to heat.

I am having second thoughts about the energy. I'm not yet convinced, but I am leaning your way at the moment.

If the rope were stretched out on the table, then energy conservation would be appropriate, but then all of the rope would have the same speed all the time, and that is clearly not the case in this problem.
 
OlderDan said:
If the rope were stretched out on the table, then energy conservation would be appropriate, but then all of the rope would have the same speed all the time, and that is clearly not the case in this problem.
Right... the stretched out rope problem is different. No jerking... energy is conserved.
 
Very well. Let us take the time derivative of the momentum P = \mu x \dot{x} and set it equal to the force F = \mu x g.

We get:

\mu \dot{x}^2 + \mu x \ddot{x} = \mu x g. Right off the bat this makes no sense to me. When the rope has completely left the table, the acceleration will be g, meaning the velocity term \dot{x}^2 will be zero?

Secondly, the resulting differential equation doesn't look nice. I know we can use \ddot{x} = \dot{x} \frac{d \dot{x}}{dx}. I think I'm making it more difficult than it needs to be...
 
z0r said:
\mu \dot{x}^2 + \mu x \ddot{x} = \mu x g. Right off the bat this makes no sense to me. When the rope has completely left the table, the acceleration will be g, meaning the velocity term \dot{x}^2 will be zero?
That equation only applies while there is rope remaining on the table. It doesn't apply once the rope leaves contact. Note that the term \mu \dot{x}^2 comes from the changing mass of the hanging portion of the rope. Once the rope leaves the table, the mass no longer changes and the term does become zero. (Of course, that does not mean that the velocity becomes zero.)
 
Hmm... so the differential equation to solve is:

\dot{x}^2 + x \ddot{x} = xg or xg = \dot{x}^2 + x\dot{x} \frac{d\dot{x}}{dx}.

It doesn't appear we can easily isolate the two variables. The goal would be to get an expression for x and one for \dot{x} and integrate the x from L to 0 to obtain an expression for the final velocity. I don't know of a mathematical technique to do that here...

Again, thanks in advance.
 
  • #10
Assume that x is some function of t. See if you can guess the form it must have.
 
  • #11
I went to discuss the problem with my professor and he told me that indeed the form xg = \dot{x}^2 + x\dot{x} \frac{d\dot{x}}{dx} is correct, so thanks to those who set me straight.

The method he used for solving it is assuming that the velocity is some function of x...

\dot{x} = v = a x^n

The constant in front and the exponent n are to be determined. Then one only need plug and chug, and set coefficients of the x terms equal to g and eliminate the others, and one obtains the correct expression for the final velocity.
 
  • #12
Cool. You can also assume that x is some function of t (which is how I was thinking); if you try x = a t^n you will easily find a and n that satifies your equation.
 
Back
Top