Integration Preliminaries

2. Integration Preliminaries

2.1. Arc Length

Suppose that we have a function y=f(x), we know through integration that we can find the area under the curve, as shown in Fig. 2.1.

../_images/FunctionArea.png

Fig. 2.1 The area (in blue) under a function f(x) over the interval x[a,b] given by the integral baf(x)(d)x.

Another question that we could ask however is what is the length of the path traced out by the function f(x) over the range [a,b], as shown in Fig. 2.2.

../_images/FunctionPathLength.png

Fig. 2.2 The path traced out by the function f(x) over the interval x[a,b].

To find an expression for this length S, we can break up the path into infinitesimal segments and then integrate these over the whole function. We can see this process in Fig. 2.3, where we break down the change in arc length Δs by Pythagoras:

(Δs)2=(Δx)2+(Δy)2Δs=(Δx)2+(Δy)2=Δx1+(ΔyΔx)2
../_images/ArcLength2.png

Fig. 2.3 Left Pane: Breaking down path legnth segment Δs into x,y comoonents Δx,Δy, Right Pane: Effect of taking the limit of smaller Δx in finding the path length.

Taking the limit of Δx0 we find:

ds=dx1+(dydx)2

and therefore to find the path length:

L=x=bx=ads=ba1+(dydx)2dx

Taking an example here, lets look at y=cosh(x) over the range x[0,1], so we find dy/dx=sinh(x), and therefore:

L=101+sinh2(x)dx=10cosh(x)dx=[sinh(x)]10=sinh(1)1.175

We might also have a function which is parameterised y=y(t),x=x(t), it is also possible to find an expression for the path length, taking the limit of Δt0:

Δs=Δt(ΔxΔt)2+(ΔyΔt)2ds=dt(dxdt)2+(dydt)2

An example here would be a circle, parameterised by x=Rcos(t),y=Rsin(t), over the range t[0,2π), giving dx/dt=Rsin(t),dy/dt=Rcos(t) and therefore:

L=2π0R2sin2(t)+R2cos2(t)dt=2π0Rdx=[Rt]2π0=2πR

which gives the result for the circumference of a circle!

2.2. Surfaces of Revolution

Lets now go further, what happens if we take a function and rotate it around an axis, as shown in Fig. 2.4.

../_images/AreaVolumeRevolution.png

Fig. 2.4 Left Pane: Rotating a function y=f(x) around the x axis, over x[a,b] producing a solid of revolution, Right Pane: Breaking down the volume into discrete slices, each of width dx.

To find the volume of such a rotated solid, we need to think about the cross sectional area along the range, which will be πy2 since the radius of each slice at x is y(x). Then we just need to integrate up these slices πy2dx over the range:

Vx=baπy2dx

and we can swap round the axis we rotate over to the y axis and therefore the radius of each slice would be πx2 and therefore:

Vy=y(b)y(a)πx2dy

We can also find the surface area of this solid of revolution, if we rotate over the x acis then this surface area is the circumference of each slice 2πy multiplied by the path length ds along the surface, so we find:

Ax=x=bx=a2πyds=ba2πy1+(dydx)2dx

We could rotate over the y axis instead, in which case we just switch the circumference we are interested in to be 2πx and integrate the path length over the y axis:

Ay=y(b)y(a)2πxds=y(b)y(a)2πx1+(dydx)2dy

As an example, lets find the volume of a cone depicted in Fig. 2.5, with height h and circular radius R, so y=Rx/h over the range x[0,h]:

Vx=h0π(Rxh)2dx=R2πh2[13x3]h0=13πR2h

which matches the expression we expect and explains where this factor of 1/3 comes from!

Likewise we can look at the surface area of this cone, y=Rx/hdy/dx=R/h over the range x[0,h]:

Ax=h02πRxh1+(Rh)2dx=2πRh1+(Rh)2[12x2]h0=πRh1+(Rh)2=πRh2+R2

where h2+R2 is the slant length.

../_images/cone.png

Fig. 2.5 Depiction of a function y=Rx/h and the solid of revolution around the x axis - a cone.

Likewise if we have parametrised expressions x=x(t),y=y(t), over the range t[t1,t2] then these expressions become:

Vx=t2t1πy2dxdtdtVy=t2t1πx2dydtdtAx=t2t12πy(dxdt)2+(dydt)2dtAy=t2t12πx(dxdt)2+(dydt)2dt