What is the relationship between arc length and curves in calculus?

  • Context: MHB 
  • Thread starter Thread starter mathmari
  • Start date Start date
  • Tags Tags
    Arc Curves
Click For Summary
SUMMARY

The discussion focuses on the relationship between arc length and curves in calculus, specifically through the derivation of the arc length formula. The key equations presented include $(\delta s)^2=(\delta x)^2+(\delta y)^2$ and the limit leading to $s'(x)=\sqrt{1+(y'(x))^2}$, where $s(x)$ represents the arc length from point A to x. The participants clarify that $s(x)$ is indeed the arc length, and emphasize the importance of using the positive root due to the nature of length being a scalar quantity. Additionally, they discuss the notation differences between $s$ and $\sigma$, where $\sigma$ can represent arc length in higher dimensions.

PREREQUISITES
  • Understanding of calculus concepts, particularly limits and derivatives.
  • Familiarity with the Pythagorean theorem and its application in calculus.
  • Knowledge of arc length calculations in both $\mathbb{R}^2$ and $\mathbb{R}^3$.
  • Basic understanding of vector notation and functions in multivariable calculus.
NEXT STEPS
  • Study the derivation of the arc length formula in $\mathbb{R}^2$ using $s(x)=\int_A^x \sqrt{1+(f'(s))^2}ds$.
  • Explore the generalization of arc length calculations in $\mathbb{R}^3$ using the integral $I(\sigma)=\int_0^1 ||\sigma '(t)||dt$.
  • Learn about the implications of using different notations for curves and arc lengths, such as $s$ versus $\mathbf{s}$.
  • Investigate the relationship between parametric equations and arc length in calculus.
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus, geometry, and physics, will benefit from this discussion. It is especially relevant for those looking to deepen their understanding of arc length and its applications in various dimensions.

mathmari
Gold Member
MHB
Messages
4,984
Reaction score
7
Hey! :o

In some notes that I am reading there is the following:

View attachment 4793

$$(\delta s)^2=(\delta x)^2+(\delta y)^2 \Rightarrow \left (\frac{\delta s}{\delta x}\right )^2=1+\left (\frac{\delta y}{\delta x}\right )^2$$ When $\delta x \rightarrow 0 $ we get $$(s'(x))^2=1+(y'(x))^2 \Rightarrow s'(x)=\sqrt{1+(f'(x))^2} \Rightarrow s(x)=\int_A^x \sqrt{1+(f'(s))^2}ds$$



I have understood it as follows:

We have the curve $s$ and $\delta s$ is an approximation of the curve, so we get the triangle $\delta x$, $\delta y$, $\delta s$ and we apply the Pythagorean Theorem to get $(\delta s)^2=(\delta x)^2+(\delta y)^2$. This is equal to $\left (\frac{\delta s}{\delta x}\right )^2=1+\left (\frac{\delta y}{\delta x}\right )^2$.

From the limit $$s'(x)=\lim_{h \rightarrow 0}\frac{s(x+h)-s(x)}{h}=\lim_{h \rightarrow 0}\frac{\delta s}{h}$$ (resp. $y'(x)$) for $h=\delta x$ we get $(s'(x))^2=1+(y'(x))^2$.

Then taking the square root of the last equality we get $s'(x)=\pm \sqrt{1+(y'(x))^2}$.

Why do we take only the positive one, $s'(x)=\sqrt{1+(y'(x))^2}$ ?

After that we take integral to get $s(x)$.

Is everything correct?

Is $s(x)$ the curve or the arc length ?


After that there is the following:

$\sigma : [0, 1] \rightarrow \mathbb{R}^2 \text{ or } \mathbb{R}^3$
$$I(\sigma )=\int_0^1 ||\sigma '(t)||dt$$
$$d\sigma (t)=\sigma '(t)dt \\ |ds|=||\sigma '(t)||dt \\\ \sigma (t)=(\sigma_1 (t), \sigma_2 (t), \sigma_3 (t)), t \in [0, 1] \\ ||\sigma '(t)||=\sqrt{(\sigma_1' (t))^2, (\sigma_2' (t))^2,( \sigma_3' (t))^2}$$

