Thornton and marion problem: systems of particles

In summary, the problem given is about a flexible rope of length 1 meter sliding from a frictionless table top. The rope is initially released from rest with 30cm hanging over the edge of the table. The task is to find the time at which the left end of the rope reaches the edge of the table. Various methods, such as breaking up the rope and applying Newton's laws or using conservation of energy, were attempted but all led to messy differential equations. The solution was eventually found by making a change of variables from x to x + 0.3 and then integrating. While some problems, such as hanging a chain or a rope falling through a hole, do not conserve energy, the solution for this problem does follow the expected
  • #1
Brad Barker
429
0
the problem appears to be simple:

"a flexible rope of length 1 meter slides from a frictionless table top. the rope is initially released from rest with 30cm hanging over the edge of the table. find the time at which the left end of the rope reaches the edge of the table."

(thornton and marion, 5th edition, chapter 9, problem 21, page 381.)

i have attempted to solve this problem in a variety of ways:

method 1) breaking up the rope into two sections and applying Newton's laws.

i find the mass of each section as a function of time, find the momentum of each side, find the time derivative of the momentum of each side and use

dP1/dt = M1 g - T,
dP2/dt = T, where T is the tension in the rope, P1 and M1 are the momentum and mass, respectively, for the part of the rope that is hanging off of the side, and P2 is the momentum of the part of the rope that is still on the table.

all said and done, i got

ddx/dtdt = (x+0.3)*g.
(that's the second derivative of x with respect to time on the left hand side.)

solving the diff eq, i get two exponentials and a constant term, but this leads to a transcendental equation, so i figured it was time to try something else.

2) same precedure, but i replaced the second derivative of x with dx/dt * d(dx/dt)/dx, using the chain rule.

but this set up another messy differential equation, since i have to take a square root, then divide by the right hand side.

3) conservation of energy. i found the mass and center of mass of the hanging portion in its intial position and then calculated the potential energy. then i found the mass and center of mass of the hanging portion after 'x' more meters of rope fell over the side.

so U_before = U_after + K, where K is the kinetic energy.

i got

dx/dt = (gx(x+0.6)/(x+0.3))^(1/2).

this also is a mess! :mad:



what am i missing that makes this problem soluble? :confused:
 
Physics news on Phys.org
  • #2
Hi Brad,

I would simply set up Newton's equations, although the energy method is very simple too. I have a couple of questions for you to help get you started. First, what is x? As you have things set up now, x must be dimensionless in order that you can add .3 to it, but then you have the second derivative of x having the units as g. Also, shouldn't the force vanish when the rope doesn't hang over the edge at all? Does your equation of motion reflect this?

Try to make some progress with these hints, and we'll go from there.
 
  • #3
Physics Monkey said:
Hi Brad,

I would simply set up Newton's equations, although the energy method is very simple too. I have a couple of questions for you to help get you started. First, what is x? As you have things set up now, x must be dimensionless in order that you can add .3 to it, but then you have the second derivative of x having the units as g. Also, shouldn't the force vanish when the rope doesn't hang over the edge at all? Does your equation of motion reflect this?

Try to make some progress with these hints, and we'll go from there.

0.3 has the units of meters. (0.3 meters hang over the edge.) x is the additional length of the rope that falls over the edge. ie, i want to find the time it takes for x to go from 0m to 0.7m (since the total length of rope is 1 m.)

