Difference between revisions of "User:DukeEgr93/Responses"
Line 33: | Line 33: | ||
<center><math> | <center><math> | ||
\begin{align} | \begin{align} | ||
− | s^2Ke^{st}+5sKe^{st}+6Ke^st=0\\ | + | s^2Ke^{st}+5sKe^{st}+6Ke^{st}=0\\ |
\end{align} | \end{align} | ||
</math></center> | </math></center> |
Revision as of 03:01, 2 December 2013
The following is a brief description of the different ways a complete solution to a differential equation might be broken up. The three possibilities are:
- Homogeneous and Particular (aka natural and forced)
- Zero-input and Zero-state
- Transient and Steady-state
To give an example, consider the following equation (from Haykin/Van Veen, p. 503, with a different input):
Note - unilateral Laplace transforms and signals starting at time 0 are assumed; \(u(t)\) is assumed everywhere.
Homogeneous and Particular
The homogeneous solution is the solution to the differential equation when the forcing function \(x(t)=0\). In other words,
Using a general complex exponential as an example:
yields
which is only true if \(K=0\) (trivial) or
meaning
It is impossible to find the constants without also knowing what the particular solution is.
The particular solution is going to resemble the forcing function - in this case, a constant plus an exponential with a decay of -1. That is,
and
from which, using harmonic balance, the following equations may be found:
such that
Since the values for \(y\) and \(\dot{y}\) are known at time 0, solve:
such that
meaning:
Zero-input and Zero-state
The complete solution is also the sum of the zero-input and the zero-state solutions. The zero-input response is how the system responds solely to the initial state, neglecting any forcing function. The form of the zero-input response looks the same as the homogeneous response above, but the coefficients can be determined without knowledge of the forcing function (the "input"). That is,
Given the state at time 0 - not as a result of any input, but rather as a result of the initial conditions on \(y\), we can find:
from which we can determine
such that
The zero-state response is a bit more complicated, as it necessarily includes the particular solution from above as well as components of the homogeneous. Among the easier ways to solve for the zero-state response is to take the Laplace transform for the differential equation and set all the initial conditions to 0. This basically means using
which in this case yields:
meaning
In summary:
which...should look familiar.