Skip to main content

Catenary Curve Calculator

Solve catenary curve problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.

Skip to calculator
Mathematics

Catenary Curve Calculator

Calculate catenary curve properties including sag, arc length, tension, slope, and radius of curvature. Analyze hanging cable and chain behavior.

Last updated: December 2025Reviewed by NovaCalculator Mathematics Team

Calculator

Adjust values & calculate
10
20
5
Total Sag
5.430806
Sag/Span Ratio: 0.271540
Total Arc Length
23.504024
Height at Supports
15.430806
At Position x = 5
y-coordinate
11.276260
Sag at x
1.276260
Slope
0.521095
Angle
27.5238 deg
Horizontal Tension
10.0000
Tension at x
11.276260
Tension at Support
15.430806
Radius of Curvature at x
12.715403
Radius at Lowest Point
10.0000

Curve Profile (y values, origin at lowest point)

x = -10.00y = 5.4308
x = -8.10y = 3.4595
x = -6.19y = 1.9781
x = -4.29y = 0.9325
x = -2.38y = 0.2848
x = -0.48y = 0.0113
x = 1.43y = 0.1022
x = 3.33y = 0.5607
x = 5.24y = 1.4035
x = 7.14y = 2.6613
x = 9.05y = 4.3799
Your Result
Sag: 5.430806 | Arc Length: 23.504024 | Tension at support: 15.430806
Share Your Result
Understand the Math

Formula

y = a * cosh(x / a)

The catenary equation describes the curve of a hanging chain or cable under uniform gravity, where a is the catenary parameter (horizontal tension divided by weight per unit length), x is the horizontal distance from the lowest point, and cosh is the hyperbolic cosine function. Arc length is s = a * sinh(x/a).

Last reviewed: December 2025

Worked Examples

Example 1: Power Line Catenary Analysis

A power line spans 20 meters with a catenary parameter a = 10. Find the sag, total cable length, and tension at the support.
Solution:
Sag = a * (cosh(L/(2a)) - 1) = 10 * (cosh(10/10) - 1) = 10 * (cosh(1) - 1) = 10 * (1.5431 - 1) = 5.4308 m Total arc length = 2a * sinh(L/(2a)) = 20 * sinh(1) = 20 * 1.1752 = 23.5040 m Tension at support (normalized) = a * cosh(L/(2a)) = 10 * cosh(1) = 10 * 1.5431 = 15.4308
Result: Sag: 5.4308 m | Arc Length: 23.5040 m | Support Tension: 15.4308 (normalized)

Example 2: Slope and Curvature at a Point

For a catenary with a = 10, find the slope, angle, and radius of curvature at x = 5.
Solution:
Slope = sinh(x/a) = sinh(5/10) = sinh(0.5) = 0.5211 Angle = arctan(0.5211) = 27.5478 degrees Radius of curvature = a * cosh^2(x/a) = 10 * cosh^2(0.5) = 10 * (1.1276)^2 = 10 * 1.2715 = 12.7153
Result: Slope: 0.5211 | Angle: 27.5478 deg | Radius: 12.7153
Expert Insights

Background & Theory

The Catenary Curve Calculator applies the following established principles and formulas. Mathematics rests on a hierarchy of number systems, each extending the previous. The natural numbers (1, 2, 3, ...) support counting and ordering. The integers add negative values and zero, enabling subtraction without restriction. The rational numbers, expressible as p/q where p and q are integers and q is nonzero, close the system under division. The real numbers fill the gaps left by irrationals such as the square root of 2 or pi, forming a complete ordered field. The complex numbers, written as a + bi where i is the square root of negative one, complete the algebraic closure of the reals and allow every polynomial to have a root. Prime factorization states that every integer greater than one is uniquely expressible as a product of primes, a result known as the Fundamental Theorem of Arithmetic. Computing the greatest common divisor (GCD) of two integers relies most efficiently on the Euclidean algorithm: repeatedly replace the larger number with the remainder when it is divided by the smaller, until the remainder is zero. The last nonzero remainder is the GCD. The least common multiple (LCM) follows from the identity LCM(a, b) = |a * b| / GCD(a, b). Modular arithmetic defines equivalence classes of integers that share the same remainder under division by a modulus n. Fermat's Little Theorem and Euler's Theorem arise from this structure and underpin modern cryptography. Logarithms are the inverses of exponential functions. If b raised to the power x equals y, then the logarithm base b of y equals x. The natural logarithm uses base e, approximately 2.71828. Combinatorics counts arrangements and selections. The number of ordered arrangements (permutations) of r objects from n distinct objects is nPr = n! / (n - r)!. The number of unordered selections (combinations) is nCr = n! / (r! * (n - r)!). Pascal's triangle arranges these binomial coefficients so that each entry equals the sum of the two entries directly above it. The Fibonacci sequence, defined by F(1) = 1, F(2) = 1, and F(n) = F(n-1) + F(n-2), appears throughout nature and connects deeply to the golden ratio via Binet's formula.

