Infinite pulleys problem, why doesn’t this technique work?

Click For Summary

Discussion Overview

The discussion revolves around the infinite pulleys problem, specifically addressing the tension in the ropes and the resulting accelerations of the masses involved. Participants explore various approaches to derive the equations governing the system, including energy considerations and summation techniques. The scope includes mathematical reasoning and technical explanations related to the dynamics of the system.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant proposes that the tension in each rope is half of the tension above it, leading to a specific equation for acceleration.
  • Another participant suggests that the work done by gravity on the masses may be underestimated, indicating a potential need for a double sum in the calculations.
  • Concerns are raised about the validity of the approach due to possible sign errors and the treatment of the total mass on the left side of the top pulley.
  • Participants discuss the implications of a trivial static solution where all accelerations are zero, questioning how it fits into the overall dynamics of the system.
  • One participant attempts to derive the tension and acceleration equations step-by-step but expresses frustration over consistently arriving at an incorrect answer.
  • There is a discussion about the divergence of the summation when certain conditions are met, specifically when t ≤ 1/4.
  • Multiple participants identify potential sign errors in the equations, leading to further debate about the correct formulation of the relationships between variables.
  • One participant realizes a mistake in their summation approach, leading to a reevaluation of the results.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the correct approach or solution to the problem. There are multiple competing views regarding the treatment of the equations and the assumptions made, particularly concerning the work done by gravity and the summation techniques used.

Contextual Notes

Limitations include unresolved mathematical steps, particularly regarding the treatment of infinite sums and the conditions under which certain formulas apply. Participants express uncertainty about the implications of their findings and the correctness of their approaches.

Who May Find This Useful

This discussion may be useful for those interested in advanced mechanics, particularly in the context of systems involving infinite series and pulleys, as well as for individuals looking to understand the nuances of deriving equations of motion in complex systems.

Hiero
Messages
322
Reaction score
68
The problem statement can be seen here http://www.feynmanlectures.caltech.edu/info/exercises/infinite_pulleys.html

Since each pulley is presumably massless, it must have no net force on it and so the tension of each rope is half of the one above it. If we let T be the tension acting on m0, then the tension acting on mi will be T/2i

Thus the acceleration of mi (downward positive) is
ai = g - T/(2imi)

Now to solve the problem, I thought I had a nice idea, but it leads to a wrong answer. The idea is to let a short time dt go by, then equate the kinetic energy with the work done by gravity.

Thus we get the equation:
Σmi(aidt)2/2 = Σmigai(dt)2/2
Where the sum is over all i. From this we can solve for T.

I double checked my steps and cannot find mistakes but the answer comes out wrong, so I am asking is there any flaw in the reasoning of this approach?
 
Physics news on Phys.org
Hello hero,

You overlook a trivial solution for your last equation :rolleyes:

What is the total mass hanging from the left side of the top pulley ?

[edit] wow, apparently, so am I ! there's several pages of solution pdf.

I think your problem is that gravity does more work on mi than you assume. There should be a double sum on the righthand side. And I think a sign error is lurking too.
 
Last edited:
Hi BvU, thanks for the reply
BvU said:
You overlook a trivial solution for your last equation :rolleyes:
There is a trivial static solution (all ai = 0) if we take that equation alone (not sure if that’s what you meant) but the accelerations should obey the first equation ai = g - T/(2imi)

BvU said:
What is the total mass hanging from the left side of the top pulley ?
The total mass on the left (the sum from i = 1 to infinity of mi) equals m0, but we can’t just replace that subsystem with a mass of m0. It’s not the same since the masses are able to accelerate at different rates.

BvU said:
I think your problem is that gravity does more work on mi than you assume. There should be a double sum on the righthand side. And I think a sign error is lurking too.
As for the signs, I chose ai to be positive if downwards, so positive ai corresponds to positive gravitational work.

As for the double sum, I am not seeing it. The only work done by gravity that I can see is mig(dy) = mig(ai(dt)2/2)

Can you elaborate why you think gravity does more work than this?
 
Oh boy, I'm making a mess of this aren't I ?

However, the trivial solution
Hiero said:
accelerations should obey the first equation ai = g - T/(2imi)
is holding up: for a=0
T0 = m0g = g/(1-t) and
T1 = T0/2 has to be m1g = g
from which t = 1/2 ... phew...​

And for the rest I take it you've seen Chandra's solution. I find it ugly, because I expected something smart and elegant from Feynman. But perhaps he wanted to be ugly for once.

Hiero said:
but we can’t just replace that subsystem with a mass of m0. It’s not the same since the masses are able to accelerate at different rates.
I agree. I hope I didn't suggest that :rolleyes: but I definitely did not exclude it o:)

