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$.

743 questions
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…
2
votes
1 answer

Why are these two ways of measuring the length of the groove in a phonograph record different?

I once heard about the following problem on a math exam for students in about grade 8 or 9. A $33 \frac{1}{3}$ rpm record is 12 inches in diameter and a label diameter of 4 inches. If the groove starts at the edge of the record and ends exactly at…
Mark
  • 766
  • 4
  • 17
2
votes
2 answers

How do I prove the circumference of an ellipse

I'm trying to find the circumference of an ellipse with a horizontal radius of $h$ and a vertical radius of $k$. The equation for such an ellipse centered at the origin would by $(x/h)^2 + (y/k)^2 = 1$. I've tried the arc-length formula in both…
2
votes
1 answer

Regarding the arc length element on the Riemann sphere

In his book "Normal Families", Schiff mentions that the spherical arc length element ds on the Riemann sphere $\Sigma = \{(x_1, x_2, x_3)\in\mathbb{R}^3 \colon\ x_1^2+x_2^2+(x_3-\frac{1}{2})^2 = \frac{1}{4}\}$ works out to be…
Tommy1234
  • 460
2
votes
1 answer

How do I figure length of a tube forming an arc, knowing only the width of the base & the height of arc?

I have a planter & am bending a PVC pipe in an arc to put a frost cover on. The base of the planter where the 2 ends of the pipe connect to the ground on either side is 3 feet wide, and I want the arc (a sharper angle than a half circle) to reach a…
BlueJade
  • 21
  • 2
  • 4
2
votes
1 answer

How is the Mean Value Theorem relevant to the formula for Arc length?

I am following the arc length tutorial found here. To derive the arc length formula, the author uses the Mean Value Theorem to express $\Delta y$ in terms of $x$. "By the Mean Value Theorem we know that on the interval $[x_{i-1}, x_1]$ there is a…
Greg M
  • 271
2
votes
2 answers

Negative Arc Length Problem (Cardioid Example)

I had a question to calculate the arc length of the cardiod $r=1+cos(\theta)$. My calculation went as follows: $\displaystyle\int_0^{2\pi} \sqrt{((1+\cos(\theta))^2+\sin^2(\theta)}\mathrm d\theta = \int_0^{2\pi}…
user258521
  • 1,001
2
votes
2 answers

Finding points along a catenary curve

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…
Nathan
  • 21
2
votes
0 answers

Arc length of stadium billiard

I've been trying to figure out the most straightforward way of doing this for a while, and would like to get some advice on new approaches, as the one I was using didn't work out at all. So here it is: The stadium billiard is defined as two…
ccln
  • 63
1
vote
1 answer

Is there a quick way of determinging the length of a piece of felt that is needed to cover a space having equal size hills and valleys?

In the making of a pen case for expensive fountain pens, I affix equally-spaced wooden half-rounds to the bottom inside surface of, say, a cigar box and cover the surface with felt. The half-rounds and felt prevent the pens from rubbing up against…
1
vote
2 answers

How to calculate the arc length of a difficult radical function

I have been struggling with an arc length question, and I want to make sure I get this right. I have the function of: \begin{align} f(x) = \sqrt{7.2 (x-\frac {1}{7}}) - 2.023, [0.213, 0.127]. \end{align} I have found the derivative of the function…
1
vote
0 answers

Bounding length of a curve by a triangular hull

Let $\gamma: [0, 1] \to \mathbb{R}^2$ be a curve (continuous, at least piecewise differentiable?) with end points $\gamma(0) = (0, 0)$, $\gamma(1) = (1, 1)$. I'm interested under which conditions I can bound the length of $\gamma$ by the side…
Andre
  • 300
1
vote
1 answer

Calculating the arc length of a radical function

I am very new to calculus and StackExchange so I'm sorry if I make any mistakes. I want to work out the arc length of: $y = \sqrt{5x} - 2.023, [0.075, 0.58]$. I have used the definition of a definite integral and got $\int_{0.075}^{0.58}…
user798397
1
vote
1 answer

Finding derivative of arc length of curve

I’m trying to find the arc length of a curve and I only wanted to know if step 1 is correct so far then if I have trouble I’ll ask for help with my solution method Find the derivate $$r ( t ) = \langle \sin ( t^2) , \cos ( t^2 ) , t^3 \rangle…
1
vote
0 answers

How do you calculate the amplitude of a sine wave at any frequency with a fixed arc length

I am looking for a function where a fixed arc length and variable frequency determine amplitude.
1
2 3