Compute union (∪) and intersection (∩) of two intervals. Visualize results on a dynamic number line. Supports finite and infinite bounds, inclusive/exclusive endpoints.
Interval notation is a streamlined way to describe sets of real numbers between two endpoints. It is essential for expressing solutions to inequalities, domain and range of functions, and representing continuous data in statistics or engineering. In this calculator, we provide union (∪) and intersection (∩) operations — the fundamental building blocks of interval algebra.
Given two intervals A and B:
A ∪ B = { x | x ∈ A or x ∈ B } | A ∩ B = { x | x ∈ A and x ∈ B }
In real analysis, solving compound inequalities like 3 ≤ 2x+1 < 7 leads to interval intersections. In probability, union represents "either event occurs". The calculator automates the cumbersome process of comparing endpoints and handling inclusive/exclusive boundaries — particularly when intervals are disjoint or overlapping partially. Moreover, the Euler/Venn analog for intervals reduces cognitive load, making this tool indispensable for both high school algebra and university-level discrete math.
An engineer defines acceptable shaft diameter as [24.95, 25.05] mm (precision fit). The housing bore must be [25.02, 25.08] mm. The intersection [25.02, 25.05] represents the overlap where both parts can mate. Our calculator instantly delivers the intersection interval, avoiding manual boundary analysis. Similarly, in control systems, union of intervals may represent "acceptable temperature ranges under different failure modes".