HOME

TheInfoList



OR:

In
systems theory Systems theory is the interdisciplinary study of systems, i.e. cohesive groups of interrelated, interdependent components that can be natural or human-made. Every system has causal boundaries, is influenced by its context, defined by its structu ...
, 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 Automation describes a wide range of technologies that reduce human intervention in processes, namely by predetermining decision criteria, subprocess relationships, and related actions, as well as embodying those predeterminations in machines ...
theory,
signal processing Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as sound, images, and scientific measurements. Signal processing techniques are used to optimize transmissions, ...
, and
telecommunications Telecommunication is the transmission of information by various types of technologies over wire, radio, optical, or other electromagnetic systems. It has its origin in the desire of humans for communication over a distance greater than that fe ...
. For example, the propagation medium for wireless communication systems can often be modeled by linear systems.


Definition

A general deterministic system can be described by an operator, that maps an input, as a function of to an output, a type of
black box In science, computing, and engineering, a black box is a system which can be viewed in terms of its inputs and outputs (or transfer characteristics), without any knowledge of its internal workings. Its implementation is "opaque" (black). The te ...
description. A system is linear if and only if it satisfies the superposition principle, or equivalently both the additivity and homogeneity properties, without restrictions (that is, for all inputs, all scaling constants and all time.) The superposition principle means that a linear combination of inputs to the system produces a linear combination of the individual zero-state outputs (that is, outputs setting the initial conditions to zero) corresponding to the individual inputs. In a system that satisfies the homogeneity property, scaling the input always results in scaling the zero-state response by the same factor. In a system that satisfies the additivity property, adding two inputs always results in adding the corresponding two zero-state responses due to the individual inputs. Mathematically, for a continuous-time system, given two arbitrary inputs :x_1(t) :x_2(t) as well as their respective zero-state outputs :y_1(t) = H \left \ :y_2(t) = H \left \ then a linear system must satisfy :\alpha y_1(t) + \beta y_2(t) = H \left \ for any scalar values and , for any input signals and , and for all time The system is then defined by the equation where is some arbitrary function of time, and is the system state. Given and the system can be solved for 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 In control theory, a time-invariant (TIV) system has a time-dependent system function that is not a direct function of time. Such systems are regarded as a class of systems in the field of system analysis. The time-dependent system function is ...
systems this is the basis of the impulse response or the
frequency response In signal processing and electronics, the frequency response of a system is the quantitative measure of the magnitude and phase of the output as a function of input frequency. The frequency response is widely used in the design and analysis of s ...
methods (see
LTI system theory LTI can refer to: * '' LTI – Lingua Tertii Imperii'', a book by Victor Klemperer * Language Technologies Institute, a division of Carnegie Mellon University * Linear time-invariant system, an engineering theory that investigates the response o ...
), which describe a general input function in terms of
unit impulse Unit may refer to: Arts and entertainment * UNIT, a fictional military organization in the science fiction television series ''Doctor Who'' * Unit of action, a discrete piece of action (or beat) in a theatrical presentation Music * ''Unit'' (al ...
s or frequency components. Typical
differential equation In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, an ...
s of linear
time-invariant In control theory, a time-invariant (TIV) system has a time-dependent system function that is not a direct function of time. Such systems are regarded as a class of systems in the field of system analysis. The time-dependent system function is ...
systems are well adapted to analysis using the
Laplace transform In mathematics, the Laplace transform, named after its discoverer Pierre-Simon Laplace (), is an integral transform that converts a function of a real variable (usually t, in the '' time domain'') to a function of a complex variable s (in the ...
in the continuous case, and the
Z-transform In mathematics and signal processing, the Z-transform converts a discrete-time signal, which is a sequence of real or complex numbers, into a complex frequency-domain (z-domain or z-plane) representation. It can be considered as a discrete-tim ...
in the
discrete Discrete may refer to: *Discrete particle or quantum in physics, for example in quantum theory *Discrete device, an electronic component with just one circuit element, either passive or active, other than an integrated circuit *Discrete group, a g ...
case (especially in computer implementations). Another perspective is that solutions to linear systems comprise a system of
function Function or functionality may refer to: Computing * Function key, a type of key on computer keyboards * Function model, a structured representation of processes in a system * Function object or functor or functionoid, a concept of object-oriente ...
s which act like
vector Vector most often refers to: *Euclidean vector, a quantity with a magnitude and a direction *Vector (epidemiology), an agent that carries and transmits an infectious pathogen into another living organism Vector may also refer to: Mathematic ...
s 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. The previous definition of a linear system is applicable to SISO (single-input single-output) systems. For MIMO (multiple-input multiple-output) systems, input and output signal vectors (_1(t), _2(t), _1(t), _2(t)) are considered instead of input and output signals (x_1(t), x_2(t), y_1(t), y_2(t).) This definition of a linear system is analogous to the definition of a
linear differential equation In mathematics, a linear differential equation is a differential equation that is defined by a linear polynomial in the unknown function and its derivatives, that is an equation of the form :a_0(x)y + a_1(x)y' + a_2(x)y'' \cdots + a_n(x)y^ = b ...
in
calculus Calculus, originally called infinitesimal calculus or "the calculus of infinitesimals", is the mathematical study of continuous change, in the same way that geometry is the study of shape, and algebra is the study of generalizations of arithm ...
, and a
linear transformation In mathematics, and more specifically in linear algebra, a linear map (also called a linear mapping, linear transformation, vector space homomorphism, or in some contexts linear function) is a mapping V \to W between two vector spaces that pre ...
in
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrices ...
.


Examples

A simple harmonic oscillator obeys the differential equation: :m \frac = -kx. If :H(x(t)) = m \frac + kx(t), then is a linear operator. Letting we can rewrite the differential equation as which shows that a simple harmonic oscillator is a linear system. Other examples of linear systems include those described by y(t) = k \, x(t), y(t) = k \, \frac, y(t) = k \, \int_^x(\tau) \mathrm d\tau, and any system described by ordinary linear differential equations. Systems described by y(t) = k, y(t) = k \, x(t) + k_0, y(t) = \sin, y(t) = \cos, y(t) = x^2(t), y(t) = \sqrt, y(t) = , x(t), , and a system with odd-symmetry output consisting of a linear region and a saturation (constant) region, are non-linear because they don't always satisfy the superposition principle. The output versus input graph of a linear system need not be a straight line through the origin. For example, consider a system described by y(t) = k \, \frac (such as a constant-capacitance
capacitor A capacitor is a device that stores electrical energy in an electric field by virtue of accumulating electric charges on two close surfaces insulated from each other. It is a passive electronic component with two terminals. The effect of ...
or a constant-inductance
inductor An inductor, also called a coil, choke, or reactor, is a passive two-terminal electrical component that stores energy in a magnetic field when electric current flows through it. An inductor typically consists of an insulated wire wound into a c ...
). It is linear because it satisfies the superposition principle. However, when the input is a sinusoid, the output is also a sinusoid, and so its output-input plot is an ellipse centered at the origin rather than a straight line passing through the origin. Also, the output of a linear system can contain
harmonics A harmonic is a wave with a frequency that is a positive integer multiple of the '' fundamental frequency'', the frequency of the original periodic signal, such as a sinusoidal wave. The original signal is also called the ''1st harmonic'', ...
(and have a smaller fundamental frequency than the input) even when the input is a sinusoid. For example, consider a system described by y(t) = (1.5 + \cos) \, x(t). It is linear because it satisfies the superposition principle. However, when the input is a sinusoid of the form x(t) = \cos, using product-to-sum trigonometric identities it can be easily shown that the output is y(t) = 1.5 \cos + 0.5 \cos + 0.5 \cos, that is, the output doesn't consist only of sinusoids of same frequency as the input (), but instead also of sinusoids of frequencies and ; furthermore, taking the
least common multiple In arithmetic and number theory, the least common multiple, lowest common multiple, or smallest common multiple of two integers ''a'' and ''b'', usually denoted by lcm(''a'', ''b''), is the smallest positive integer that is divisible by bo ...
of the fundamental period of the sinusoids of the output, it can be shown the fundamental angular frequency of the output is , which is different than that of the input.


Time-varying impulse response

The time-varying impulse response of a linear system is defined as the response of the system at time ''t'' = ''t''2 to a single
impulse Impulse or Impulsive may refer to: Science * Impulse (physics), in mechanics, the change of momentum of an object; the integral of a force with respect to time * Impulse noise (disambiguation) * Specific impulse, the change in momentum per uni ...
applied at time In other words, if the input to a linear system is :x(t) = \delta(t - t_1) where represents the Dirac delta function, and the corresponding response of the system is :y(t) , _ = h(t_2, t_1) then the function 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) = \int_^ h(t,t') x(t')dt' = \int_^ h(t,t') x(t') dt' 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 is a function only of the time difference which is zero for (namely ). By redefinition of it is then possible to write the input-output relation equivalently in any of the ways, : y(t) = \int_^ h(t-t') x(t') dt' = \int_^ h(t-t') x(t') dt' = \int_^ h(\tau) x(t-\tau) d \tau = \int_^ h(\tau) x(t-\tau) d \tau 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) =\int_0^\infty h(t) e^\, dt. In applications this is usually a rational algebraic function of . Because is zero for negative , the integral may equally be written over the doubly infinite range and putting follows the formula for the ''frequency response function'': : H(i\omega) = \int_^ h(t) e^ dt


Discrete-time systems

The output of any discrete time linear system is related to the input by the time-varying convolution sum: : y = \sum_^ = \sum_^ or equivalently for a time-invariant system on redefining h(), : y = \sum_^ = \sum_^ where : k = n-m \, represents the lag time between the stimulus at time ''m'' and the response at time ''n''.


See also

* Shift invariant system * Linear time-invariant system * Nonlinear system * System analysis * System of linear equations Systems theory Dynamical systems Mathematical modeling Concepts in physics


References

{{Reflist