Girish Mahajan (Editor)

Linear system

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A linear system is a mathematical model of a system based on the use of a linear operator. Linear systems typically exhibit features and properties that are much simpler than the nonlinear case. As a mathematical abstraction or idealization, linear systems find important applications in automatic control theory, signal processing, and telecommunications. For example, the propagation medium for wireless communication systems can often be modeled by linear systems.

Contents

Definition

A general deterministic system can be described by an operator, H , that maps an input, x ( t ) , as a function of t to an output, y ( t ) , a type of black box description. Linear systems satisfy the property of superposition. Given two valid inputs

x 1 ( t ) x 2 ( t )

as well as their respective outputs

y 1 ( t ) = H { x 1 ( t ) } y 2 ( t ) = H { x 2 ( t ) }

then a linear system must satisfy

α y 1 ( t ) + β y 2 ( t ) = H { α x 1 ( t ) + β x 2 ( t ) }

for any scalar values α and β .

The system is then defined by the equation H ( x ( t ) ) = y ( t ) , where y ( t ) is some arbitrary function of time, and x ( t ) is the system state. Given y ( t ) and H , x ( t ) can be solved for. For example, a simple harmonic oscillator obeys the differential equation:

m d 2 ( x ) d t 2 = k x .

If

H ( x ( t ) ) = m d 2 ( x ( t ) ) d t 2 + k x ( t ) ,

then H is a linear operator. Letting y ( t ) = 0 , we can rewrite the differential equation as H ( x ( t ) ) = y ( t ) , which shows that a simple harmonic oscillator is a linear system.

The behavior of the resulting system subjected to a complex input can be described as a sum of responses to simpler inputs. In nonlinear systems, there is no such relation. This mathematical property makes the solution of modelling equations simpler than many nonlinear systems. For time-invariant systems this is the basis of the impulse response or the frequency response methods (see LTI system theory), which describe a general input function x ( t ) in terms of unit impulses or frequency components.

Typical differential equations of linear time-invariant systems are well adapted to analysis using the Laplace transform in the continuous case, and the Z-transform in the discrete case (especially in computer implementations).

Another perspective is that solutions to linear systems comprise a system of functions which act like vectors in the geometric sense.

A common use of linear models is to describe a nonlinear system by linearization. This is usually done for mathematical convenience.

Time-varying impulse response

The time-varying impulse response h(t2,t1) of a linear system is defined as the response of the system at time t = t2 to a single impulse applied at time t = t1. In other words, if the input x(t) to a linear system is

x ( t ) = δ ( t t 1 )

where δ(t) represents the Dirac delta function, and the corresponding response y(t) of the system is

y ( t ) | t = t 2 = h ( t 2 , t 1 )

then the function h(t2,t1) is the time-varying impulse response of the system. Since the system cannot respond before the input is applied the following causality condition must be satisfied:

h ( t 2 , t 1 ) = 0 , t 2 < t 1

The convolution integral

The output of any general continuous-time linear system is related to the input by an integral which may be written over a doubly infinite range because of the causality condition:

y ( t ) = t h ( t , t ) x ( t ) d t = h ( t , t ) x ( t ) d t

If the properties of the system do not depend on the time at which it is operated then it is said to be time-invariant and h() is a function only of the time difference τ = t-t' which is zero for τ<0 (namely t<t'). By redefinition of h() it is then possible to write the input-output relation equivalently in any of the ways,

y ( t ) = t h ( t t ) x ( t ) d t = h ( t t ) x ( t ) d t = h ( τ ) x ( t τ ) d τ = 0 h ( τ ) x ( t τ ) d τ

Linear time-invariant systems are most commonly characterized by the Laplace transform of the impulse response function called the transfer function which is:

H ( s ) = 0 h ( t ) e s t d t .

In applications this is usually a rational algebraic function of s. Because h(t) is zero for negative t, the integral may equally be written over the doubly infinite range and putting s = iω follows the formula for the frequency response function:

H ( i ω ) = h ( t ) e i ω t d t

Discrete time systems

The output of any discrete time linear system is related to the input by the time-varying convolution sum:

y [ n ] = m = n h [ n , m ] x [ m ] = m = h [ n , m ] x [ m ]

or equivalently for a time-invariant system on redefining h(),

y [ n ] = k = 0 h [ k ] x [ n k ] = k = h [ k ] x [ n k ]

where

k = n m

represents the lag time between the stimulus at time m and the response at time n.

References

Linear system Wikipedia