Difficulty: Easy
Correct Answer: R1 ∩ R2
Explanation:
Introduction / Context:
In discrete-time signal processing, the Z-transform's region of convergence (ROC) determines where the transform exists and whether the associated time sequence is causal/stable. When adding two signals, understanding how their individual ROCs combine is essential for correct analysis and implementation.
Given Data / Assumptions:
Concept / Approach:
For a given rational Z-transform, the ROC is the annulus in the z-plane that excludes poles and is determined by sequence sidedness (right-sided for causal). The Z-transform of a sum is the sum of transforms: Xsum(z) = X1(z) + X2(z). The ROC for the sum must include any z where both X1 and X2 individually converge; hence it must at least be the intersection of R1 and R2 (and can be larger only if exact pole-zero cancellations occur).
Step-by-Step Solution:
Verification / Alternative check:
Consider examples: x1[n] = a^n u[n] ⇒ ROC |z| > |a|, x2[n] = b^n u[n] ⇒ ROC |z| > |b|. Their sum is (a^n + b^n)u[n], whose ROC is |z| > max(|a|, |b|) = R1 ∩ R2, matching the rule.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
R1 ∩ R2
Discussion & Comments