Calculate catenary sag, horizontal force, span distance, or weight per unit length from any 3 inputs with exact catenary math for equal-height spans.

Catenary Sag Calculator (Exact)

Enter any 3 values to calculate the missing variable


Related Calculators

Catenary Sag Formula

The exact catenary sag calculation for equal-height supports uses the catenary parameter a, defined as horizontal force divided by weight per unit length.

a = \frac{H}{w}
S = a\left(\cosh\left(\frac{d}{2a}\right)-1\right)

To calculate distance when sag is known, the inverse form is:

d = 2a\operatorname{acosh}\left(\frac{S}{a}+1\right)

To calculate horizontal force or weight per unit length, the calculator first solves the sag equation numerically for a, then uses one of these formulas:

H = wa
w = \frac{H}{a}
  • S = sag, the vertical drop from the supports to the lowest point of the cable
  • H = horizontal force or horizontal component of tension
  • w = weight per unit length of the cable or line
  • d = horizontal distance between equal-height supports
  • a = catenary parameter, equal to H / w
  • cosh = hyperbolic cosine
  • acosh = inverse hyperbolic cosine

The calculator accepts any 3 of the 4 main values: horizontal force, distance, weight per unit length, and sag.

  • Missing sag: it calculates a = H / w, then applies the exact sag formula.
  • Missing distance: it calculates a = H / w, then applies the inverse distance formula.
  • Missing horizontal force: it solves the exact sag equation for a, then calculates H = wa.
  • Missing weight per unit length: it solves the exact sag equation for a, then calculates w = H / a.

Common Units and Conversions

The calculation is performed internally in base metric units: newtons, meters, and newtons per meter.

Quantity Supported units Base unit used
Horizontal force N, kN, lbf N
Distance m, km, ft, in m
Weight per unit length N/m, kN/m, lbf/ft, ozf/in N/m
Sag m, km, ft, in m

Sag Ratio Reference

The sag ratio S / d is a quick way to judge whether sag is small compared with the span.

Sag ratio S / d Typical interpretation
Less than 0.02 Very shallow sag. Parabolic estimates are often close, but the exact catenary still gives the more precise value.
0.02 to 0.10 Moderate sag. Exact catenary calculation is preferred.
Greater than 0.10 Large sag. The exact catenary model is important because simple approximations can drift noticeably.

Example Calculations

Example 1: Calculate sag

Suppose the horizontal force is 10,000 N, the span distance is 100 m, and the weight per unit length is 20 N/m.

a = \frac{10000}{20} = 500\text{ m}
S = 500\left(\cosh\left(\frac{100}{2(500)}\right)-1\right)
S \approx 2.5021\text{ m}

The sag is approximately 2.5021 m.

Example 2: Calculate distance

Suppose the horizontal force is 5 kN, the weight per unit length is 10 N/m, and the sag is 1 m.

First convert 5 kN to 5,000 N.

a = \frac{5000}{10} = 500\text{ m}
d = 2(500)\operatorname{acosh}\left(\frac{1}{500}+1\right)
d \approx 63.2350\text{ m}

The span distance is approximately 63.2350 m.

FAQ

What does “exact” mean in this catenary sag calculator?

“Exact” means the calculation uses the catenary equation with hyperbolic cosine instead of the simpler parabolic sag approximation. The exact catenary is especially useful when sag is not very small compared with the span.

Does this work for supports at different heights?

No. The formulas used here assume both supports are at the same height and the lowest point is centered between them. If the supports are at different elevations, the catenary shape is still valid, but the equations require additional height-difference terms.

Why does increasing horizontal force reduce sag?

Increasing horizontal force increases the catenary parameter a = H / w. A larger a makes the curve flatter over the same span, so the sag decreases. Increasing weight per unit length has the opposite effect because it lowers a.