Suppose that we have a function \(y = f(x)\), we know through integration that we can find the area under the curve:
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]\):
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 breaking down the change in arc length \(\Delta s\) by Pythagoras graphically as:
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 for \(t \in [t_a,\, t_b]\), taking the limit of \(\Delta t \rightarrow 0\):
2. Consider 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:
The result simply gives the arc length of a portion of the unit circle (\(x^2 + y^2 = 1\)) between \(\theta=\frac{\pi}{6}\) and \(\theta=\frac{\pi}{3}\)
3.
Calculate the length of the curve \(y=2(x-1)^\frac{3}{2}\) between \(x=1\) and \(x=4\).
Lets now go further, what happens if we take a function and rotate it around an axis:
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:
\[V_x = \int_a^b \pi\,y^2\,\mathrm{d}x\]
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:
Instead of using cylindrical slices, we could use “frustrums” (sections of cones). The result would be the same (in the limit \(\Delta x \rightarrow 0\)).
Similarly, when calculating the area under the curve, we used rectangles, but we could have used parallelograms.
We can also find the surface area of this solid of revolution, if we rotate over the \(x\) xcis 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:
Lets find the volume of a cone depicted in Fig. 1.5, with height \(h\) and circular radius \(R\), so \(y = R x / h\) over the range \(x \in [0,\, h]\):
1. Find the surface area of revolution for \(y = x^2\) rotated around the \(y\) axis over \(y \in [0,\,4]\).
2. Determine the surface area of the solid obtained by rotating the function \(y=\sqrt{9-x^2}\) for
\(-2 \leq x \leq 2\) about the \(x\)-axis.
3. Determine the surface area of the solid obtained by rotating the function \(y=x^{1/3}\), for
\(1 \leq y \leq 2\) about the \(y\)-axis.
4. Find the surface area spherical section obtained by revolving the function \(r = \cos(\theta)\) around the \(x\)
axis over \(\theta \in \left[0\,\frac{\pi}{4}\right]\).
5. Find the volume of revolutio for the section obtained by reolving the function \(y = x^2\) around the \(x\) axis over \(x \in [-2,\,3]\).
6. Find the volume of the solid obtained by rotating the region bounded by \(y=2x^2\) and \(y=x^3\) about the \(x\) axis, from the origin up to where the functions meet.
which we can solve by inspection (or reverse chain rule), where \(\int f^n\,f'\,\mathrm{d}y = \frac{1}{n+1}f^{n+1}\), here \(f = 1+9y^4 \), so \(f' = 36y^3\)
4. Given that the surface for a rotated solid around the \(x\) axis is \(\int_a^b 2\pi y\,\mathrm{d}s\) and we have \(x = r \cos(\theta),\, y = r \sin(\theta)\),
then this is just a parametric problem, where:
\[\begin{split}\mathrm{d}s &= \sqrt{\left(\frac{\mathrm{d}x}{\mathrm{d}\theta}\right)^2 + \left(\frac{\mathrm{d}y}{\mathrm{d}\theta}\right)^2}\,\mathrm{d}\theta\\
\mathrm{d}x &= \cos(\theta)\,\mathrm{d}r - r \sin(\theta)\,\mathrm{d}\theta \Rightarrow \frac{\mathrm{d}x}{\mathrm{d}\theta} = \cos(\theta)\,\frac{\mathrm{d}r}{\mathrm{d}\theta} - r \sin(\theta)\\
\mathrm{d}y &= \sin(\theta)\,\mathrm{d}r + r \cos(\theta)\,\mathrm{d}\theta \Rightarrow \frac{\mathrm{d}y}{\mathrm{d}\theta} = \sin(\theta)\,\frac{\mathrm{d}r}{\mathrm{d}\theta} + r \cos(\theta)\\
\mathrm{d}s &= \sqrt{r^2 + \left(\frac{\mathrm{d}r}{\mathrm{d}\theta}\right)^2}\,\mathrm{d}\theta \end{split}\]