Consider a point mass (marked as red) attached to a spring of instantaneous length . The spring makes an angle to the horizontal. The equations of motion of the system are:
Here, , and are positive integers. Find .
Details:
Bonus: Numerically solve this system of equations over a large period of time, by considering the initial configuration of the system to be at rest, and the mass is initially placed on the positive x-axis such that the spring is stretched. Plot the trajectory of the mass. What is the nature of the motion observed?
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 assume that θ is the magnitude of the angular displacement below the positive x axis. I will proceed accordingly.
x = r cos θ y = − r sin θ x ˙ = − r sin θ θ ˙ + r ˙ cos θ y ˙ = − r cos θ θ ˙ − r ˙ sin θ v 2 = x ˙ 2 + y ˙ 2 = r 2 θ ˙ 2 + r ˙ 2
The kinetic energy, gravitational potential energy, and spring potential energy are:
E = 2 1 m v 2 = 2 1 m ( r 2 θ ˙ 2 + r ˙ 2 ) U g = m g y = − m g r sin θ U s = 2 1 k ( r − ℓ 0 ) 2
Lagrangian:
L = E − U g − U s = 2 1 m ( r 2 θ ˙ 2 + r ˙ 2 ) + m g r sin θ − 2 1 k ( r − ℓ 0 ) 2
Equations of motion:
d t d ∂ r ˙ ∂ L = ∂ r ∂ L d t d ∂ θ ˙ ∂ L = ∂ θ ∂ L
Crunching out the derivatives results in:
r ¨ = r θ ˙ 2 − m k r + g sin θ + m k ℓ 0 θ ¨ = r g cos θ − 2 r ˙ θ ˙
There is a slight sign discrepancy between my results and the expected result, but they are clearly describing the same thing.
Simulating this per the recommendations and making an ( x , y ) scatter plot results in a nice "bird's nest" pattern. The first plot is for 10 seconds, and the second plot is for 50 seconds.