Frequency Response Analysis¶
Problem Formulation¶
Frequency response analysis evaluates the steady-state response amplitude and phase of a system in the frequency domain when the external force varies harmonically with time. Because the governing equation of motion is treated differently with and without damping, this chapter first derives the eigenmodes from undamped free vibration and then uses them as a modal basis to expand the damped harmonic response.
Undamped Free Vibration and Eigenmodes¶
When damping is neglected, the equation of motion is
Expanding the displacement in each eigenmode gives
Substituting this into Eq.\(\eqref{eq:2.6.1}\) gives
This is a generalized eigenvalue problem. Numerical solution methods for it, including shifted inverse iteration and the Lanczos method, are covered in Modal Analysis. This section summarizes the properties of the resulting natural frequencies and eigenmodes that are used in the subsequent harmonic-response expansion.
Reality of the Natural Frequencies¶
The natural frequency can be shown to be real as follows. Let \(\omega_j^2 = \lambda_j\). Taking the complex conjugate of Eq.\(\eqref{eq:2.6.3}\) gives Eq.\(\eqref{eq:2.6.4}\).
Multiplying by \(\overline{U}_J^T\) gives
From Eq.\(\eqref{eq:2.6.5}\),
Because the mass matrix is symmetric positive definite, for a nonzero eigenvector we have
Therefore,
Thus, \(\omega_j^2 = \lambda_j\) is real.
Orthogonality and Normalization of Eigenmodes¶
Consider two different modes.
It follows that
and, when the eigenvalues are different,
Thus, different eigenmodes are orthogonal with respect to the mass matrix. For the same mode, normalizing with respect to the mass matrix as in Eq.\(\eqref{eq:2.6.12}\) makes the subsequent treatment simpler.
Harmonic Response with Damping¶
Next, the formulation of frequency response analysis with damping is presented. The governing equation of motion is given by Eq.\(\eqref{eq:2.6.13}\).
The damping term is assumed to be of Rayleigh type and is expressed as Eq.\(\eqref{eq:2.6.14}\).
Using the eigenvectors obtained from modal analysis, the displacement vector at time t can be expanded as Eq.\(\eqref{eq:2.6.15}\).
Suppose the external-force term is the harmonic form
We then determine \(b_{j}(t)\). Since the equation of motion in Eq.\(\eqref{eq:2.6.13}\) has the form of forced vibration,
holds. The real and imaginary parts of the expansion coefficient \(b_{j}(t)\) are given by Eqs.\(\eqref{eq:2.6.18}i\) and \(\eqref{eq:2.6.19}\), respectively.
This gives the desired harmonic-response coefficients.
Related Topics¶
- Modal Analysis — Formulation of the underlying eigenvalue problem
- Dynamic Analysis Methods — Dynamic analysis in the time domain
- Analysis Types — Functional overview of frequency response analysis