Foundations of the Z-Transform
1Introduction
This lecture explains the Z-transform as a transformation that converts a shift operator into algebraic multiplication by or . In continuous-time differential equations the Laplace transform converts differentiation into an expression in ; in discrete-time recurrences the Z-transform performs the corresponding role for shifts and delays.
data/lecture/math/sequence/shift-operators-and-recurrences.lecture.n.md2Definitions
Assume . For a bilateral sequence , define
For a unilateral sequence , define
The region of convergence (ROC) is the set of for which the corresponding series converges absolutely. A Z-transform result consists of both its expression and its ROC. The notations and distinguish the bilateral and unilateral transforms throughout.
3The Same Expression Can Represent Different Sequences
Let and let be one for and zero for . For ,
For ,
Thus the same rational expression denotes a right-sided or left-sided sequence according to the ROC. Inversion selects the Laurent expansion compatible with the ROC and extracts the coefficient of . Here geometric series and coefficient comparison suffice; complex contour integration is not required.
4Why the Weight Is
The identity makes a unit index shift become multiplication by or after transformation. This property converts equations in shift operators into algebraic equations.
5Proposition 1: The Bilateral Z-Transform Is Linear
5.1Statement
On the intersection of the ROCs of and ,
5.2Proof
Absolute convergence on the common region justifies termwise operations, and
Cancellation can enlarge the ROC of the sum, but the equality is always valid on the common region.
6Proposition 2: Bilateral Shifts Become Multiplication by
6.1Statement
For the forward shift and delay ,
6.2Proof
With ,
Likewise, gives
7Initial Terms Appear in the Unilateral Transform
Because the unilateral sum begins at , shifting leaves a boundary term:
This is the discrete counterpart of . A unilateral transform includes initial data at the cost of initial terms in shift formulas.
8Application to a Recurrence
For
the unilateral transform gives
This converts an equation in the shift operator into an algebraic equation for . If ,
so coefficient extraction gives for .
9Relation to Convolution
An LTI system preserves linear combinations and commutes with shifts. The unit impulse equals one at and zero otherwise; the output generated by this input is the impulse response . A finitely supported sequence satisfies , so linearity and time invariance give
For general sequences, this representation extends when the convolution converges and the system action commutes with limits of finite partial sums. Define
Where absolute convergence permits exchanging double sums,
The transform is the transfer function of this convolution operator. Transforming convolution into multiplication makes the Z-transform effective for difference equations and digital filters.
9.1Stability and the Unit Circle
BIBO stability is equivalent to absolute summability of the impulse response:
Sufficiency follows from when . Conversely, define for when , and zero otherwise. Then and
A stability bound independent of implies absolute summability.
Consequently the unit circle lies in the ROC and
is the frequency response. Formal substitution is not a frequency response when the unit circle is outside the ROC.
For a causal rational system, after pole-zero cancellation, BIBO stability is equivalent to every remaining pole lying strictly inside the unit circle. Causality makes the ROC exterior to the outermost pole, so it contains the unit circle exactly under this condition.
10Position of the Laplace, Fourier, and Z Transforms
| Transform | Object | Central operator | Transformed action |
|---|---|---|---|
| Fourier | all-time frequency analysis | derivative | |
| Laplace | continuous time | derivative | plus initial terms |
| Z | discrete sequence | shift | bilateral ; delay |
When the bilateral ROC contains the unit circle, is the discrete-time Fourier transform. The assertion that the Fourier transform is the value of the Z-transform on the unit circle therefore requires this ROC condition.
11Scope
The ROC is part of every bilateral transform result; changing it can change the underlying sequence. The unilateral transform contains no information for and is intended for boundary terms in initial-value problems. It must not be conflated with the bilateral ROC distinction between left- and right-sided sequences.
Before applying a Z-transform, specify whether the sequence and transform are bilateral or unilateral, whether initial data are involved, and whether a frequency response is required.
Transform contract
- Treat a bilateral result as the pair .
- Use and shift formulas with initial terms for unilateral transforms.
- Invert with the Laurent expansion compatible with the ROC and extract coefficients of .
- Use the unit circle as a frequency response only when lies in the ROC.
12Summary
The Z-transform converts discrete-time shifts into algebraic multiplication by or and thereby supports the analysis of recurrences, difference equations, and discrete convolution.