Solutions

Homework 8

MTHE / MATH 335 — Winter 2026

Problem 1: Z-Transform, Laplace Transform, and Inverse Laplace Transform

Problem 1Z-Transform, Laplace Transform, and Inverse Laplace Transform

a) Compute the (two-sided) Z-transform of

x(n)=4n11{n10}x(n) = 4^{n-1} 1_{\{n-1 \geq 0\}}

Note that you should find the Region of Convergence as well.

b) Compute the (two-sided) Laplace-transform of

x(t)=e5t1{t0}x(t) = e^{5t} 1_{\{t \geq 0\}}

Find the regions in the complex plane, where the transforms are finite valued.

c) Show that the one-sided Laplace transform of cos(αt)\cos(\alpha t) satisfies

L+{cosαt}=ss2+α2,Re{s}>0\mathcal{L}_+\{\cos \alpha t\} = \frac{s}{s^2 + \alpha^2}, \quad \text{Re}\{s\} > 0

d) Compute the inverse Laplace transform of

s2+9s+2(s1)2(s+3),Re{s}>1\frac{s^2 + 9s + 2}{(s-1)^2(s+3)}, \quad \text{Re}\{s\} > 1

Hint: Use partial fraction expansion and the properties of the derivative of a Laplace transform.

Problem 2: Inverse Z-Transform

Problem 2Inverse Z-Transform

Find the inverse Z-transform of:

X(z)=356z1(114z1)(113z1),z>1X(z) = \frac{3 - \frac{5}{6}z^{-1}}{(1 - \frac{1}{4}z^{-1})(1 - \frac{1}{3}z^{-1})}, \quad |z| > 1

Problem 3: Z-Transform Limit Property

Problem 3Z-Transform Limit Property

Let x(n)=0x(n) = 0 for n<0n < 0 and x(n)Mrn|x(n)| \leq Mr^n for some M,rRM, r \in \mathbb{R}. Show that

limzX(z)=x(0)\lim_{|z| \to \infty} X(z) = x(0)

Problem 4: Final Value Theorem for Laplace Transforms

Problem 4Final Value Theorem for Laplace Transforms

a) Prove the final value theorem for the Laplace transforms. That is, if limtx(t)=:M<\lim_{t \to \infty} x(t) =: M < \infty, then

limtx(t)=lims0sX+(s)\lim_{t \to \infty} x(t) = \lim_{s \downarrow 0} s X_+(s)

b) Read (you do not need to write anything on your assignment) the rules of converse differentiation (and their proofs in the lecture notes). That is,

(i) Suppose that lim supnx(n)1/nR\limsup_{n \to \infty} |x(n)|^{1/n} \leq R for some RRR \in \mathbb{R}. Let y(n)=nx(n)y(n) = -nx(n). Then,

Z+(y)(z)=zddz(Z+(x))(z)\mathcal{Z}_+(y)(z) = z \frac{d}{dz}(\mathcal{Z}_+(x))(z)

for z>R|z| > R.

(ii) Let x(t)Meat|x(t)| \leq Me^{at} for some M,aRM, a \in \mathbb{R}. Let y(t)=tx(t)y(t) = -tx(t). Then, for ss with Re{s}>a\text{Re}\{s\} > a, we have

L+(y)(s)=dds(L+(x))(s)\mathcal{L}_+(y)(s) = \frac{d}{ds}(\mathcal{L}_+(x))(s)

Problem 5: Transfer Functions, Causality, Stability, and Minimum-Phase Systems

Problem 5Transfer Functions, Causality, Stability, and Minimum-Phase Systems

Let P(z)P(z) and Q(z)Q(z) be polynomials in zz. Let the transfer function of a discrete-time LTI system be given by

H(z)=P(z)Q(z)H(z) = \frac{P(z)}{Q(z)}

a) Show that the system is causal (non-anticipative) if and only if P(z)Q(z)\frac{P(z)}{Q(z)} is a proper fraction (that is the degree of the polynomial in the numerator cannot be greater than the one of the denominator).

b) Show that the system is BIBO stable if and only if the Region of Convergence of the transfer function contains the unit circle. Thus, for a system to be both causal and stable, what are the conditions on the roots of Q(z)Q(z)?

c) Repeat the above for a continuous-time system and with the Laplace transform instead of the Z-transform.

d) What does it mean to be a minimum-phase system? Why do we call such systems minimum-phase?