the force acting on the rope is the force due to gravity, it seems, so i doubt that it would vanish once all of the rope is over the edge (unless that's how gravity works! :tongue2: ).


looking over somewhat similar problems, i don't think conservation of energy would work, since the other problems don't conserve energy! (what makes me mad: the other problems only ask for VELOCITIES! :mad: :mad: :mad: )

another technique:

M dv/dt + dM/dt v = Mg, where M was as before, and v is dx/dt.

i got v = ((x^2 + 0.6x)g)^(1/2).

doing that integration looks to me like it's a nightmare, so i used my calculator and got that the time was 0.5986 seconds. anyone concur?
 
  • #4
Brad,

Good, I just wanted to make sure you had everything straight. You are still missing a factor of length somewhere in your differential equation.

To solve the differential equation, make a change of variables from x to x + .3 and then integrate.

Just out of curiosity, what problems are you referring to that don't conserve energy?
 
  • #5
Physics Monkey said:
Brad,

Good, I just wanted to make sure you had everything straight. You are still missing a factor of length somewhere in your differential equation.

To solve the differential equation, make a change of variables from x to x + .3 and then integrate.

Just out of curiosity, what problems are you referring to that don't conserve energy?


good call with the units; i forgot to divide out a term with units length on the right hand side at one point.

except... after doing that, i just get the free-fall result

v = (2gx)^(1/2), which is not reassuring. :mad:


the problems that don't conserve energy include hanging a chain from a roof at one point and holding up the other side and then dropping it. another is when a rope falls through a hole. (ie, example 9-2 and problem 9-15 in thornton and marion, fifth edition.)

i think I'm just going to have to wait until my prof's office hours tomorrow. :/
 
  • #6
Brad,

How did you get the free fall result? Your differential equation is d^2 x/dt^2 = (x + .3 L) g/L (I put all the units in just for clarity). Now, if you make a transformation from from x to y = x+.3L, then d^2y/dt^2 = d^2x/dt^2 and the differential equation for y is really simple. It does not give the free fall result.

Edit: Also, regarding the energy conservation issue, it's a little bit tricky with these macroscopic objects. In the first case you mentioned, for example, energy is clearly not conserved because one side of the rope is fixed. Also, a coiled rope is different from an uncoiled rope. Conservation of energy happens to be valid in this problem.
 
Last edited:
  • #7
Physics Monkey said:
Brad,

How did you get the free fall result? Your differential equation is d^2 x/dt^2 = (x + .3 L) g/L (I put all the units in just for clarity). Now, if you make a transformation from from x to y = x+.3L, then d^2y/dt^2 = d^2x/dt^2 and the differential equation for y is really simple. It does not give the free fall result.

yeah, that was the way to solve it!

i spent an hour in my prof's office working through this and another problem. man, this assignment sucked, not least of all because i had all of three days to do it. :mad:


thanks.
 
  • #8
You're welcome. Glad you got it.
 

1. What is the Thornton and Marion problem?

The Thornton and Marion problem is a classical mechanics problem that involves analyzing the motion of a system of particles connected by ideal springs. It is commonly used as an example of how to apply the principles of Newton's laws of motion to solve complex systems.

2. What are the key concepts involved in solving the Thornton and Marion problem?

The key concepts involved in solving the Thornton and Marion problem include understanding the forces acting on each particle, applying Newton's second law of motion, and using the equations of motion to determine the position, velocity, and acceleration of each particle.

3. How do you approach solving the Thornton and Marion problem?

To solve the Thornton and Marion problem, you first need to draw a free-body diagram for each particle, identifying all the forces acting on each one. Then, you can apply Newton's second law of motion to each particle and use the equations of motion to determine the position, velocity, and acceleration of each particle at any given time.

4. Are there any special cases or assumptions in the Thornton and Marion problem?

One common assumption in the Thornton and Marion problem is that the springs connecting the particles are ideal, meaning they have no mass and do not dissipate any energy. This simplifies the problem and allows for easier calculations. However, in real-world systems, this may not be the case.

5. What are the real-world applications of the Thornton and Marion problem?

The Thornton and Marion problem has applications in various fields such as engineering, physics, and biophysics. It can be used to model the behavior of systems of particles in structures, machinery, and biological systems. It can also help in designing and analyzing complex systems with multiple interconnected components.

Similar threads

  • Advanced Physics Homework Help
Replies
4
Views
2K
  • Advanced Physics Homework Help
Replies
8
Views
2K
  • Advanced Physics Homework Help
Replies
22
Views
7K
  • Advanced Physics Homework Help
Replies
2
Views
1K
  • Advanced Physics Homework Help
Replies
2
Views
1K
  • Advanced Physics Homework Help
Replies
2
Views
954
  • Advanced Physics Homework Help
Replies
1
Views
2K
  • Advanced Physics Homework Help
Replies
10
Views
6K
  • Advanced Physics Homework Help
Replies
1
Views
5K
  • Introductory Physics Homework Help
Replies
11
Views
2K
Back
Top