Electronic – Checking whether the system is linear or non linear

convolutionsignalsignal-theory

Consider this system equation where x(t) = input…
$$y(t)=x(t) \cos(3t)$$

Using the superposition theorem, we can prove that the system is linear.

For input x1(t), the output is
$$y_1(t)=x_1(t) \cos(3t)$$
For input x2(t),
the output is $$y_2(t)=x_2(t) \cos(3t)$$

For input [ x1(t) + x2(t) ],
the output is $$y(t)=[x_1(t)+x_2(t)] \cos(3t)$$
That is, $$y(t)=y_1(t)+y_2(t)$$
Hence the system is linear

But I can't get the meaning of this.
y(t) is linear with respect to x(t) means when we plot a graph of y(t) v/s x(t),I should get a straight line passing through origin.

But for the above case, its not straight line.

Please clarify this confusion….

Also ,if it is found to be linear, the system is linear for any x(t) or not?
I mean if we take x(t)=tu(t) or x(t)=t^2u(t)…now is the system linear for both cases ??

Best Answer

Depending on the system equation behavior of the curve of input versus output can be of any shape.

System is said to be linear if it satisfies these two conditions:

  • Superposition - if input applied is (x1+x2), then the output obtained will be y1+y2 .(equivalently we say that if x1 and x2 are applied simultaneously then out put will be the sum of the outputs obtained individually)
  • Homogenity - if (k * x1) input is applied, then output obtained will be k * y1. Here k is any real number.

Reference by this site