3 balls connected by massless strings

AI Thread Summary
The discussion revolves around determining the angles that three equal mass balls connected by massless strings make with the horizontal. The setup involves one ball suspended in the middle and two balls hanging from the ceiling, with the distance between the ceiling points being X. Participants suggest using symmetry and force balance equations to relate the angles and tensions in the strings, leading to the conclusion that the horizontal components of the tensions must be equal. The relationship between the angles is established as theta2 = arctan(3*tan(theta1), and the equation X = 2L[cos(theta1) + cos(theta2)] is derived. Ultimately, the problem is deemed complex, lacking a clean algebraic solution, but numerical methods can be employed for specific values of X and L.
akorn3000
Messages
7
Reaction score
0
Suppose you have 3 balls, all of equal mass, M. They are connected to each other by equal-length (each length L) strings of negligible mass, such that one ball is suspended in the middle and the two balls at the end are themselves suspended from the ceiling at two points, a distance X from one another. Using M, X, and L, how would I go about finding the exact angles the balls make with the horizontal? I tried summing the forces and the moments, but I think I must be doing something wrong. Any help would be appreciated.
 

Attachments

  • balls and strings 2.png
    balls and strings 2.png
    2.9 KB · Views: 663
Physics news on Phys.org
1) Use symmetry to assume that middle mass is equidistant from the other two. (Seems you've done that.)

2) Solve the problem for just one mass hanging from the other two as a function of distance between the later two. Call that distance y.

3) Solve for force between ceiling and the mass attached to it using the solution from above as input. You should treat y as one of the variables you are solving for.

Edit: Just realized that there is a much easier way. What can you say about horizontal component of T1 vs horizontal component of T2?
 
Last edited:
K^2 said:
Edit: Just realized that there is a much easier way. What can you say about horizontal component of T1 vs horizontal component of T2?

They must be balanced, so T1*cos(theta1) = T2*cos(theta2)
 
The way I see it, each string wants to reduce its tension by hanging straight down. The strings on top are pulled inward by the middle mass they have to support, and so they pull outward, while the strings on the bottom want to reduce their tension and pull inward.
 
akorn3000 said:
They must be balanced, so T1*cos(theta1) = T2*cos(theta2)
And you know what the vertical components are. So given theta1, you should have no trouble computing theta2, right?
 
I got as far as writing out the force diagrams for each mass: Taking the left mass for instance, balancing the forces in the y direction gives T2*sin(theta2) = mg + T1*sin(theta1), and for the bottom mass, 2*T1*sin(theta1) = mg. Substituting gives 3*T1*sin(theta1) = T2*sin(theta2), and if you divide that by T1*cos(theta1) = T2*cos(theta2) you get 3*tan(theta1) = tan(theta2). This relationship seems right at a cursory glance, since the slope of the upper strings must be steeper than the bottom ones, although I still do not know what the angles are independently and based on X, L, and M. It's quite possible that I'm missing something very obvious.

I also know that X = L*cos(theta1) + L*cos(theta2). I forgot to mention before but I do not want either of the tensions in the final answer, which seems to make this problem tricky for me.
 
Last edited:
That's the relationship. So theta2=arctan(3*tan(theta1)). Not the most pleasant expression, but there you go. Now, can you express X in terms of theta1, theta2, and L?
 
K^2 said:
That's the relationship. So theta2=arctan(3*tan(theta1)). Not the most pleasant expression, but there you go. Now, can you express X in terms of theta1, theta2, and L?

The simplest I can see is X = 2*L*[cos(theta1) + cos(theta2)] So I suppose if you substitute theta2 = arctan(3*tan(theta1)) you'd have (X/2L) = cos(theta1) + cos(arctan(3*tan(theta1))... yeesh.
 
Yeah. And as far as I can tell, that's about as good as it gets. You can also build a 4th order polynomial equation for T_x = Tcos(theta), which obviously has a general solution, but it's a bit lengthy to say the least.

Point is, I don't think you can get a clean algebraic solution here. But given specific number for X/L, you can easily solve it numerically.
 
  • #10
And if you isolate theta1 instead, I suppose you would have theta1 = arctan((1/3)*tan(theta2)), so in that case you'd have (X/2L) = cos(arctan((1/3)*tan(theta2)) + cos(theta2). Heh, I guess nobody said the answer had to be pretty.
 
  • #11
Thank you for all your help, I appreciate it.
 
Back
Top