Finding the Tension of string supporting a disc

Click For Summary

Discussion Overview

The discussion revolves around determining the tension in a string attached to a disc that is rotated and then released. Participants explore the mechanics involved in this scenario, including the effects of angular and linear velocities, and the implications of different points of attachment on the disc. The context includes theoretical considerations and mathematical formulations related to the dynamics of the system.

Discussion Character

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

Main Points Raised

  • One participant describes the setup involving a string attached to a ceiling and a disc, detailing the equations of motion and energy conservation attempts to find the tension in the string.
  • Another participant suggests that the issue may lie in the treatment of torques around accelerating axes, questioning the applicability of certain mechanics formulas.
  • A participant notes that their solution fails when the disc is pulled to a maximum angle, leading to an infinite tension scenario, prompting questions about the mechanics of rotation in such cases.
  • Concerns are raised about the neglect of the disc's velocity, which could significantly affect the tension due to centripetal forces when the disc is at the bottom of its swing.
  • One participant reflects on the frame of reference, suggesting that treating accelerating frames as stationary may be problematic in their analysis.
  • A later post mentions that for the case where the string is vertical and tangential to the disc, the tension of mg/3 is deemed correct, indicating some agreement on specific conditions.
  • Another participant shares a solution for a scenario where the string is not wrapped around the disc and is moving perpendicularly, noting that different motion directions could lead to zero tension or other outcomes.

Areas of Agreement / Disagreement

Participants express various viewpoints and uncertainties regarding the mechanics of the system, with no consensus reached on the correct approach to determine the tension in the string. Multiple competing ideas and interpretations of the problem remain unresolved.

Contextual Notes

Participants highlight limitations in their assumptions, particularly regarding the treatment of angles approaching zero, the effects of initial conditions, and the influence of the disc's velocity on tension calculations. These factors contribute to the complexity of the problem without providing definitive resolutions.

carrotstien
Messages
28
Reaction score
0
I am trying to write a simulation program for a relatively complicated mechanical system. Parts of it will be strings wrapped around discs under tension - with the discs moving and rotating. So, I decided to figure out the basics, and am stuck.

The situation is thus:
An unstretchable string is attached to a point on a ceiling. The other end, is attached at some point on the circumference of a disc. The disc is rotated and moved to some position, and then let go. How it is rotated, and moved, would determine the exact point at which the string pulls on the disc. Assuming that I know the velocities (linear and angular), and the positions and angles of the disc and string-effect-on-disc points, how would I determine the tension in the string when the disc is let go?
Or, simpler - if you glue a string to the edge of a quarter, and attach the other end to the ceiling, move the quarter to the side a bit, and rotate it at some angle - the moment when you let go of the quarter, what is the tension in the string?
f41a1u.jpg


I have figured out / stated a bunch of stuff below..still stuck

\ddot{X} = \frac{m\vec{g}+\vec{T}}{m}

\ddot{\theta}_{cm}I_{cm} = (\vec{R}\times\vec{T})_{k}

from here, I had three unknowns and two equations.
I tried using conservation of energy, but that got me no where:

E_{initial}=E_{final}

0=\frac{dE}{dt}=(\frac{dKE_{linear}}{dt}) + (\frac{dKE_{angular}}{dt}) + (\frac{dPE_{gravitational}}{dt})

0=(m\dot{X}\cdot\ddot{X}) + (I_{cm}\dot{\theta}_{cm}\ddot{\theta}_{cm}) + (mg\dot{X}_{j})

and plugging in the first two formulas into the last...

0=(\dot{X}\cdot({m\vec{g}+\vec{T}})) + (\dot{\theta}_{cm}(\vec{R}\times\vec{T})_{k}) + (mg\dot{X}_{j})

unfortunately...

0=(-mg\dot{X}_{j}+\dot{X}\cdot \vec{T}) + (\dot{\theta}_{cm}(\vec{R}\times\vec{T})_{k}) + (mg\dot{X}_{j})

which means

0=(\dot{X}\cdot \vec{T}) + (\dot{\theta}_{cm}(\vec{R}\times\vec{T})_{k})

however, this tells me nothing about T, since every T solves the equation
interestingly, this equation just shows the relationship between angular velocity and linear velocity - neato...but currently useless.