History

The history behind the Catenary Curve Calculator traces back through the following developments. Mathematics as a systematic discipline traces to ancient Mesopotamia. Babylonian clay tablets dating to around 1800 BCE demonstrate knowledge of quadratic equations, Pythagorean triples, and base-60 arithmetic, suggesting a practical mathematical tradition far preceding Greek formalism. Euclid of Alexandria compiled the Elements around 300 BCE, establishing the axiomatic method that would define rigorous mathematics for over two thousand years. His work organized plane geometry, number theory, and proportion into logically chained propositions derived from a small set of postulates. The algorithm bearing his name for computing GCDs appears in Book VII and remains in use today. In the 9th century, the Persian scholar Muhammad ibn Musa Al-Khwarizmi wrote Al-Kitab al-mukhtasar fi hisab al-jabr wal-muqabala, the treatise whose title gave algebra its name. He systematized the solution of linear and quadratic equations and described procedures that operated on unknowns as objects, a conceptual leap away from purely numerical calculation. Rene Descartes introduced coordinate geometry in 1637 by uniting algebra and Euclidean geometry, allowing curves to be studied through equations. This synthesis set the stage for calculus. Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus during the 1660s and 1670s, triggering a priority dispute that lasted decades and divided British and Continental mathematicians. Carl Friedrich Gauss proved the Fundamental Theorem of Algebra in 1799, showing that every nonconstant polynomial has at least one complex root. His Disquisitiones Arithmeticae of 1801 established modern number theory. David Hilbert's formalist program at the turn of the 20th century sought to place all of mathematics on an explicit axiomatic foundation, a project that Kurt Godel's incompleteness theorems of 1931 showed to be fundamentally limited. Alan Turing's work in the 1930s on computability introduced the theoretical model of the stored-program computer and linked mathematical logic directly to the limits of algorithmic calculation. His proof that no algorithm can decide in general whether an arbitrary program will halt or run forever placed fundamental boundaries on what mathematics can mechanically determine, and it opened the discipline now known as theoretical computer science.

Share this calculator

Explore More

Frequently Asked Questions

