Polyarc bounded complex interval arithmetic
Gábor Geréb, András Sándor
TL;DR
This work introduces the polyarcular interval, an extension of complex interval arithmetic that exactly represents a broad class of primitive intervals (rectangular, polar, circular) and closely matches polygonal representations in precision with a favorable computational profile. By grounding the theory in Minkowski algebra and algebro-geometric boundary analysis, the authors develop three complementary envelope-evaluation methods (implicit, parametric, and mixed) and a Gauss-map framework to identify boundary contributions, enabling polyarcular arithmetic to remain closed under many operations. They provide rigorous bounds on boundary behavior, a backtracking mechanism to diagnose representation tightness, and a comprehensive computational treatment including type casting and trimming. A case study on antenna tolerance analysis demonstrates that polyarcular intervals can yield perfect tightness with modestly increased cost, highlighting practical impact for engineering applications. The work culminates with a discussion of the trade-offs between polyarcular and polygonal approaches and suggests directions for further code release and exploration of complex interval arithmetic.
Abstract
Complex interval arithmetic is a powerful tool for the analysis of computational errors. The naturally arising rectangular, polar, and circular (together called primitive) interval types are not closed under simple arithmetic operations, and their use yields overly relaxed bounds. The later introduced polygonal type, on the other hand, allows for arbitrarily precise representation of the above operations for a higher computational cost. We propose the polyarcular interval type as an effective extension of the previous types. The polyarcular interval can represent all primitive intervals and most of their arithmetic combinations precisely and has an approximation capability competing with that of the polygonal interval. In particular, in antenna tolerance analysis it can achieve perfect accuracy for lower computational cost then the polygonal type, which we show in a relevant case study. In this paper, we present a rigorous analysis of the arithmetic properties of all five interval types, involving a new algebro-geometric method of boundary analysis.