So after making a nice head-shaped indent in the wall of my room, I decided to just look at it from a different perspective.

Instead of taking the point of rotation to be the center of the disc, I decided to take it as the point at which the string is acting on the disc (this would be the point of attachment, unless the string is wrapped around, and then it would be a tangential point...but that is irrelevant)


from the attached picture...

\ddot{\theta}_{cm} = \frac{(\vec{R}\times\vec{T})_{k}}{I_{cm}}

converting to scalar notation, where T is the tension in the string

\ddot{\theta}_{cm} =\frac{ rTsin({\phi}_{1})}{I_{cm}}

similarly cn = 'connection point on disc or point at which the string is acting on the disc'

\ddot{\theta}_{cn} =\frac{ (rmg)sin({\phi}_{2})}{I_{cn}}

Now, this may be a wrong assumption, but it seems valid in my mind for several reasons, but..I assumed that

\ddot{\theta}_{cm} = \ddot{\theta}_{cn}

if this is true, then

\frac{ rTsin({\phi}_{1})}{I_{cm}} = \frac{ (rmg)sin({\phi}_{2})}{I_{cn}}

which would mean that

T = \frac{I_{cm}}{I_{cn}}\frac{sin({\phi}_{2})}{sin({\phi}_{1})}mg

moment of inertia:
I_{cm} = \frac{mr^{2}}{2}
parallel axis theorum
I_{cn} = I_{cm} + mr^{2}

I_{cn} = \frac{3mr^{2}}{2}

and

\frac{I_{cm}}{I_{cn}} = \frac{1}{3}

which leaves

T = \frac{1}{3}\frac{sin({\phi}_{2})}{sin({\phi}_{1})}mg

which seems fine and dandy until you look at what happens when both angles are very very small...u get a 0/0...and both num and den can approach 0 at the same rate (in some particular case)

which would mean that, in the limit as the angles approach 0, in that particular case ^

T = \frac{mg}{3}

even though T should equal mg for all cases when the angles approach 0.

did I just screw up somewhere?...or is my last limiting argument incorrect?

And, if I didn't get near the answer...how would you determine the tension?

...
if you got to this point..thanks for reading this whole giant post :)
 
Physics news on Phys.org
I think i might be missing something with regards to torques around accelerating axes. In both cases, the axes are accelerating - so maybe there is another set of mechanics formulas to describe that, but I don't intuitively think so.
 
o..and a good point was brought up by my friend - my solutions fails when the initial condition is the pendulum position: pull the disc as far as u can at some angle...then, phi_1 = 0, phi_2 isn't 0, and the tension would be infinity by my formula
so its wrong...but how and why

also...what of the normal disc pendulum?
initial phi_1 =0...so with respect to the center, there would not be any torque...so how does the disc start to rotate...or is it that at first, it doesn't rotate at all..and then, after a dt..there is some dphi1?
 
and...my answer is wrong since it doesn't take into account the velocity of the disc..which, when the disc is at the bottom of the pendulum...could be arbitrarily large, and would lead to a very large tension in the string for the centripetal forces.
 
ahh...i think the problem is the frame of reference...i'm using accelerating frames..and treating them as stationary fulcrums over small intervals of time

"As covered in kinematics the absolute angular velocity of a solid object is the angular velocity in the local coordinates plus the angular velocity of the frame of reference."
from http://www.euclideanspace.com/physi...otation/rotationfor/index.htm#angularvelocity
 
a good thing to point out as well..even though it's almost new year's, and i doubt anyone will read this anytime soon, if at all...

is that, in the case there the string is vertical, and tangential to the side of the disc. T=mg/3 is the correct answer!
So, perhaps I'm not wrong, and only my limiting question is wrong (or something like the function not having a limit since the limit may be different depending on how you approach it!)
 
well, I found the solution for the case where the string isn't wrapped around at all, and the point on the disc that the string is attached too is moving only perpendicularly to the string. (if it isn't moving perpendicularly, then the disc will start moving in such a way as to give the string slack (0 tension), or, is about to bounce back (since the string doesn't stretch)...and that is another solution.

If anyone is interested...reply, or else there is no point for me to spend the time writing stuff here.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 34 ·
2
Replies
34
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
1
Views
398
  • · Replies 76 ·
3
Replies
76
Views
7K