1

Suppose there is a smooth curve $L(t)=\begin{cases}x(t)\\y(t)\end{cases},\ t\in[a,b]\subset R$ with continues first derivative.

To find the length of $L$ we separate $L$ into several small part $l_i$ .

Define the arc length of $l_i$ is $s_i$ and the length of the straight line connecting the 2 end points of $l_i$ is $d_i$ .

Now my question is how to prove that $s_i=d_i+o(d_i)$ where $\lim_{d_i\to0}o(d_i)=0$ .

In other words, $d_i$ converges to $s_i$ when it becomes infinitely small. Which is the base that allows me to use integration to find the length.

Furthermore, does it has to be smooth curve? What about other non-normal curves (like those everywhere continuous, nowhere derivable functions)?

Thanks a lot!

Shore
  • 321

1 Answers1

5

It is best to setup the coordinate system in such a manner that the part of curve with length $l_i$ starts from origin and then we have $$l_i=\int_{0}^{h}\sqrt{\{x'(t)\}^2+\{y'(t)\}^2}\,dt$$ and $$d_i=\sqrt{x^2(h)+y^2(h)}$$ and we need to show that $l_i/d_i\to 1$ as $h\to 0$. If we assume that one of the derivatives $x'(0),y'(0)$ is non-zero then we can see via Fundamental Theorem of Calculus that $$\frac{l_i}{h}\to\sqrt{\{x'(0)\}^2+\{y'(0)\}^2}$$ and by definition of derivative $d_i/h$ also tends to the same value and thus our job is done.


The definition of a curve assumes that $x(t), y(t) $ are continuous and further the notion of arc-length requires that these functions be of bounded variation. The corresponding analysis under such general conditions is more difficult.


Based on feedback received in comments let me just mention the development of arc-length and its representation as an integral in brief.

We first begin with the notion of a partition. Let $[a, b] $ be a closed interval. A partition of $[a, b] $ is a finite set $$P=\{t_0,t_1,t_2,\dots,t_n\} $$ such that $$a=t_0<t_1<t_2<\dots<t_n=b$$ Let the set of all possible partitions of $[a, b] $ be denoted by $\mathcal {P} [a, b] $ ie $$\mathcal{P} [a, b] =\{P\mid P\text{ is a partition of }[a, b] \} $$

Let $f:[a, b] \to\mathbb {R} $ be a function. Let $$P=\{t_0,t_1,t_2,\dots,t_n\}$$ be a partition of $[a, b] $ and we form a sum $$V_{f} (P) =\sum_{i=1}^{n}|f(t_i)-f(t_{i-1})|$$ The function $f$ is said to be of bounded variation if the set $$\{V_{f} (P) \mid P\in\mathcal{P} [a, b] \} $$ of sums $V_{f} (P) $ for all partitions $P$ of $[a, b] $ is bounded. And in this case the total variation of $f$ on $[a, b] $ is defined to be the supremum $$V_{f} [a, b] =\sup\, \{V_{f} (P) \mid P\in\mathcal{P} [a, b] \} $$

It is easy to prove that any monotone function is of bounded variation and a bit more difficult to prove that a function is of bounded variation if and only if it can be expressed as a difference of two increasing functions.

Next we come to the topic of interest. Let $f, g$ be two functions from interval $[a, b] $ to $\mathbb {R} $ and let's assume that they are continuous on $[a, b] $. A curve is a set of points $$\mathcal{C} =\{(x, y) \mid x=f(t), y=g(t), t\in[a, b] \} $$ To define the arc-length of this curve $\mathcal{C} $ we start with a partition $$P=\{t_0,t_1,t_2,\dots,t_n\} $$ of $[a, b] $ and form the sum $$L_{\mathcal{C}} (P) =\sum_{i=1}^{n}\sqrt {\{f(t_i)-f(t_{i-1})\}^2+\{g(t_i)-g(t_{i-1})\}^2} $$ In other words corresponding to the partition $P$ of $[a, b] $ we have points $A_0,A_1,A_2\dots,A_n$ on the curve $\mathcal{C} $ with $A_i=(f(t_i), g(t_i)) $ and the above expression for $L_{\mathcal{C}} (P) $ is the sum of lengths of these line segments $A_{i-1}A_{i}$.

If the set $$\{L_{\mathcal{C}} (P) \mid P\in\mathcal{P} [a, b] \} $$ of sums $L_{\mathcal{C}} (P) $ is bounded for all partitions $P$ of $[a, b] $ then we say that the curve $\mathcal{C} $ is rectifiable (ie possesses a well defined arc-length) and its arc-length $L_{\mathcal{C}} $ is defined to be the supremum of all such sums ie $$L_{\mathcal{C}} =\sup\, \{L_{\mathcal{C}} (P) \mid P\in\mathcal{P} [a, b] \} $$ It can be proved with some effort that the curve $\mathcal{C} $ is rectifiable if and only if both $f, g$ are of bounded variation on $[a, b] $.

