A particle of mass is connected to one end of a spring of force constant and natural length . The other end of the spring is attached to the origin in the plane.
At time , the particle has position and velocity . There is no gravity.
When the particle first crosses the positive axis for , how far is the particle from the origin?
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.
At an arbitrary instant of time, let the coordinates of the particle be ( x , y ) and its velocity components be ( x ˙ , y ˙ ) .
The kinetic energy of the particle is:
T = 2 1 m ( x ˙ 2 + y ˙ 2 )
The potential energy stored in the spring is:
V = 2 1 k ( x 2 + y 2 − L o ) 2
From here, either using Lagrangian mechanics or equating the total time derivative of the total energy to zero yields a set of coupled non-linear differential equations that are solved numerically (using MATLAB) with the given initial conditions.
The result X ≈ 1 . 7 7 (refer code below) is the required answer. What is more interesting about this problem is if one chooses to solve the equation for say 500 seconds. The trajectory of the particle is as shown below. This is a very interesting kind of periodicity one can observe in these elegant patterns. What type of motion does this qualify as?