Invertibility

Definition: A system is invertible if and only if unique inputs yield distinct outputs. In other words, when different inputs are put into the system, then no output should be the same, they should all be unique.

Corollary: If a system is invertible, then the system will have an inverse system $ (S^{-1}) $. The original system and the inverse system will allow for the output one of to be used as the input of the other and get the original input.

Examples:

$ y(t)=5*x(t)+4 $ ~~ This system is invertible. All inputs will yield distinct outputs and there is an inverse system.

  • $ x(t)=\frac{(y(t)-4)}{5} $ ~~ Inverse to system above.

$ y(t)=2*x^2(t)+3 $ ~~ This system is non-invertible based on the definition of invertibility. If the test cases of $ x_1(t)=t $ and $ x_2(t)=-t $ are applied, then $ y_1(t) $ would equal $ y_2(t) $, which means the outputs are not distinct.

  • $ y_1(t)=2*(t)^2+3=2t+3 $ and $ y_2(t)=2*(-t)^2+3=2t+3 $, which shows that $ y_1(t)=y_2(t) $, therefore implying that it is non-invertible

Return to LTI System Properties

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood