Last verified · v1.0
Calculator · math
Spiral Length Calculator
Calculates the total length of a flat Archimedean spiral from outer diameter, inner diameter, and number of turns or material thickness per wrap.
Inputs
Spiral Length
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
Spiral Length Formula and Methodology
The spiral length calculator applies a geometric approximation derived from the properties of the Archimedean spiral to determine the total unwound length of a flat, evenly wound spiral. The governing formula is:
L = π × N × (D + d) / 2
where L is the total spiral length, N is the number of complete 360° turns, D is the outer diameter, and d is the inner (core) diameter. The formula treats the spiral as a sequence of concentric circles whose diameters increase uniformly from d to D. Because circumference scales linearly with diameter, the sum of all circumferences equals the number of turns multiplied by the circumference at the arithmetic mean diameter — giving the compact closed-form expression above.
Variable Definitions
- Outer Diameter (D): The full diameter measured across the outside of the outermost wrap. For a roll of sheet metal, this is the total coil diameter as measured with calipers across the widest point.
- Inner Diameter (d): The diameter of the central core or hub around which material is wound. For a paper roll, this is the cardboard core tube diameter. For a clock spring, it is the arbor diameter.
- Number of Turns (N): The total count of complete revolutions from the innermost layer to the outermost layer. Fractional turns can be included for non-integer values.
- Material Thickness per Turn (t): The radial depth added to the spiral with each wrap. This equals the material caliper (sheet thickness, wire diameter, etc.) and is used as an alternative input when N is not directly measurable.
Derivation from Archimedean Spiral Geometry
An Archimedean spiral grows at a constant radial rate r = a + bθ, where θ is the angle in radians and b is the growth constant per radian. The arc-length integral for one complete turn from radius rk to rk+1 approaches π(rk + rk+1) when the pitch is small relative to the radius. Summing N such turns telescopes to π × N × (D + d) / 2. This treatment is documented in the parametric and polar coordinate analysis published by Stony Brook University MAT 126 and is applied in engineering contexts in Stanford University's simple accurate expressions for planar spiral inductances.
Calculating Spiral Length from Material Thickness
When the number of turns cannot be counted directly, the turn count is derived from the radial geometry. Each complete revolution adds one material thickness t on each side of the spiral, contributing 2t to the total diameter. The total radial build equals D − d, therefore:
N = (D − d) / (2t)
Substituting into the primary formula and simplifying yields the thickness-based expression:
L = π × (D² − d²) / (4t)
This alternative form is standard in paper, film, foil, and wire manufacturing where the material caliper is a documented specification but counting turns is impractical on a production line.
Worked Example: Wire Spool
A copper wire spool has an outer diameter of 200 mm, an inner core diameter of 60 mm, and 45 complete turns of wire wound in a single layer.
- Average diameter: (200 + 60) / 2 = 130 mm
- Average circumference: π × 130 ≈ 408.41 mm
- Total length: 45 × 408.41 ≈ 18,378 mm ≈ 18.38 metres
Cross-check using thickness: wire diameter t = (200 − 60) / (2 × 45) = 140 / 90 ≈ 1.56 mm, consistent with a standard 1.5 mm AWG conductor.
Worked Example: Paper Roll
A newsprint roll has an outer diameter of 500 mm, a core diameter of 76 mm, and a paper caliper of 0.10 mm. Using the thickness method: N = (500 − 76) / (2 × 0.10) = 424 / 0.20 = 2,120 turns. Total length: L = π × 2,120 × (500 + 76) / 2 = π × 2,120 × 288 ≈ 1,918 metres, matching typical newsprint roll specifications used by commercial printers.
Practical Applications
- Wire and Cable: Estimate remaining wire length on a reel without unspooling, critical for inventory and job-site planning.
- Paper, Film, and Foil: Verify roll length against production targets and shipping weights in converting operations.
- Spring Manufacturing: Determine the flat wire length required before coiling clock springs, mainsprings, or motor springs.
- Planar Spiral Inductors: Calculate conductor trace length for wireless charging coils, NFC antennas, and RF circuits; geometry methods consistent with NIST Bulletin formulas for spiral inductance.
- Textile and Hose Storage: Estimate rope, ribbon, or hydraulic hose length coiled on drums or reels for logistics planning.
- Highway Transition Spirals: Transition-curve (clothoid) length calculations in road design reference spiral geometry consistent with state DOT spiral calculation guides.
Reference