Skip to main content

Coordinated Differential Equations

Section 6.8 Projects

Project 6.8.1. Project—The Lorenz Equations.

In 1963, an MIT professor, Edward N. Lorenz, published a paper on his research in meteorology. Using differential equations, Lorenz had developed a simplified system to model certain weather-related phenomena. When he analyzed the system, however, he found that the trajectories of the solutions were incredibly convoluted and effectively unpredictable for certain parameters. The Lorenz equations can be written as
dxdt=σx+σydydt=ρxyxzdzdt=βz+xy,
where σ, ρ, and β are constants. The Existence and Uniqueness Theorem for systems of differential equations guarantees a unique solution for each set of initial conditions,
x(0)=x0y(0)=y0z(0)=z0.
However, Lorenz discovered that the trajectories of the solutions were incredibly convoluted and effectively unpredictable for certain parameters. For certain values of σ, ρ, and β, the trajectories are extremely sensitive to initial conditions. Since real data always has some inherent uncertainty, initial values are never precisely known, and we may have little success modeling real world phenomena. In addition, solutions can stay in a bounded region of the three dimensional version of the phase plane and wind through the region along an incredibly convoluted path. There is much more freedom to move around in three dimensions than there is in two.

(a)

Lorenz noticed that the system behaved strangely, when he let σ=10, ρ=28, and β=8/3. Thus, our system
dxdt=10x+10ydydt=28xyxzdzdt=83z+xy,
defines a vector field in R3,
F(x,y,z)=(10x+10y,28xyxz,83z+xy),
and the equilibrium solutions occur exactly when this vector field is zero. That is, (x,y,z) is an equilibrium solution if
F(x,y,z)=(10x+10y,28xyxz,83z+xy)=(0,0,0).
Find all of the equilibrium solutions for this system.

(b)

If we wish to understand the nature of the equilibrium solutions of the Lorenz system, it makes sense to linearize the system. Compute the Jacobian matrix of the system and determine the nature of each of the equilibrium solutions that you found in Task 6.8.1.a.

(c)

Consider the Lorenz system
x=ax+ayy=rxyxzz=bz+xy.
In this exercise, we shall show that the solutions of the system are bounded.
(i)
V(x,y,z)=rx2+ay2+a(z2r)2,
Show that
V˙=2a[rx2+y2+b(zr)2br2].
(ii)
It is true that (zr)2(z2r)2r2. Assuming this, show that
rx2+y2+b(zr)2mVbr2,
where m is the smallest of the three numbers 1, 1/a, and b/2a.
(v)
Use part Task 6.8.1.c.iv to show that the ellipsoid is invariant, and that every solution curve ends up inside of R.

Project 6.8.2. Project—Tuned-Mass Dampers.

The 60-story, 790-foot mirror-glass John Hancock Tower, New England’s tallest building, was completed in 1976 and was designed by Henry N. Cobb, who founded the firm Pei Cobb Freed & Partners with famed architect I.M. Pei. (Figure 6.8.1).
 1 
The John Hancock Tower is now officially known by its street address, 200 Clarendon Street.
The building suffered many problems during construction, the most notorious of which was how the original glass windows were attached. In early 1972 when construction was still underway, one of the 500-pound windows popped out of the building and committed suicide on the sidewalk below. In all, more than 100 of the building’s windows suffered the same fate. Fortunately, no one was injured. Initially, the architects and engineers thought that the problem was caused by the building’s tendancy to sway excessively in high winds. However, they later determined that the falling-window problem was caused by the air space between the double-paned windows and pressure differentials between the interior and exterior of the building. The problem was solved by replacing all of the windows with single sheets of fully tempered glass. During the repairs, the windows were replaced with plywood, and the building was nicknamed the “Plywood Palace.”
described in detail following the image
a photo of the John Hancock Tower in Boston
Figure 6.8.1. The John Hancock Tower
Another flaw in the design of the building resulted in an extreme amount of swaying. In fact, office workers in the upper stories of the building complained of motion sickness. The building actually twisted as it was swaying back and forth. Engineers determined that the building’s natural sway period was dangerously close to the period of its torsion. To remedy the problem, the engineers installed a pair of tuned mass dampers on the 58th floor of the building to absorb the energy created by the swaying. This is the floor of concrete that you see near the top of the structure (Figure 6.8.1). In addition, 1,500 tons of steel braces were installed to keep the building from falling over in a high wind.
 2 
