Samiksha Jaiswal (Editor)

Final value theorem

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

In mathematical analysis, the final value theorem (FVT) is one of several similar theorems used to relate frequency domain expressions to the time domain behavior as time approaches infinity. A final value theorem allows the time domain behavior to be directly calculated by taking a limit of a frequency domain expression, as opposed to converting to a time domain expression and taking its limit.

Contents

Mathematically, if

lim t f ( t )

has a finite limit, then

lim t f ( t ) = lim s 0 s F ( s )

where F ( s ) is the (unilateral) Laplace transform of f ( t ) .

Likewise, in discrete time

lim k f [ k ] = lim z 1 ( z 1 ) F ( z )

where F ( z ) is the (unilateral) Z-transform of f [ k ] .

Proof

By integrating from the definition of Laplace transform of a derivative we have:

lim s 0 0 d f ( t ) d t e s t d t = lim s 0 [ s F ( s ) f ( 0 ) ]

If the infinite integral on LHS exists, then the limit of integral can be written as integral of limit, therefore:

0 lim s 0 d f ( t ) d t e s t d t = 0 d f ( t ) = f ( ) f ( 0 )

By equating RHSs of previous equations and canceling f(0) on both sides:

f ( ) = lim s 0 [ s F ( s ) ]

Example where FVT holds

For example, for a system described by transfer function

H ( s ) = 6 s + 2 ,

and so the impulse response converges to

lim t h ( t ) = lim s 0 6 s s + 2 = 0.

That is, the system returns to zero after being disturbed by a short impulse. However, the Laplace transform of the unit step response is

G ( s ) = 1 s 6 s + 2

and so the step response converges to

lim t g ( t ) = lim s 0 s s 6 s + 2 = 6 2 = 3

and so a zero-state system will follow an exponential rise to a final value of 3.

Example where FVT does not hold

However, for a system described by the transfer function

H ( s ) = 9 s 2 + 9 ,

the final value theorem appears to predict the final value of the impulse response to be 0 and the final value of the step response to be 1. However, neither time-domain limit exists, and so the final value theorem predictions are not valid. In fact, both the impulse response and step response oscillate, and (in this special case) the final value theorem describes the average values around which the responses oscillate.

There are two checks performed in Control theory which confirm valid results for the Final Value Theorem:

  1. All nonzero roots of the denominator of H ( s ) must have negative real parts.
  2. H ( s ) must not have more than one pole at the origin.

Rule 1 was not satisfied in this example, in that the roots of the denominator are 0 + j 3 and 0 j 3 .

References

Final value theorem Wikipedia