Finding Arc Length of a Curve: Using ##dx## and ##dy##

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
PFuser1232
Messages
479
Reaction score
20
The arc length of any curve defined by ##y = f(x)## is found as follows:
$$ds = \sqrt{dx^2 + dy^2}$$
$$ds = \sqrt{dx^2(1 + {\frac{dy}{dx}}^2)}$$
$$ds = \sqrt{dx^2} \sqrt{1 + [f'(x)]^2}$$
$$ds = \sqrt{1 + [f'(x)]^2} dx$$
Isn't ##\sqrt{dx^2}## equal to ##|dx|##, and not ##dx##?
 
Physics news on Phys.org
In principle it is, but if you go in positive x-direction only it does not matter. That way of dealing with differentials is not very mathematical anyway.
 
mfb said:
In principle it is, but if you go in positive x-direction only it does not matter. That way of dealing with differentials is not very mathematical anyway.

I'm not very familiar with the notion of "going in the positive direction" while plotting a function, I had no idea it makes a difference. Could you please elaborate?
 
"dx>0"

If you want to know the arc length between x=2 and x=4 for example, you integrate x from 2 to 4 and not from 4 to 2.
 
  • Like
Likes   Reactions: PFuser1232