Consider an arbitrary physical system, the behaviour of which is determined by the following differential equation:
Here, is a time-varying quantity of the system and is a time-varying input to the system. The given differential equation is converted to a discrete difference equation of the form:
Where is an arbitrary time instant and s. Also, and are real numbers. A solver is asked to refer to the following note:
Conversion of Differential Equation to Difference Equation
This discrete dynamic system is given a time-varying input dependent on which is:
Moreover,
Assertion: The input ensures that the energy of the system always decreases with time.
Is this assertion true or false? Explain why.
The energy of the system is:
Also try:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Since a = e h and b = e h − 1 , we obtain the relation x ( T + h ) = a ( 1 − b ) x ( T ) and hence that x ( j h ) = 1 0 [ a ( 1 − b ) ] j j ≥ 0 Thus x ( j h ) , and hence E ( j h ) , will be a decreasing sequence provided that 0 < a ( 1 − b ) = 2 e h − e 2 h = 1 − ( 1 − e h ) 2 < 1 . This is certainly true for any 0 < h < ln 2 .
A more normal (there are many others) method of creating a discrete version of a differential equation is to make the approximation (using the first two terms of the Taylor series for x ( T + h ) ): x ( T + h ) ≈ x ( T ) + h x ′ ( T ) which leads to the equation x ( T + h ) = ( 1 + h ) x ( T ) + h u ( T ) The method of this question is a little strange, since it makes the control term u ( T ) = − a x ( T ) dependent on the size the discrete time interval h , since a = e h .