Calculus/Arc length

From testwiki
Revision as of 02:10, 23 November 2023 by imported>ShakespeareFan00
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Calculus/Top Nav

Suppose that we are given a function f that is continuous on an interval [a,b] and we want to calculate the length of the curve drawn out by the graph of f(x) from x=a to x=b . If the graph were a straight line this would be easy — the formula for the length of the line is given by Pythagoras' theorem. And if the graph were a piecewise linear function we can calculate the length by adding up the length of each piece.

The problem is that most graphs are not linear. Nevertheless we can estimate the length of the curve by approximating it with straight lines. Suppose the curve C is given by the formula y=f(x) for axb . We divide the interval [a,b] into n subintervals with equal width Δx and endpoints x0,x1,,xn . Now let yi=f(xi) so Pi=(xi,yi) is the point on the curve above xi . The length of the straight line between Pi and Pi+1 is

|PiPi+1|=(yi+1yi)2+(xi+1xi)2

So an estimate of the length of the curve C is the sum

i=0n1|PiPi+1|

As we divide the interval [a,b] into more pieces this gives a better estimate for the length of C . In fact we make that a definition.

Template:Calculus/Def

The Arclength Formula

Suppose that f is continuous on [a,b] . Then the length of the curve given by y=f(x) between a and b is given by

L=ab1+f(x)2dx

And in Leibniz notation

L=ab1+(dydx)2dx

Proof: Consider yi+1yi=f(xi+1)f(xi) . By the Mean Value Theorem there is a point zi in (xi+1,xi) such that

yi+1yi=f(xi+1)f(xi)=f(zi)(xi+1xi)

So

|PiPi+1| =(xi+1xi)2+(yi+1yi)2
=(xi+1xi)2+f(zi)2(xi+1xi)2
=(1+f(zi)2)(xi+1xi)2
=1+f(zi)2Δx

Putting this into the definition of the length of C gives

L=limni=0n11+f(zi)2Δx

Now this is the definition of the integral of the function g(x)=1+f(x)2 between a and b (notice that g is continuous because we are assuming that f is continuous). Hence

L=ab1+f(x)2dx

as claimed.

Template:ExampleRobox As a sanity check of our formula, let's calculate the length of the "curve" y=2x from x=0 to x=1 . First let's find the answer using the Pythagorean Theorem.

P0=(0,0)

and

P1=(1,2)

so the length of the curve, s , is

s=22+12=5

Now let's use the formula

s=011+(d(2x)dx)2dx=011+22dx=5x|01=5

Template:Robox/Close

Exercises

Template:Question-answer

Template:Question-answer Template:Noprint

Arclength of a parametric curve

For a parametric curve, that is, a curve defined by x=f(t) and y=g(t) , the formula is slightly different:

L=abf(t)2+g(t)2dt

Proof: The proof is analogous to the previous one: Consider yi+1yi=g(ti+1)g(ti) and xi+1xi=f(ti+1)f(ti) .

By the Mean Value Theorem there are points ci and di in (ti+1,ti) such that

yi+1yi=g(ti+1)g(ti)=g(ci)(ti+1ti)

and

xi+1xi=f(ti+1)f(ti)=f(di)(ti+1ti)

So

|PiPi+1| =(xi+1xi)2+(yi+1yi)2
=f(di)2(ti+1ti)2+g(ci)2(ti+1ti)2
=(f(di)2+g(ci)2)(ti+1ti)2
=f(di)2+g(ci)2Δt

Putting this into the definition of the length of the curve gives

L=limni=0n1f(di)2+g(ci)2Δt

This is equivalent to:

L=abf(t)2+g(t)2dt

Exercises

Template:Question-answer

Template:Question-answer Template:Noprint

Template:Wikipedia Template:Calculus/Top Nav Template:Calculus/TOC