MATH661 Project 2 - Eigenmodes

Posted: 09/27/21

Due: 10/11/21, 11:55PM (first draft, comments will be returned, revision due on 10/18)

This is a continuation of Project 1, but instead of coarse-graining of nearest neighbors, a reduced description is sought in the eigenbasis of the stiffness matrix. Consider the non-dissipative dynamical system

𝒙¨+𝑲𝒙=𝒇,𝑲m×m,𝒙,𝒇:+m, (1)
𝒙˙=d𝒙dt,𝒙¨=d𝒙˙dt.

In (1), 𝒙(t) are the time-dependent coordinates of the unit point mass system, 𝒇(t) the forces acting on the system, and 𝑲 is the stiffness matrix.

Solutions are sought for 𝒇=0 of the form

𝒙(t)=𝒛sin(ωt),

leading to the eigenproblem

𝑲𝒛=-ω2𝒛=λ𝒛.

As in Project 1, consider a linear force-displacement dependence g(xi+1,xi)=a(xi+1-xi), leading to 𝑲 symmetric.

1Track 1 & 2 common problems

  1. For m=100, find the eigenvalues λ of 𝑲 through the Julia eigvals() function, and plot the set {(k,λk),k=1,,m}.

  2. Superimpose in one plot the five eigenvectors of 𝑲 that correspond to the largest eigenvalues and the five eigenvectors that correspond to the smallest eigenvalues. Use the Julia eigenvec() function. Each eigenvector is to be plotted as a line graph of {(i,zik),i=1,,m} with zik the ith component of the kth eigenvector. Comment on what you observe.

  3. Carry out model reduction by choosing a basis set formed from n=10 eigenvectors. In matrix form the eigenproblem is stated as 𝑲𝒁=𝒁𝚲. Assume that eigenvectors are ordered |λ1||λ2||λm|. Let 𝒁nm×n denote the first n columns of 𝒁. Introduce the model reduction

    𝒙=𝑩𝒚𝑲=𝑩T𝑲𝑩,𝑩=𝒁n.

    Plot the first five eigenvectors of 𝑲. How do these compare with the the eigenvectors of 𝑲?

2Track 2 additional problems

  1. Compare the eigenmode model reduction with coarse graining from Project 1. Which is more accurate? Carefully consider which theoretical concepts from linear algebra can be used to assess accuracy of one model versus another.

  2. Read [1]. Write a short summary of the approach to reduced model construction based on greedy algorithms.

Bibliography

[1]

Jan S. Hesthaven, Benjamin Stamm, and Shun Zhang. Efficient Greedy Algorithms for High-Dimensional Parameter Spaces with Applications to Empirical Interpolation and Reduced Basis Methods. Esaim-Mathematical Modelling and Numerical Analysis-Modelisation Mathematique Et Analyse Numerique, 48(1):259–283, jan 2014. Place: Les Ulis Cedex A Publisher: Edp Sciences S A WOS:000330121800010.