This project is adapted from Keith Alan Landry; Brian Winkel (2016), “5-040-S-TunedMassDampers-Part I,” www.simiode.org/resources/2808.

(a)

To construct a simple model of a tuned-mass damper, we will consider a mass, m1, connected to a fixed wall with a spring and a dashpot. To this first mass, we attach a second mass, m2, by using a spring and a dashpot (see Figure 6.8.2). Here the oscillator to be damped has mass m1 with spring or restoring constant k1 and resistance or damping constant b1. This could be a large structure, where k1 would be its stiffness while b1 would reflect internal frictional resistance to motion proportional to the velocity of the structure. The damping oscillator would be a large mass which sits atop the structure and is permitted to slide or roll as the structure sways in response to wind or seismic forces. This damper has mass m2 with spring or restoring constant k2 and resistance or damping constant b2.
described in detail following the image
two masses sliding back and forth on a frictionless table between two walls with the masses and the walls connected by three springs
Figure 6.8.2. Diagram of a tuned mass damper
Using Newton’s Second Law, which says that the mass times the acceleration of that mass is equal to the sum of all external forces acting on the mass show that the governing equations for the motions of the structure and the damper are given by
(6.8.1)m1x1=k1x1b1x1k2(x1x2)b2(x1x2)+ρ0cos(ωt)(6.8.2)m2x2=k2(x2x1)b2(x2x1).
In our study here we will first presume an “ideal” structure with no resistance or damping coefficient; i.e., b1=0, and the same for the damper; i.e., b2=0. As we can see there is a driving force applied to the structure of f(t)=ρ0cos(ωt). Our interest will be in seeing if we can tune the added mass damper to reduce or eliminate the possibility of resonance when the initial structure is driven by a force with a frequency equal to that of the natural frequency of the initial mass system.
If we let
p1=m1x1p2=m2x2,
show that the system (6.8.1)(6.8.2) can be written as a system of four first-order linear equations.

(b)

(i)
Determine the system of four first-order linear equations from Task 6.8.2.a when there is no damping; i.e., b1=0 and b2=0.
(ii)
Now use m1=10 and k1=90 with xi(0)=0, xi(0)=0, pi(0)=0, and pi(0)=0 for i=1,2, while f(t)=10cos(3t) and set m2=1 with k2=0; i.e., withdraw the second mass system. Explain the physical significance and impact results of the numbers 10, 90, and 3 in the above sentence in terms of the motion of the initial oscillator. Solve this system for the motion of mass m1 over a time interval of 20 units and plot the displacement of that mass, x1(t), over that time interval. Explain what you see.
(iii)
In the system that you found in Task 6.8.2.b.i, use the values of m1=10 and k1=90 with with xi(0)=0, xi(0)=0, pi(0)=0, and pi(0)=0 for i=1,2 and f(t)=10cos(3t) and set m2=1 with varying values of k2. Keep b1=0 and b2=0. What do you observe in the maximum amplitude of the initial mass m1 as one changes k2? Defend your observation with data or plot.
(v)
For the best value of k2 determine the maximum amplitude displacement for mass m1, x1(t) over a range of frequencies.

(c)

We consider another, comparable configuration as Task 6.8.2.b for practice. Notice that mass m2 is only 1% of mass m1, which is quite realistic in structural design when using tuned mass dampers.
(i)
In the system that you found in Task 6.8.2.b.i, use m1=10 and k1=90 with xi(0)=0, xi(0)=0, pi(0)=0, and pi(0)=0 for i=1,2, while f(t)=10cos(3t) and set m2=0.1 with k2=0; i.e., withdraw the second mass system. Explain the physical significance and impact results of the numbers 10, 90, and 3 in the above sentence in terms of the motion of the initial oscillator. Solve this system for the motion of mass m1 over a time interval of 20 units and plot the displacement of that mass, x1(t), over that time interval. Explain what you see.
(ii)
In (6.8.1)(6.8.2) use the values of m1=10 and k1=90 with xi(0)=0, xi(0)=0, pi(0)=0, and pi(0)=0 for i=1,2, and f(t)=5cos(3t) and set m2=0.1 with varying values of k2. Keep b1=0 and b2=0. What do you observe in the maximum amplitude of the initial mass as one changes k2? Defend your observation with data or plot.
(iv)
For the best value of k2 determine the maximum amplitude displacement for mass m1, x1(t) over a range of frequencies.

