(Examples of Linear and Non-Linear Systems)
(Examples of Linear and Non-Linear Systems)
 
Line 22: Line 22:
 
<pre>
 
<pre>
 
x(t)-->|System|-->|*a|
 
x(t)-->|System|-->|*a|
                       >  ax(t)+bx(t)
+
                       >  a*sqrt(x(t))+b*sqrt(x(t))
 
x(t)-->|System|-->|*b|
 
x(t)-->|System|-->|*b|
 
</pre>
 
</pre>
 
<pre>
 
<pre>
 
x(t)-->|*a|
 
x(t)-->|*a|
           > |System|-->  ax(t)+bx(t)
+
           > |System|-->  sqrt(ax(t)+bx(t))
 
x(t)-->|*b|
 
x(t)-->|*b|
 
</pre>
 
</pre>
 
y(t)= 3*sqrt(x(t)) yeilds different results in both cases and is therefore Non-linear.
 
y(t)= 3*sqrt(x(t)) yeilds different results in both cases and is therefore Non-linear.

Latest revision as of 10:00, 11 September 2008

Linear System

A linear system is a system in which you can send the sum of any inputs and when you compare the outputs to the inputs, the outputs contain the same coefficients as the corresponding inputs.

Examples of Linear and Non-Linear Systems

y(t)= 3x(t)

x(t)-->|System|-->|*a|
                       >  ax(t)+bx(t)
x(t)-->|System|-->|*b|
x(t)-->|*a|
           > |System|-->  ax(t)+bx(t)
x(t)-->|*b|

y(t)= 3x(t) Results with the same answer given the both equations and is therefore linear.


y(t)= 3*sqrt(x(t))

x(t)-->|System|-->|*a|
                       >  a*sqrt(x(t))+b*sqrt(x(t))
x(t)-->|System|-->|*b|
x(t)-->|*a|
           > |System|-->  sqrt(ax(t)+bx(t))
x(t)-->|*b|

y(t)= 3*sqrt(x(t)) yeilds different results in both cases and is therefore Non-linear.

Alumni Liaison

has a message for current ECE438 students.

Sean Hu, ECE PhD 2009