All the existing model order reduction (MOR) methods are based on projection. That is to
find a subspace which approximates the manifold where the state
vector
resides. Afterwards,
is approximated by a vector
in
. The reduced model is produced by Petrov-Galerkin projection onto a subspace
, or by Galerkin projection onto the same subspace
.
We use the system
as an example to explain the basic idea. Assuming that an orthonormal
basis of the subspace
has been
found, then the approximation
in
can be represented by
the basis as
. Therefore
can be approximated by
. Here
is a vector
of length $q \ll n$.
Once is computed, we can get an
approximate solution
for
. The vector
can be computed from the reduced model which is derived by the
following two steps.
\begin{enumerate}
%
\item By replacing in (1) with $Vz$, we get
Failed to parse (syntax error): E \frac{d{V\bf z}}{dt}& \approx &A V{\bf z}+B{\bf u}(t),
Failed to parse (syntax error): {\bf y}(t)& \approx &CV{\bf z}.
The residual is denoted as Failed to parse (syntax error): {\bf e}=AV{\bf z}+Bu(t)-E \frac{d{V\bf z}}{dt}
. Force Failed to parse (syntax error): {\bf e}={\bf 0}
in a properly chosen subspace of
leads to the Petrov_Galerkin projection: Failed to parse (syntax error): W^T{\bf e}={\bf 0}
, where the columns of
are the basis of
. Finally, the reduced model is
Failed to parse (syntax error): W^TE \frac{d{V\bf z}}{dt}&=&W^TA V{\bf z}+W^T B{\bf u}(t), Failed to parse (syntax error): \hat{{\bf y}}(t)& = &CV{\bf z}.
\end{enumerate} % % By defining $\hat{E}=W^TEV$, $\hat {A}=W^TAV$, $\hat{B}=W^TB$, $\hat{C}=CV$, we get the final reduced model % % \begin{equation} \label{sys3} \begin{array}{rcl} \hat{E} \frac{d{\bf z}}{dt}&=&\hat{A}{\bf z}+\hat{B}{\bf u}(t), \\ \hatTemplate:\bf y(t)& = &\hat{C}{\bf z}. \end{array} \end{equation} % % Notice that the approximation $\tilde {\bf x}(t)=V{\bf z}(t)$ of ${\bf x}(t)$ can be obtained from ${\bf z}(t)$ by solving the system in~(\ref{sys3}). The system in~(\ref{sys3}) is much smaller than the system in~(\ref{sys1}) in the sense that there are many less equations in~(\ref{sys3}) than in~(\ref{sys1}). Therefore, the system in~(\ref{sys3}) is much easier to be solved, which is the so-called reduced model. In order to save the simulation time of solving~(\ref{sys1}), the system in~(\ref {sys3}) can be used to replace the original large system in~(\ref{sys1}) to attain a fast simulation. Furthermore, the error between the two systems should be within acceptable tolerance. The error can be measured through the error between the output responses or the transfer functions of the two systems.