Integration Preliminaries
Contents
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.
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.
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 \(\Delta s\) by Pythagoras:
Taking the limit of \(\Delta x\rightarrow 0\) we find:
and therefore to find the path length:
Taking an example here, lets look at \(y = \cosh(x)\) over the range \(x \in [0,\,1]\), so we find \(\mathrm{d}y/\mathrm{d}x = \sinh(x)\), and therefore:
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 \(\Delta t \rightarrow 0\):
An example here would be a circle, parameterised by \(x = R\cos(t),\, y = R\sin(t)\), over the range \(t \in [0,\, 2\pi)\), giving \(\mathrm{d}x/\mathrm{d}t = -R\sin(t),\, \mathrm{d}y/\mathrm{d}t = R\cos(t)\) and therefore:
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.
To find the volume of such a rotated solid, we need to think about the cross sectional area along the range, which will be \(\pi \,y^2\) since the radius of each slice at \(x\) is \(y(x)\). Then we just need to integrate up these slices \(\pi\,y^2\,\mathrm{d}x\) over the range:
and we can swap round the axis we rotate over to the \(y\) axis and therefore the radius of each slice would be \(\pi\,x^2\) and therefore:
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\pi\,y\) multiplied by the path length \(\mathrm{d} s\) along the surface, so we find:
We could rotate over the \(y\) axis instead, in which case we just switch the circumference we are interested in to be \(2\pi\,x\) and integrate the path length over the \(y\) axis:
As an example, lets find the volume of a cone depicted in Fig. 2.5, with height \(h\) and circular radius \(R\), so \(y = R x / h\) over the range \(x \in [0,\, h]\):
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 = R x / h \rightarrow \mathrm{d}y/\mathrm{d}x = R / h\) over the range \(x \in [0,\, h]\):
where \(\sqrt{h^2 + R^2}\) is the slant length.
Likewise if we have parametrised expressions \(x = x(t),\, y = y(t)\), over the range \(t \in [t_1,\, t_2]\) then these expressions become: