Derivation of Integral Arc Length Formula

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 8K views
El Moriana
Messages
33
Reaction score
0

Homework Statement



My textbook [Engineering Mathematics, Stroud, 6th Edition, page932] runs through the derivation of the integral formula for arc length. I got confused at one of the steps:

[partial](ds/dx)=sqrt(1+([partial](dy/dx))^2)
if [partial]dx tends to 0,
ds/dx=sqrt(1+log(dy/dx)^2)
s=intab(sqrt(1+(dy/dx)^2))

Where does the log come from and where does it go?

Homework Equations



N/A

The Attempt at a Solution



N/A
 
Physics news on Phys.org
Could you post a scan of that page or at least that section with the derivation?

I don't think that log is supposed to be there.

How I learned it was in a curve if you join any two points, the 'x' distance would be Δx and the corresponding 'y' distance would be Δy. The chord length would be related as

(ΔS)2= (Δx)2 +(Δy)2

or

(ΔS/Δx)2 = 1 + (Δy/Δx)2

as Δx→0, Δy/Δx = dy/dx and ΔS/Δx = dS/dx

so

[tex]\frac{dS}{dx} = \sqrt{1+ \left( \frac{dy}{dx} \right)}[/tex]

which you can then integrate.
 
Here we go, apologies for the messy formula earlier, I didnt realize there was a Latex button.
I was expecting exactly what you typed in the derivation, hence the confusion on my part.
 

Attachments

  • Scan_Pic0002.jpg
    Scan_Pic0002.jpg
    32.9 KB · Views: 1,825
I really don't think that 'log' should be there. Else the next step does not make sense.
 
Ok, well thanks for looking it over.