As I am no mathematician, I have been struggling to find an equation to accurately predict points spaced along a curve separated by distance d. Given two points, assume a string with a length equal to 125% of the distance between the two points. If the string is "hooked" at its ends to the two points, what is the equation to find a third point p at some distance along the downward arc created by the hanging string?
2026-03-27 07:47:03.1774597623
Finding points along a catenary curve
3.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ARC-LENGTH
- Arc length of polar function and x interceps
- Solving for x value on a function given a distance traveled (or arc distance)
- Arc length of curve of intersection between cylinder and sphere
- Show the equivalence of arc length definitions
- Interpolation method that gives the least arc lenght of the curve.
- Why does the arc length formula θ = S/R include θ and not tan θ like regular trigonometry?
- Compute spiral length from parametric curve.
- Find an arc length parametrization of $\langle2t^2,2t^3\rangle$
- Arclength of Complex Exponential
- Find arc length from irregular 2d points
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Call your known points $(0, y_{1})$ and $(x_{2}, y_{2})$. There exist constants $a$, $b$, and $c$ such that the desired catenary has equation $$ y = c + a\cosh \frac{x - b}{a}. \tag{1} $$ (This is the standard catenary of Wikipedia translated horizontally by $b$ and vertically by $c$.)
The arc length element of the graph is easily checked to be $$ ds = \cosh \frac{x - b}{a}\, dx. \tag{2} $$ The arc length from $(0, y_{1})$ to a general point $(x, y)$ with $0 \leq x \leq x_{2}$ is therefore $$ \ell(x) = \int_{0}^{x} \cosh \frac{t - b}{a}\, dt = a\left[\sinh \frac{x - b}{a} + \sinh \frac{b}{a}\right]. \tag{3} $$
Since the points $(0, y_{1})$ and $(x_{2}, y_{2})$ lie on the curve (1), you have $$ \left. \begin{aligned} y_{1} &= c + a \cosh \frac{b}{a}, \\ y_{2} &= c + a \cosh \frac{x_{2} - b}{a}. \end{aligned} \right\} \tag{4} $$ Since the arc length of the catenary is $125$% of the straight-line distance between the points $(0, y_{1})$ and $(x_{2}, y_{2})$, (3) gives $$ 1.25\sqrt{x_{2}^{2} + (y_{2} - y_{1})^{2}} = a\left[\sinh \frac{x_{2} - b}{a} + \sinh \frac{b}{a}\right]. \tag{5} $$
Equations (4) and (5) allow you to express $a$ and $b$ in terms of $x_{2}$, $y_{1}$, and $y_{2}$ (in principle; haven't tried to solve analytically in practice). Equation (3), which is easily solved for $x$ in terms of the distance to the point $p = (x, y)$ then gives the desired information.