A catenary curve is the shape that a flexible, inextensible chain or cable assumes when supported at its endpoints and acted upon solely by gravity. The word catenary comes from the Latin word catena meaning chain. The mathematical equation of a catenary is y = a * cosh(x/a), where a is the catenary parameter equal to the horizontal tension divided by the weight per unit length, and cosh is the hyperbolic cosine function. Despite looking similar to a parabola, a catenary is fundamentally different. Galileo initially mistook it for a parabola, but Leibniz, Huygens, and Johann Bernoulli independently proved its true form in 1691 using the newly developed calculus.
The catenary parameter, typically denoted as a, is the ratio of horizontal tension (T_h) to the weight per unit length (w) of the cable: a = T_h / w. It has units of length and determines the shape and tightness of the catenary. A large value of a produces a flatter, more taut curve with higher tension, while a small value of a produces a more deeply sagging curve with lower tension. At the lowest point of the catenary (x = 0), the parameter a equals both the y-coordinate (height above the directrix) and the radius of curvature. The catenary parameter is the single most important value characterizing a catenary because the entire shape is determined once a and the support positions are known.
Although a catenary and a parabola look similar for shallow curves, they are mathematically distinct. A parabola is described by y = x^2/(2a) while a catenary is described by y = a * cosh(x/a). The key physical difference is that a catenary describes a hanging chain with uniform weight per unit arc length (uniform density cable), while a parabola describes a cable with uniform weight per unit horizontal length (like a suspension bridge deck distributing load evenly along the horizontal span). For small sag-to-span ratios (less than about 1:8), a catenary closely approximates a parabola. As the sag increases, the differences become more pronounced, with the catenary sagging less in the middle but having steeper sides than the equivalent parabola.
The sag of a catenary cable is the vertical distance between the lowest point and the support points. For a catenary y = a * cosh(x/a) with supports at x = plus or minus L/2 (span = L), the sag equals a * cosh(L/(2a)) - a = a * (cosh(L/(2a)) - 1). For a given span, the sag depends entirely on the catenary parameter a. Increasing tension (larger a) reduces sag, while decreasing tension (smaller a) increases sag. A useful approximation for small sag is: sag is approximately L^2 / (8a), which becomes exact for a parabola. In power line design, typical sag-to-span ratios range from 2 to 5 percent, and precise sag calculation is critical for maintaining safe clearances.
The arc length of a catenary from the lowest point to a horizontal distance x is given by s = a * sinh(x/a), where sinh is the hyperbolic sine function. The total arc length between supports at x = plus or minus L/2 is 2a * sinh(L/(2a)). This elegant formula reflects a beautiful property of the catenary: the arc length has a simple closed-form expression involving only the catenary parameter and the horizontal distance. The total cable length is always greater than the span, and the excess length beyond the span directly relates to the sag. For power line engineers, calculating the exact cable length is essential for material procurement and installation planning, as too much or too little cable causes either excessive sag or excessive tension.
The catenary shape is fundamental in architecture and engineering because of its unique structural properties. An inverted catenary forms the ideal arch shape where all forces are compressive with no bending moments, making it the most efficient form for masonry arches. Antonio Gaudi famously used hanging chain models inverted to design the arches and vaults of the Sagrada Familia and Casa Mila. The Gateway Arch in St. Louis is a weighted catenary (modified to account for varying cross-section). In cable engineering, catenary calculations determine the sag, tension, and clearance of power transmission lines, suspension bridges, and cable-stayed structures. The catenary also appears in the design of cooling tower shells and tent structures.
Educational Note: This calculator is provided for educational and informational purposes. Results are based on the formulas and inputs provided. Always verify important calculations independently. NovaCalculator processes calculator inputs client-side; optional analytics follow visitor consent settings.Reviewed by: NovaCalculator Mathematics Team โ€” Verified against standard mathematical and scientific references. Last reviewed: December 2025. ยฉ 2024โ€“2026 NovaCalculator.

Share this calculator

Formula

y = a * cosh(x / a)

The catenary equation describes the curve of a hanging chain or cable under uniform gravity, where a is the catenary parameter (horizontal tension divided by weight per unit length), x is the horizontal distance from the lowest point, and cosh is the hyperbolic cosine function. Arc length is s = a * sinh(x/a).

Worked Examples

Example 1: Power Line Catenary Analysis

Problem: A power line spans 20 meters with a catenary parameter a = 10. Find the sag, total cable length, and tension at the support.

Solution: Sag = a * (cosh(L/(2a)) - 1) = 10 * (cosh(10/10) - 1)\n= 10 * (cosh(1) - 1) = 10 * (1.5431 - 1) = 5.4308 m\n\nTotal arc length = 2a * sinh(L/(2a)) = 20 * sinh(1)\n= 20 * 1.1752 = 23.5040 m\n\nTension at support (normalized) = a * cosh(L/(2a))\n= 10 * cosh(1) = 10 * 1.5431 = 15.4308

Result: Sag: 5.4308 m | Arc Length: 23.5040 m | Support Tension: 15.4308 (normalized)

Example 2: Slope and Curvature at a Point

Problem: For a catenary with a = 10, find the slope, angle, and radius of curvature at x = 5.

