It is possible to (continuous-time) finite-duration continuous systems to be linear?
I am trying to understand which effects are introduced in continuous-time systems described by continuous functions just for defined them as finite-duration systems, meaning with this, they are time limited.
Let define an arbitrary finite-duration function as: $$f(t) = \begin{cases} 0,\, t<t_0 \\ x(t),\, t_0\leq t \leq t_F \\ 0,\, t> t_F \end{cases}$$ with $x(t)$ and arbitrary continuous function. Note that $f(t)$ is compact-supported, and since is continuous within its domain $[t_0,\,t_F]$, it is also bounded $\|f\|_\infty < \infty$.
If I want to this function $f(t)$ to be linear, it has to fulfill that for any variables $x$ and $y$, and arbitrary constant $a\in\mathbb{R}$:
- $f(x+y)=f(x)+f(y)$
- $f(ax) = af(x)$
Now, I will do an analysis that I don´t know if is right, so please follow it and explain me with detail where I am making wrong assumptions:
- Without loss of generality I can say that $\lim_{t\to t_0^+} f(t) = \lim_{t\to t_0} x(t) = f(t)\big|_{t=t_0} = f(t_0)$ (I am actually defining it), and let $f(t_0) \neq 0$.
- Now, without full generality (but I think is general enough), let set the constants $a$, $t_0$, and $t_F$ such that they fulfill $0 < a < t_0 < t_F$, so the constants fulfill $0 < t_0 - a < t_0$.
- Now, I can use the linearity properties by adding $0$ to the argument: $$ f(t_0) = f(t_0 + a - a) = f(t_0 - a)+f(a) = 0$$ since $f(a)$ and $f(t-a)$ lives in the part where the piece-wise function $f(t)$ is defined to be zero since it has not started yet to have non-zero values, contradicting that the arbitrary function $x(t)$ could have non zero values (at least a $t_0$).
I think that the same analysis can be done for every time $t \in [t_0,\,t_F]$ by introducing other on-purpose-defined constants, meaning that the only finite-duration linear function is the zero function.
so,
A) It is true that no finite-duration continuous-time phenomena can be defined through a continuous linear system??
- not by a linear function.
- neither through homogeneous or inhomogeneous ordinary or partial linear differential equations.
- neither as the output of continuous-time LTI systems defined as a convolution of an input and a impulse response function (because LTI means LINEAR and Time-Invariant system).
Please, if you can, answer with counterexamples since my math knowledge is limited, and also comment is possible for each numbered point separately.
B) Does the same holds for discrete-time systems?
Added later
I believe I can generalize my analysis through this: lets define $\Delta T = t_F - t_0 > 0$ the length of the support of the finite duration function, and lets choose a constant $b \geq 0$ such that the time $t = t_0 + b$ is contained into the support of $f(t)$, so $t_0 \leq t_0 + b \leq t_F$.
Then, for any arbitrary point within the support of $f(t)$ I can state that if $f(t)$ fulfill the additive property of a linear operator $f(x+y) = f(x)+f(y)$, then by adding zero it will becomes: $$\begin{array}{r c l} f(t) & = & f(t_0+b) \\ & = & f(t_0 +b +\Delta T - \Delta T) \\ & = & f(t_0 + b + t_F - t_0)-f(\Delta T) \\ & = & f(t_F+b) - f(t_F) + f(t_0) \\ & = & f(t_0) - f(t_F) \end{array}$$ because $f(t_F + b) = 0$ since $t_F+b$ is outside the support for any $b>0$, so if the operator has the additive property, every point within the support must be equal to a constant $f(t) = f(t_0)-f(t_F)$ (or $f(t) = f(t_0)$ if $b=0$), so the only operator $f(t)$ will be a constant function, not an arbitrary function as is intended. So no compact-support/finite-duration non-constant function could be described through an additive operator....
Since derivatives are additive,
C) Is this meaning that no finite-duration function could be described with differential equations? or just means that the differential equation will be non-linear? Or maybe it will be described by differential equation in piecewise domains?