0% found this document useful (0 votes)
15 views4 pages

8 Further Applications of Integration: P P P P P

Uploaded by

Alaa Mahamaed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views4 pages

8 Further Applications of Integration: P P P P P

Uploaded by

Alaa Mahamaed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

8 Further Applications of Integration

8.1 Arc length


Arc length refers to computing the length of a curve. At its simplest, the idea is nothing more than
Z
distance = speed

Suppose you have a particle which travels along a curve y = f ( x ) between x = a and x = b, in such
a fashion so that its x-co-ordinate is a measure of time. That is, at time t the particle is at the point
( x, y) = (t, f (t)).
y

P1
P0 P2
P15
P14
0 x
a x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 b
P3

P4 P5

We divide the interval [ a, b] into equal subintervals of length ∆x = b− a


n . Viewing x as ‘time’, we
imagine a particle travelling to the right along the curve in such a way that i∆x seconds after starting,
the particle’s location is the point

Pi = ( xi , f ( xi ))

It should be clear that the particle has to move faster whenever the curve is steeper. Indeed the length
of the curve should be approximately the sum of the distances between the points P0 , . . . , Pn :
n
Arc-length ≈ ∑ | Pi−1 Pi |
i =1

The lengths of these line segments may be computed using Pythagoras’ Theorem. Using linear ap-
proximations, we see that

∆y ≈ f 0 ( xi )∆x
Pi+1
∆s
whence Pi ∆y
q ∆x
∆s = (∆x )2 + (∆y)2 (Pythagoras’)
x
q
≈ (∆x )2 + ( f 0 ( xi )∆x )2 (Linear approximation) xi x i +1
q
= 1 + [ f 0 ( xi )]2 ∆x

1
It follows that the arc-length is approximately the Riemann sum
n q
Arc-length ≈ ∑ 1 + [ f 0 ( xi )]2 ∆x
i =1

Since taking more intervals should give a better approximation, we conclude:

Theorem. If the derivative f 0 ( x ) is continuous on the interval [ a, b] then the arc-length of the curve y = f ( x )
between x = a and x = b is the integral
Z bq
Arc-length = 1 + [ f 0 ( x )]2 dx
a

One way of interpreting this expression is that if the particle’s x-co-ordinate increases by an in-
finitessimal amount dx, then the distance the particle travels will be larger than dx by the factor
1 + [ f 0 ( x )]2 due to the fact that the particle will also move vertically. If we assume that x is mea-
p
ds
suring time, then the expression dx = 1 + [ f 0 ( x )]2 is precisely the speed of the particle so that we
p

really are just integrating speed to get distance.1


1 3
1. The curve y = f ( x ) = 48 x + 4x + 1 is drawn for 1 ≤ x ≤ 5. Since f 0 ( x ) = 1 2
16 x − 4
x2
we have
2
1 4 1 16 1 2 4

0 2
1 + f (x) = 1 + x − + 4 = x + 2
256 2 x 16 x

It follows that the arc-length of the curve is


Z 5q Z 5
1 4 1 3 4 5 31 16 347
1 + f 0 ( x )2 dx = x2 + 2
dx = x − = + = (≈ 5.7833)
1 1 16 x 48 x 1 12 5 60
In the animation, the computer is calculating the value of the Riemann sums (the sum of the
lengths of the orange lines) for the given number of line segments. Notice how the Riemann
sum is always an underestimate here.

y
1 3
y= 48 x + 4x + 1
2
n=2

0 Length ≈ 5.42316325
0 1 x1 5
x
1 In multivariable calculus you will consider parametric curves where both the x and y-co-ordinates of a point are func-

tions of t. This yields the more symmetric formulæ


q Z t1 q
speed = x 0 (t)2 + y0 (t)2 =⇒ arc-length = x 0 (t)2 + y0 (t)2 dt
t0

Our formula is simply this one with x = t.

2
1 2
2. Similarly y = f ( x ) = − 4 ln x + 7 for 1 ≤ x ≤ 15 has
32 x

1 2 1 16 1 4 2
 
0 2
1 + f (x) = 1 + x − + 2 = x+
256 2 x 16 x
from which the arc-length is
Z 15 q 15 1 4 1 2 15
Z
1 + f 0 ( x )2 dx = x + dx = x + 4 ln x = 7 + 4 ln 15
1 1 16 x 32 1

3. We can use the same approach to confirm the well-known formula for the circumference of a
circle. A circle of radius r has equation x2 + y2 = r2 from which the circumference is four times
the arc-length of the quarter-circle in the positive quadrant: that is
Z rq
Circumference = 4 1 + f 0 ( x )2 dx
0

where f ( x ) = r2 − x2 . Computing this out, we have
s 2 s
Z r Z r
−x x2

Circumference = 4 1+ √ dx = 4 1+ 2 dx
0 r2 − x2 0 r − x2
s
Z r
r2
Z r
1
=4 2 − x2
dx = 4r √ dx
0 r 0 r − x2
2
r
−1 x π
= 4r sin = 4r = 2πr
r x =0 2
x −x
4. A hanging chain is modelled by the curve y = e +2e where x lies between ± ln 4. Its length is
then
s s
2
e − e− x 2
Z ln 4 Z ln 4  x
dy
 
1+ dx = 2 1+ dx (the integrand is even)
− ln 4 dx 0 2
Z ln 4 r
e2x − 2 + e−2x
=2 1+ dx
0 4
s
e + e− x 2
Z ln 4  x 
=2 dx
0 2
Z ln 4 x ln 4
e + e− x
=2 dx = e x − e− x
2 0 0
1 15
= 4− =
4 4
All of these examples are highly contrived so that when we square f 0 ( x ) and add 1 we still get a
perfect square! If you try to compute the arc-length for a most functions you will be faced with an
intergal that is very difficult, if not impossible, to compute exactly. For example, to find the arc-length
of the parabola y = x2 from x = 0 to 1 requires us to compute the integral
Z 1p Z tan−1 2
1
1 + 4x2 dx = sec3 θ dθ
0 2 0

3
where we used the obvious trigonometric substitution x = 12 tan θ. This integral still requires some
tricks! If you look back at the very hard stuff √in the trigonometric
√ integrals chapter you might ulti-
1 1
mately be able to show that the arc-length is 2 5 + 4 ln(2 + 5), but it’s very hard work. The moral
is that easy functions have difficult arc-length computations: to get a simple arc-length you need to
start with a specially designed function!

Suggested problems
1. Evaluate the length of the curve y = 31 x3/2 where 0 ≤ x ≤ 60.

2. Find the length of the curve y = 32 x3/2 − 12 x1/2 where 1 ≤ x ≤ 9.

3. Let a > 0 and A > 0 be constant. Show that the arc-length integral of the curve

1 −ax
y = Ae ax + e
4a2 A
for 0 ≤ x ≤ ln 2 is
1
A (2 a − 1) − (2− a − 1 )
4a2 A

You might also like