Supriya Ghosh (Editor)

Distributed parameter system

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

A distributed parameter system (as opposed to a lumped parameter system) is a system whose state space is infinite-dimensional. Such systems are therefore also known as infinite-dimensional systems. Typical examples are systems described by partial differential equations or by delay differential equations.

Contents

Discrete-time

With U, X and Y Hilbert spaces and A  ∈ L(X), B  ∈ L(UX), C  ∈ L(XY) and D  ∈ L(UY) the following equations determine a discrete-time linear time-invariant system:

x ( k + 1 ) = A x ( k ) + B u ( k ) y ( k ) = C x ( k ) + D u ( k )

with x (the state) a sequence with values in X, u (the input or control) a sequence with values in U and y (the output) a sequence with values in Y.

Continuous-time

The continuous-time case is similar to the discrete-time case but now one considers differential equations instead of difference equations:

x ˙ ( t ) = A x ( t ) + B u ( t ) , y ( t ) = C x ( t ) + D u ( t ) .

An added complication now however is that to include interesting physical examples such as partial differential equations and delay differential equations into this abstract framework, one is forced to consider unbounded operators. Usually A is assumed to generate a strongly continuous semigroup on the state space X. Assuming B, C and D to be bounded operators then already allows for the inclusion of many interesting physical examples, but the inclusion of many other interesting physical examples forces unboundedness of B and C as well.

Example: a partial differential equation

The partial differential equation with t > 0 and ξ [ 0 , 1 ] given by

t w ( t , ξ ) = ξ w ( t , ξ ) + u ( t ) , w ( 0 , ξ ) = w 0 ( ξ ) , w ( t , 0 ) = 0 , y ( t ) = 0 1 w ( t , ξ ) d ξ ,

fits into the abstract evolution equation framework described above as follows. The input space U and the output space Y are both chosen to be the set of complex numbers. The state space X is chosen to be L2(0, 1). The operator A is defined as

A x = x ,       D ( A ) = { x X : x  absolutely continuous  , x L 2 ( 0 , 1 )  and  x ( 0 ) = 0 } .

It can be shown that A generates a strongly continuous semigroup on X. The bounded operators B, C and D are defined as

B u = u ,       C x = 0 1 x ( ξ ) d ξ ,       D = 0.

Example: a delay differential equation

The delay differential equation

w ˙ ( t ) = w ( t ) + w ( t τ ) + u ( t ) , y ( t ) = w ( t ) ,

fits into the abstract evolution equation framework described above as follows. The input space U and the output space Y are both chosen to be the set of complex numbers. The state space X is chosen to be the product of the complex numbers with L2(−τ, 0). The operator A is defined as

A ( r f ) = ( r + f ( τ ) f ) ,       D ( A ) = { ( r f ) X : f  absolutely continuous  , f L 2 ( [ τ , 0 ] )  and  r = f ( 0 ) } .

It can be shown that A generates a strongly continuous semigroup on X. The bounded operators B, C and D are defined as

B u = ( u 0 ) ,       C ( r f ) = r ,       D = 0.

Transfer functions

As in the finite-dimensional case the transfer function is defined through the Laplace transform (continuous-time) or Z-transform (discrete-time). Whereas in the finite-dimensional case the transfer function is a proper rational function, the infinite-dimensionality of the state space leads to irrational functions (which are however still holomorphic).

Discrete-time

In discrete-time the transfer function is given in terms of the state space parameters by D + k = 0 C A k B z k and it is holomorphic in a disc centered at the origin. In case 1/z belongs to the resolvent set of A (which is the case on a possibly smaller disc centered at the origin) the transfer function equals D + C z ( I z A ) 1 B . An interesting fact is that any function that is holomorphic in zero is the transfer function of some discrete-time system.

Continuous-time

If A generates a strongly continuous semigroup and B, C and D are bounded operators, then the transfer function is given in terms of the state space parameters by D + C ( s I A ) 1 B for s with real part larger than the exponential growth bound of the semigroup generated by A. In more general situations this formula as it stands may not even make sense, but an appropriate generalization of this formula still holds. To obtain an easy expression for the transfer function it is often better to take the Laplace transform in the given differential equation than to use the state space formulas as illustrated below on the examples given above.

Transfer function for the partial differential equation example