(d)

From the introductory material for this scenario offered above and the analysis in Task 6.8.2.b and Task 6.8.2.c offer a description of how to build a tuned mass damper to stop the resonance phenomena in the case of (6.8.1)(6.8.2), where there is no damping; i.e., b1=0 and b2=0.

(e)

Now let us consider a different approach. If we let
p1=m1x1p2=m2x2,
show that the system (6.8.1)(6.8.2) can be written as a system of four first-order linear equations.
x1=p1m1x2=p2m2p1=k1x1b1p1m1k2(x1x2)b2(p1m1p2m2)+ρ0cos(ωt)p2=k2(x2x1)b2(p2m2p1m1).
In the case of no damping, this is
x1=p1m1x2=p2m2p1=k1x1k2(x1x2)+ρ0cos(ωt)p2=k2(x2x1).
Of course, you have already derived these systems in Task 6.8.2.a and Task 6.8.2.b.
(i)
If we consider the kinetic and potential energy of both masses and springs and ignore damping and the term ρ0cos(ωt), explain we can derive the Hamiltonian function
H(x1,x2,p1,p2)=p122m1+p222m2+k12x12+k22(x2x1)2,
and show that
dx1dt=Hp1dx2dt=Hp2dp1dt=Hx1dp2dt=Hx2.
We can show that a solution to the system, (x1(t),x2(t),p1(t),p2(t)), is constant on H.
 3 
In general, a Hamiltonian system is a system of 2n equations of the form for i=1,2,,n, where H(x1,,xn,y1,yn is a real-valued differentiable function on R2n such that H is nonconstant on every open ball in R2n. We can show that H is constant on solution curves of the system.
(ii)
Now suppose that we add a damping term to our system,
±b(dx2dtdx1dt)=±b(p2m2p1m1),
where b=b1=b2. Our new first-order system is
x1=p1m1x2=p2m2p1=k1(x1)+k2(x2x1)+b(p2m2p1m1)p2=k2(x2x1)b(p2m2p1m1).
Show that
(6.8.3)dHdt=b(p2m2p1m1)2=b(dx2dtdx1dt)2.
(iii)
Equation (6.8.3) tells us that dH/dt0. Moreover, dH/dt<0 whenever the distance between the two masses is changing. Thus, energy decreases whenever the second mass is moving relative to the first. Thus, if the wind or an earthquake starts our building (m1) swaying back and forth, then the tuned mass-damper (m2) located on one of the top floors of the building will start to move relative to the building and energy will be removed from the system by the dampers.
(iv)
Of course, m1 and k1 involve the building and are set by the architects and engineers. We, however, are free to choose m2, k2 and b. We want to choose b fairly large so that there is a rapid loss of energy; i.e., the magnitude of dH/dt is large. We should choose m2 large enough so that this mass oscillates with respect to m1. If we choose m2 two small, then the strong damper will almost serve as a rigid connection between m1 and m2. Therefore, we wish to choose m2 to be large so that we guaranteed that this mass will oscillate with respect to m1. We should, however, remember that m2 is sitting on top of a very tall building. Finally, we should choose k2 to maximize the rate at which the second mass oscillates with respect to the first and to maximize the oscillations of m2. If we choose k2 so that the second spring is in resonance with the first, the oscillations of the first mass force the second at its resonance frequency. Thus, we will have relatively large oscillations of the second mass and a large loss of energy.
Let us consider example. Suppose that m1=1, k1=1, We will also choose m2 to be 0.05 and b=0.1. If the initial conditions for our system are
x1(0)=10x2(0)=0p1(0)=0p2(0)=0,
we will choose k2 to tune our system. To do this we will plot the time t that it takes for the amplitude of the oscillations of m1 to reach and stay below 2.5 for various values of k2. If we choose k20.05, then we can minimize the time to be t120.