Note from editor
"[1]" and alike denote a reference to bibliography;
"1" and alike denote a footnote;
"Figure 1" and alike denote a reference to a picture;
"(1)" and alike denote a reference to an equation. Click here to download the notebook.
If you spot any errors from this page, please do not hesitate to contact me.
Introduction
This report is based on the Chapter 10 "Rotational Motion of Rigid Bodies" of the textbook [1]. The goal of the paper is to demonstrate a common physical scenario - gyroscopic motion of tops, by deriving its governing equations and making observations on some of its solutions.
In the following sections, I will describe the problem setup and use the Lagrangian mechanics to obtain the equation and conservation laws. A non-obvious result of the angular velocity using Euler angles is also discussed in the derivation of the Lagrangian, in case the reader is not familiar with it. Then, some numerical solutions are displayed to give some insights of the motion of the spinning top.
Derivations
Setup
Assume we have a top which can spin around its bottom, as in Figure 1:
Figure 1: Figure of the spinning top as well as two frame systems: local O(xt,yt,zt) and world O(x,y,z). The rotation of the local frame is the rotation of the top, which can follow any direction.
In the local frame O(xt,yt,zt) of this object, it can rotate along any axis. Typically, we choose the local frame to coincide with the principal axes of the object. This means any rotation can be easily decomposed into a series of rotations along the principal axes. Moreover, we will be able to write down its values of rotational inertia along the three axes:
I=λ1000λ2000λ3
where I is the inertia tensor of the object of interest, λ1 is the rotational inertia, also known as the principal moment, along the xt axis, and ditto for other axes. Chapter 10 of the book [1] has more information about the significance of the inertia tensor.
In this case of a spinning top in the figure, it exhibits symmetry on the xtOyz plane. That is, rotating it along xt-axis and rotating it along yt-axis result in the same shape, whereas rotating along zt is different. We can conveniently have λ1=λ2.
Next we will make the object spin about its bottom, not necessarily along the most obvious zt axis. Before we do that, we will make a short detour and investigate how the angular velocity is related to our setup.
Euler angles
We will associate rotations using the notion of (proper) Euler angles, which are three angles (ϕ,θ,ψ), applied as follows:
First we apply precessionϕ, which is a rotation along the top's zt-axis. After the rotation of the top, two axes, xt,yt will have been rotated as well to xt′,yt′, respectively;
Next we apply nutationθ, which is a rotation along the tops's new xt′ axis. After the move, yt′,zt will be rotated to yt′′,zt′;
Finally we apply intrinsic rotationψ along the zt′ axis.
Figure 2: Three steps of defining the rotation using Euler angles.
We can rotate the top anyway we would like using these consecutive moves.1
Angular velocity using Euler angles
To derive the angular velocity of the rotation, the Chapter 10 of the textbook [1] uses a geometrical approach. However, reading 3D geometry from 2D pictures can be difficult, just like the last picture I have shown. Therefore, as a student into computer graphics, I would like to employ an algebraic, matrix method. First recall from linear algebra that we can perform rotations of a vector about the zt-axis using the following rotation matrix:
Rϕ(ϕ)=cosϕ−sinϕ0sinϕcosϕ0001
And we can rotate about the xt-axis using this matrix:
Rθ(θ)=1000cosθ−sinθ0sinθcosθ
Also for the zt-roll again:
Rψ(ψ)=cosψ−sinψ0sinψcosψ0001
Then the series of rotations can be represented using a single transformation:
R(ϕ,θ,ψ)=Rψ(ψ)Rθ(θ)Rϕ(ϕ)
We can regard the vector before the transformation, t, as a vector in the local coordinate O(xt,yt,zt) of the object. Then for the vector after the transformation, Rt, it corresponds to the vector in the world coordinate O(x,y,z). Since we want to solve the problem as an outsider sitting outside the top, we use the world coordinate.
we need to use the useful identity that holds true for all x and rotation A:
dtdx=ω×x⟹dtdAx=ω×Ax
where ω stands for the angular velocity2. then we have, using the product rule of derivatives
Now we know the angular velocity, thus we can write down the kinetic energy of the spinning top, using the formula given by [1], as well as the result (2):
where m is the mass of the top, and R is the distance from the origin to the center of mass of the top. Here we have made sure that increasing the nutation θ will decrease the potential energy.
This reveals that the content inside the bracket is a conserved quantity. We denote this constant as the generalized momentum along the ϕ direction:
pϕ:=λ1ϕ˙sin2θ+λ3ϕ˙cos2θ+λ3ψ˙cosθ
As a note, this is indeed the angular momentum in the local vertical direction of the top (see [1]). It makes sense for this quantity to conserve because there is no torque about this axis.
Similarly, we look at the ψ coordinate:
∂ψ∂L=dtd∂ψ˙∂L
And we will have another conserved quantity:
pψ:=λ3ψ˙+λ3ϕ˙cosθ
Due to the gravitational potential energy depending on the θ direction, the generalized (angular) momentum is not conserved:
Now we have three equations involving three variables, governing the motion of the spinning top. Next, we will simplify them since they are coupled nonlinear differential equations, and reformulate the equations with initial conditions.
Computations
A bit rewrite
Starting from equation (4) we can write
ψ˙=λ3pψ−λ3ϕ˙cosθ
Substituting this expression into equation (3), we can solve for ϕ˙:
pϕ=λ1ϕ˙sin2θ+λ3ϕ˙cos2θ+(pψ−λ3ϕ˙cosθ)cosθ
ϕ˙=λ1sin2θpϕ−pψcosθ
Substitute this back into (6) we then can solve for ψ˙:
Combining (7), (8), (9), (10), we arrive at a system of 4 linear differential equations, easier to solve with numerical methods. We need to specify four initial conditions:
ϕ(0)ψ(0)θ(0)v(0)=ϕ0=ψ0=θ0=θ˙(0)=θ˙0
For this construction, we further need two more initial conditions:
Our strategy is as follows: after we have solved the functions ϕ,θ,ψ, to visualize the time evolution of the motion, we can take a point on the top (in this case, the top part), then use the formula (1) to obtain its rotated position. We will use the 3D-plotting feature in matplotlib to plot the trajectory of this single point.
We first observe a physical scenario. When a toy top is thrown with some initial (precession and intrinsic) rotations ϕ˙,ψ˙ that are not quick enough, as well as quite a bit of vertical instabilities θ0,θ˙0, under the torque of gravity, we should expect the top to both spin, tilt, and eventually touch the floor. We will consult the solution of the differential equations to verify our previous derivations.
Figure 3: The trajectory that is drawn by the tip of the spinning top, under uniform gravitational field, corresponding to the following constants: m=0.0101,λ1=0.0009,λ3=0.00011,R=0.4985,g=9.81,ϕ0=0,ψ0=0,θ0=0.1,θ˙0=0.01,ϕ˙0=117,ψ˙0=0.
The plot precisely describes the scenario that I postulated before. The dark blue dot corresponds to the initial position of the top's tip, and we can see it is drawing a spiral away from the original starting point. The rotation as we see from the top view is called the precession of the top. In this complex system, we also see the angle θ is varying with time, which is called the nutation. The nutation in this example comes from both the torque of gravity and the rotation of the disk, thus pulling the top down into the floor. In finding the solution, I detected the occurrence when θ=2π and truncated some remaining regions.
For completeness, I also prepared Figures 4 and 5, which depict this dynamics in detail. Not only do we observe the falling of the object in the z-axis, but also we see an increasing oscillation pattern in amplitude in the x- and y-projection planes. The more it tilts, the stronger the top spins. This agrees with our common sense when playing with tops.
Figure 4: The solutions ϕ,ψ,θ of the differential equations. For physical sense, the plots limit to θ=2π.
Figure 5: The projections of the path in Figure 3. The xyz components are obtained using the rotation transformation.
If we try to spin the top as quickly as possible, eventually its edge will not touch the floor, and we can observe the alternating nutation:
Figure 6: The trajectory that is drawn by the tip of the spinning top, under fast initial rotation, corresponding to the following constants: m=0.0101,λ1=0.0009,λ3=0.00011,R=0.4985,g=0.01,ϕ0=0,ψ0=0,θ0=0.1,θ˙0=0.01,ϕ˙0=120,ψ˙0=0.
Figure 7: The Euler angles of the fast-rotation scenario. Note that the nutation is periodic.
Figure 8: The projections of the path. Note that its z-component goes up and down periodically within a fixed range of nutation angles.
This is not an obvious result. Notice that the top initially goes downward, but after some time it goes up again to its (nearly) initial position. Such process will repeat itself as time goes. The object now undergoes a gyroscopic motion. The Chapter 11 of the text [2] and the Chapter 10 of [1] give more detailed description about different nutation patterns in theory.
Here is another gyroscopic motion that yields "smoother" nutation:
Figure 9: Another example for m=0.0101,λ1=0.0009,λ3=0.00011,R=0.4985,g=9.81,ϕ0=0,ψ0=0,θ0=0.1,θ˙0=0.01,ϕ˙0=40,ψ˙0=150.
Figure 10: Smoother θ-rotation.
Figure 11: Smoother z-movement. Notice also the clear beats phenomenon seen horizontally, which is less skewed than the last set of initial conditions. One can infer that the horizontal rotation does not suddenly swap directions, in contrast with the previous example. Here, the horizontal rotation means precession and intrinsic rotation.
And here is another case when the spinning disk is wide (larger radius), which causes the top tip to draw an apparently more violent rotations, which makes sense:
Figure 12: Wide disk example for m=0.0245,λ1=0.032,λ3=0.00011,R=0.4985,g=9.81,ϕ0=0,ψ0=0,θ0=0.1,θ˙0=0.01,ϕ˙0=40,ψ˙0=150.
Figure 13: Less growth, more oscillation observed in the precession angle.
Figure 14: The beats in the horizontal plane disappeared, implying a more "uniform" elliptical path horizontally.
Rotational inertia
In the analyses, I have deliberately skipped the definitions of some constants such as λ1 and λ3. In principal, these values need to make sense, however, they are not the main focus of the gyroscopic problem. For completeness, I will briefly describe these parameters.
The geometry of the object is as in Figure 15.
Figure 15: The object consists of a thin disk and a thin rod. The relevant parameters are m1,m2,r,L,ℓ.
The page [3] has a concise description of the derivation of the rotational inertia of thin rods and disks. For the vertical direction of spinning, we have
λ3=21m1r2
For the rotation along xt or yt, both the disk and the rod have contributions, and the result is
λ1=41m1r2+31m1ℓ2+31m2L2
We can define the total mass of the object as follows:
m=m1+m2
as well as the distance from origin to the center of mass:
R=m1(m1ℓ+2m2L)
When picking a point as the starting point for plotting the trajectory, we can pick the tip of the top:
st=[00L]T
s=R(ϕ,θ,ψ)st
Conclusion
From this paper we have understood the governing laws of a spinning top. In solving this question, we employed the algebraic strategy for solving rotated positions and angular velocities, as well as the technique of reducing systems of differential equations. I plotted some diagrams to illustrate physical interpretation of the solutions, and we discovered the precession and nutation phenomenons when dealing with the problem.
Notes
This paper uses the zxz convention for rotating objects, which rotates about the local z axis twice, and is the method of choice of the 11th chapter of book [2]. However other conventions exist. For example, the xyz convention is used in aircrafts and computer graphics. (Go back)
And we can "abuse" the notation and write dtdA=ω×A, here it really means an operator, as there is no cross product for matrix. (Go back)
References
[1] J. R. Taylor, Classical Mechanics. University Science Books, 2005.
[2] S. T. Thornton and J. B. Marion, Classical Dynamics of Particles and Systems
5th Edition. Brooks Cole, 2003.