Conceptual map
- III-08.01Signed and absolute structure
- III-08.02Fixed-point systems
- III-08.03Characteristic polynomials
- III-08.04Unit-circle root counts
- III-08.05Economic determinacy
1. Determinacy is a boundary root count
A dynamic equilibrium condition typically fixes how many roots must lie on each side of the unit circle. The certificate must preserve signs, count multiplicity, and exclude roots on the boundary.
Let the linearized system imply a real monic characteristic polynomial \(p(z)=\operatorname{det}(zI-A)\). Define \(N_{in}\), \(N_{out}\), and \(N_{unit}\) as its root counts inside, outside, and on \(\lvert z\rvert=1\), each counted with algebraic multiplicity. An economic determinacy statement adds a model-specific mapping between these counts and the number of predetermined or forward variables.
A root count is certified when exact coefficient signs or interval enclosures establish the count and establish \(N_{unit}=0\). A floating list of approximated roots is a diagnostic because rounding can move a near-boundary root across the circle.
2. A complete quadratic Schur test
Both roots of \(p(z)=z^{2}+a_{1}z+a_{2}\) lie strictly inside the unit circle exactly when
Derivation. Apply the bilinear map \(z=(1+s)/(1-s)\), which sends the open left half-plane to the open unit disk. After multiplying by \((1-s)^{2}\), the transformed polynomial has coefficients 1+\(a_{1}+a_{2}\), 2(\(1-a_{2}\)), and \(1-a_{1}+a_{2}\). The second-order Hurwitz criterion requires these coefficients to have the same positive sign, which gives (1). ∎
3. Signed cancellation defeats an absolute bound
Consider the rational matrix
Its infinity norm is 6/5, so the sufficient contraction test \(\lVert A\rVert_{\infty}<1\) fails. The same is true for the row-sum test applied to \(\lvert A\rvert\). The signed characteristic polynomial is
The three values in (1) are 13/25, 73/25, and 7/25. All are positive, so both roots are inside the unit circle. Direct calculation gives \(3/5\pm(3/5)i\), each with modulus \(\sqrt{18}/5\approx0.84853\). The exact certificate records the stabilizing effect of the negative cross-interaction that the absolute matrix discards.
4. Higher-degree workflow and boundary cases
For a higher-degree rational polynomial, construct a Schur–Cohn table, a Jury table, or map the unit circle to the imaginary axis and use a Routh–Hurwitz count. Exact rational arithmetic is available when the linearized coefficients are rational. With estimated coefficients, use coefficient intervals or verified complex-root enclosures and report every boundary margin.
If \(p(1)=0\) or \(p(-1)=0\), strict root counts fail at the boundary. A repeated root also changes the number of independent modal solutions. A determinacy claim must specify how the economic boundary conditions treat those cases.
An absolute small-gain bound remains useful: when it passes, it gives a convenient sufficient certificate. Its failure leaves the exact signed system unresolved until a root-count calculation is performed.
5. Implementation, exercises, and sources
Generate the characteristic polynomial from the signed equations before numerical rounding. Evaluate exact boundary tests first, compute high-precision roots as a cross-check, and compare the product and sum of the computed roots with the polynomial coefficients. Record the distance of every root from the unit circle.
Download the volume verification script →Exercises
- Verify (3) directly from \(\operatorname{det}(zI-A)\) and reproduce all three Jury margins.
- Replace 3/5 by a scalar \(c\). Find the interval in which the exact system is stable while the infinity-norm contraction test fails.
- Construct a cubic with one root outside and two inside the unit circle and certify the count after the bilinear transformation.
Partial solutions
1. The determinant is \((z-3/5)^{2}+9/25\), which expands to (3). Substitution into (1) gives 13/25, 73/25, and 7/25. 2. With 3/5 replaced by \(c>0\), the roots are \(c(1\pm i)\) and have modulus \(\sqrt{2}c\). Exact stability requires \(c<1/\sqrt{2}\), while the infinity-norm test requires \(2c<1\). The gap interval is \(1/2\le c<1/\sqrt{2}\).
- Eliahu I. Jury, Theory and Application of the z-Transform Method.Discrete-time stability tables.
- Felix R. Gantmacher, The Theory of Matrices, Volume II.Root-location criteria and matrix pencils.
- Olivier Blanchard and Charles Kahn (1980), “The Solution of Linear Difference Models under Rational Expectations,” Econometrica 48, 1305–1311.Economic mapping from roots to equilibrium restrictions.
6. Audit checkpoint
Preserve signed coefficients, state the unit-circle convention, count multiplicities, test boundary roots, report exact or interval margins, and show how the economic model maps the certified count into a determinacy conclusion.
7. Scope boundary
The chapter supplies finite-polynomial root certificates used in linearized economic systems. General complex analysis, nonlinear global dynamics, and a full solution theory for rational-expectations models lie beyond this treatment.