Skip to main content

Section 7.2 Week 7 Activity

Subsection 7.2.1 Volumes by Slices

Activity 7.2.1.

Calculate the volume of a cone of height \(h\) and base radius \(R\text{.}\)
Solution.
I will assume the cone is pointing along the \(y\) axis with its base at \(y=h\) and its tip at \(y=0\text{.}\) (This standing the cone on its end is a bit odd, but it makes the integral easier.) Horizontal slices (at various \(y\) values) have circular cross sections. The radius of each horizontal slice grows linearly from \(0\) are the origin to \(R\) at height \(y = h\text{.}\) This slope is \(r = \frac{Ry}{h}\text{,}\) so I can use this the radius term. The area is \(\pi r^2\) and the range is \(y \in [0,h]\text{.}\) Now I can setup the integral.
\begin{equation*} V = \int_0^h \frac{\pi y^2 r^2}{h^2} dy \end{equation*}
This is a reasonable polynomial integral.
\begin{equation*} V = \frac{\pi r^2}{h^2} \int_0^h y^2 dy = \frac{\pi r^2}{h^3} \frac{y^3}{3} \Bigg|_0^h = \frac{\pi r^2}{h^2} \frac{h^3}{3} = \frac{\pi r^2 h}{3} \end{equation*}

Activity 7.2.2.

Calculate the volume of a surface of revolution formed by rotating the function \(f(x) = \ln x\) about the \(x\) axis in the range \(x \in [1, e^2]\)
Solution.
The setup for a surface of revolution is this integral.
\begin{equation*} V = \int_a^b \pi (f(x))^2 dx \end{equation*}
The function and the range are given, so I can just proceed with the integral.
\begin{equation*} V = \int_1^{e^2} A dh = \int_1^{e^2} \pi (ln x)^2 dx = \pi \int_1^{e^2} (\ln x)^2 dx \end{equation*}
I will integrate by parts, with \(f = \ln x\) and \(\frac{dg}{dx} = \ln x\text{,}\) so that \(\frac{df}{dx} = \frac{1}{x}\) and \(g = x \ln x - x\text{.}\) (The antiderivative of the logarithm is from the tables.) Then I can proceed with the integral.
\begin{align*} V \amp = \pi \left( (\ln x)(x \ln x - x) \Bigg|_1^{e^2} - \int_1^{e^2} \frac{1}{x} (x \ln x - x) dx \right) \\ \amp = \pi \left( (2)(2e^2 - e^2) - (0)(0-1) - \int_1^{e^2} \ln x - 1 dx \right) \\ \amp = \pi \left( 2e^2 - (x \ln x - x - x) \Bigg|_1^{e^2} = 2e^2 - (x \ln x - 2x ) \Bigg|_1^{e^2} \right)\\ \amp = \pi \left( 2e^2 - (2 e^2 - 2 e^2 - 0 + 2) \Bigg|_1^{e^2} \right) = (2e^2 - 2)\pi \end{align*}

Activity 7.2.3.

Calculate the volume of a tetrahedron of side length \(a\text{.}\) (This is a particularly difficult activity; feel free to attempt it, but don’t be discouraged if you don’t make easy progress.)
Solution.
The geometry is difficult to set up, and there are many approaches. I set one of the faces to be the base. On that face, I’ll let \(b\) be the distance from a vertex of that face to the centre of the same face. I can split this face into three isoceles trianges, each of which has side lengths \(b\text{,}\) \(b\) and \(a\text{,}\) with angles \(\pi/6\text{,}\) \(\pi/6\) and \(2\pi/3\text{.}\) I apply the sine law to this triangle.
\begin{equation*} \frac{a}{\sin \frac{2\pi}{3}} = \frac{b}{\sin \frac{\pi}{6}} \implies \frac{a}{\frac{\sqrt{3}}{2}} = \frac{1}{2} \end{equation*}
This implies \(b = \frac{a}{\sqrt{3}}\text{.}\) Then there is a right triangle whose vertical are one vertex of the base, the centre of the base, and the top vertex. This triangle has hypotenuese \(a\text{,}\) base \(b\) and height \(c\) where \(c\) is the height of tetrahedron, from the center of the base to the top vertex. Pythagorus allows me to calculate c: \(c = \sqrt{a^2 - b^2} = \sqrt{\frac{2}{3}} a\text{.}\)
I’m going to slice the tetrahedron with horizontal plane slices, stacked vertical. The previous calculation for \(c\) gives us a bound for integration, so the integral goves from \(0\) to \(\sqrt{\frac{2}{3}}a\text{.}\) I’ll work with the variable \(h\) for height. Because it is convenient, I’ll say that \(h\) starts at zero at the top vertex, and goes to \(\sqrt{\frac{2}{3}}a\) at the base.
I have to do some geometry to find the area of each slice. slice. Each slice is an equilateral triangle, but what is the side length (depending on \(h\))? Recall the base triangle: it has side length \(a\) when \(h = \sqrt{\frac{2}{3}}a\text{.}\) This side length increases linearly from \(0\) when \(h=0\) to \(a\) when \(h = \sqrt{\frac{2}{3}}a\text{.}\) The final result gives the solve of the linear relationship. Therefore, for \(h \in [0, \sqrt{\frac{2}{3}}a ]\text{,}\) the side length of the triangle at height \(h\) is \(\sqrt{\frac{3}{2}}h\text{.}\)
An equilateral triangle with side length \(s\) is \(\frac{\sqrt{3}a^2}{4}\text{.}\) This gives the area of each slice.
\begin{equation*} A = \frac{\sqrt{3}}{4} \left( \sqrt{ \frac{3}{2}} h \right)^2 = \frac{\sqrt{3}}{4} \frac{3}{2} h^2 = \frac{3\sqrt{3}h^2}{8} \end{equation*}
Then I can setup the integral of the slices.
\begin{equation*} V = \int_0^{\sqrt{\frac{3}{2}}a} A(h) dh = \int_0^{\sqrt{\frac{3}{2}}a} \frac{3\sqrt{3}h^2}{8} dh \end{equation*}
This is a reasonable polynomial integral.
\begin{equation*} V = \frac{3\sqrt{3}}{8} \int_0^{\sqrt{\frac{3}{2}}a} h^2 dh = \frac{3\sqrt{3}}{8} \frac{h^3}{3} \Bigg|_0^{\sqrt{\frac{3}{2}}a} = \frac{\sqrt{3}}{8} \left( \sqrt{\frac{2}{3}} a \right)^3 = \frac{\sqrt{3}}{8} \frac{2\sqrt{2}}{3\sqrt{3}} a^3 = \frac{a^3}{6\sqrt{2}} \end{equation*}

Subsection 7.2.2 Volume by Shells

Activity 7.2.4.

Calculate the volume of the object formed by taking the triangle with vertices \((3,0)\text{,}\) \((5,0)\) and \((3,4)\) and rotating it about the \(y\) axis.
Solution.
I need to determine the function to use for cylindrical shells. The height of the triangle over the \(x\) axis is given by the diagonal line from \((3,4)\) to \((5,0)\text{.}\) That line has equation \(y = -2x + 10\text{.}\) Therefore, I can take \(f(x) = -2x + 10\) as the function. The function is the height of the cylinder, and its circumference is \(2\pi x\text{.}\) Its area is \(2\pi x f(x)\text{.}\) Then I set up the integral. The resulting integral is a reasonable polynomial integral.
\begin{align*} V \amp = \int_a^b 2\pi x f(x) dx = \int_3^5 2\pi x (-2x + 10) dx\\ \amp = -4\pi \int_3^5 x^2 dx + 20 \pi \int_3^5 x dx = \frac{-4\pi x^3}{3} \Bigg|_3^5 + \frac{20\pi x^2}{2} \Bigg|_3^5 \\ \amp = \frac{-4\pi}{3} (125 - 27) + 10 \pi (25 - 9) = \frac{-4\pi (98)}{3} + 10 \pi (16) \\ \amp = \frac{(-392 + 480)\pi}{3} = \frac{88\pi}{3} \end{align*}

Activity 7.2.5.

Calculate the volume of the object formed by taking the graph of \(\sin x\) with \(x \in [0,\pi]\) and rotating it about the \(y\) axis.
Solution.
The function \(f(x) = \sin (x)\) gives the height of the cylindrical shells. The radius is \(x\text{,}\) so the circumference of the shell is \(2\pi x\) and the area is \(2\pi x \sin x\text{.}\) Then I integrate in \(x\) over the range \([0, \pi]\text{.}\) In the integral, I use integration by parts with \(g(x) = x\) and \(\frac{df}{dx} = \sin x\text{,}\) so that \(\frac{dg}{dx} = 1\) and \(f = -\cos x\text{.}\)
\begin{align*} V \amp = \int_a^b 2\pi x f(x) dx = \int_0^{\pi} 2\pi x \sin x dx \\ \amp = 2\pi \left[ -x \cos x \Bigg|_0^{\pi} + \int_0^{\pi} \cos x dx \right] = 2 \pi \left[ -\pi (-1) + 0 \cdot 1 - \sin x \Bigg|_0^{\pi} \right] = 2\pi^2 \end{align*}

Subsection 7.2.3 Conceptual Review Questions

  • What is a surface of revolution?
  • Why are integrals used to calculate volumes?
  • What is different about shells and slices as ways of calculating volumes?