Questions tagged [arc-length]

For questions about/on finding the arc length of a curve/parametrized curve

Given $t\in I$, the arc length of a regular parametrized curve $\alpha : I \rightarrow {\mathbb R}^3$, from the point $t_0$, is by definition $$ s(t)=\int_{t_0}^t |\alpha'(t)| dt, $$ where $$|\alpha'(t)| =\sqrt{ (x'(t))^2+ (y'(t))^2+(z'(t))^2} $$The generalization to $\mathbb{R}^n$ is immediate. In particular, if $n=2$ and $\alpha$ lies on some function $y=f(x)$ with $\alpha(t_0)=(a,f(a))$ and $\alpha(t)=(b,f(b))$, the arc length along $f$ from $a$ to $b$ is $$ \int _a^b \sqrt{1+(f'(x))^2} dx $$ Length of curve is independent of parametrization, so for a calculation related with a curve, for instance, curvature, torsion and so on, we want to find a suitable parametrization. If $|\alpha'(t)|=1,$ then $\alpha$ is a curve parametrized by arc length $t$.

774 questions
64
votes
8 answers

Graphs for which a calculus student can reasonably compute the arclength

Given a differentiable real-valued function $f$, the arclength of its graph on $[a,b]$ is given by $$\int_a^b\sqrt{1+\left(f'(x)\right)^2}\,\mathrm{d}x$$ For many choices of $f$ this can be a tricky integral to evaluate, especially for calculus…
Mike Pierce
  • 19,406
43
votes
10 answers

What is the length of a sine wave from $0$ to $2\pi$?

What is the length of a sine wave from $0$ to $2\pi$? Physically I would plot $$y=\sin(x),\quad 0\le x\le {2\pi}$$ and measure line length. I think part of the answer is to integrate this: $$ \int_0^{2\pi} \sqrt{ 1 + (\sin(x))^2} \, {\rm d}x $$ Any…
40
votes
3 answers

Can you define arc length using a piece of string?

In calculus, how we calculate the arc length of a curve is by approximating the curve with a series of line segments, and then we take the limit as the number of line segments goes to infinity. This is a perfectly valid approach to calculating arc…
23
votes
2 answers

Another interesting property of $y=2^{n-1}\prod_{k=0}^n \left(x-\cos{\frac{k\pi}{n}}\right)$: product of arc lengths converges, but to what?

Here is the curve $y=2^{n-1}\prod\limits_{k=0}^n \left(x-\cos{\frac{k\pi}{n}}\right)$, shown with example $n=8$, together with the unit circle centred at the origin. Call the arc lengths between neighboring roots $l_1, l_2, l_3, ..., l_n$. What is…
Dan
  • 35,053
20
votes
1 answer

A remarkable fact about the unit circle; looking for a shape with an even more remarkable fact.

You may have heard of the following remarkable fact about the unit circle: If $n$ equally spaced points are drawn on a unit circle, and line segments are drawn from one of the points to each of the other points, then the product of the lengths of…
Dan
  • 35,053
20
votes
6 answers

Is the arc length always irrational between two rational points?

Recently I was wondering: Why does pi have an irrational value as it is simply the ratio of diameter to circumference of a circle? As the value of diameter is rational then the irrationality must come from the circumference. Then I used calculus to…
17
votes
9 answers

Calculate the radius of a circle given the chord length and height of a segment

I have a (circular) segment of known height and known chord length. Is is possible to determine the radius of the circle? Any help much appreciated.
14
votes
2 answers

Conjectured connection between $e$ and $\pi$ in a semidisk.

A semidisk with diameter $\dfrac{e}{\pi}n$ is divided into $n$ regions of equal area by line segments from a diameter endpoint. Here is an example with $n=6$. Consider the $n$ arcs between neighboring line segment endpoints. Let $P(n)=\text{product…
Dan
  • 35,053
14
votes
1 answer

Arc Length Integral of $x^x$ from 0 to 1 in closed form.

I was recently trying to compute the arc length of $x^x$ from $0$ to $1$ as follows: $$L=\int_0^1 \sqrt{1+\left(\frac{\text{d}}{\text{d}x}x^x\right)^2} \text{d}x=$$ $$\int_0^1\sqrt{1+x^{2x}(\ln x+1)^2} \text{d}x=$$ Using the infinite series…
13
votes
2 answers

An amazing property of the Catenary

I discovered that if we want an arc of catenary in the interval $[a,b]$ we solve $$\int_a^b \sqrt{\cosh '(x)^2+1} \, dx=\int_a^b \cosh x \, dx$$ which means that the "result" of the length is equal to the result of the area in the same interval,…
13
votes
4 answers

Is this "derivation" of the path length formula actually correct?

Saw this in a physics lecture. This all assumes we have some function, $y=f(x)$. First he defined $$ds = \sqrt{dx^2+dy^2},$$ where the professor drew a picture and seemed to be using dx and dy to mean a very small change in x (or y). I'm not sure…
12
votes
1 answer

Can anyone tell me why the arclength integral is a lower semicontinuous function on the set of continuously differentiable real-valued functions?

I posted the question stating that it was upper semicontinuous, but that was definitely wrong. I am trying to prove lower semicontinuity.
user11314
  • 191
11
votes
5 answers

Is it possible to find the coordinates of a point on the circumference of a circle, without using trigonometric functions?

I don't have a particularly good reason to want to do this, and I'm just asking out of curiosity. I am looking for the coordinates of point $\pmb B$, a point on the circumference of a circle. If I know the following: The equation of the circle (the…
10
votes
4 answers

Approximating the length of a circular arc using geometrical construction. How does it work?

I was going through my Engineering Drawing textbook and came upon this topic. Using only a compass and a straightedge, one can supposedly approximate the length of a given circular arc by following the steps below. Let AB be the given circular…
9
votes
1 answer

Curvature and torsion of a spherical curve

I'm trying to show that if $\alpha$ is a regular curve parametrized by arc lenght whose range lies on the unit sphere centered at the origin, then $\kappa (s) = \sqrt{1+j^2}$ and $\tau (s) = \dfrac{j'(s)}{1+j^2(s)}$ where $j(s)=\det[\alpha (s),…
1
2 3
51 52