
72 a x i s sq u a r e
73 p l o t (D_new, ‘ ko ‘ )
74 p l o t ( x_circ , y_circ , ‘ r - ‘ )
75 x l a b e l ( ‘ Real (\mu) ‘ )
76 y l a b e l ( ‘ Im (\mu) ‘ )
77
78 su bp l ot ( 2 , 3 , 5 )
79 hold on
80 f o r i = 1 : max_modes
81 pl o t ( 0 : 6 , ones ( 7 ) * abs ( u_modes ( i ) ) )
82 end
83 x l a b e l ( ‘ t ‘ )
84
85 su bp l ot ( 2 , 3 , 6 )
86 hold on
87 p l o t ( t , r e a l (u_modes_new ( 1 , : ) ) , ‘ k - ‘ )
88 p l o t ( t , imag ( u_ modes_new ( 1 , : ) ) , ‘ k - - ‘ )
89 x l a b e l ( ‘ t ‘ )
90 a x i s ( [ 0 0 .2 5 -100 1 0 0 ] )
From Figure 1, it can be seen that although the DMD algorithm seems to capture the dynam-
ics of the system, the reconstructed system does not accurately represent the original model.
Upon further inspection it is clear that the modes of the DMD reconstruction are subject to decay
over time, causing the reconstructed signal to lose its accuracy. In order to further inspect what
may be causing this decay, the example from Kutz‘s book will compared to the chaotic beam
problem. Figure 2 shows the example from the book, which models the non-linear Schrödinger
equation. In particular, the DMD modes in the bottom left image of the figure show that most
of the modes are located close to, or just outside of the unit circle. In contrast, for the chaotic
beam problem the DMD modes are mostly located closer to the center of the unit circle, with
at least one falling directly at the origin. It is known that modes inside the unit circle can cause
the system to decay significantly. In order to remove the decay from the model, several of the
modes that are closest to the origin will be removed. However, it is important not remove modes
with high amounts of energy from the system, since the model will suffer from not including the
dominant modes. The results from this attempted fix are displayed in Figures 3 and 4. It can be
seen that although most of the modes with closest distance to the origin have been removed,
the model is still subject to decay. This is most likely due to the fact that all of the modes are still
inside of the unit circle, with none standing outside to balance the system.
It is clear from Figures 3 and 4 that removing the DMD modes with the smallest eigenvalues
will not fix the problem of decay in the reconstruction of the system. The issue remains because
if the eigenvalues of all the modes are inside the unit circle, then there are no modes that can
balance and stabilize the system. It can be seen by comparing the original system (Figure 1)
with all of the modes included, and the system with only three modes (Figure 4) decay at different
rates, with the three mode system decaying slower.
Homework Assignment № 5 Page 6