Calculate the exact arc length of an Archimedean spiral across any angular interval.
Calculate Archimedean spiral length
Use the polar equation r = a + bθ with angles entered in degrees.
About Archimedean spiral length
An Archimedean spiral is a polar curve whose radius changes at a constant rate as its angle changes. Its equation is r = a + bθ, where a is the radius at angle zero, b is the radial growth for each radian, and θ is the angle in radians. Equal angular steps therefore produce equal changes in radius, giving neighboring turns a constant separation. This familiar spiral appears in rolled materials, grooves, coils, antennas, and mathematical models.
A logarithmic spiral instead uses r = a times e raised to bθ. Its radius changes by a constant proportion over equal angular steps, so turn spacing expands geometrically rather than arithmetically. Logarithmic spirals occur in growth models, antenna design, and natural forms. This calculator supports both families and applies the appropriate exact antiderivative for the selected equation.
Finding spiral length requires more than multiplying an average radius by an angle because the curve moves both around the origin and radially at the same time. For a polar curve, the arc-length integrand is the square root of r squared plus the square of the derivative of r with respect to θ. For an Archimedean spiral the derivative is simply b. For a logarithmic spiral the derivative is b times the current radius, which leads to a compact exponential length formula.
The implementation evaluates closed-form expressions rather than splitting the curve into many short straight segments. When b is zero, either spiral has constant radius and becomes a circular arc; the calculator uses the simpler radius times angular span formula. Angles entered in degrees are converted to radians before any formula is applied.
The initial radius and growth value must be interpreted according to the selected model. Archimedean growth carries length per radian, while the logarithmic exponential factor is dimensionless. The resulting arc length uses the initial radius unit. A negative growth describes a spiral winding inward over increasing angle, and length remains nonnegative.
Real manufactured coils have thickness, deformation, and tolerances not captured by an ideal centerline model. For planning material length, use the centerline radius for a strip or wire and include a practical allowance. The six-decimal display provides a clear numerical result while the internal computation retains standard double precision.
Spiral length examples
Spiral parameters
Arc length
Interpretation
a = 1, b = 0, 0° to 180°
3.141593
Zero growth makes a radius-one semicircle.
a = 3, b = 0, 0° to 360°
18.849556
A full constant-radius turn equals the circle circumference.
a = 0, b = 1, 0° to 90°
Approximately 2.079
The radius grows from zero to about 1.571 over a quarter turn.
How to calculate spiral length
Enter the radius a at an angle of zero degrees.
Enter the radial growth b for each radian.
Set the start and end angles in degrees, with the end angle larger.
Select Calculate spiral length and read the centerline arc length.
Spiral length FAQ
What kind of spiral does this calculator use?
It uses an Archimedean spiral with radius r = a + bθ. This model has constant radial spacing between successive turns.
Why is growth specified per radian?
The standard polar formula uses an angle measured in radians. The calculator converts entered degree limits to radians before applying the growth rate.
What happens when growth is zero?
The radius stays constant, so the path is a circular arc rather than an expanding spiral. Its length is the absolute radius multiplied by the angular span in radians.
Can the growth value be negative?
Yes, a negative value represents radius decreasing as the angle increases. The calculator still returns a nonnegative geometric arc length.
Is this suitable for estimating wire or strip length?
It can estimate the ideal centerline length when the material follows an Archimedean spiral. Add allowances for thickness, bends, connections, and manufacturing tolerances in practical designs.