Last verified · v1.0
Calculator · physics
Catenary Curve Cable Length Calculator
Compute true cable arc length from horizontal span and mid-span sag using the catenary curve equation. Ideal for power lines, bridges, and rigging.
Inputs
Cable Arc Length
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
What Is a Catenary Curve?
A catenary is the precise mathematical curve that a flexible, inextensible cable of uniform weight takes when suspended freely between two fixed support points under gravity alone. The name comes from the Latin catena (chain), and the curve was first rigorously characterised in 1691 by Leibniz, Huygens, and Johann Bernoulli. In Cartesian coordinates with the origin at the cable's lowest point, the catenary is described by y = a · cosh(x / a), where a is the catenary parameter. This distinguishes it from a parabola, which only approximates the shape when sag is less than roughly 8–10% of span. For any significant sag, the catenary formula produces materially different—and physically correct—results. A thorough derivation from the equations of static equilibrium appears in Wolfram MathWorld's Catenary entry.
Formula and Variables
The total arc length S of the hanging cable is:
S = 2a · sinh( L / 2a )
Before applying this formula, the catenary parameter a must be determined from the physical geometry. It satisfies the implicit equation:
d = a · ( cosh( L / 2a ) − 1 )
- L — Horizontal Span: Straight-line horizontal distance between the two support attachment points, assumed at equal elevation. Units: metres or feet.
- d — Mid-Span Sag: Vertical distance from the chord line connecting the two supports down to the cable's lowest point. Larger sag means more cable length and lower horizontal tension.
- a — Catenary Parameter: An intermediate length equal to the ratio of horizontal cable tension to linear weight density, T₀ / w. It controls the curvature: large a = tight cable, small a = heavily sagging cable.
- S — Cable Arc Length: The total length of cable required, measured along its curved path. Always exceeds L.
Solving for the Catenary Parameter
Because d = a · (cosh(L / 2a) − 1) is transcendental, no closed algebraic expression for a exists. Numerical methods—Newton-Raphson iteration or bisection search—converge rapidly to a solution. Starting with an initial estimate a₀ = L² / (8d) (the parabolic approximation), Newton-Raphson typically reaches millimetre precision within four to six iterations. The peer-reviewed derivation by Chatterjee, published in the University of South Florida's Undergraduate Journal of Mathematical Modeling, confirms both the arc-length formula and the numerical solution strategy.
Worked Example: Overhead Power Distribution Conductor
A utility engineer designs a 300 ft (91.44 m) span with a target sag of 6 ft (1.83 m) at maximum operating temperature. Step 1 — solve for a: the equation 6 = a · (cosh(150 / a) − 1) yields a ≈ 1,876 ft by Newton-Raphson. Step 2 — compute cable length: S = 2 × 1,876 × sinh(150 / 1,876) ≈ 300.96 ft. The 0.96 ft (≈ 11.5 in) of extra cable beyond the span must be purchased and accounted for in sag-tension tables, as required by USDA RUS Bulletin 1724E-152 for distribution-line mechanical design.
Real-World Applications
- Overhead Power and Telecom Lines: Sag-tension calculations use catenary geometry to meet ground-clearance codes at all design temperatures.
- Suspension and Cable-Stayed Bridges: Main suspension cables follow catenary profiles; designers use arc-length formulas to estimate steel tonnage and erection sequencing.
- Zip Lines and Aerial Ropeways: Safety engineers verify minimum ground clearance and maximum rider speed by computing the catenary at full passenger load.
- Offshore Steel Catenary Risers (SCRs): Subsea pipeline engineers model riser geometry to quantify dynamic stress at the seafloor touchdown point.
- Architectural Tensile Structures: Catenary arches and cable-net roofs use the hanging-chain geometry inverted to achieve pure compression with no bending.
Practical Constraints and Limitations
The formula applies under four assumptions: (1) the cable is perfectly flexible with negligible bending stiffness; (2) linear weight density is uniform along the cable; (3) both supports sit at identical elevation; and (4) no concentrated intermediate loads act on the cable. When any condition is violated—iced conductors, non-level towers, or cables with attachments—modified or segmented catenary models are required. Additionally, sag must satisfy d < L / 2; beyond this physical limit, the cable would contact the ground. For asymmetric spans, the standard formula can be extended by solving two half-catenaries joined at the lowest point.
Reference