Is there any systematic way to determine if the system is invertible?
My general approach is first trying to find the inverse system by using mathematical method; that is, solving for the output in terms of input. If this is difficult, my guess would be that the system is non-invertible, and the goal is then to sit and think of the two inputs $x_{1}(t)$ and $x_{2}(t)$ that generate the same output $y(t)$.
However, I was just wondering if this method is 100% correct:
- If we can find the input $x(t)$ in terms of output $y(t)$ (by solving mathematically), does that always mean the system is invertible?
- Is there any possibility that can lead to the failure in reasoning?
For example, determine if the following system is invertible: $$ y(t)=\int_{-\infty}^{t}e^{-(t-\tau)}x(\tau)d\tau $$
Firstly \begin{align} y(t)&=e^{-t}\int_{-\infty}^{t}e^{\tau}x(\tau)d\tau\\ e^{t}y(t)&=\int_{-\infty}^{t}e^{\tau}x(\tau)d\tau\\ \frac{d}{dt}\left(e^{t}y(t)\right) &= e^{t}x(t)\\ x(t)&=\frac{1}{e^{t}}\frac{d}{dt}\left(e^{t}y(t)\right) \end{align} So the inverse system is: $$ y^{-1}(t)=\frac{1}{e^{t}}\frac{d}{dt}\left(e^{t}x(t)\right) $$