HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, the quadratic eigenvalue problemF. Tisseur and K. Meerbergen, The quadratic eigenvalue problem, SIAM Rev., 43 (2001), pp. 235–286. (QEP), is to find scalar
eigenvalue In linear algebra, an eigenvector ( ) or characteristic vector is a vector that has its direction unchanged (or reversed) by a given linear transformation. More precisely, an eigenvector \mathbf v of a linear transformation T is scaled by a ...
s \lambda, left
eigenvector In linear algebra, an eigenvector ( ) or characteristic vector is a vector that has its direction unchanged (or reversed) by a given linear transformation. More precisely, an eigenvector \mathbf v of a linear transformation T is scaled by ...
s y and right eigenvectors x such that : Q(\lambda)x = 0 ~ \text ~ y^\ast Q(\lambda) = 0, where Q(\lambda)=\lambda^2 M + \lambda C + K, with matrix coefficients M, \, C, K \in \mathbb^ and we require that M\,\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 polynomial matrix.


Spectral theory

A QEP is said to be regular if \text (Q(\lambda)) \not \equiv 0 identically. The coefficient of the \lambda^ term in \text(Q(\lambda)) is \text(M), implying that the QEP is regular if M is nonsingular. Eigenvalues at infinity and eigenvalues at 0 may be exchanged by considering the reversed polynomial, \lambda^2 Q(\lambda^) = \lambda^2 K + \lambda C + M . As there are 2n eigenvectors in a n dimensional space, the eigenvectors cannot be orthogonal. It is possible to have the same eigenvector attached to different eigenvalues.


Applications


Systems of differential equations

Quadratic eigenvalue problems arise naturally in the solution of systems of second order
linear differential equations In mathematics, a linear differential equation is a differential equation that is linear in the unknown function and its derivatives, so it can be written in the form a_0(x)y + a_1(x)y' + a_2(x)y'' \cdots + a_n(x)y^ = b(x) where and are arbi ...
without forcing: : M q''(t) +C q'(t) + K q(t) = 0 Where q(t) \in \mathbb^n , and M, C, K \in \mathbb^. If all quadratic eigenvalues of Q(\lambda) = \lambda^2 M + \lambda C + K are distinct, then the solution can be written in terms of the quadratic eigenvalues and right quadratic eigenvectors as : q(t) = \sum_^ \alpha_j x_j e^ = X e^ \alpha Where \Lambda = \text( lambda_1, \ldots, \lambda_ \in \mathbb^ are the quadratic eigenvalues, X = _1, \ldots, x_\in \mathbb^ are the 2n right quadratic eigenvectors, and \alpha = alpha_1, \cdots, \alpha_\top \in \mathbb^ is a parameter vector determined from the initial conditions on q and q'.
Stability theory In mathematics, stability theory addresses the stability of solutions of differential equations and of trajectories of dynamical systems under small perturbations of initial conditions. The heat equation, for example, is a stable partial differ ...
for linear systems can now be applied, as the behavior of a solution depends explicitly on the (quadratic) eigenvalues.


Finite element methods

A QEP can result in part of the dynamic analysis of structures discretized by the
finite element method Finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat tran ...
. 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 In physics, physical chemistry and engineering, fluid dynamics is a subdiscipline of fluid mechanics that describes the flow of fluids – liquids and gases. It has several subdisciplines, including (the study of air and other gases in motion ...
.


Methods of solution

Direct methods for solving the standard or generalized eigenvalue problems Ax = \lambda x and Ax = \lambda B x 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 : L1(\lambda) = \begin 0 & N \\ -K & -C \end - \lambda\begin N & 0 \\ 0 & M \end, with corresponding eigenvector : z = \begin x \\ \lambda x \end. For convenience, one often takes N to be the n\times n
identity matrix In linear algebra, the identity matrix of size n is the n\times n square matrix with ones on the main diagonal and zeros elsewhere. It has unique properties, for example when the identity matrix represents a geometric transformation, the obje ...
. 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). Another common linearization is given by : L2(\lambda)= \begin -K & 0 \\ 0 & N \end - \lambda\begin C & M \\ N & 0 \end. In the case when either A or B is a Hamiltonian matrix and the other is a skew-Hamiltonian matrix, the following linearizations can be used. : L3(\lambda)= \begin K & 0 \\ C & K \end - \lambda\begin 0 & K \\ -M & 0 \end. : L4(\lambda)= \begin 0 & -K \\ M & 0 \end - \lambda\begin M & C \\ 0 & M \end. {{mathapplied-stub


References

Linear algebra