There are two masses of mass . They are connected by a spring of force constant and natural length .
Particle 1 is confined to move solely on the y-axis and particle 2 is confined to move solely on the x-axis.
At time , particle 1 starts at rest , and particle 2 starts at rest . As soon as the x-coordinate of particle 2 becomes zero for the first time, the rails confining particle 2 to the x-axis cease to exist (Turns out that the rails for particle 2 exist only along the positive x-direction). The goal of this question is to compute the y-coordinate of particle 2 one second after its x-coordinate is zero for the first time.
Note that and vary over time but their initial values are given in the problem statement.
Details and Assumptions:
Gravitational acceleration in the negative y direction.
Inspiration - Solving the mentioned problem will bring you a step closer to the answer.
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 used a Newtonian (force) approach for this. The implementation was quite general, so I just needed to "flip a switch" in the code to accommodate this case. I have attached a plot of the various positions over time.