emblem
Catenary & parabola
Compares a catenary with a parabola, with same length
2024.May.18 23:27:16
X, Y m ([L]) Given abscissa & ordinate. •
a, tol Init. guess for a and tolerance (numerical). •
Same… …points or length ? Comparison criterion. •
Show values Shows the coordinates of the graph. •

Computes the catenary passing by the two (symmetrical) points (−X, Y) and (+X, Y) and the origin. The length of this catenary is obtained. A parabola with the same length passing by the two points and the origin is then computed, in order to observe the different (although approximate) shapes of the catenary and parabola.

The formula for a catenary passing by the two points and the origin is yC = Y + a [cosh(xa) − cosh(Xa)]. For a parabola passing by the two points and the origin, the formula is yP = Y (xX)². To solve yC = 0 (the origin) in order to determine a, there is no analytical solution, so a Newton-Raphson (NR)† (numerical) method is used, hence the need for a "convenient" initial guess for a (as many others, this numerical method can fail).

The lengths of the catenary between −X and +X, LC, and of the parabola, LP, are:

        LC = 2 a sinh(Xa)     LP = √(X² + 4 Y²) + X²⁄(2 Y) asinh(2 YX).

Thus, finally, from LP = LC, and solving (easier) for LC to get a (again by NR), a new catenary passing by the two points is computed, to show the difference between the two curves, with the parabola being sharper‡ than the catenary.

A plot is shown for the catenary and the parabola.

Other suggested data: Y = 3, 5, 5.5 (no convergence from proposed a).

References: Plate: CatenaryParabola

• Weisstein, Eric W., "Catenary". From MathWorld--A Wolfram Web Resource.

• Wikipedia: Catenary. †Newton's method (Newton-Raphson).   ‡ sharp: (Pt) pontiagudo.

Catenary calculator (obscure data entry) (Casio Computer Co., Ltd.).

Unicode characters (Symbol, Math) • HTML Color Names

• 1805-02-13: Dirichlet, Johann Peter Gustav Lejeune (1859-05-05).

 
 
Valid HTML 4.01! IST http://web.tecnico.ulisboa.pt/~mcasquilho/compute/com/Fx-catenaryParabola.php
Created: 2016-02-13 — Last modified: 2016-02-14