Calculus/Arc length

From testwiki
Jump to navigation Jump to search

Suppose that we are given a function f and we want to calculate the length of the curve drawn out by the graph of f. 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 polygon we can calculate the length by adding up the length of each piece.

The problem is that most graphs are not polygons. 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.

Definition (Length of a Curve)

The length of the curve y=f(x) for axb is defined to be L=limni=0n1|Pi+1Pi|.

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| = (yi+1yi)2+(xi+1xi)2
= (f(zi))2(xi+1xi)2+(xi+1xi)2
= (1+(f(zi))2)(xi+1xi)2
= (1+(f(zi))2)Δx.


Putting this into the definiton of the length of C gives

L=limni=0n1(1+(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.

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=ab(f(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| = (yi+1yi)2+(xi+1xi)2
= (g(ci))2(ti+1ti)2+(f(di))2(ti+1ti)2
= (f(di))2)+(g(ci))2)(ti+1ti)2
= (f(di))2+(g(ci))2Δt.

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

L=limni=0n1(f(di))2+(g(ci))2Δt.

This is equivalent to:

L=ab(f(t))2+(g(t))2dt

Template:Wikipedia