So when we have a function in $\mathbb{R}$ we use the formula $s(x)$ and when we have a function in $\mathbb{R}^2$ or $\mathbb{R}^3$ we use the last formula $I(\sigma )$ to calculate the arc length?
 

Attachments

  • arc.png
    arc.png
    2 KB · Views: 118
Physics news on Phys.org
mathmari said:
Why do we take only the positive one, $s'(x)=\sqrt{1+(y'(x))^2}$ ?

After that we take integral to get $s(x)$.

Is everything correct?

Is $s(x)$ the curve or the arc length ?

Hi mathmari! (Mmm)

The symbol $s$ represents the arc length.
A length is always positive, therefore we only look at the positive root.
$s(x)$ is the arc length of the curve from some starting point $A$ up to a point with coordinate $x$.
This only works if $x$ is monotonous while traversing the curve.

We have to be careful though.
There is a chance the $s$ is also used to represent the curve, which would be bad practice.
Properly it should be $\mathbf s$ that represents the curve, using a bold face to indicate that it's a vector instead of a scalar. (Nerd)
After that there is the following:

$\sigma : [0, 1] \rightarrow \mathbb{R}^2 \text{ or } \mathbb{R}^3$
$$I(\sigma )=\int_0^1 ||\sigma '(t)||dt$$
$$d\sigma (t)=\sigma '(t)dt \\ |ds|=||\sigma '(t)||dt \\\ \sigma (t)=(\sigma_1 (t), \sigma_2 (t), \sigma_3 (t)), t \in [0, 1] \\ ||\sigma '(t)||=\sqrt{(\sigma_1' (t))^2, (\sigma_2' (t))^2,( \sigma_3' (t))^2}$$

So when we have a function in $\mathbb{R}$ we use the formula $s(x)$ and when we have a function in $\mathbb{R}^2$ or $\mathbb{R}^3$ we use the last formula $I(\sigma )$ to calculate the arc length?

This is a more general representation that doesn't rely on whether the x coordinate is monotonous or not.
The symbol $\sigma$ has been chosen to represent the same thing as $s$, the arc length, just with a different parameter.
They are related as follows:
$$\sigma(t) = s(x(t))$$
where
$$x(t) = \sigma_1(t)$$
(Wink)
 
mathmari said:
$$(\delta s)^2=(\delta x)^2+(\delta y)^2 \Rightarrow \left (\frac{\delta s}{\delta x}\right )^2=1+\left (\frac{\delta y}{\delta x}\right )^2$$ When $\delta x \rightarrow 0 $ we get $$(s'(x))^2=1+(y'(x))^2 \Rightarrow s'(x)=\sqrt{1+(f'(x))^2} \Rightarrow s(x)=\int_A^x \sqrt{1+(f'(s))^2}ds$$
I like Serena said:
The symbol $s$ represents the arc length.
A length is always positive, therefore we only look at the positive root.
$s(x)$ is the arc length of the curve from some starting point $A$ up to a point with coordinate $x$.
This only works if $x$ is monotonous while traversing the curve.

We have to be careful though.
There is a chance the $s$ is also used to represent the curve, which would be bad practice.
Properly it should be $\mathbf s$ that represents the curve, using a bold face to indicate that it's a vector instead of a scalar. (Nerd)
At the point where we apply the Pythagorean theorem, does $s$ represent the curve or the arc length? And wht $\delta s$ ?
I like Serena said:
This is a more general representation that doesn't rely on whether the x coordinate is monotonous or not.
The symbol $\sigma$ has been chosen to represent the same thing as $s$, the arc length, just with a different parameter.
They are related as follows:
$$\sigma(t) = s(x(t))$$
where
$$x(t) = \sigma_1(t)$$
(Wink)

I see... (Sun)
 
mathmari said:
At the point where we apply the Pythagorean theorem, does $s$ represent the curve or the arc length? And wht $\delta s$ ?

Let's just say that $\delta s$ represents a small distance along the curve, small enough to be considered straight so we can apply the Pythagorean theorem.
Adding up all $\delta s$ values will give us the curve length (in the limit). (Mmm)
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K