Action of co-circular springs on a point mass

AI Thread Summary
The discussion revolves around the behavior of a point mass tethered to co-circular springs attached to a rigid ring, exploring its movement when one spring is repositioned. Initially, it is assumed that the mass would move in a circular path, but software simulations show it tracing an elliptical trajectory. Participants emphasize the relevance of Hooke's Law and the complexity of deriving the mass's position, suggesting that the springs' arrangement and their equilibrium lengths must be carefully considered. The conversation highlights the potential for algebraic errors in the calculations and the need for a deeper understanding of the forces at play. Overall, the unexpected elliptical motion raises questions about the underlying mechanics and mathematical modeling involved.
omission9
Messages
5
Reaction score
0
This problem is actually a simplification of something seen in a data visualization tool.
I think it is interesting in that it can be "translated" to a Hooke's Law problem.
Unfortunately, I am not sure how to proceed...
Suppose I have a point mass tethered to several springs. The springs are attached in a co-circular fashion to a rigid metal ring. The springs are equidistant from each other on the circular ring. The point mass is at some equilibrium position inside the ring.
Now, suppose we are able to slide one (and only one!) of the springs around the metal ring.
All the way around the circle.
How would you describe the movement of the point mass inside the ring? At first it seems that the point mass would move strictly in a circle of some varying radius. Instead what I am seeing from my software (in some cases) is that the point mass traces an elliptical path.
Why is that? I assume I haven't made some sort of coding error!
The position of the point mass when we start is for M springs
(\sum_{j=0}^{M-1} cos \Theta_j * k_{j}, \sum_{j=0}^{M-1} sin \Theta_{j} * k_{j} )
If we then move one of the springs to some new position (say it is the first spring)
The position is now
(\sum_{j=1}^{M-1} cos \Theta_j * k_{j} + \sum_{j=0}^{0} cos \Theta_j * k_{j}, \sum_{j=1}^{M-1} sin \Theta_{j} * k_{j} + \sum_{j=0}^{0} sin \Theta_{j} * k_{j})
This still seems to describe a circle to me. If we pick any spring (not just the first as in the example) and move it a full 360° I still only intuit a circular path.
Any advice and corrections would be appreciated!
 
Physics news on Phys.org
With this sort of a description, how do you think an ellipse would look?
 
OldEngr63 said:
With this sort of a description, how do you think an ellipse would look?

Oh, I assumed people in this forum were familiar with basic analytic geometry. Let me explain.
You see, in general, an ellipse has parametric form
x=a cos \Theta
y=b sin \Theta
In my example problem we see that with some simplification we have a similar expression.
In my software experiments I am seeing the point mass trace an elliptical (non-circular) path. I am essentially 100% sure I do not have a software error and so I am wondering if I made an algebraic mistake which is leading me to an incorrect assumption?
 
Last edited:
How do you get your expression for the position of the point mass? I would expect the solution of some quadratic equation (as the spring length is related to the euclidian distance) as the position.

Do you use the same equation in your simulation?
Maybe your formula is wrong - if the simulation uses a different method, this could explain the difference.

Instead what I am seeing from my software (in some cases) is that the point mass traces an elliptical path.
I assume that you mean an elliptical path with non-zero eccentricity, otherwise it would be a nice joke ;).
 
mfb said:
How do you get your expression for the position of the point mass? I would expect the solution of some quadratic equation (as the spring length is related to the euclidian distance) as the position.
its just Hooke's law, basically, F=-kx. We have multiple springs so we have a sum of the forces.
The position x is given with the trig functions because the springs are arranged in a co-circular way.
 
x in F=-kx is the length deviation from equilibrium. You cannot assume that all your springs are connected in the coordinate origin and have a length of 0 in the equilibrium (which is what you do, if I read the formulas correctly).

Edit: After writing down some formulas, I think that you really underestimate the complexity of an exact solution. Are there any additional things you can use? Do you know the approximate number of springs? Do you know how large the movement of the mass is, compared to the ring radius? Much smaller than the radius?
 
Last edited:
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Hello everyone, Consider the problem in which a car is told to travel at 30 km/h for L kilometers and then at 60 km/h for another L kilometers. Next, you are asked to determine the average speed. My question is: although we know that the average speed in this case is the harmonic mean of the two speeds, is it also possible to state that the average speed over this 2L-kilometer stretch can be obtained as a weighted average of the two speeds? Best regards, DaTario
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Back
Top