In mode superposition method, why do we select the dominant eigenvectors corresponding to small eigenvalues?

56 Views Asked by At

In my knowledge, we choose large singular values (same as eigenvalues in case of real symmetric and positive definite) for matrix order reduction. However, in the mode superposition method, why do we select the dominant eigenvectors corresponding to small eigenvalues?

I think it is physically rational to use the eigenvectors corresponding to small eigenvalues, but I can not understand mathematically.

To compare with eigendecomposition and singular value decomposition, the eigenvalue problem of interest is a static or dynamic problem where the mass matrix is an identity matrix.Therefore, I consider following equation:

$K\vec\phi=\lambda\vec\phi$,

where K is stiffness matrix and $\vec\phi$ is eigenvector corresponding to eigenvalue $\lambda$.

Can anyone help me here?

Best regards.