Consider the formula for trapezoidal integration of a complex exponential.
The complex exponential is processed sequentially in time with a discrete time interval . In order for the algorithm to be stable (non-divergent) for a given , the following condition must hold true:
Further, the algorithm "converges" if the ratio has a magnitude less than .
Suppose . In terms of the plane, which of the given options best describes the trapezoidal rule "convergence region".
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.
Find the ratio of y ( t ) to y ( t − Δ t )
y ( t ) = y ( t − Δ t ) + 2 1 [ y ˙ ( t ) + y ˙ ( t − Δ t ) ] Δ t y ( t ) = y ( t − Δ t ) + 2 1 [ λ y ( t ) + λ y ( t − Δ t ) ] Δ t y ( t ) [ 1 − 2 1 λ Δ t ] = y ( t − Δ t ) [ 1 + 2 1 λ Δ t ] y ( t − Δ t ) y ( t ) = 1 − 2 1 λ Δ t 1 + 2 1 λ Δ t = 1 − 2 1 λ 1 + 2 1 λ = 1 − 2 1 ( a + j b ) 1 + 2 1 ( a + j b )
Both the numerator and the denominator have imaginary parts of the same magnitude. By inspection, for a < 0 , the denominator has a larger magnitude than the numerator, yielding convergence. For a > 0 , the numerator has a larger magnitude than the denominator, yielding divergence. Thus, the convergence region contains the entire left-hand plane a < 0 , and none of the right-hand plane a > 0 . For a = 0 , the numerator and denominator have the same magnitude, but different phase angles. This results in oscillation without growth or decay.