(Time Invariance)
(Time variant)
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:
  
 
<math>y(t) = 2x(t)\!</math>
 
<math>y(t) = 2x(t)\!</math>
 +
  
 
The proof for this is rather simple. Suppose <math>x(t) = t - 12\!</math>. After going through the system, we are left with <math>2t - 24\!</math>. After a time shift of, let's say <math>5\!</math>, we are left with <math>2(t - 5) - 24\!</math>, which is the same as <math>2t - 34\!</math>.
 
The proof for this is rather simple. Suppose <math>x(t) = t - 12\!</math>. After going through the system, we are left with <math>2t - 24\!</math>. After a time shift of, let's say <math>5\!</math>, we are left with <math>2(t - 5) - 24\!</math>, which is the same as <math>2t - 34\!</math>.
 +
 +
 +
When we shift the same function first, we get <math>(t - 5) - 12\!</math>. After we put that through the system, we are left with <math>2(t - 5) - 24\!</math>, which is, once again, the same as <math>2t - 34\!</math>. Thus, the two orders of operations give the same result, which means the system is time invariant.
 +
 +
 +
==Time variant==
 +
 +
A system would be considered time variant if it did not follow the above criteria. An example of such a system would be as follows:
 +
 +
 +
<math>y(t) = tx(t)\!</math>
 +
 +
 +
Let's assume that <math>x(t)\!</math> is the same as it was in the previous example, <math>t - 12\!</math>. If we put it through the system first, we get <math>t^2 - 12t\!</math>. After a time shift of <math>5\!</math>, we get <math>(t - 5)^2 - 12(t - 5)\!</math>.
 +
 +
 +
If we shift it first, we get <math>t - 5 - 12\!</math>. We then put it through the system, and we get <math>t^2 - 5t - 12t\!</math>. Obviously, the two answers are not the same, and thus, the system is time variant.

Latest revision as of 14:57, 11 September 2008

Time Invariance

A system is considered time-invariant if the following two orders of operations performed on a function $ x(t)\! $ yield the same result:


1. The function is put through the system, and then, the function is shifted in time.

2. The function undergoes a time shift, and then, the function goes through the system.


An example of a time invariant system is as follows:


$ y(t) = 2x(t)\! $


The proof for this is rather simple. Suppose $ x(t) = t - 12\! $. After going through the system, we are left with $ 2t - 24\! $. After a time shift of, let's say $ 5\! $, we are left with $ 2(t - 5) - 24\! $, which is the same as $ 2t - 34\! $.


When we shift the same function first, we get $ (t - 5) - 12\! $. After we put that through the system, we are left with $ 2(t - 5) - 24\! $, which is, once again, the same as $ 2t - 34\! $. Thus, the two orders of operations give the same result, which means the system is time invariant.


Time variant

A system would be considered time variant if it did not follow the above criteria. An example of such a system would be as follows:


$ y(t) = tx(t)\! $


Let's assume that $ x(t)\! $ is the same as it was in the previous example, $ t - 12\! $. If we put it through the system first, we get $ t^2 - 12t\! $. After a time shift of $ 5\! $, we get $ (t - 5)^2 - 12(t - 5)\! $.


If we shift it first, we get $ t - 5 - 12\! $. We then put it through the system, and we get $ t^2 - 5t - 12t\! $. Obviously, the two answers are not the same, and thus, the system is time variant.

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett