PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 7 of 'linear time invariant system'
[ view 'linear time invariant system' | back to history ]

Title of object: linear time invariant system
Canonical Name: LinearTimeInvariantLTISystems
Type: Definition

Created on: 2004-05-20 23:41:50
Modified on: 2006-09-02 20:11:26

Creator: Mathprof
Modifier: Mathprof
Author: Mathprof
Author: ppirrip

Classification: msc:93A10
Keywords: LTI
Synonyms: linear time invariant system=LTI

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
Content:

A \emph{linear time invariant system} (LTI) is a linear dynamical system $T(p)$,

\begin{align*}
y(k) &= T(p) \; u(k),
\end{align*}

with parameter $p$ that is time independent. $y(k)$ denotes the
system output and $u(k)$ denotes the input. The independent variable
$k$ can be denoted as time, index for a discrete sequences or
differential operaters (e.g. such as $s$ in Laplace domain or $\omega$
in frequency domain).

For example, for a simple mass-spring-dashpot system, the system
parameter $p$ can be selected as the mass $m$, spring constant $k$ and
damping coefficient $d$. The input $u$ to the said system can be chosen
as the force applied to the mass and the output $y$ can be chosen as the
mass's displacement.

LTI system has the following properties.

\begin{description}
\item[Linearity:]
If $y_1 = T x_1$ and $y_2 = T x_2$, then
$$T \{\alpha x_1 + \beta x_2 \} = \alpha y_1 + \beta y_2 $$
\item[Time Invariance:]
If $y(k) = T x(k)$, then
$$ y(k+\delta_k) = T x(k + \delta_k) $$
\item[Associative:]
$$ T_1 \cdot ( T_2 \cdot T_3 ) = (T_1 \cdot T_2) \cdot T_3 $$
\item[Commutative:]
$$ T_1 \cdot T_2 = T_2 \cdot T_1 $$
\end{description}

A LTI system can be represented with the following:

\begin{itemize}
\item Transfer function of Laplace transform variable $s$, which is commonly
used in control systems design.
\item Transfer function of Fourier transform variable $\omega$, which is
commonly used in communication theory and signal processing.
\item Transfer function of z-tranform variable $z^{-1}$, which is
commonly used in digital signal processing (DSP).
\item State-space equations, which is commonly used in modern control
theory and mechanical systems.
\end{itemize}

Note that all transfer functions are LTI systems, but not all
state-space equations are LTI systems.