MATH661 Project 1 - Model
reduction |
|
Posted: 09/10/21
Due: 09/24/21, 11:55PM (first draft, comments will be returned, revision
due on 10/1)
Consider a dynamical system
|
(1) |
a generalization to multiple degrees of freedom of the damped oscillator
equation
In (1), are the time-depenent coordinates of
the system, the forces acting on the system, and
are the mass, drag, stiffness matrices, respectively.
It is often the case that ,
and reduced description is sought by linear combination of
basis vectors
Choose
to have orthonormal columns, and project (1) onto
by multiplication with the projector
Since , deduce ,
hence
Introduce notations
for the reduced mass, drag, stiffness matrices, with ,
of smaller size. The reduced coordinates and forces are
This project explores model reduction for the simple case of a linear
array of coupled oscillators (Fig. 1), modeled as unit
point masses with the
displacement from equilibrium. The equation of motion for point mass
is
with end conditions .
 |
|
Figure 1. Linear array of
oscillators, with
denoting displacement from equlibrium position of point mass
.
|
1Track 1 & 2 common problems
Consider , , ,
and initial conditions
-
Write out formulas for matrices .
Write code to compute these matrices.
-
Coarse-graining seeks to replace groups of
unit point masses with a single point mass of mass
by arithmetic averaging
Assume ,
and determine the matrix
Write code to compute .
-
Using the SVD of ,
the pseudo-inverse is ,
and reduced coordinates can be defined as
Find the reduced matrices ,,
and write code to compute them.
-
For ,
(i.e., ),
the analytical solution to this problem is
Find , and plot the error
as a function of time . Experiment
with different choices of .
2Track 2 additional problems
Benner, Gugercin & Wilcox [1] provide an overview into
the topic of projective model reduction, in which
are now longer constant, but depend on some parameter .
-
From among the papers citing [1], choose three close to
your own interests, and present a synopsis of how parametric model
reduction is used in applications. Use a bibliographic database
(i.e., Web of Science) to find citations of [1].
-
Redo problem (4) above for .
Bibliography
-
[1]
-
Peter Benner, Serkan Gugercin, and Karen Willcox. A
Survey of Projection-Based Model Reduction Methods for
Parametric Dynamical Systems. SIAM Review,
57(4):483–531, jan 2015. Publisher: Society for Industrial
and Applied Mathematics.