maths.freeDifferential Geometry › Curves › Arc length

Arc length

Arc length is the distance between two points along a curve. It can be formalized mathematically for smooth curves using vector calculus and differential geometry, or for curves that might not necessarily be smooth as a…

Arc length

Arc length is the distance between two points along a curve. It can be formalized mathematically for smooth curves using vector calculus and differential geometry, or for curves that might not necessarily be smooth as a smallest upper bound of lengths of polygonal chains. The curves for which this limit exists are called rectifiable curves, and the process of determining their arc length in this way is called curve rectification.

Definition

A curve in the plane can be approximated by connecting a finite number of points on the curve, in consecutive order, using (straight) line segments to create a polygonal chain. One may calculate the length of each linear segment using the Pythagorean theorem, and sum these lengths to obtain the total length of the chain; that approximation is known as the (cumulative) chordal distance.

If additional points are placed along the curve, the chordal distance will not decrease, but may increase. If chordal distance is bounded above, the least upper bound is called the length of the curve. A curve with the property that every arc between two points of the curve has finite length (even if the whole curve has infinite length) is called a rectifiable curve.

For a parametric curve (thought of as the trajectory of a particle, moving in the plane with position \((x(t),y(t))\) at time \(t\)) the arc length is the smallest quantity that is not exceeded by the length of any polygonal path along the curve. Suppose the curve is \(\{\, (x(t), y(t)) : a \le t \le b\,\}\) for some numbers \(a

\[\sum_{i=0}^{n-1} \text{distance from } (x(t_i), y(t_i)) \text{ to } (x_{t_{i+1}}, y_{t_{i+1}}).\]

The length of the curve is at least as much as the length of any polygonal path, but it is the smallest distance that is not exceeded by the length of any such polygonal path.

Computation by an integral

For a smooth, i.e. differentiable, curve, the arc length obtained by integrating speed (the magnitude of the velocity vector) over the curve with respect to time. Thus the length of a continuously differentiable curve in the Euclidean plane, parameterized as \((x(t),y(t))\), for \(a\le t\le b\), is given as the integral \[L = \int_a^b \sqrt{x'(t)^2+y'(t)^2}\,dt.\] Here the integrand (the square root inside the integral) is the particle's speed. This defining integral of arc length does not always have a closed-form expression, and numerical integration may be used instead to obtain numerical values of arc length.

More generally, for curves that are not necessarily in the plane, let \(f\colon[a,b]\to\R^n\) be continuously differentiable (i.e., the derivative is a continuous function) function. The length of the curve is given by the formula \[L(f) = \int_a^b |f'(t)|\,dt\] where \(|f'(t)|\) is the Euclidean norm of the tangent vector \(f'(t)\) to the curve.

A curve can be parameterized in infinitely many ways. The arc length of the curve is the same regardless of the parameterization used to define the curve.

Sign

A signed arc length can be defined to convey a sense of orientation or "direction" with respect to a reference point taken as origin in the curve (see also: curve orientation and signed distance).

Finding arc lengths by integration

If a planar curve in \(\R^2\) is defined by the equation \(y = f(x),\) where \(f\) is continuously differentiable, then it is simply a special case of a parametric equation where \(x = t\) and \(y = f(t).\) The Euclidean distance of each infinitesimal segment of the arc can be given by:

\[\begin{aligned} & \sqrt{(dx)^2 + (dy)^2} = \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt \\[6pt] \text{or } & \sqrt{ (dx)^2+(dy)^2 } = \sqrt{1 + \left(\frac{dy}{dx}\right)^2 \,} \, dx. \end{aligned}\]

The arc length is then given by:

\[s=\int_a^b \sqrt{1 + \left(\frac{dy}{dx}\right)^2 \,} \, dx.\]

Curves with closed-form solutions for arc length include the catenary, circle, cycloid, logarithmic spiral, parabola, semicubical parabola and straight line. The lack of a closed form solution for the arc length of an elliptic and hyperbolic arc led to the development of the elliptic integrals.

Numerical integration

In most cases, including even simple curves, there are no closed-form solutions for arc length and numerical integration is necessary. Because of the differentiation in the arc-length formula, the integrand's Taylor series loses one order of precision, relative to the arc itself, with a corresponding loss of precision. But for infinitely smooth functions, numerical integration of the arc length integral is usually very efficient. For example, consider the problem of finding the length of a quarter of the unit circle by numerically integrating the arc length integral. The upper half of the unit circle can be parameterized as \(y = \sqrt{1 - x^2}.\) The interval \(x \in \left[-\tfrac{\sqrt{2}}{2}, \tfrac{\sqrt{2}}{2}\right]\) corresponds to a quarter of the circle. Since \(\frac{dy}{dx} = \frac{-x}\sqrt{1 - x^2}\) and \(1 + \left(\frac{dy}{dx}\right)^2 = \frac{1}{1 - x^2},\) the length of a quarter of the unit circle is

\[\int_{-\frac{\sqrt{2}}{2}}^\frac{\sqrt{2}}{2} \frac{dx}{\sqrt{1 - x^2}}\, .\]

Since the integrand is infinitely smooth over the domain of interest with a convergent Taylor series, the 15-point Gauss-Kronrod rule estimate for this integral of 1.570796326808177 differs from the true length of

\[\arcsin x\bigg|^{\frac{\sqrt{2}}{2}}_{-\frac{\sqrt{2}}{2}} = \frac{\pi}{2}\]

by 1.3×10 and the 16-point Gaussian quadrature rule estimate of 1.570796326794727 differs from the true length by only 1.7×10. This means it is possible to evaluate this integral to almost machine precision with only 16 integrand evaluations.

Curve on a surface

Let \(\mathbf{x}(u,v)\) be a surface mapping and let \(\mathbf{C}(t) = (u(t), v(t))\) be a curve on this surface. The integrand of the arc length integral is \(\left|\left(\mathbf{x}\circ\mathbf{C}\right)'(t)\right|.\) Evaluating the derivative requires the chain rule for vector fields:

\[D(\mathbf{x} \circ \mathbf{C}) = (\mathbf{x}_u \ \mathbf{x}_v)\binom{u'}{v'} = \mathbf{x}_u u' + \mathbf{x}_v v'.\]

The squared norm of this vector is

\[\left(\mathbf{x}_u u' + \mathbf{x}_v v'\right) \cdot (\mathbf{x}_u u' + \mathbf{x}_v v') = g_{11}\left(u'\right)^2 + 2g_{12}u'v' + g_{22}\left(v'\right)^2\]

(where \(g_{ij}\) is the first fundamental form coefficient), so the integrand of the arc length integral can be written as \(\sqrt{g_{ab} \left(u^a\right)' \left(u^b\right)' \,}\) (where \(u^1 = u\) and \(u^2 = v\)).

Other coordinate systems

Let \(\mathbf{C}(t) = (r(t), \theta(t))\) be a curve expressed in polar coordinates. The mapping that transforms from polar coordinates to rectangular coordinates is

\[\mathbf{x}(r, \theta) = (r\cos\theta, r\sin\theta).\]

The integrand of the arc length integral is \(\left|\left(\mathbf{x}\circ\mathbf{C}\right)'(t)\right|.\) The chain rule for vector fields shows that \(D(\mathbf{x} \circ \mathbf{C}) = \mathbf{x}_r r' + \mathbf{x}_{\theta} \theta'.\) So the squared integrand of the arc length integral is

\[\left(\mathbf{x_r}\cdot\mathbf{x_r}\right)\left(r'\right)^2 + 2\left(\mathbf{x}_r\cdot\mathbf{x}_{\theta}\right)r'\theta' + \left(\mathbf{x}_{\theta}\cdot\mathbf{x}_{\theta}\right)\left(\theta'\right)^2 = \left(r'\right)^2 + r^2\left(\theta'\right)^2.\]

So for a curve expressed in polar coordinates, the arc length is: \[\int_{t_1}^{t_2} \sqrt{\left(\frac{dr}{dt}\right)^2 + r^2\left(\frac{d\theta}{dt}\right)^2 \,} dt = \int_{\theta(t_1)}^{\theta(t_2)} \sqrt{\left(\frac{dr}{d\theta}\right)^2 + r^2 \,} d\theta.\]

The second expression is for a polar graph \(r = r(\theta)\) parameterized by \(t=\theta\).

Now let \(\mathbf{C}(t) = (r(t), \theta(t), \varphi(t))\) be a curve expressed in spherical coordinates where \(\theta\) is the polar angle measured from the positive \(x\)-axis and \(\varphi\) is the azimuthal angle. The mapping that transforms from spherical coordinates to rectangular coordinates is \[\mathbf{x}(r, \theta, \varphi) = (r \sin\theta \cos\varphi, r\sin\theta \sin\varphi, r\cos\theta).\]

Condensed: the full section is in Wikipedia.

Arcs of circles

Arc length is the length of an arc along the circumference of a circle and is denoted by s, since the Latin word for length (or size) is spatium.

"Arc measure" is the angular measure of an arc and is equivalent to \(\theta\) which is the arc's central angle.

In the following formulas,\(r\) represents the radius of a circle, \(d\) is its diameter, \(C\) is its circumference, \(s\) is the length of an arc on the circle, and \(\theta\) is the central angle of the arc. The measures of \(r, d, C,\) and \(s\) are expressed in the same units.

\[C = 2\pi r = \pi d\] If the arc is a semicircle then: \[s = \frac{1}{2} C = \frac{1}{2} (2\pi r) = \pi r\] For an arbitrary circular arc:

  • If \(\theta\) is in radians then: \(s = (\frac{\theta}{2\pi}) C = (\frac{\theta}{2\pi})(2\pi r) = r\theta\)
  • If \(\theta\) is in degrees then: \(s = \frac{\theta}{360 ^\circ} C = \frac{\theta}{360^\circ} (2\pi r) = \frac{\pi r \theta}{180^\circ}\)
  • If \(\theta\) is in grads then: \(s = \frac{\theta}{400\text{ grad}} C = \frac{\theta}{400\text{ grad}} (2\pi r) = \frac{\pi r \theta}{200\text{ grad}}\)
  • If \(\theta\) is in turns (one turn is a complete rotation, or 360°, or 400 grads, or \(2\pi\) radians) then: \(s = \frac{\theta}{1\text{ turn}} C\).

Other simple cases

  • Archimedean spiral § Arc length
  • Cycloid § Arc length
  • Ellipse § Arc length
  • Helix § Arc length
  • Parabola § Arc length
  • Sine and cosine § Arc length
  • Triangle wave § Arc length

Antiquity

For much of the history of mathematics, even the greatest thinkers considered it impossible to compute the length of an irregular arc. Although Archimedes had pioneered a way of finding the area beneath a curve with his "method of exhaustion", few believed it was even possible for curves to have definite lengths, as do straight lines. The first ground was broken in this field, as it often has been in calculus, by approximation. People began to inscribe polygons within the curves and compute the length of the sides for a somewhat accurate measurement of the length. By using more segments, and by decreasing the length of each segment, they were able to obtain a more and more accurate approximation. In particular, by inscribing a polygon of many sides in a circle, they were able to find approximate values of π.

17th century

In the 17th century, the method of exhaustion led to the rectification by geometrical methods of several transcendental curves: the logarithmic spiral by Evangelista Torricelli in 1645 (some sources say John Wallis in the 1650s), the cycloid by Christopher Wren in 1658, and the catenary by Gottfried Leibniz in 1691.

In 1659, Wallis credited William Neile's discovery of the first rectification of a nontrivial algebraic curve, the semicubical parabola. The accompanying figures appear on page 145. On page 91, William Neile is mentioned as Gulielmus Nelius.

Integral form

Before the full formal development of calculus, the basis for the modern integral form for arc length was independently discovered by Hendrik van Heuraet and Pierre de Fermat.

In 1659 van Heuraet published a construction showing that the problem of determining arc length could be transformed into the problem of determining the area under a curve (i.e., an integral). As an example of his method, he determined the arc length of a semicubical parabola, which required finding the area under a parabola. In 1660, Fermat published a more general theory containing the same result in his De linearum curvarum cum lineis rectis comparatione dissertatio geometrica (Geometric dissertation on curved lines in comparison with straight lines).

Building on his previous work with tangents, Fermat used the curve

\(y = x^\frac{3}{2} \,\)

whose tangent at x = a had a slope of

\({3 \over 2} a^\frac{1}{2}\)

so the tangent line would have the equation

\(y = {3 \over 2} a^\frac{1}{2}(x - a) + f(a).\)

Next, he increased a by a small amount to a + ε, making segment AC a relatively good approximation for the length of the curve from A to D. To find the length of the segment AC, he used the Pythagorean theorem:

\(\begin{aligned} AC^2 &= AB^2 + BC^2 \\ &= \varepsilon^2 + {9 \over 4} a \varepsilon^2 \\ &= \varepsilon^2 \left(1 + {9 \over 4} a\right) \end{aligned}\)

which, when solved, yields

\(AC = \varepsilon \sqrt{1 + {9 \over 4} a \,}.\)

Condensed: the full section is in Wikipedia.

Curves with infinite length

As mentioned above, some curves are non-rectifiable. That is, there is no upper bound on the lengths of polygonal approximations; the length can be made arbitrarily large. Informally, such curves are said to have infinite length. There are continuous curves on which every arc (other than a single-point arc) has infinite length. An example of such a curve is the Koch curve. Another example of a curve with infinite length is the graph of the function defined by f(x) = x sin(1/x) for any open set with 0 as one of its delimiters and f(0) = 0. Sometimes the Hausdorff dimension and Hausdorff measure are used to quantify the size of such curves.

Zdaj pa ti. Noben kalkulator ne poravna tega, vendar kosov tega je kompakten. Poskusite enega spodaj, ali vpišite svoje.

Obdrži svoje delo.

Brezplačen račun dodaja opombe o vsaki lekciji, zapis o tem, kar ste končali, vaše rešene težave na enem mestu, in tutor lahko vprašate o tej strani. Sama matematika je odprta za vse, prijavljena ali ne.

Registriraj se Prijava

Simboli, ki se uporabljajo tukaj

Tapnite vsak simbol za popolno opredelitev, sliko in kaj pomeni vsaka črka v njej.

Vprašanja, ki jih ljudje sprašujejo

What is curvature?

For a curve, how fast its direction turns per unit length; for a surface, Gauss's combination of the two principal bendings, and Gauss's theorem says it can be measured from inside the surface without leaving it.

Deli te strani so prilagojeni od Wikipedia (CC BY-SA 4.0). Tu je zbrano in razjasnjeno. Napake so naše.

Več v Differential Geometry