Let us now assume that the functions $f, g$ used to define the curve $\mathcal{C} $ are differentiable and further $f'(t) \neq 0$ for all $t\in[a, b] $. Then $f$ is one-one (by Rolle's theorem if $f$ takes same value at two points then its derivative vanishes somewhere in between) and for any partition $P=\{t_0,t_1,\dots,t_n\} $ of $[a, b] $ we have $f(t_i) - f(t_{i-1}) \neq 0$. Hence we can write $$L_{\mathcal{C}} (P) =\sum_{i=1}^{n}|f(t_i)-f(t_{i-1})|\sqrt{1+\left(\frac{g(t_i)-g(t_{i-1})}{f(t_i)-f(t_{i-1})}\right)^2}$$ Using Cauchy mean value theorem the ratio inside square roots can be written as $g'(\xi_i) /f'(\xi_i) $ for some $\xi_i\in(t_{i-1}, t_i) $. Also using mean value theorem the expression outside square roots can be written as $|f'(\eta_i)|(t_i-t_{i-1})$ for some $\eta_i\in(t_{i-1},t_i)$ and thus we have $$L_{\mathcal{C}} (P) =\sum_{i=1}^{n}|f'(\eta_i)|\sqrt{1+\left(\frac{g'(\xi_i)}{f'(\xi_i)}\right)^2}(t_i-t_{i-1})$$ and the above looks like a Riemann sum for the integral $$\int_{a} ^{b} |f'(t) |\sqrt{1+\left(\frac{g'(t)}{f'(t)}\right)^2}\,dt=\int_{a}^{b}\sqrt{\{f'(t)\}^2+\{g'(t)\}^2}\,dt$$ (there is a slight technicality involved here due to the different set of points $\eta_i, \xi_i $). As partitions $P$ become finer and finer the expression $L_{\mathcal{C}} (P) $ tends to its supremum $L_{\mathcal{C}} $ and the Riemann sums above tend to the integral above and thus we get the arc-length formula $$L_{\mathcal{C}} =\int_{a}^{b}\sqrt{\{f'(t)\}^2+\{g'(t)\}^2}\,dt$$ This assumes that the integral on right exists.

In the above development we have nowhere use the fact $s_i/d_i\to 1$. The integral formula for arc-length is a consequence of definition of arc-length and mean value theorems. And the result in your question is a consequence of this integral formula.


The restriction $f'(t) \neq 0$ can be removed by using Langrange Mean Value Theorem on $f, g$ in the sum $L_{\mathcal {C}} (P) $ and Duhamel Principle for integrals.

  • Hi thanks very much, can I ask 2 more questions. Firstly could you be more specific on proving $\frac{l_i}{h}\to\sqrt{{x'(0)}^2+{y'(0)}^2}$ ? Secondly, as far as I know the function $l_i=\int_0^h\sqrt{{x'(t)}^2+{y'(t)}^2}dt$ is proved from the results of $\frac{l_i}{d_1}\to1$ ....... – Shore Jan 14 '19 at 06:20
  • @Shore: the limit of $l_i/h$ is obtained by a direct use of fundamental theorem of calculus (the derivative of integral is the function itself) and you need to observe that limit of $l_i/h$ is the derivative of the integral here at point $h=0$. – Paramanand Singh Jan 14 '19 at 08:12
  • @Shore : the fact that arc length can be represented by the integral depends on Cauchy mean value theorem and not on the limit you seek. I will update this part in my answer. – Paramanand Singh Jan 14 '19 at 08:14
  • Thanks, my calculus text book proved it based on the infinity small straight line is the length of the curve. But this need to prove that on a small scale, the straight line is close enough to the arc length. – Shore Jan 14 '19 at 09:04
  • Hi Paramanand Singh, I've read some references about mean value theorem, It seems still using the fact that arc length can be represented by connecting line length with infinite small intervals........ – Shore Jan 15 '19 at 00:41
  • @Shore: I have updated my answer with some details. Do not get disturbed by the use of too many symbols, but instead try to focus on the definition of arc-length and its expression as an integral. The use of mean value theorems is essential here. – Paramanand Singh Jan 15 '19 at 03:01
  • Hi @ParamanandSight, in your proof you mentioned the definition of arc-length as "arc-length is defined to be the supremum of all such sums". Which is more like the question I would like to understand. So is this the definition that I have to take, or it is a results from other definition..... – Shore Jan 23 '19 at 01:14
  • @Shore: the definition I gave is pretty standard and given in many textbooks eg Apostol's Mathematical Analysis page $134$. – Paramanand Singh Jan 23 '19 at 06:49
  • @ParamanandSight Thanks so much!! – Shore Jan 25 '19 at 01:23
  • "It can be proved with some effort that the curve $C$ is rectifiable if and only if both $f,g$ are of bounded variation on $[a,b]$." - Doesn't it follow from the inequalities $$|\Delta f|\leq\sqrt{|\Delta f|^2+|\Delta g|^2}\leq|\Delta f|+|\Delta g|$$ and summing over an arbitrary partition? I wouldn't call that "some effort". – mr_e_man Dec 04 '23 at 23:40
  • 1
    @mr_e_man: yes that's the idea of the proof. The notion of "obvious/easy", "difficult", "requires some effort" is subjective and mostly these phrases indicate that the reader has to supply the proof themselves. – Paramanand Singh Dec 05 '23 at 01:53