Your signs are clearly established; my bad o:) (2).

Double sums remark probably nonsense too since that's already in ai o:) (3)

Brings us to your approach and why it may be or not be correct
Hiero said:
Σmi(aidt)2/2 = Σmigai(dt)2/2
I recognize ##{1\over 2}mv^2 = mgh## but I don't see where it goes awry.

Hiero said:
I double checked my steps and cannot find mistakes
I believe you, but all I can think of now is to ask that you show the steps -- by now I kind of feel obliged to check.

The alternative is that we call for expert help ! @haruspex, do you like this kind of exercise ?
 
BvU said:
from which t = 1/2 ... phew...
I didn’t think about that until now, but yes I agree t = 1/2 should give the static solution.

BvU said:
I believe you, but all I can think of now is to ask that you show the steps
Ok.
(A reminder, T0 ≡ T)
Starting from gΣmiai = Σmiai2 if we put in the ai equation then it becomes... (all sums from i = 0 to infinity)
gΣmi(g - T/(2imi)) = Σmi(g - T/(2imi))2
gΣ(mig - T/2i) = Σmi(g2 - 2gT/(2imi) + (T/(2imi))2)
The term Σmig2 cancels from both sides leaving the equation
-gTΣ1/2i = -2gTΣ1/2i + T2Σ1/(4imi)
Adding 2gTΣ1/2i to both sides (and then dividing through by T2) and noting that Σ1/2i = 2 we get the equation
2g/T = Σ1/(4imi)
Now since m0 doesn’t fit the pattern, I will separate it from the sum. So now the summation will run from i = 1 to infinity and the equation becomes
2g/T = 1/m0 + Σ1/(4imi)
2g/T = (1 - t) + Σt/(4t)i
2g/T = 1 - t + 4t2/(1 - 4t)
2g/T = ((1-t)(1-4t)+4t2) / (1 - 4t)
2g/T = (1 - 5t +8t2) / (1 - 4t)
Thus we find the tension acting on m0 to be
T = 2g(1 - 4t) / (1 - 5t +8t2)
Then we can find a0 from
a0 = g - T/m0
a0 = g - 2g(1 - t)(1 - 4t) / (1 - 5t +8t2)
a0 = g(5t - 1)/(1 - 5t +8t2)
Which is my final answer and incorrect. This is at least the third time I’ve worked through it, always getting this same answer.
(This does not give zero when t = 1/2)If you do take the time to check then thank you very much! It really bothers me that this method isn’t working ?:)
 
One thing I did not mention though is that when t ≤ 1/4 then the sum ∑1/(4mi)i diverges and so the formula I used no longer applies. Hence our final formula should only apply to t > 1/4
 
Hiero said:
So now the summation will run from i = 1 to infinity and the equation becomes
2g/T = 1/m0 + Σ1/(4imi)
2g/T = (1 - t) + Σt/(4t)i
2g/T = 1 - t + 4t2/(1 - 4t)
I think there's a sign error in the last line of this excerpt. It should be
2g/T = 1 - t - 4t2/(1 - 4t)

Note that the sum in the last term of the previous line is of all positive terms, so the sum must be positive. But the denominator (1 - 4t) in the last line is negative because t > 1/4.
 
  • Like
Likes   Reactions: BvU
Oh wow I finally see the error o:) I was mistakenly thinking that Σ1/(4t)i = 4t/(1-4t) (that would be Σ(4t)i) but it’s actually (1/(4t)) / (1-1/(4t)) = 1/(4t-1) isn’t it?
(Sums from one to infinity)
 
andrewkirk said:
I think there's a sign error in the last line of this excerpt. It should be
2g/T = 1 - t - 4t2/(1 - 4t)
Don’t you think it should instead be,
2g/T = 1 - t + t/(4t - 1)
?
 
  • #10
Fixing that though, I end up with
a0 = g(2t-1)2/(6t-4t2-1)
which at least is zero when t = 1/2 but it’s still not the given answer.

I must be making another mistake, but I cannot see it cause apparently I like to repeat the same mistakes over and over o0)
 
  • #11
Hiero said:
Don’t you think it should instead be,
2g/T = 1 - t + t/(4t - 1)
?
Yes it should. I noticed the sign problem and so just re-wrote the line with the sign changed. I did not check the other details of the summation.
 
  • #12
BvU said:
@haruspex, do you like this kind of exercise ?
Yes, it's fascinating, but I'm a bit busy right now and it looks like good progress is being made.
 
  • Like
Likes   Reactions: BvU

Similar threads

  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 15 ·
Replies
15
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 65 ·
3
Replies
65
Views
6K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 21 ·
Replies
21
Views
5K