A bob of mass M = 0 . 5 k g is suspended from a point with a string of length L = 5 . 6 m .The bob is now given a horizontal velocity v = 1 4 m / s at time t = 0 .The string can withstand a maximum tension T = 3 5 N without breaking. Find the time when the string breaks in seconds upto 2 decimal places.
Details and Assumptions
•Take g = 1 0 m / s 2
• You may use Wolfram Alpha for calculations.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
@Aaron Jerry Ninan Is it alright with you if I post a follow-up to this one, with the same parameters but different initial conditions? I'll list this one as the inspiration.
Log in to reply
Yes it would be interesting!!!!
Log in to reply
Can you give a solution where it proves all the facts that Steven Chase shown? And how it break, when and where?
Log in to reply
@Ayaen Shukla – First find the point where the string gets slack.Find the time to reach this point using integration. Then it will follow a projectile motion so write the coordinates of the bob as a function of time and solve this with the equation of circle x^2+y^2=l^2. Add both the times to get the ans
Log in to reply
@Aaron Jerry Ninan – I dont get that for how much time it will be slack, and just at the moment when it will be taut again, why does it breaks at that point only? Please help
Thanks a lot for your solution! Can you please explain how you got the graph "by numerically integrating"?
I also don't understand how you got t = 2 . 9 6 s...
Log in to reply
I'll post the code later today
It's up now
@Steven Chase @Mark Hennings Please tell me if the below problem is correct or not. https://brilliant.org/problems/pulley-dynamics-in-horizontal-plane/?ref_id=1485460
Log in to reply
Greetings. Regarding the other one (pulley dynamics), I've made an attempt at it, and my answer was not accepted.
This problem can be solved by detailed analysis and one numerical integration...
While the string is taut, we have conservation of energy 2 1 m L 2 θ ˙ 2 + m g l ( 1 − cos θ ) = 2 1 m v 2 and the equation for central motion T − m g cos θ = m L θ ˙ 2 where T is the tension in the string and θ is the angle made by the string with the downward vertical. With the given parameter values, we have θ ˙ 2 = 2 8 2 5 ( 3 + 4 cos θ ) T = 2 1 5 ( 1 + 2 cos θ ) Thus the string does not break, but remains taut, while 0 ≤ θ ≤ 3 2 π . The time taken until θ = 3 2 π is t 1 = 5 2 8 ∫ 0 3 2 π 3 + 4 cos θ d θ Once the string is slack, the bob moves as a projectile. From the moment the string becomes slack, the position vector of the bob is r = ( 2 . 8 3 2 . 8 ) + 7 ( − 1 3 ) t + ( 0 − 5 ) t 2 where r is measured relative to the point of suspension. The string will break when the bob has to be brought to instantaneous rest when ∣ r ∣ = 5 . 6 , which occurs when t = 5 2 2 1 . Thus the total time, in seconds, until the string breaks is t 1 + 5 2 2 1 = 2 . 9 6 2 7 5
Problem Loading...
Note Loading...
Set Loading...
This is a tricky problem, because we have to change the system dynamics half way through. But we don't know that yet. To start with, let's assume that the bob remains on a circular trajectory, and see what the implications are. The relevant equations for the angle dynamics, speed, and tension are (where θ is the angle with the vertical):
θ ¨ = L − g s i n θ v 2 = L 2 θ ˙ 2 T = L m v 2 + m g c o s θ
Numerically integrating and plotting the tension vs time, we get the following. There are two things of note:
1) The tension never gets up to 35 Newtons
2) The tension goes negative, which is non-physical for a string
Therefore, we know that the bob leaves the circular trajectory at the time corresponding to the red circle in the plot. It then free-falls until the string again becomes taut, and presumably breaks due to the jarring motion. I will not actually prove that the tension exceeds 35 Newtons at that point because it's too complicated. The free-fall dynamics are:
x ¨ = 0 y ¨ = − g
Numerically integrating again, we find that the string becomes taught when ( x , y ) = ( 0 , − L ) . This occurs at approximately t = 2 . 9 6 seconds.
Note that more of this work could be done by hand, if desired.
Code: