Quadratic eigenvalue problem

From Wikipedia, the free encyclopedia

In mathematics, the quadratic eigenvalue problem[1] (QEP), is to find scalar eigenvalues \lambda \,, left eigenvectors y\, and right eigenvectors x\, such that

Q(\lambda )x=0{\text{ and }}y^{\ast }Q(\lambda )=0,\,

where Q(\lambda )=\lambda ^{2}A_{2}+\lambda A_{1}+A_{0}\,, with matrix coefficients A_{2},\,A_{1},A_{0}\in {\mathbb  {C}}^{{n\times n}} and we require that A_{2}\,\neq 0, (so that we have a nonzero leading coefficient). There are 2n\, eigenvalues that may be infinite or finite, and possibly zero. This is a special case of a nonlinear eigenproblem. Q(\lambda ) is also known as a quadratic matrix polynomial.

Applications

A QEP can result in part of the dynamic analysis of structures discretized by the finite element method. In this case the quadratic, Q(\lambda )\, has the form Q(\lambda )=\lambda ^{2}M+\lambda C+K\,, where M\, is the mass matrix, C\, is the damping matrix and K\, is the stiffness matrix. Other applications include vibro-acoustics and fluid dynamics.

Methods of Solution

Direct methods for solving the standard or generalized eigenvalue problems Ax=\lambda x and Ax=\lambda Bx are based on transforming the problem to Schur or Generalized Schur form. However, there is no analogous form for quadratic matrix polynomials. One approach is to transform the quadratic matrix polynomial to a linear matrix pencil (A-\lambda B), and solve a generalized eigenvalue problem. Once eigenvalues and eigenvectors of the linear problem have been determined, eigenvectors and eigenvalues of the quadratic can be determined.

The most common linearization is the first companion linearization

L(\lambda )=\lambda {\begin{bmatrix}M&0\\0&I_{n}\end{bmatrix}}+{\begin{bmatrix}C&K\\-I_{n}&0\end{bmatrix}},

where I_{n} is the n-by-n identity matrix, with corresponding eigenvector

z={\begin{bmatrix}\lambda x\\x\end{bmatrix}}.

We solve L(\lambda )z=0 for \lambda and z, for example by computing the Generalized Schur form. We can then take the first n components of z as the eigenvector x of the original quadratic Q(\lambda ).

References

  1. F. Tisseur and K. Meerbergen, The quadratic eigenvalue problem, SIAM Rev., 43 (2001), pp. 235–286.
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.