Setting the initial condition w 0 equal to zero and denoting Laplace transforms with respect to t by capital letters we obtain from the partial differential equation given above

s W ( s , ξ ) = d d ξ W ( s , ξ ) + U ( s ) , W ( s , 0 ) = 0 , Y ( s ) = 0 1 W ( s , ξ ) d ξ .

This is an inhomogeneous linear differential equation with ξ as the variable, s as a parameter and initial condition zero. The solution is W ( s , ξ ) = U ( s ) ( 1 e s ξ ) / s . Substituting this in the equation for Y and integrating gives Y ( s ) = U ( s ) ( e s + s 1 ) / s 2 so that the transfer function is ( e s + s 1 ) / s 2 .

Transfer function for the delay differential equation example

Proceeding similarly as for the partial differential equation example, the transfer function for the delay equation example is 1 / ( s 1 e s ) .

Controllability

In the infinite-dimensional case there are several non-equivalent definitions of controllability which for the finite-dimensional case collapse to the one usual notion of controllability. The three most important controllability concepts are:

  • Exact controllability,
  • Approximate controllability,
  • Null controllability.
  • Controllability in discrete-time

    An important role is played by the maps Φ n which map the set of all U valued sequences into X and are given by Φ n u = k = 0 n A k B u k . The interpretation is that Φ n u is the state that is reached by applying the input sequence u when the initial condition is zero. The system is called

  • exactly controllable in time n if the range of Φ n equals X,
  • approximately controllable in time n if the range of Φ n is dense in X,
  • null controllable in time n if the range of Φ n includes the range of An.
  • Controllability in continuous-time

    In controllability of continuous-time systems the map Φ t given by 0 t e A s B u ( s ) d s plays the role that Φ n plays in discrete-time. However, the space of control functions on which this operator acts now influences the definition. The usual choice is L2(0, ∞;U), the space of (equivalence classes of) U-valued square integrable functions on the interval (0, ∞), but other choices such as L1(0, ∞;U) are possible. The different controllability notions can be defined once the domain of Φ t is chosen. The system is called

  • exactly controllable in time t if the range of Φ t equals X,
  • approximately controllable in time t if the range of Φ t is dense in X,
  • null controllable in time t if the range of Φ t includes the range of e A t .
  • Observability

    As in the finite-dimensional case, observability is the dual notion of controllability. In the infinite-dimensional case there are several different notions of observability which in the finite-dimensional case coincide. The three most important ones are:

  • Exact observability (also known as continuous observability),
  • Approximate observability,
  • Final state observability.
  • Observability in discrete-time

    An important role is played by the maps Ψ n which map X into the space of all Y valued sequences and are given by ( Ψ n x ) k = C A k x if k ≤ n and zero if k > n. The interpretation is that Ψ n x is the truncated output with initial condition x and control zero. The system is called

  • exactly observable in time n if there exists a kn > 0 such that Ψ n x k n x for all x ∈ X,
  • approximately observable in time n if Ψ n is injective,
  • final state observable in time n if there exists a kn > 0 such that Ψ n x k n A n x for all x ∈ X.
  • Observability in continuous-time

    In observability of continuous-time systems the map Ψ t given by ( Ψ t ) ( s ) = C e A s x for s∈[0,t] and zero for s>t plays the role that Ψ n plays in discrete-time. However, the space of functions to which this operator maps now influences the definition. The usual choice is L2(0, ∞, Y), the space of (equivalence classes of) Y-valued square integrable functions on the interval (0,∞), but other choices such as L1(0, ∞, Y) are possible. The different observability notions can be defined once the co-domain of Ψ t is chosen. The system is called

  • exactly observable in time t if there exists a kt > 0 such that Ψ t x k t x for all x ∈ X,
  • approximately observable in time t if Ψ t is injective,
  • final state observable in time t if there exists a kt > 0 such that Ψ t x k t e A t x for all x ∈ X.
  • Duality between controllability and observability

    As in the finite-dimensional case, controllability and observability are dual concepts (at least when for the domain of Φ and the co-domain of Ψ the usual L2 choice is made). The correspondence under duality of the different concepts is:

  • Exact controllability ↔ Exact observability,
  • Approximate controllability ↔ Approximate observability,
  • Null controllability ↔ Final state observability.
  • References

    Distributed parameter system Wikipedia