Calculus/Arc length
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
. We divide the interval [a,b] into n subintervals with equal width Δx and endpoints
. 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
So an estimate of the length of the curve C is the sum
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.
The length of the curve y = f(x) for
is defined to be
Contents |
[edit] 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
And in Leibniz notation
Proof: Consider yi + 1 − yi = f(xi + 1) − f(xi). By the Mean Value Theorem there is a point zi in (xi + 1,xi) such that
So
Putting this into the definition of the length of C gives
Now this is the definition of the integral of the function
between a and b (notice that g is continuous because we are assuming that f' is continuous). Hence
as claimed.
|
Example: Length of the curve y = 2x from x = 0 to x = 1
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.
and
so the length of the curve, s, is Now let's use the formula |
[edit] Exercises
from x = 0 to x = 1.
[edit] 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:
Proof: The proof is analogous to the previous one: Consider yi + 1 − yi = g(ti + 1) − g(ti) and xi + 1 − xi = f(ti + 1) − f(ti). By the Mean Value Theorem there are points ci and di in (ti + 1,ti) such that
and
So
Putting this into the definition of the length of the curve gives
This is equivalent to:
[edit] Exercises
















