The Set and Reset/ Reset Set
This Notebook models the kinetic sculpture designed by Mike Myers for Set and Reset/ Reset at Ballet de l'Opéra de Lyon, May 2005
Sub-twisted State
The structure is in a "sub-twisted" state when the bottom has been rotated by less than
from its equilibruim state. In this state, the strings have not been twisted together. Angular motion in the sub-twisted state is governed by the same differential equation as the simple pendulum,
for some positive constant k.
Calculations
![]()
![]()
.
We will need to select a number of strings soon, so here is our choice.
Height of the bottom ring
If a string is attached to the top ring at
and the bottom attachment is rotated
, its coordinates will be
for some H. The distance between these two points is L. Therefore
We assume that the top ring is in that plane
and centered at the origin, so the first solution is the z-coordinate of the bottom connection. We define
as the height of the bottom circle above the top circle as a function of the angle of rotation,
.
Derivation of the angular acceleration
Positions of the top attachments, which are fixed, are
Positions of the bottom attachements, which depend on θ, are
The vector to the top connection at
from its bottom connection is
The force on the connection at the bottom ring parallel to the xy-plane is tangent to the bottom ring at that point. The angular acceleration that twists the ring back is proportional to this force. The dot product of the tanent vector and the tension vector tells us the relative angular acceleration.
Construction of the Movie
Here is the whole structure in the form of a list of graphics primitives. A red point on the bottom ring has been added for perspective.
For example, here is the graphics primitive corresponding to the first string, connected to the point
.
We can verify that the length of this connection is what is should be by computing the sum of squares of the coordinate differences.
Now we specify values for the lower radius and string length.
Here is structure before rotation.
Here is the structure when it has been rotated 90 degrees.
Static images like this can be strung together to create a movie. To get the proper timing, use the fact that when the lower ring has been rotated by θ , angular acceleration is proporional to
. The constant of proportionality depends on the mass of the ring. We will assume that the mass is adjusted so that the constant of proportionality is 1. The differential equation
has not simple analytic solution.
The "am" function that is given here is a Jacobi Amplitude function. A numeric solution can be computed if initial conditions are specified. Here we start the structure at rest after it has been rotated to almost π radians.
Here is a plot of the height of the bottom ring with time. Notice that at its low point it is jolted back up quickly.
We can identify the period length by finding the time at which the first maximum after the start has occured. The starting point, 22, is identified by eye.
We extract the period from this information.
The expression in blue is a function that displays the structure for any specific rotational angle within a specified box and at a fixed viewpoint. The magenta expression produces a list of angles based on the solution to the differential equation over one period of motion. So the blue function mapped over the magenta list produces the movie.
Damping in the untwisted state
Damping of the simple pendulum is accounted for with the extra term
added to the angular momentum, which retards the acceleration, particularly
for larger angles. Here is a plot of the damped angle as a function of time.
Here is the corresponding height.
An finally, movies for two different damping constants.
|
|
Twisted state
How is the twisted state of the structure represented? More on that later?
Created by Mathematica (July 18, 2005)