Definition of Arc Length Function

Click For Summary

Discussion Overview

The discussion revolves around the concept and definition of the arc length function in calculus, specifically as presented in James Stewart's "Calculus: Fourth Ed." Participants express confusion regarding the purpose of the arc length function, the manipulation of variables during integration, and the implications of using the same variable in both the integrand and the limits of integration.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant seeks clarification on the purpose of the arc length function, questioning its necessity when they can derive the length using the differential form.
  • Another participant explains that the arc length function is useful for calculating the length of a curve between two points, emphasizing the challenges of doing so mathematically without the function.
  • Concerns are raised about the replacement of the variable of integration from x to t and back to x, with participants expressing confusion about the reasoning behind this step.
  • A participant points out a potential issue with using the same variable in both the integrand and the limits of integration, suggesting that it can lead to confusion.
  • There is a discussion about the nature of definite integrals and the role of dummy variables in integration, with some participants attempting to clarify the concept.
  • A request is made for a worked example of arc length calculation, indicating a desire for practical application of the discussed concepts.

Areas of Agreement / Disagreement

Participants express varying levels of understanding regarding the arc length function and the manipulation of variables in integration. There is no consensus on the clarity of the presentation in the textbook, and multiple viewpoints on the implications of variable usage are discussed.

Contextual Notes

Participants mention gaps in foundational knowledge and express uncertainty about specific mathematical concepts, which may affect their understanding of the arc length function and integration techniques.

Who May Find This Useful

Students studying calculus, particularly those struggling with the concept of arc length and integration techniques, may find this discussion relevant.

wubie
Hello,

I am having trouble remembering some of the material required for my current calculus course so I am reviewing some of the previous material that I have forgotten.

I am having trouble following the definition of The Arc Length Function as presented in James Stewart's "Calculus: Fourth Ed." page 579.

I already follow how to derive the formula for arc length. But I am having problems with the concept of the arc length function. I am given the following:

We will find it useful to have a function that measures the arcl ength of a curve from a paraticular starting point to any other point on the curve. This, if a smooth curve c has the equation y = f(x), a =< x =< b, let s(x) be the distance along C from the intial point Psub0(a,f(a)) to the point Q(x,f(x)). The s is a function, called the arc length function, and, by the formula

L = integral of (1+[f'(x)]^2)^1/2 dx

then

(1) s(x) = integral of (1+[f'(t)]^2)^1/2 dt

with the limits of [a,b].

(We have replaced the variable of integration by t so that x does not have two meanings.) We can use Part 1 of the Fundamental Theorem of Calculus to differentiate (1) (since the integrand is continuous):

(2) ds/dx = (1+[f'(x)]^2)^1/2 = (1+ (dy/dx)^2)^1/2.

Equation (2) shows that the rate of change of x with respect to x is always at least 1 and is equal to 1 when f'(x), the slope of the curve, is 0. The differential of arc length is

(3) ds = (1+ (dy/dx)^2)^1/2 dx

and this equation is somtime written in the symmetric form

(4) (ds)^2 = (dx)^2 + (dy)^2.

The geometric interpretation of equation (4) can be used as a mnemonic device for remembering (1). If we write

(5) L = integral ds,

then from equation (4) we can solve to get (3).

Now I am not following the purpose of this section on arc length function. I can already figure out (5) with ds being equal to (3). So what is the purpose of this section? And I am also not following what the text is doing at the beginning by replacing the variable of integration with t and then differentiating and re-replacing t with x again. What the hey? I would really like to know what they are doing in this step.

Any help is appreciated. Thankyou.
 
Physics news on Phys.org
Well the purpose of the function is simply to work out what the length of a curve is between two points. Imagine the curve [itex]y = x^2[/itex] from the point 0 to 1. There is no mathematical way to accurately work out the length of the curve that you have probably come across, you could draw it very accurately and use a string and a ruler but that is hardly mathematically sound.

Imagine a very small section of the curve, the horizontal distance being a very small section of x, [itex]\delta x[/itex] the vertical distance being a very small section of y, [itex]\delta y[/itex] and the length of this very small section of curve being [itex]\delta s[/itex]/

Now because you have such a small section of the curve it is almost a right angle triangle. So we can say:

[tex](\delta s)^2 \approx (\delta x)^2 + (\delta y)^2[/tex]

Dividing both sides by [itex](\delta x)^2[/itex] we get:

[tex]{\left( \frac{\delta s}{\delta x} \right)}^2 \approx 1 + {\left( \frac{\delta y}{\delta x} \right)}^2[/tex]

If we let [itex]\delta x[/itex] approach 0 we can say that:

[tex]{\left( \frac{ds}{dx} \right)}^2 = 1 + {\left( \frac{dy}{dx} \right)}^2[/tex]

And the rest is manipulation, hope that helps.
 
Hmmmm...

Perhaps my question is not a good question - too trivial?

See, I completely understand what you are saying. I have no problem with that. In fact I have no problem deriving L. What I don't follow is the way that they are presenting the first half of the above passage.

What is going on with the replacement of x with t and then back to x again?

Also, am I to see that

L = s(x) = integral ds = integral (1+ (dy/dx)^2)^1/2 dx?

If so, I can see it. But like I said again I am not following the replacement of integrating variable x with t then back again. What are they doing here in the above passage?

(We have replaced the variable of integration by t so that x does not have two meanings.)

I know this is extremely trivial but it is confusing me. Perhaps it is inconsequential since I can follow the derviation of arc length. But I would like to know how they go from (1) to (2).
 
(We have replaced the variable of integration by t so that x does not have two meanings.)

You might be having trouble because (1) is wrong! The formula for s is:

[tex] s(x) := \int_a^x \sqrt{1 + f'(t)^2} \, dt[/tex]
 
Nope. That is not my trouble. Simply a typo.

8)

What are they doing with the exchange of variables back and forth?
 
Do you see the trouble inherent in this expression:

[tex] g(x) = \int_a^x f(x) \, dx[/tex]

?
 
No I don't. I don't see the problem. What am I missing here? It's been a while since my last calculus course. And a while before that one as well, so I have gaps in my foundation. And it is causing me trouble.

g(x) is dependent on the limits [a,x].

But it is not the same as f(x). Let y = f(x). Then y changes as x changes. x in this case will change over the interval [a,x]. And there lies the problem. x is changing while x in the interval does not.

Correct?

I am sort of confused.

I would have been more comfortable to give the limit a different variable say t then the other way around. That is

[tex]g(t) = \int_a^t f(x) \, dx[/tex]

What the hey. I am still confused.
 
I think you caught what was wrong.

Hurkyl's expression for g(x) has x in both the boundaries of integration and the integrand, which is absurd. The expression you made for g(t) is better.

cookiemonster
 
Yes. This is a problem for me. I can see it. But I can't explain it properly. It's causing me problems in my current course. There are small parts of concepts that I am not entirely clear on but I still seem to get the whole of concept.
 
  • #10
You probably can't explain the meaning of a definite integral with the same variable in both the boundaries and the integrand because it doesn't make any sense anyway. =]

The variable in the integrand for indefinite integrals is just a dummy variable. It doesn't matter what it is. You can make it whatever you want, like calling it "cookiemonster" for all anybody cares. The true variable is the upper boundary of the integral.

cookiemonster
 
  • #11
could some genius post a worked example of arc length calculation please.What is arc length of curve y=x^2 from x=0 to x=3? ?
 
Last edited:

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 20 ·
Replies
20
Views
5K
  • · Replies 12 ·
Replies
12
Views
3K