A regular pendulum lies at rest at time t = 0 seconds.
The pendulum string's free end is hinged at the coordinate ( 0 , 0 ) , so the bob makes an angle of 0 radians initially with the negative y -axis.
At time t = 0 , there is a force field field that imparts a constant force of 1 0 Newtons in the + x axis direction always.
Find the amplitude of oscillation of the pendulum, in radians.
Relevant information:
The mass of the bob is 1 0 k g
Gravitational acceleration g = 1 0 m / s 2
The length of the pendulum's string l = 1 0 m
Bonus: if the field's strength is 1 0 0 0 0 Newtons, or even greater, find a possible starting position for the bob for the pendulum to be in equilibrium. Find this equilibrium point for an infinitely strong force field.
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.
I like how you always write your differential equations in column vector form.
This is a re-upload, because I made the previous problem with a wrong answer. I entered the maximum value of the angle instead of the amplitude of oscillation.
This problem is simple yet interesting, because as the field strength increases greatly, the pendulum exhibits either one of the two behaviours:
Here's what a graph of the motion at θ i = 2 π , and at θ i = 0
It is easy to see this equilibrium position intuitively because if the bob has any depression or elevation above the + x -axis it is immediately forced back down, so it just stays right at 2 π when it starts there.
I tried to simulate it, so here's the maths:
The tangential component of gravity is:
F g = − m g sin ( θ )
Resolving the field's tangential component F = f i ^ + 0 j ^ where f = 1 0 N ,
F d = f cos ( θ )
Newton's 2nd Law:
m l θ ¨ = − m g sin ( θ ) + f cos ( θ )
Solving for θ and numerically integrating is the last step.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|
Problem Loading...
Note Loading...
Set Loading...
If the string makes an angle θ with the downward vertical, then we have the equation of motion
m ℓ θ ˙ ( sin θ cos θ ) − m ℓ θ ˙ 2 ( − cos θ sin θ ) = − T ( − cos θ sin θ ) + ( − m g F ) where T is the tension in the string, and F is the strength of the wind. Taking the inner product of this equation with ( sin θ cos θ ) , we see that m ℓ θ ¨ = F cos θ − m g sin θ This problem has an equilibrium position of θ ≡ α , where F cos α = m g sin α , so α = tan − 1 m g F . Now θ ¨ 2 1 θ ˙ 2 = m ℓ F 2 + m 2 g 2 ( sin α cos θ − cos α sin θ ) = − m ℓ F 2 + m 2 g 2 sin ( θ − α ) = m ℓ F 2 + m 2 g 2 [ cos ( θ − α ) − cos α ] so that the particle oscillates between θ = 0 and θ = 2 α . We also note that T = F 2 + m 2 g 2 [ 3 cos ( θ − α ) − 2 cos θ ] so that T ≥ F 2 + m 2 g 2 cos α = m g > 0 throughout the motion, and so the string never becomes slack (which, if it happened, would invalidate the model).
Thus the system oscillates about the equilibrium position θ = α with angular amplitude α . I this case F = m = g = ℓ = 1 0 , we see that α = tan − 1 1 0 1 = 0 . 0 9 9 6 6 8 6 5 2 4 9 .
When F = 1 0 0 0 0 (and m = g = ℓ = 1 0 ), the equilibrium angle is tan − 1 1 0 0 . As F → ∞ , the equilibrium angle tends to 2 1 π .