System Properties
Here are some shortcuts to determining some properties of systems.
Linearity
The simplest formal way I know to check for linearity of a system is to calculate the following:
If the latter leads to $$ay_1+by_2$$ for all constants $$a,b$$ then the system is linear.
Integrals and derivatives are inherently linear since:
where $$\Theta$$ is whatever the argument of $$x$$ is in the integral, can be written as the linear combination:
and
can be written as the linear combination:
Things that are inherently nonlinear are:
- Additive constants like $$y(t)=x(t)+1$$
- Powers of $$x$$ or $$y$$ other than the first like $$y(t)=x^2(t)$$ or $$y(t)=x(t)-y^3(t-1)$$ of $$y(t)=1/x(t)$$
- Products of $$x$$ and $$y$$ like $$y(t)=x(t)\,y(t-1)$$
- Trig functions of the input or output such as $$y(t)=\cos\left(x(t)\right)$$ or $$\sin\left(y(t)\right)=x(t)$$
Note that time scales, time shifts, and multiplicative constants (in addition to integrals and derivatives) are inherently linear, though if any of the nonlinearities above is included, the system becomes nonlinear. For instance, $$y(t)=\int_0^tx^2(\tau)\,d\tau$$ is nonlinear, not because of the integration but because of the square on $$x$$.