2D. Equilibrium and dynamics of a point mass \(m\) at \(\vec{r}_{C}\). Gravity \(g\) points down in the minus \(\hat{j}\) direction. Points A and B are anchored at \(\vec{r}_A\) and \(\vec{r}_B\). Springs and parallel dashpots connect the mass to A and B. The spring constants are \(k_A\) and \(k_B\). Their rest lengths are \(L_A\) and \(L_B\). Parallel to the springs are dashpots \(c_A\) and \(c_B\). The mass also has a drag force proportional to speed through the air \(c_d\).
The dynamic state of the system is described with \(z = [x, y, \dot{x}, \dot{y}]'\) and the static state by \(z = [x, y, 0, 0]'\).
Basic Statics. Given parameters and an initial guess, find an equilibrium position of this system. If you have an example you like, post it and people can compare solutions.
Basic Dynamics. Given parameters and an initial condition, find the motion.
All equilibria. Given parameters, attempt to find all equilibria. How many are there? By varying parameters, what is the most and least number of equilibrium points there can be?
Stability of equilibrium. Given an equilibrium point, find it’s stability 2 ways: (a) With a dynamic simulation near the equilibrium; and (b) looking at the eigenvalues of the matrix describing the linearized equations of motion. Compare.
Make appropriate plots, animations and comparisons.
1 Basic Statics. Given parameters and an initial guess, find an equilibrium position of this system. If you have an example you like, post it and people can compare solutions.
Figure 2: An example trajectory for the taken parameters
3 All equilibria. Given parameters, attempt to find all equilibria. How many are there? By varying parameters, what is the most and least number of equilibrium points there can be?
What I did essentially was to take many (about 300) intial position vectors in a grid around the and containing the anchor points. I tried various methods, but essentially all of the methods revolved around playing the simulation and noting the end point.
Figure 3: I call these Rubber Art
Figure 4: Trying to use a negative air drag
Figure 5: Finally, just looking at the start state and the end state:
4 Stability of equilibrium. Given an equilibrium point, find it’s stability 2 ways: (a) With a dynamic simulation near the equilibrium; and (b) looking at the eigenvalues of the matrix describing the linearized equations of motion. Compare.
I was only able to find stable equilibriums. I was not able to use “(b) looking at the eigenvalues of the matrix describing the linearized equations of motion.”