Solution: Slope = sinh(x/a) = sinh(5/10) = sinh(0.5) = 0.5211\nAngle = arctan(0.5211) = 27.5478 degrees\nRadius of curvature = a * cosh^2(x/a) = 10 * cosh^2(0.5)\n= 10 * (1.1276)^2 = 10 * 1.2715 = 12.7153

Result: Slope: 0.5211 | Angle: 27.5478 deg | Radius: 12.7153

Frequently Asked Questions

What is a catenary curve and how is it formed?

A catenary curve is the shape that a flexible, inextensible chain or cable assumes when supported at its endpoints and acted upon solely by gravity. The word catenary comes from the Latin word catena meaning chain. The mathematical equation of a catenary is y = a * cosh(x/a), where a is the catenary parameter equal to the horizontal tension divided by the weight per unit length, and cosh is the hyperbolic cosine function. Despite looking similar to a parabola, a catenary is fundamentally different. Galileo initially mistook it for a parabola, but Leibniz, Huygens, and Johann Bernoulli independently proved its true form in 1691 using the newly developed calculus.

What is the catenary parameter and what does it represent?

The catenary parameter, typically denoted as a, is the ratio of horizontal tension (T_h) to the weight per unit length (w) of the cable: a = T_h / w. It has units of length and determines the shape and tightness of the catenary. A large value of a produces a flatter, more taut curve with higher tension, while a small value of a produces a more deeply sagging curve with lower tension. At the lowest point of the catenary (x = 0), the parameter a equals both the y-coordinate (height above the directrix) and the radius of curvature. The catenary parameter is the single most important value characterizing a catenary because the entire shape is determined once a and the support positions are known.

How does a catenary differ from a parabola?

Although a catenary and a parabola look similar for shallow curves, they are mathematically distinct. A parabola is described by y = x^2/(2a) while a catenary is described by y = a * cosh(x/a). The key physical difference is that a catenary describes a hanging chain with uniform weight per unit arc length (uniform density cable), while a parabola describes a cable with uniform weight per unit horizontal length (like a suspension bridge deck distributing load evenly along the horizontal span). For small sag-to-span ratios (less than about 1:8), a catenary closely approximates a parabola. As the sag increases, the differences become more pronounced, with the catenary sagging less in the middle but having steeper sides than the equivalent parabola.

How do you calculate the sag of a catenary cable?

The sag of a catenary cable is the vertical distance between the lowest point and the support points. For a catenary y = a * cosh(x/a) with supports at x = plus or minus L/2 (span = L), the sag equals a * cosh(L/(2a)) - a = a * (cosh(L/(2a)) - 1). For a given span, the sag depends entirely on the catenary parameter a. Increasing tension (larger a) reduces sag, while decreasing tension (smaller a) increases sag. A useful approximation for small sag is: sag is approximately L^2 / (8a), which becomes exact for a parabola. In power line design, typical sag-to-span ratios range from 2 to 5 percent, and precise sag calculation is critical for maintaining safe clearances.

What is the arc length formula for a catenary?

The arc length of a catenary from the lowest point to a horizontal distance x is given by s = a * sinh(x/a), where sinh is the hyperbolic sine function. The total arc length between supports at x = plus or minus L/2 is 2a * sinh(L/(2a)). This elegant formula reflects a beautiful property of the catenary: the arc length has a simple closed-form expression involving only the catenary parameter and the horizontal distance. The total cable length is always greater than the span, and the excess length beyond the span directly relates to the sag. For power line engineers, calculating the exact cable length is essential for material procurement and installation planning, as too much or too little cable causes either excessive sag or excessive tension.

How is the catenary used in architecture and engineering?

The catenary shape is fundamental in architecture and engineering because of its unique structural properties. An inverted catenary forms the ideal arch shape where all forces are compressive with no bending moments, making it the most efficient form for masonry arches. Antonio Gaudi famously used hanging chain models inverted to design the arches and vaults of the Sagrada Familia and Casa Mila. The Gateway Arch in St. Louis is a weighted catenary (modified to account for varying cross-section). In cable engineering, catenary calculations determine the sag, tension, and clearance of power transmission lines, suspension bridges, and cable-stayed structures. The catenary also appears in the design of cooling tower shells and tent structures.

References

Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy