MATH 141 Calculus 2 • McGill University, Montreal

Corrected exercises: volumes by slicing, disks and washers (MATH 141)

This is the corrected exercise set for volumes by slicing in MATH 141, Calculus 2, the integral calculus course taken in first year at McGill University. It follows section 6.2 of Stewart: disks, washers, rotation about any horizontal or vertical line, and solids whose cross-sections are known. Every answer is exact, as on the exam where calculators are not allowed, and every solution writes the slice, the two radii and the integral before evaluating anything, because that is where the marks are.

The thread running through the whole set: cut PERPENDICULAR to the axis, so the variable runs along the axis (dxdx for a horizontal axis, dydy for a vertical one, with the curves rewritten as xx in terms of yy). Every radius is a DISTANCE FROM THE AXIS, never the height of a curve, so when the axis sits above the region the outer radius goes to the LOWER curve. And a washer is π(R2−r2)\pi(R^2 - r^2): square each radius, then subtract.

The traps named in the solutions: forgetting to square, squaring the integral instead of the radius, π(R−r)2\pi(R - r)^2 in place of π(R2−r2)\pi(R^2 - r^2), the height of a curve taken for its distance to y=ky = k, the outer and inner radii swapped (a negative volume is the free alarm), xx limits carried into a dydy integral, a half-chord used where the cross-section stands on the whole chord, and a hemisphere treated as a cylinder.

10 corrected exercises • 100 points • 150 minutes

Revision sheet for this chapter → Every MATH 141 chapter →

Course recap

  • • Disks, horizontal axis: V=∫abπ[R(x)]2 dxV = \int_a^b \pi [R(x)]^2\,dx. Washers: V=∫abπ([R(x)]2−[r(x)]2)dxV = \int_a^b \pi\left([R(x)]^2 - [r(x)]^2\right)dx, with R≥r≥0R \ge r \ge 0.
  • • The slice is PERPENDICULAR to the axis: horizontal axis, integrate in xx; vertical axis, integrate in yy and write each curve as x=g(y)x = g(y).
  • • Radii are distances from the axis: about y=ky = k, ∣k−y∣|k - y|; about x=kx = k, ∣k−x∣|k - x|. Axis above the region: RR goes to the LOWER boundary.
  • • Known cross-sections: V=∫abA(x) dxV = \int_a^b A(x)\,dx. Square of side ss: s2s^2; isosceles right triangle of hypotenuse hh: h24\frac{h^2}{4}, of leg ℓ\ell: ℓ22\frac{\ell^2}{2}; semicircle of diameter dd: πd28\frac{\pi d^2}{8}.
  • • R2−r2=(R−r)(R+r)R^2 - r^2 = (R - r)(R + r): factor before expanding when both radii share a term.
  • • Checks: R2−r2≥0R^2 - r^2 \ge 0 on the whole interval, units cubed, VV smaller than a bounding cylinder, a farther axis gives a larger volume.

Part A: the basics (/50)

Exercise 1: Disks about the x-axis: square the radius, not the integral

When the region under y=f(x)≥0y = f(x) \ge 0, a≤x≤ba \le x \le b, turns about the xx-axis, cut the solid PERPENDICULAR to the axis. The slice at xx is a thin disk of radius f(x)f(x) and thickness dxdx, so its volume is π[f(x)]2 dx\pi [f(x)]^2\,dx, and V=∫abπ[f(x)]2 dxV = \int_a^b \pi [f(x)]^2\,dx. The radius is a length, the disk is an area, the slice is a volume: three dimensions, and the square is where the second one comes from.

The figure shows the region under y=sin⁡xy = \sin x on [0,π][0, \pi], one disk slice, and in dashed line the mirror image that the rotation sweeps below the axis. No calculator: every answer is exact.

y = sin xdisk slice at xπxdashed: the lower half of the solid
  • a) The region under y=sin⁡xy = \sin x, 0≤x≤π0 \le x \le \pi, turns about the xx-axis. Write the volume of the slice at xx, then compute VV.
  • b) Same question for the region under y=sec⁡xy = \sec x, 0≤x≤π30 \le x \le \frac{\pi}{3}.
  • c) Same question for the region under y=14−x2y = \frac{1}{\sqrt{4 - x^2}}, 0≤x≤10 \le x \le 1. Say which technique the SQUARED radius calls for, and why a student who answers π26\frac{\pi^2}{6} has integrated the wrong function.
  • d) For the region of a), one student writes V=π∫0πsin⁡x dx=2πV = \pi \int_0^\pi \sin x\,dx = 2\pi, another writes V=π(∫0πsin⁡x dx)2=4πV = \pi \left(\int_0^\pi \sin x\,dx\right)^2 = 4\pi. Name each error, and show with UNITS that neither expression can be a volume.
  • e) Check the answer of a) against a cylinder that contains the solid, and explain in one sentence why the ratio is exactly 12\frac{1}{2}.
Show the solution

Answers

  • a) dV=πsin⁡2x dxdV = \pi \sin^2 x\,dx, V=π22V = \frac{\pi^2}{2}
  • b) V=π∫0π/3sec⁡2x dx=π3V = \pi \int_0^{\pi/3} \sec^2 x\,dx = \pi\sqrt{3}
  • c) V=π∫01dx4−x2=π4ln⁡3V = \pi \int_0^1 \frac{dx}{4 - x^2} = \frac{\pi}{4}\ln 3 (partial fractions); π26\frac{\pi^2}{6} integrates ff, not f2f^2.
  • d) The first forgets the square (an area times π\pi), the second squares the integral (units of length to the fourth).
  • e) Cylinder of radius 11 and length π\pi: π2\pi^2; ratio 12\frac{1}{2}, the average of sin⁡2x\sin^2 x on [0,π][0, \pi].

a) The slice at xx is a disk of radius sin⁡x\sin x, the height of the region above the axis, so dV=πsin⁡2x dxdV = \pi \sin^2 x\,dx. Then V=π∫0πsin⁡2x dxV = \pi \int_0^\pi \sin^2 x\,dx. An even power of sine calls for the half-angle formula: sin⁡2x=1−cos⁡2x2\sin^2 x = \frac{1 - \cos 2x}{2}, so V=π2∫0π(1−cos⁡2x) dx=π2[x−sin⁡2x2]0π=π2(π−0)=π22V = \frac{\pi}{2} \int_0^\pi (1 - \cos 2x)\,dx = \frac{\pi}{2}\left[x - \frac{\sin 2x}{2}\right]_0^\pi = \frac{\pi}{2}(\pi - 0) = \frac{\pi^2}{2}. The integral is set up in xx because the axis is horizontal: the slices are perpendicular to the axis, so they are stacked ALONG it, and the variable that moves along the xx-axis is xx. Rough size: 3.1422≈4.9\frac{3.14^2}{2} \approx 4.9 cubic units.

b) Radius sec⁡x\sec x, so V=π∫0π/3sec⁡2x dx=π[tan⁡x]0π/3=π(3−0)=π3V = \pi \int_0^{\pi/3} \sec^2 x\,dx = \pi \left[\tan x\right]_0^{\pi/3} = \pi\left(\sqrt{3} - 0\right) = \pi\sqrt{3}. Here squaring the radius is exactly what makes the integral immediate: sec⁡x\sec x alone would need the ∫sec⁡x dx=ln⁡∣sec⁡x+tan⁡x∣\int \sec x\,dx = \ln|\sec x + \tan x| formula, sec⁡2x\sec^2 x is a derivative of the table. That is the general lesson of the chapter: the integrand of a disk volume is f2f^2, and it is f2f^2, not ff, whose technique you must choose.

c) Radius 14−x2\frac{1}{\sqrt{4 - x^2}}, so the square is 14−x2\frac{1}{4 - x^2}, a RATIONAL function: the root has disappeared, and with it any reason for an arcsine. The denominator factors, 4−x2=(2−x)(2+x)4 - x^2 = (2 - x)(2 + x), and the decomposition, posed before looking for its constants, is 14−x2=A2−x+B2+x\frac{1}{4 - x^2} = \frac{A}{2 - x} + \frac{B}{2 + x}. Clearing denominators, 1=A(2+x)+B(2−x)1 = A(2 + x) + B(2 - x); x=2x = 2 gives A=14A = \frac{1}{4} and x=−2x = -2 gives B=14B = \frac{1}{4}. So V=π4∫01(12−x+12+x)dx=π4[ln⁡2+x2−x]01=π4(ln⁡3−ln⁡1)=π4ln⁡3V = \frac{\pi}{4} \int_0^1 \left(\frac{1}{2 - x} + \frac{1}{2 + x}\right)dx = \frac{\pi}{4}\left[\ln\frac{2 + x}{2 - x}\right]_0^1 = \frac{\pi}{4}(\ln 3 - \ln 1) = \frac{\pi}{4}\ln 3. The answer π26\frac{\pi^2}{6} is π∫01dx4−x2=πarcsin⁡12=π⋅π6\pi \int_0^1 \frac{dx}{\sqrt{4 - x^2}} = \pi \arcsin\frac{1}{2} = \pi \cdot \frac{\pi}{6}: the student saw the familiar arcsine form in ff and integrated ff itself, forgetting that the slice is a disk. The check: π4ln⁡3≈0.86\frac{\pi}{4}\ln 3 \approx 0.86 and π26≈1.64\frac{\pi^2}{6} \approx 1.64 are not even close.

d) The first student forgot to square: π∫sin⁡x dx\pi \int \sin x\,dx is π\pi times the AREA of the region. If xx and yy are lengths in cm, ∫sin⁡x dx\int \sin x\,dx is in cm2^2, and multiplying by the pure number π\pi leaves cm2^2: not a volume. The second squared the wrong thing: (∫sin⁡x dx)2\left(\int \sin x\,dx\right)^2 is an area squared, in cm4^4. The volume ∫πf(x)2 dx\int \pi f(x)^2\,dx is in cm2×^2 \times cm == cm3^3, because the square is taken SLICE BY SLICE, before the sum: each slice is a disk, πr2\pi r^2, and only then are the slices added. The sum of the squares is not the square of the sum, and here 2π2\pi, 4π4\pi and π22\frac{\pi^2}{2} are three different numbers.

e) The solid fits inside the cylinder of radius max⁡sin⁡x=1\max \sin x = 1 and length π\pi, of volume π⋅12⋅π=π2\pi \cdot 1^2 \cdot \pi = \pi^2. Our answer π22\frac{\pi^2}{2} is smaller, as it must be, and the ratio is exactly 12\frac{1}{2} because V=π⋅π⋅(1π∫0πsin⁡2x dx)V = \pi \cdot \pi \cdot \left(\frac{1}{\pi}\int_0^\pi \sin^2 x\,dx\right) and the average value of sin⁡2x\sin^2 x over a half period is 12\frac{1}{2}. A bounding cylinder costs five seconds and catches a missing π\pi or a missing square every time: a disk volume larger than its bounding cylinder is always wrong.

Exercise 2: Washers: square each radius, then subtract

When the region does not touch the axis along its whole length, each slice is a WASHER: a disk of outer radius RR with a hole of inner radius rr. Its area is the big disk minus the hole, πR2−πr2=π(R2−r2)\pi R^2 - \pi r^2 = \pi (R^2 - r^2). Both radii are DISTANCES FROM THE AXIS, so which curve gives RR depends on the axis, not on which curve is on top.

The figure shows the region R\mathcal{R} between the line y=2xy = 2x and the parabola y=x2y = x^2, with one vertical slice.

121234y = 2xy = x²
  • a) Find where the two curves meet, and say which one is on top between those points.
  • b) R\mathcal{R} turns about the xx-axis. Give R(x)R(x) and r(x)r(x), then compute the volume.
  • c) A student computes π∫02(2x−x2)2 dx\pi \int_0^2 (2x - x^2)^2\,dx. Find his number and explain why it is not the volume, with a single slice as evidence.
  • d) R\mathcal{R} now turns about the yy-axis. Explain why the slices must be horizontal, rewrite both curves as xx in terms of yy, give the new R(y)R(y) and r(y)r(y), and compute the volume.
  • e) A classmate keeps the line y=2xy = 2x as the outer radius in d), because it is on top. What does she get, and what should that result have told her?
Show the solution

Answers

  • a) x=0x = 0 and x=2x = 2; 2x≥x22x \ge x^2 on [0,2][0, 2].
  • b) R=2xR = 2x, r=x2r = x^2, V=π∫02(4x2−x4) dx=64π15V = \pi \int_0^2 (4x^2 - x^4)\,dx = \frac{64\pi}{15}
  • c) 16π15\frac{16\pi}{15}: that is π(R−r)2\pi(R - r)^2, a disk of radius R−rR - r, not a washer.
  • d) R=yR = \sqrt{y}, r=y2r = \frac{y}{2}, 0≤y≤40 \le y \le 4: V=π∫04(y−y24)dy=8π3V = \pi \int_0^4 \left(y - \frac{y^2}{4}\right)dy = \frac{8\pi}{3}
  • e) −8π3-\frac{8\pi}{3}: a negative volume means the radii are swapped.

a) 2x=x22x = x^2 gives x(x−2)=0x(x - 2) = 0, so x=0x = 0 or x=2x = 2, at the points (0,0)(0, 0) and (2,4)(2, 4). At x=1x = 1, 2x=2>1=x22x = 2 > 1 = x^2, so the line is on top on (0,2)(0, 2). Testing one point between the intersections is the whole justification: a polynomial difference 2x−x22x - x^2 cannot change sign between two consecutive roots.

b) The axis is horizontal, so the slices are vertical and the variable is xx. At xx, the slice goes from the parabola up to the line. Measured from the axis y=0y = 0, the far end is at distance R(x)=2xR(x) = 2x and the near end at distance r(x)=x2r(x) = x^2. Then V=π∫02[(2x)2−(x2)2]dx=π∫02(4x2−x4) dx=π[4x33−x55]02=π(323−325)=64π15V = \pi \int_0^2 \left[(2x)^2 - (x^2)^2\right]dx = \pi \int_0^2 (4x^2 - x^4)\,dx = \pi\left[\frac{4x^3}{3} - \frac{x^5}{5}\right]_0^2 = \pi\left(\frac{32}{3} - \frac{32}{5}\right) = \frac{64\pi}{15}. The integrand 4x2−x4=x2(4−x2)4x^2 - x^4 = x^2(4 - x^2) is ≥0\ge 0 on [0,2][0, 2], as R2−r2R^2 - r^2 must be.

c) π∫02(2x−x2)2 dx=π∫02(4x2−4x3+x4) dx=π(323−16+325)=16π15\pi \int_0^2 (2x - x^2)^2\,dx = \pi \int_0^2 (4x^2 - 4x^3 + x^4)\,dx = \pi\left(\frac{32}{3} - 16 + \frac{32}{5}\right) = \frac{16\pi}{15}, a quarter of the true volume. His slice at x=1x = 1 has area π(2−1)2=π\pi(2 - 1)^2 = \pi, the area of a disk of radius 11. The true slice there is the washer between radii 22 and 11, of area π(4−1)=3π\pi(4 - 1) = 3\pi. The expression π(R−r)2\pi(R - r)^2 treats the THICKNESS of the region as a radius, which is what you get if you slide the region down onto the axis before turning it: a smaller solid. Square each radius, then subtract: R2−r2=(R−r)(R+r)R^2 - r^2 = (R - r)(R + r), and the factor R+rR + r he lost is exactly what the distance to the axis contributes.

d) With disks and washers the slice is always perpendicular to the axis. The axis is now vertical, so the slices are horizontal, stacked along the yy-axis, and the variable is yy, from 00 to 44. Solve each curve for xx: the line y=2xy = 2x becomes x=y2x = \frac{y}{2} and the parabola, on the right half, becomes x=yx = \sqrt{y}. At height yy, the slice runs from x=y2x = \frac{y}{2} to x=yx = \sqrt{y}, and since y≥y2\sqrt{y} \ge \frac{y}{2} on [0,4][0, 4] (at y=1y = 1: 1>121 > \frac{1}{2}), the far end from the yy-axis is the PARABOLA: R(y)=yR(y) = \sqrt{y}, r(y)=y2r(y) = \frac{y}{2}. Then V=π∫04(y−y24)dy=π[y22−y312]04=π(8−163)=8π3V = \pi \int_0^4 \left(y - \frac{y^2}{4}\right)dy = \pi\left[\frac{y^2}{2} - \frac{y^3}{12}\right]_0^4 = \pi\left(8 - \frac{16}{3}\right) = \frac{8\pi}{3}. The same region, a different axis, and the roles of the curves are REVERSED: about the xx-axis the line was outer, about the yy-axis the parabola is. That is the thread of the chapter: a radius is read from the axis, never from the words on top.

e) With R=y2R = \frac{y}{2} and r=yr = \sqrt{y} she computes π∫04(y24−y)dy=−8π3\pi \int_0^4 \left(\frac{y^2}{4} - y\right)dy = -\frac{8\pi}{3}. A volume cannot be negative, and her integrand y24−y\frac{y^2}{4} - y is negative on the whole interval (0,4)(0, 4): every one of her washers has an inner radius larger than the outer one. The sign is the free alarm of the washer method. Taking the absolute value at the end would give the right number for the wrong reason and lose the method marks; the fix is to redo the radii from the axis.

Exercise 3: Rotating about y = k or x = k: the radius is measured from the axis

Rotating about a line that is not a coordinate axis changes nothing in the method and everything in the radii. Each radius is the distance from the AXIS to a point of the boundary: for a horizontal axis y=ky = k it is ∣k−y∣|k - y|, for a vertical axis x=kx = k it is ∣k−x∣|k - x|.

Throughout, R\mathcal{R} is the region between the arch y=4−x2y = 4 - x^2 and the xx-axis. The figure shows it with three axes of rotation.

-3-2-11234-2-112345y = 4 − x²y = −1y = 4x = 2
  • a) R\mathcal{R} turns about the line y=−1y = -1. Give R(x)R(x) and r(x)r(x) and compute the volume.
  • b) R\mathcal{R} turns about the line y=4y = 4. Give R(x)R(x) and r(x)r(x) and compute the volume. A student writes r(x)=4−x2r(x) = 4 - x^2: what did he measure?
  • c) R\mathcal{R} turns about the line x=2x = 2. Set up washers in yy, show that R2−r2R^2 - r^2 simplifies to 84−y8\sqrt{4 - y}, and compute the volume.
  • d) For each of the three solids, say whether it has a hole along its axis, and read the answer off rr.
Show the solution

Answers

  • a) R=5−x2R = 5 - x^2, r=1r = 1: V=π∫−22[(5−x2)2−1]dx=832π15V = \pi \int_{-2}^{2}\left[(5 - x^2)^2 - 1\right]dx = \frac{832\pi}{15}
  • b) R=4R = 4, r=x2r = x^2: V=π∫−22(16−x4) dx=256π5V = \pi \int_{-2}^{2}(16 - x^4)\,dx = \frac{256\pi}{5}; 4−x24 - x^2 is a height, not a distance to y=4y = 4.
  • c) R=2+4−yR = 2 + \sqrt{4 - y}, r=2−4−yr = 2 - \sqrt{4 - y}: V=8π∫044−y dy=128π3V = 8\pi \int_0^4 \sqrt{4 - y}\,dy = \frac{128\pi}{3}
  • d) a) a tunnel of radius 11; b) and c) no tunnel, the hole closes at one point (r=0r = 0 at x=0x = 0, resp. y=0y = 0).

a) The axis y=−1y = -1 lies BELOW the region. At xx, the slice runs from y=0y = 0 to y=4−x2y = 4 - x^2. Distances to the axis: to the top, R(x)=(4−x2)−(−1)=5−x2R(x) = (4 - x^2) - (-1) = 5 - x^2; to the bottom, r(x)=0−(−1)=1r(x) = 0 - (-1) = 1. The region is separated from the axis by a strip of width 11, so the slices are washers even though the region sits on the xx-axis. Then V=π∫−22[(5−x2)2−1]dx=π∫−22(24−10x2+x4) dxV = \pi \int_{-2}^{2} \left[(5 - x^2)^2 - 1\right]dx = \pi \int_{-2}^{2} (24 - 10x^2 + x^4)\,dx. The integrand is even, so V=2π∫02(24−10x2+x4) dx=2π(48−803+325)=2π⋅720−400+9615=832π15V = 2\pi \int_0^2 (24 - 10x^2 + x^4)\,dx = 2\pi\left(48 - \frac{80}{3} + \frac{32}{5}\right) = 2\pi \cdot \frac{720 - 400 + 96}{15} = \frac{832\pi}{15}. Treating it as a disk of radius 4−x24 - x^2 gives the volume about the xx-axis, 512π15\frac{512\pi}{15}, a different solid.

b) The axis y=4y = 4 lies ABOVE the region and touches it at the vertex. Now the far boundary from the axis is the BOTTOM of the slice: R(x)=4−0=4R(x) = 4 - 0 = 4. The near boundary is the arch: r(x)=4−(4−x2)=x2r(x) = 4 - (4 - x^2) = x^2. So V=π∫−22(16−x4) dx=2π(32−325)=256π5V = \pi \int_{-2}^{2} (16 - x^4)\,dx = 2\pi\left(32 - \frac{32}{5}\right) = \frac{256\pi}{5}. The student who writes r=4−x2r = 4 - x^2 measured the HEIGHT of the arch above the xx-axis, the distance to the wrong line. With the axis above the region, the lower curve gives the outer radius: that inversion is the classic loss of this question, and it is invisible unless each radius is written as axis minus curve (or curve minus axis) before simplifying.

c) The axis is vertical, so the slices are horizontal and the variable is y∈[0,4]y \in [0, 4]. Solve y=4−x2y = 4 - x^2 for xx: x=±4−yx = \pm\sqrt{4 - y}, and the slice at height yy runs from x=−4−yx = -\sqrt{4 - y} to x=4−yx = \sqrt{4 - y}. Both ends are to the LEFT of x=2x = 2, so the distances are R(y)=2−(−4−y)=2+4−yR(y) = 2 - (-\sqrt{4 - y}) = 2 + \sqrt{4 - y} and r(y)=2−4−yr(y) = 2 - \sqrt{4 - y}. Write s=4−ys = \sqrt{4 - y}: R2−r2=(2+s)2−(2−s)2=8sR^2 - r^2 = (2 + s)^2 - (2 - s)^2 = 8s. So V=8π∫044−y dyV = 8\pi \int_0^4 \sqrt{4 - y}\,dy, and the substitution u=4−yu = 4 - y, du=−dydu = -dy, with y=0→u=4y = 0 \to u = 4 and y=4→u=0y = 4 \to u = 0, gives 8π∫04u du=8π⋅23⋅43/2=8π⋅163=128π38\pi \int_0^4 \sqrt{u}\,du = 8\pi \cdot \frac{2}{3} \cdot 4^{3/2} = 8\pi \cdot \frac{16}{3} = \frac{128\pi}{3}. Expanding R2R^2 and r2r^2 separately works too, but the difference of squares removes every root in one line: when both radii share a term, factor R2−r2=(R−r)(R+r)R^2 - r^2 = (R - r)(R + r) first.

d) The inner radius says it. In a) r=1r = 1 for every xx: the solid is pierced by a tunnel of radius 11 all along the axis, a thick ring. In b) r=x2r = x^2 vanishes only at x=0x = 0: the arch touches the axis at its vertex, so the hole pinches to a point there, and the solid is a spool whose waist closes. In c) r=2−4−yr = 2 - \sqrt{4 - y} vanishes only at y=0y = 0, where the region touches x=2x = 2 at the point (2,0)(2, 0): again the hole closes at one point, at the base. A region that touches the axis along a whole segment gives disks; a region that touches it at isolated points gives washers whose hole closes there; a region separated from the axis gives a genuine tunnel.

Exercise 4: A logarithm region about four axes: slice perpendicular, then solve for x

The region R\mathcal{R} is bounded by y=ln⁡xy = \ln x, the xx-axis and the line x=ex = e. The figure shows it with one horizontal slice at height yy, and the dashed line y=1y = 1, the height of R\mathcal{R} at x=ex = e.

For a vertical axis the slices are horizontal, so every boundary must be read as xx in terms of yy. Four axes, four set-ups, and each one asks which boundary is FAR from the axis.

y = ln xx = e1e1x
  • a) Describe R\mathcal{R} with horizontal slices: for which yy, and between which values of xx?
  • b) R\mathcal{R} turns about the yy-axis. Give R(y)R(y) and r(y)r(y), and compute the volume.
  • c) R\mathcal{R} turns about the xx-axis. Compute the volume, naming uu and dvdv at each integration by parts.
  • d) R\mathcal{R} turns about the line x=ex = e. Explain why the slices are disks, not washers, and compute the volume.
  • e) R\mathcal{R} turns about the line y=1y = 1. Give R(x)R(x) and r(x)r(x) and compute the volume, reusing the integral of c).
Show the solution

Answers

  • a) 0≤y≤10 \le y \le 1, ey≤x≤ee^y \le x \le e
  • b) R=eR = e, r=eyr = e^y: V=π∫01(e2−e2y) dy=π(e2+1)2V = \pi \int_0^1 (e^2 - e^{2y})\,dy = \frac{\pi(e^2 + 1)}{2}
  • c) V=π∫1e(ln⁡x)2 dx=π(e−2)V = \pi \int_1^e (\ln x)^2\,dx = \pi(e - 2)
  • d) Radius e−eye - e^y: V=π∫01(e−ey)2 dy=π2(4e−e2−1)V = \pi \int_0^1 (e - e^y)^2\,dy = \frac{\pi}{2}(4e - e^2 - 1)
  • e) R=1R = 1, r=1−ln⁡xr = 1 - \ln x: V=π∫1e(2ln⁡x−(ln⁡x)2) dx=π(4−e)V = \pi \int_1^e (2\ln x - (\ln x)^2)\,dx = \pi(4 - e)

a) The curve y=ln⁡xy = \ln x runs from (1,0)(1, 0) to (e,1)(e, 1), so the heights in R\mathcal{R} go from 00 to 11. At height yy, the left end of the slice is on the curve, where ln⁡x=y\ln x = y, that is x=eyx = e^y, and the right end is on the line x=ex = e. So R={(x,y):0≤y≤1, ey≤x≤e}\mathcal{R} = \{(x, y) : 0 \le y \le 1,\ e^y \le x \le e\}. The limits in yy are 00 and 11, NOT 11 and ee: those are the xx limits, and carrying them into a dydy integral is the most frequent set-up error of the chapter.

b) Distances to the yy-axis at height yy: the far end is the line, R(y)=eR(y) = e, the near end is the curve, r(y)=eyr(y) = e^y. The region never touches the yy-axis, so the solid has a tunnel: washers. V=π∫01(e2−e2y) dy=π[e2y−e2y2]01=π(e2−e22+12)=π(e2+1)2V = \pi \int_0^1 (e^2 - e^{2y})\,dy = \pi\left[e^2 y - \frac{e^{2y}}{2}\right]_0^1 = \pi\left(e^2 - \frac{e^2}{2} + \frac{1}{2}\right) = \frac{\pi(e^2 + 1)}{2}. Size check with e≈2.72e \approx 2.72: 3.14×8.42≈13\frac{3.14 \times 8.4}{2} \approx 13, less than the cylinder of radius ee and height 11, πe2≈23\pi e^2 \approx 23.

c) Horizontal axis, vertical slices, disks of radius ln⁡x\ln x for 1≤x≤e1 \le x \le e: V=π∫1e(ln⁡x)2 dxV = \pi \int_1^e (\ln x)^2\,dx. Integrate by parts with u=(ln⁡x)2u = (\ln x)^2, dv=dxdv = dx, so du=2ln⁡xx dxdu = \frac{2\ln x}{x}\,dx and v=xv = x: ∫(ln⁡x)2 dx=x(ln⁡x)2−2∫ln⁡x dx\int (\ln x)^2\,dx = x(\ln x)^2 - 2\int \ln x\,dx. Again u=ln⁡xu = \ln x, dv=dxdv = dx: ∫ln⁡x dx=xln⁡x−x\int \ln x\,dx = x\ln x - x. Hence a primitive is x(ln⁡x)2−2xln⁡x+2xx(\ln x)^2 - 2x\ln x + 2x, whose derivative is (ln⁡x)2+2ln⁡x−2ln⁡x−2+2=(ln⁡x)2(\ln x)^2 + 2\ln x - 2\ln x - 2 + 2 = (\ln x)^2. Evaluate: at ee, e−2e+2e=ee - 2e + 2e = e; at 11, 0−0+2=20 - 0 + 2 = 2. So V=π(e−2)≈2.26V = \pi(e - 2) \approx 2.26. The parts are forced: dv=dxdv = dx is the only choice that makes ln⁡x\ln x disappear by differentiation.

d) The axis x=ex = e is the right edge of R\mathcal{R}, and the region touches it along the whole segment from (e,0)(e, 0) to (e,1)(e, 1): every horizontal slice has one end ON the axis, so there is no hole and the slices are disks of radius e−eye - e^y. V=π∫01(e−ey)2 dy=π∫01(e2−2e ey+e2y) dy=π(e2−2e(e−1)+e2−12)=π2(4e−e2−1)V = \pi \int_0^1 (e - e^y)^2\,dy = \pi \int_0^1 (e^2 - 2e\,e^y + e^{2y})\,dy = \pi\left(e^2 - 2e(e - 1) + \frac{e^2 - 1}{2}\right) = \frac{\pi}{2}\left(4e - e^2 - 1\right). Size check: 4e−e2−1≈10.87−7.39−1=2.484e - e^2 - 1 \approx 10.87 - 7.39 - 1 = 2.48, so V≈3.9V \approx 3.9, positive as it must be.

e) The axis y=1y = 1 lies above R\mathcal{R}. Vertical slices from y=0y = 0 to y=ln⁡xy = \ln x: the FAR end from the axis is the bottom, R(x)=1−0=1R(x) = 1 - 0 = 1, the near end is the curve, r(x)=1−ln⁡xr(x) = 1 - \ln x. Then R2−r2=1−(1−ln⁡x)2=2ln⁡x−(ln⁡x)2R^2 - r^2 = 1 - (1 - \ln x)^2 = 2\ln x - (\ln x)^2, and V=π(2∫1eln⁡x dx−∫1e(ln⁡x)2 dx)=π(2⋅1−(e−2))=π(4−e)V = \pi\left(2\int_1^e \ln x\,dx - \int_1^e (\ln x)^2\,dx\right) = \pi\left(2 \cdot 1 - (e - 2)\right) = \pi(4 - e), using ∫1eln⁡x dx=[xln⁡x−x]1e=0−(−1)=1\int_1^e \ln x\,dx = [x\ln x - x]_1^e = 0 - (-1) = 1 and the integral of c). Once more the lower boundary gives RR because the axis is above: the height of the curve is never a radius by itself.

Exercise 5: Known cross-sections: the area A(x) first, the integral second

The method does not need a rotation. If every plane perpendicular to one axis cuts the solid in a region whose AREA A(x)A(x) is known, then V=∫abA(x) dxV = \int_a^b A(x)\,dx. A disk of radius f(x)f(x) is only the special case A(x)=πf(x)2A(x) = \pi f(x)^2.

The figure shows a solid whose base is the disk x2+y2≤4x^2 + y^2 \le 4 and one of its cross-sections, perpendicular to the xx-axis, standing on a chord of the base.

xbase: disk of radius 2cross-section at x
  • a) A pyramid has a square base of side 66 and height 44. Slicing parallel to the base, find the side of the slice at height yy above the base, then the volume, and compare with 13×\frac{1}{3} \times base ×\times height.
  • b) For the solid of the figure, the cross-sections perpendicular to the xx-axis are isosceles right triangles with their HYPOTENUSE on the base. Find A(x)A(x) and the volume.
  • c) Same base, but the isosceles right triangles now have one LEG on the base. Find the volume, and explain the ratio with b) in one line.
  • d) Same base, cross-sections are semicircles with their diameter on the base. Find the volume.
  • e) A student writes the chord of the base as 4−x2\sqrt{4 - x^2}. What does he get in b), and which length did he actually use?
Show the solution

Answers

  • a) Side 6(1−y4)6\left(1 - \frac{y}{4}\right), V=∫0436(1−y4)2dy=48=13⋅36⋅4V = \int_0^4 36\left(1 - \frac{y}{4}\right)^2dy = 48 = \frac{1}{3} \cdot 36 \cdot 4
  • b) Chord 24−x22\sqrt{4 - x^2}, A(x)=4−x2A(x) = 4 - x^2, V=323V = \frac{32}{3}
  • c) A(x)=2(4−x2)A(x) = 2(4 - x^2), V=643V = \frac{64}{3}, twice b).
  • d) A(x)=π2(4−x2)A(x) = \frac{\pi}{2}(4 - x^2), V=16π3V = \frac{16\pi}{3}
  • e) 83\frac{8}{3}: he used the half-chord, so every area is divided by 44.

a) Put the base at height 00 and the apex at height 44, and slice perpendicular to the vertical axis. The slices are squares, and their side decreases linearly from 66 at y=0y = 0 to 00 at y=4y = 4: by similar triangles, s(y)=6(1−y4)s(y) = 6\left(1 - \frac{y}{4}\right). So A(y)=36(1−y4)2A(y) = 36\left(1 - \frac{y}{4}\right)^2 and V=∫0436(1−y4)2dyV = \int_0^4 36\left(1 - \frac{y}{4}\right)^2dy. With u=1−y4u = 1 - \frac{y}{4}, du=−dy4du = -\frac{dy}{4}, the bounds become 11 and 00: V=36⋅4∫01u2 du=144⋅13=48V = 36 \cdot 4 \int_0^1 u^2\,du = 144 \cdot \frac{1}{3} = 48. And 13×36×4=48\frac{1}{3} \times 36 \times 4 = 48: the one third of the formula is the ∫01u2 du\int_0^1 u^2\,du of every slicing proof.

b) The slice at xx stands on the chord of the disk at abscissa xx, which runs from y=−4−x2y = -\sqrt{4 - x^2} to y=4−x2y = \sqrt{4 - x^2}: its length is 24−x22\sqrt{4 - x^2}, the WHOLE chord. For an isosceles right triangle with hypotenuse hh, each leg is h2\frac{h}{\sqrt{2}} and the area is 12(h2)2=h24\frac{1}{2}\left(\frac{h}{\sqrt{2}}\right)^2 = \frac{h^2}{4}. So A(x)=4(4−x2)4=4−x2A(x) = \frac{4(4 - x^2)}{4} = 4 - x^2, and V=∫−22(4−x2) dx=2(8−83)=323V = \int_{-2}^{2} (4 - x^2)\,dx = 2\left(8 - \frac{8}{3}\right) = \frac{32}{3}. No π\pi in the answer, and none should be expected: the base is round, but the slices are triangles.

c) Now the leg is the chord, ℓ=24−x2\ell = 2\sqrt{4 - x^2}, and the area is ℓ22=2(4−x2)\frac{\ell^2}{2} = 2(4 - x^2). So V=2⋅323=643V = 2 \cdot \frac{32}{3} = \frac{64}{3}. The ratio is 22 at EVERY xx, since ℓ2/2h2/4=2\frac{\ell^2/2}{h^2/4} = 2 for the same chord, and integrating a ratio that is constant slice by slice keeps it. Reading which side lies on the base is therefore worth the whole question: the two statements differ by one word.

d) A semicircle on the chord has radius 4−x2\sqrt{4 - x^2}, half the chord, and area 12π(4−x2)2=π2(4−x2)\frac{1}{2}\pi\left(\sqrt{4 - x^2}\right)^2 = \frac{\pi}{2}(4 - x^2). So V=π2⋅323=16π3V = \frac{\pi}{2} \cdot \frac{32}{3} = \frac{16\pi}{3}. The same polynomial 4−x24 - x^2 appears in b), c) and d): only the SHAPE constant changes (14\frac{1}{4}, 12\frac{1}{2}, π8\frac{\pi}{8} times the chord squared). Computing ∫−22(4−x2) dx=323\int_{-2}^{2}(4 - x^2)\,dx = \frac{32}{3} once and multiplying is the efficient way through such a question.

e) With a chord of 4−x2\sqrt{4 - x^2} his triangles have area 4−x24\frac{4 - x^2}{4} and his volume is 14⋅323=83\frac{1}{4} \cdot \frac{32}{3} = \frac{8}{3}. He used the distance from the xx-axis to the circle, which is the RADIUS of the rotation problems and half of the chord here. The base disk is not being rotated: the slice stands on the whole segment the base cuts, from the bottom of the circle to its top. Drawing the base seen from above, with the chord marked from −4−x2-\sqrt{4 - x^2} to 4−x2\sqrt{4 - x^2}, prevents it.

Part B: problems and reasoning (/50)

Exercise 6: The torus: a washer whose R squared minus r squared collapses

A torus, the surface of a doughnut, is swept by a disk turning about a line that does not meet it. Here the disk x2+(y−3)2≤1x^2 + (y - 3)^2 \le 1, of radius 11 and centre (0,3)(0, 3), turns about the xx-axis. The figure shows the disk and one vertical slice.

The whole exercise rests on one algebraic gesture: write R2−r2R^2 - r^2 as (R−r)(R+r)(R - r)(R + r) BEFORE expanding anything.

x² + (y − 3)² ≤ 1slice at xaxis: the x-axis
  • a) At abscissa x∈[−1,1]x \in [-1, 1], find the two ends of the vertical slice and give R(x)R(x) and r(x)r(x).
  • b) Show that R2−r2=121−x2R^2 - r^2 = 12\sqrt{1 - x^2}, and write VV as a single integral.
  • c) Evaluate the integral in two ways: by reading it as an area, then by the substitution x=sin⁡θx = \sin\theta.
  • d) Redo the computation for a disk of radius aa whose centre is at distance b>ab > a from the axis, and interpret V=2π2a2bV = 2\pi^2 a^2 b as a product of two familiar quantities.
  • e) A student computes π∫−11(R−r)2 dx\pi \int_{-1}^{1} (R - r)^2\,dx. Find his number, and give an argument without any computation that it cannot be the volume of the torus.
Show the solution

Answers

  • a) Ends 3±1−x23 \pm \sqrt{1 - x^2}: R=3+1−x2R = 3 + \sqrt{1 - x^2}, r=3−1−x2r = 3 - \sqrt{1 - x^2}
  • b) (R−r)(R+r)=21−x2⋅6(R - r)(R + r) = 2\sqrt{1 - x^2} \cdot 6; V=12π∫−111−x2 dxV = 12\pi \int_{-1}^{1}\sqrt{1 - x^2}\,dx
  • c) The integral is the area of a half-disk of radius 11, π2\frac{\pi}{2}: V=6π2V = 6\pi^2
  • d) V=4πb∫−aaa2−x2 dx=2π2a2b=(πa2)(2πb)V = 4\pi b \int_{-a}^{a}\sqrt{a^2 - x^2}\,dx = 2\pi^2 a^2 b = (\pi a^2)(2\pi b)
  • e) 16π3\frac{16\pi}{3}, which does not depend on the distance 33 to the axis: impossible.

a) The circle x2+(y−3)2=1x^2 + (y - 3)^2 = 1 gives y−3=±1−x2y - 3 = \pm\sqrt{1 - x^2}, so the vertical slice at xx runs from y=3−1−x2y = 3 - \sqrt{1 - x^2} to y=3+1−x2y = 3 + \sqrt{1 - x^2}. The axis is y=0y = 0, below the disk, so the distances are the yy-coordinates themselves: R(x)=3+1−x2R(x) = 3 + \sqrt{1 - x^2} and r(x)=3−1−x2r(x) = 3 - \sqrt{1 - x^2}. Since 1−x2≤1<3\sqrt{1 - x^2} \le 1 < 3, r>0r > 0 everywhere: the disk never meets the axis, and every slice is a genuine washer with a hole.

b) R−r=21−x2R - r = 2\sqrt{1 - x^2}, the thickness of the disk at xx, and R+r=6R + r = 6, twice the distance from the centre to the axis. So R2−r2=(R−r)(R+r)=121−x2R^2 - r^2 = (R - r)(R + r) = 12\sqrt{1 - x^2} and V=π∫−11121−x2 dx=12π∫−111−x2 dxV = \pi \int_{-1}^{1} 12\sqrt{1 - x^2}\,dx = 12\pi \int_{-1}^{1}\sqrt{1 - x^2}\,dx. Expanding the two squares separately gives the same result, 9+61−x2+(1−x2)−9+61−x2−(1−x2)9 + 6\sqrt{1 - x^2} + (1 - x^2) - 9 + 6\sqrt{1 - x^2} - (1 - x^2), with four terms that cancel and every chance of a sign slip on the way.

c) The graph of y=1−x2y = \sqrt{1 - x^2} on [−1,1][-1, 1] is the upper half of the unit circle, so ∫−111−x2 dx\int_{-1}^{1}\sqrt{1 - x^2}\,dx is the area of a half-disk of radius 11: π2\frac{\pi}{2}. By substitution: x=sin⁡θx = \sin\theta, dx=cos⁡θ dθdx = \cos\theta\,d\theta, θ\theta from −π2-\frac{\pi}{2} to π2\frac{\pi}{2}, where cos⁡θ≥0\cos\theta \ge 0 so 1−sin⁡2θ=cos⁡θ\sqrt{1 - \sin^2\theta} = \cos\theta without absolute value. The integral becomes ∫−π/2π/2cos⁡2θ dθ=[θ2+sin⁡2θ4]−π/2π/2=π2\int_{-\pi/2}^{\pi/2}\cos^2\theta\,d\theta = \left[\frac{\theta}{2} + \frac{\sin 2\theta}{4}\right]_{-\pi/2}^{\pi/2} = \frac{\pi}{2}. Both agree, and V=12π⋅π2=6π2≈59V = 12\pi \cdot \frac{\pi}{2} = 6\pi^2 \approx 59. Recognising an area is not a shortcut to be ashamed of: it is exact and it is what the marker hopes to see.

d) With radius aa and centre at height bb: R=b+a2−x2R = b + \sqrt{a^2 - x^2}, r=b−a2−x2r = b - \sqrt{a^2 - x^2}, R2−r2=4ba2−x2R^2 - r^2 = 4b\sqrt{a^2 - x^2}, and V=4πb∫−aaa2−x2 dx=4πb⋅πa22=2π2a2bV = 4\pi b \int_{-a}^{a}\sqrt{a^2 - x^2}\,dx = 4\pi b \cdot \frac{\pi a^2}{2} = 2\pi^2 a^2 b. Read it as (πa2)×(2πb)(\pi a^2) \times (2\pi b): the AREA of the disk times the length of the circle described by its centre. With a=1a = 1, b=3b = 3: π×6π=6π2\pi \times 6\pi = 6\pi^2, as in c). The coincidence is not one; the chapter on centres of mass will explain it in general, and until then the washer computation is the proof.

e) π∫−11(21−x2)2 dx=4π∫−11(1−x2) dx=4π⋅43=16π3\pi \int_{-1}^{1} (2\sqrt{1 - x^2})^2\,dx = 4\pi \int_{-1}^{1}(1 - x^2)\,dx = 4\pi \cdot \frac{4}{3} = \frac{16\pi}{3}. Without computing, look at what his integrand contains: R−r=21−x2R - r = 2\sqrt{1 - x^2}, in which the distance 33 from the disk to the axis has CANCELLED. His answer would be the same with the disk at distance 33, 3030 or 30003000 from the axis, while a doughnut swept on a larger circle is obviously larger. An expression that forgets the distance to the axis cannot be a volume of revolution. The distance lives in R+rR + r, the factor he threw away.

Exercise 7: A wedge cut from a log, sliced two ways

A wedge is cut from a solid circular cylinder of radius 33 by two planes: one perpendicular to the axis of the cylinder, and one that meets the first along a DIAMETER of the base and makes an angle of 60∘60^\circ with it. Put the base in the xyxy-plane with the diameter on the xx-axis and the wedge above y≥0y \ge 0, so that the height of the wedge above the point (x,y)(x, y) of the base is z=ytan⁡60∘=3 yz = y\tan 60^\circ = \sqrt{3}\,y.

The figure shows the base of the wedge seen from above: a half-disk, with one slice at fixed xx and one at fixed yy.

edge of the wedge (a diameter)x fixedy fixedx
  • a) Describe the cross-section of the wedge by the plane of fixed xx, give its dimensions, and show that its area is A(x)=32(9−x2)A(x) = \frac{\sqrt{3}}{2}(9 - x^2).
  • b) Compute the volume from a).
  • c) Describe the cross-section by the plane of fixed yy, give its area B(y)B(y), and compute the volume again.
  • d) Which slicing is shorter, and why must both give the same number?
  • e) Show that a wedge of radius ρ\rho and angle α\alpha has volume 23ρ3tan⁡α\frac{2}{3}\rho^3\tan\alpha, and check it against b).
Show the solution

Answers

  • a) A right triangle with legs 9−x2\sqrt{9 - x^2} and 39−x2\sqrt{3}\sqrt{9 - x^2}: A(x)=32(9−x2)A(x) = \frac{\sqrt{3}}{2}(9 - x^2)
  • b) V=32∫−33(9−x2) dx=183V = \frac{\sqrt{3}}{2}\int_{-3}^{3}(9 - x^2)\,dx = 18\sqrt{3}
  • c) A rectangle 29−y22\sqrt{9 - y^2} by 3 y\sqrt{3}\,y: V=∫0323 y9−y2 dy=183V = \int_0^3 2\sqrt{3}\,y\sqrt{9 - y^2}\,dy = 18\sqrt{3}
  • d) Slicing in xx (a polynomial); the volume does not depend on the direction of the slices.
  • e) V=tan⁡α2∫−ρρ(ρ2−x2) dx=23ρ3tan⁡αV = \frac{\tan\alpha}{2}\int_{-\rho}^{\rho}(\rho^2 - x^2)\,dx = \frac{2}{3}\rho^3\tan\alpha; 23⋅27⋅3=183\frac{2}{3} \cdot 27 \cdot \sqrt{3} = 18\sqrt{3}

a) The plane of fixed xx meets the base along the segment from (x,0)(x, 0) to (x,9−x2)(x, \sqrt{9 - x^2}): HALF a chord this time, because the base is only the half-disk y≥0y \ge 0. Above each point of that segment the wedge rises to z=3 yz = \sqrt{3}\,y, a height proportional to yy. So the cross-section is a right triangle with the right angle on the diameter, horizontal leg 9−x2\sqrt{9 - x^2} and vertical leg 39−x2\sqrt{3}\sqrt{9 - x^2} (the 60∘60^\circ angle sits at (x,0)(x, 0)). Its area is A(x)=129−x2⋅39−x2=32(9−x2)A(x) = \frac{1}{2}\sqrt{9 - x^2} \cdot \sqrt{3}\sqrt{9 - x^2} = \frac{\sqrt{3}}{2}(9 - x^2).

b) V=∫−33A(x) dx=32∫−33(9−x2) dx=32⋅2(27−9)=183V = \int_{-3}^{3} A(x)\,dx = \frac{\sqrt{3}}{2}\int_{-3}^{3}(9 - x^2)\,dx = \frac{\sqrt{3}}{2} \cdot 2\left(27 - 9\right) = 18\sqrt{3}. Size: about 3131 cubic units, against 9π2⋅33≈73\frac{9\pi}{2} \cdot 3\sqrt{3} \approx 73 for the half-cylinder of radius 33 whose height is the top of the wedge, 333\sqrt{3}: the wedge fills less than half of it, as it must, since it tapers to nothing along the diameter.

c) The plane of fixed yy, 0≤y≤30 \le y \le 3, meets the base along the chord from x=−9−y2x = -\sqrt{9 - y^2} to x=9−y2x = \sqrt{9 - y^2}, of length 29−y22\sqrt{9 - y^2}, and above that whole chord the height is the SAME, 3 y\sqrt{3}\,y. So the cross-section is a rectangle and B(y)=23 y9−y2B(y) = 2\sqrt{3}\,y\sqrt{9 - y^2}. Then V=∫0323 y9−y2 dyV = \int_0^3 2\sqrt{3}\,y\sqrt{9 - y^2}\,dy. Substitute u=9−y2u = 9 - y^2, du=−2y dydu = -2y\,dy, with y=0→u=9y = 0 \to u = 9 and y=3→u=0y = 3 \to u = 0: V=3∫09u du=3⋅23⋅27=183V = \sqrt{3}\int_0^9\sqrt{u}\,du = \sqrt{3} \cdot \frac{2}{3} \cdot 27 = 18\sqrt{3}. Same volume.

d) Slicing at fixed xx is shorter: the area is a polynomial, and the integral takes one line. Slicing at fixed yy needs a substitution. Both must agree because the volume of a solid is a property of the solid, not of the knife: ∫A(x) dx\int A(x)\,dx and ∫B(y) dy\int B(y)\,dy are two ways of adding up the same thin pieces. When two slicings disagree, one of the areas is wrong, which makes the second slicing an excellent check when time allows. The choice that pays is the one where the cross-section has the simpler shape, here the triangle whose two legs are both proportional to 9−x2\sqrt{9 - x^2}.

e) With radius ρ\rho and angle α\alpha, the legs are ρ2−x2\sqrt{\rho^2 - x^2} and tan⁡αρ2−x2\tan\alpha\sqrt{\rho^2 - x^2}, so A(x)=tan⁡α2(ρ2−x2)A(x) = \frac{\tan\alpha}{2}(\rho^2 - x^2) and V=tan⁡α2⋅2(ρ3−ρ33)=23ρ3tan⁡αV = \frac{\tan\alpha}{2} \cdot 2\left(\rho^3 - \frac{\rho^3}{3}\right) = \frac{2}{3}\rho^3\tan\alpha. For ρ=3\rho = 3 and α=60∘\alpha = 60^\circ: 23⋅27⋅3=183\frac{2}{3} \cdot 27 \cdot \sqrt{3} = 18\sqrt{3}, as in b). The formula shows that the angle only enters through tan⁡α\tan\alpha, and the π\pi of the round base never appears: the slices are triangles.

Exercise 8: Five statements to correct

Each statement below was written on a real MATH 141 paper and each one is false. For each, give a counterexample or the computation that refutes it, then write the correct statement. Two marks per statement.

  • a) The volume obtained by rotating the region between y=f(x)y = f(x) and y=g(x)y = g(x), f≥g≥0f \ge g \ge 0, about the xx-axis is π∫ab(f−g)2 dx\pi \int_a^b (f - g)^2\,dx.
  • b) When the region under y=x2y = x^2, 0≤x≤10 \le x \le 1, turns about the line y=3y = 3, the radius of the slice is x2x^2, so V=π∫01x4 dxV = \pi \int_0^1 x^4\,dx.
  • c) A solid obtained by rotation about the yy-axis is always computed with an integral in xx, since the region is described by y=f(x)y = f(x).
  • d) If ff is replaced by 2f2f, the volume of the solid swept about the xx-axis doubles.
  • e) Rotating a region about y=−1y = -1 instead of about the xx-axis adds to the volume a cylinder of radius 11.
Show the solution

Answers

  • a) False: π∫ab(f2−g2) dx\pi \int_a^b (f^2 - g^2)\,dx. For 2x2x and x2x^2 on [0,2][0, 2]: 64π15\frac{64\pi}{15}, not 16π15\frac{16\pi}{15}.
  • b) False: R=3R = 3, r=3−x2r = 3 - x^2, V=π∫01(6x2−x4) dx=9π5V = \pi \int_0^1 (6x^2 - x^4)\,dx = \frac{9\pi}{5}.
  • c) False: with washers the slices are perpendicular to the axis, so horizontal, in yy. Example: π2\frac{\pi}{2}, not π5\frac{\pi}{5}.
  • d) False: VV is multiplied by 44, since (2f)2=4f2(2f)^2 = 4f^2.
  • e) False: it adds 2π∫abf dx2\pi \int_a^b f\,dx, that is 2π2\pi times the area; for the arch 4−x24 - x^2, 64π3\frac{64\pi}{3}, not 4π4\pi.

a) The slice is a washer, of area πf2−πg2\pi f^2 - \pi g^2, not a disk of radius f−gf - g. For the region between y=2xy = 2x and y=x2y = x^2 on [0,2][0, 2]: π∫02(4x2−x4) dx=64π15\pi \int_0^2 (4x^2 - x^4)\,dx = \frac{64\pi}{15}, whereas π∫02(2x−x2)2 dx=16π15\pi \int_0^2 (2x - x^2)^2\,dx = \frac{16\pi}{15}. Correct statement: V=π∫ab(f(x)2−g(x)2)dxV = \pi \int_a^b \left(f(x)^2 - g(x)^2\right)dx. Square each radius first, then subtract.

b) x2x^2 is the HEIGHT of the curve above the xx-axis, not its distance to the axis y=3y = 3. The region lies below the axis; the far boundary is the xx-axis, at distance R=3R = 3, and the near one is the curve, at distance r=3−x2r = 3 - x^2. So V=π∫01(9−(3−x2)2)dx=π∫01(6x2−x4) dx=π(2−15)=9π5V = \pi \int_0^1 \left(9 - (3 - x^2)^2\right)dx = \pi \int_0^1 (6x^2 - x^4)\,dx = \pi\left(2 - \frac{1}{5}\right) = \frac{9\pi}{5}. The expression π∫01x4 dx=π5\pi \int_0^1 x^4\,dx = \frac{\pi}{5} is the volume about the xx-axis, a different solid. Correct statement: about y=ky = k, every radius is ∣k−y∣|k - y| at the relevant boundary.

c) With disks and washers, the slice is PERPENDICULAR to the axis of rotation. About the yy-axis the slices are horizontal, stacked along yy, so the integral is in yy and each boundary must be rewritten as x=g(y)x = g(y). Example: the region under y=x2y = x^2, 0≤x≤10 \le x \le 1, about the yy-axis. At height y∈[0,1]y \in [0, 1] the slice runs from x=yx = \sqrt{y} to x=1x = 1: R=1R = 1, r=yr = \sqrt{y}, V=π∫01(1−y) dy=π2V = \pi \int_0^1 (1 - y)\,dy = \frac{\pi}{2}. The integral π∫01(x2)2 dx=π5\pi \int_0^1 (x^2)^2\,dx = \frac{\pi}{5} again computes the solid about the xx-axis. Correct statement: with washers, a vertical axis means an integral in yy. (An integral in xx about a vertical axis exists, with cylindrical shells: that is the next chapter, and it is a different integrand.)

d) The radius is squared: π∫ab(2f)2 dx=4π∫abf2 dx\pi \int_a^b (2f)^2\,dx = 4\pi \int_a^b f^2\,dx. For f=sin⁡xf = \sin x on [0,π][0, \pi], VV goes from π22\frac{\pi^2}{2} to 2π22\pi^2, four times as much. Correct statement: scaling every radius by kk scales the volume by k2k^2 (and scaling all three dimensions by kk would scale it by k3k^3).

e) About y=−1y = -1, a region 0≤y≤f(x)0 \le y \le f(x) gives R=f+1R = f + 1 and r=1r = 1, so R2−r2=f2+2fR^2 - r^2 = f^2 + 2f and Vy=−1=π∫abf2 dx+2π∫abf dxV_{y = -1} = \pi \int_a^b f^2\,dx + 2\pi \int_a^b f\,dx. The extra term is 2π2\pi times the AREA of the region, not the volume π⋅12⋅(b−a)\pi \cdot 1^2 \cdot (b - a) of a cylinder of radius 11. For the arch y=4−x2y = 4 - x^2 on [−2,2][-2, 2]: Vx=512π15V_x = \frac{512\pi}{15} and Vy=−1=832π15V_{y = -1} = \frac{832\pi}{15}, a difference of 320π15=64π3\frac{320\pi}{15} = \frac{64\pi}{3}, which is 2π×3232\pi \times \frac{32}{3}, twice π\pi times the area, and not the 4π4\pi of the cylinder. Correct statement: moving the axis away adds a term that depends on the whole region, and the only safe method is to write the new radii from the new axis.

Exercise 9: Filling a hemispherical basin: the volume as a function of the depth

A basin is a hemisphere of radius 33 dm, rim horizontal. Measure yy upward from the bottom, in decimetres, so that the cross-section of the basin through its axis is the lower half of the circle x2+(y−3)2=9x^2 + (y - 3)^2 = 9. Recall that 11 dm3^3 is one litre. The figure shows the basin with water up to the level y=hy = h, and one horizontal slice of the water.

The water is the solid swept by the region between the circle and its axis, for 0≤y≤h0 \le y \le h, turning about the vertical axis: horizontal disks.

level hrimaxisbottom, y = 0
  • a) Show that the horizontal slice of water at height yy is a disk of radius 6y−y2\sqrt{6y - y^2}, and write V(h)V(h) as an integral.
  • b) Compute V(h)V(h) for 0≤h≤30 \le h \le 3, and check it against the volume of the full hemisphere.
  • c) The water reaches half the depth, h=32h = \frac{3}{2} dm. What fraction of the basin is filled? Explain the answer without computation.
  • d) Water is poured in at 22 litres per minute. Find dVdh\frac{dV}{dh} without differentiating the formula of b), interpret it, and deduce how fast the level rises when h=1h = 1 dm.
  • e) Show that V(h)=πh2(3−h3)V(h) = \pi h^2\left(3 - \frac{h}{3}\right), the formula of a spherical cap of height hh.
Show the solution

Answers

  • a) x2=9−(y−3)2=6y−y2x^2 = 9 - (y - 3)^2 = 6y - y^2; V(h)=π∫0h(6y−y2) dyV(h) = \pi \int_0^h (6y - y^2)\,dy
  • b) V(h)=π(3h2−h33)V(h) = \pi\left(3h^2 - \frac{h^3}{3}\right) litres; V(3)=18π=23π⋅33V(3) = 18\pi = \frac{2}{3}\pi \cdot 3^3
  • c) V(32)=45π8V\left(\frac{3}{2}\right) = \frac{45\pi}{8}, that is 516\frac{5}{16} of the basin: the bottom is narrow.
  • d) dVdh=π(6h−h2)\frac{dV}{dh} = \pi(6h - h^2), the area of the water surface; at h=1h = 1: dhdt=25π\frac{dh}{dt} = \frac{2}{5\pi} dm/min.
  • e) πh2(3−h3)=π(3h2−h33)\pi h^2\left(3 - \frac{h}{3}\right) = \pi\left(3h^2 - \frac{h^3}{3}\right)

a) The axis of the basin is the yy-axis, vertical, so the slices are horizontal and the variable is yy. At height yy, the water surface meets the wall where x2+(y−3)2=9x^2 + (y - 3)^2 = 9, that is x2=9−(y2−6y+9)=6y−y2x^2 = 9 - (y^2 - 6y + 9) = 6y - y^2. The slice is a disk centred on the axis, of radius 6y−y2\sqrt{6y - y^2} and area π(6y−y2)\pi(6y - y^2). Stacking the slices from the bottom y=0y = 0 to the level y=hy = h: V(h)=π∫0h(6y−y2) dyV(h) = \pi \int_0^h (6y - y^2)\,dy. The radius is squared and the root disappears, so no substitution is needed: writing the area directly as πx2\pi x^2 from the equation of the circle is the efficient move.

b) V(h)=π[3y2−y33]0h=π(3h2−h33)V(h) = \pi\left[3y^2 - \frac{y^3}{3}\right]_0^h = \pi\left(3h^2 - \frac{h^3}{3}\right) cubic decimetres, that is litres. Full basin: V(3)=π(27−9)=18πV(3) = \pi(27 - 9) = 18\pi litres, about 56.556.5 litres. The hemisphere of radius 33 has volume 12⋅43π⋅27=18π\frac{1}{2} \cdot \frac{4}{3}\pi \cdot 27 = 18\pi: consistent. A formula for V(h)V(h) must also give V(0)=0V(0) = 0 and increase with hh, which it does on [0,3][0, 3] since its derivative, found in d), is positive there.

c) V(32)=π(3⋅94−278⋅3)=π(274−98)=45π8V\left(\frac{3}{2}\right) = \pi\left(3 \cdot \frac{9}{4} - \frac{27}{8 \cdot 3}\right) = \pi\left(\frac{27}{4} - \frac{9}{8}\right) = \frac{45\pi}{8}, and 45π/818π=45144=516\frac{45\pi/8}{18\pi} = \frac{45}{144} = \frac{5}{16}. Half the depth holds less than a third of the water. Without computation: the slices near the bottom are small disks and the slices near the rim are almost the full disk of radius 33, so the lower half of the depth contains the thin part of the bowl. Anyone who answers 12\frac{1}{2} has treated the basin as a cylinder.

d) By the Fundamental Theorem of Calculus applied to V(h)=∫0hπ(6y−y2) dyV(h) = \int_0^h \pi(6y - y^2)\,dy, dVdh=π(6h−h2)\frac{dV}{dh} = \pi(6h - h^2): the rate of change of the volume with the depth is the AREA of the water surface at that depth, since adding a thin layer dhdh adds a slice of volume (area) ×dh\times dh. By the chain rule, dVdt=dVdhdhdt\frac{dV}{dt} = \frac{dV}{dh}\frac{dh}{dt}, so dhdt=2π(6h−h2)\frac{dh}{dt} = \frac{2}{\pi(6h - h^2)}. At h=1h = 1: the surface is 5π5\pi dm2^2 and dhdt=25π\frac{dh}{dt} = \frac{2}{5\pi} dm per minute, roughly 0.130.13 dm, about 1.31.3 cm, per minute. The level rises more slowly as the basin widens.

e) πh2(3−h3)=π(3h2−h33)\pi h^2\left(3 - \frac{h}{3}\right) = \pi\left(3h^2 - \frac{h^3}{3}\right): the same polynomial. The water is a spherical cap of height hh cut from a sphere of radius 33, and the formula πh2(ρ−h3)\pi h^2\left(\rho - \frac{h}{3}\right) for a cap of height hh on a sphere of radius ρ\rho is exactly what this computation proves in general, with 6y−y26y - y^2 replaced by 2ρy−y22\rho y - y^2. At h=3h = 3 it gives 9π⋅2=18π9\pi \cdot 2 = 18\pi, the half-sphere again.

Exercise 10: A final exam question: the region between cosine and sine

This is the shape of the last question of a MATH 141 final: one region, several solids, and the marks go to the set-up. The region R\mathcal{R} is bounded by y=cos⁡xy = \cos x, y=sin⁡xy = \sin x and the yy-axis, as in the figure.

y = cos xy = sin xπ/4
  • a) Find the corners of R\mathcal{R} and justify which curve is on top. Then compute the volume of the solid obtained by rotating R\mathcal{R} about the xx-axis.
  • b) Compute the volume when R\mathcal{R} turns about the line y=1y = 1. Justify which curve gives the outer radius.
  • c) R\mathcal{R} is the base of a solid whose cross-sections perpendicular to the xx-axis are squares. Compute its volume.
  • d) A student answers a) with π∫0π/4(cos⁡x−sin⁡x)2 dx\pi \int_0^{\pi/4} (\cos x - \sin x)^2\,dx. Compare his number with c), and describe the solid he actually computed.
  • e) Compute the volume when R\mathcal{R} turns about y=−1y = -1, and check that it is larger than a), as it must be.
Show the solution

Answers

  • a) Corners (0,0)(0, 0), (0,1)(0, 1), (π4,22)\left(\frac{\pi}{4}, \frac{\sqrt{2}}{2}\right); V=π∫0π/4cos⁡2x dx=π2V = \pi \int_0^{\pi/4}\cos 2x\,dx = \frac{\pi}{2}
  • b) R=1−sin⁡xR = 1 - \sin x, r=1−cos⁡xr = 1 - \cos x: V=π(22−52)V = \pi\left(2\sqrt{2} - \frac{5}{2}\right)
  • c) V=∫0π/4(cos⁡x−sin⁡x)2 dx=π4−12V = \int_0^{\pi/4}(\cos x - \sin x)^2\,dx = \frac{\pi}{4} - \frac{1}{2}
  • d) π(π4−12)\pi\left(\frac{\pi}{4} - \frac{1}{2}\right), π\pi times c): a solid with DISK sections of radius cos⁡x−sin⁡x\cos x - \sin x.
  • e) R=1+cos⁡xR = 1 + \cos x, r=1+sin⁡xr = 1 + \sin x: V=π(22−32)>π2V = \pi\left(2\sqrt{2} - \frac{3}{2}\right) > \frac{\pi}{2}

a) The curves meet where cos⁡x=sin⁡x\cos x = \sin x, the first time at x=π4x = \frac{\pi}{4}, at height 22\frac{\sqrt{2}}{2}; the yy-axis cuts them at (0,1)(0, 1) and (0,0)(0, 0). On [0,π4)\left[0, \frac{\pi}{4}\right), cos⁡x>sin⁡x\cos x > \sin x (at x=0x = 0: 1>01 > 0), so cosine is on top. About the xx-axis, below the region, R=cos⁡xR = \cos x and r=sin⁡xr = \sin x, and R2−r2=cos⁡2x−sin⁡2x=cos⁡2xR^2 - r^2 = \cos^2 x - \sin^2 x = \cos 2x: the double-angle identity does the work. V=π∫0π/4cos⁡2x dx=π[sin⁡2x2]0π/4=π2V = \pi \int_0^{\pi/4}\cos 2x\,dx = \pi\left[\frac{\sin 2x}{2}\right]_0^{\pi/4} = \frac{\pi}{2}.

b) The axis y=1y = 1 lies ABOVE R\mathcal{R} (both curves are ≤1\le 1 there). The boundary farther from the axis is the LOWER curve: R=1−sin⁡xR = 1 - \sin x, and the nearer one is the upper curve: r=1−cos⁡xr = 1 - \cos x. Then R2−r2=(1−2sin⁡x+sin⁡2x)−(1−2cos⁡x+cos⁡2x)=2(cos⁡x−sin⁡x)−cos⁡2xR^2 - r^2 = (1 - 2\sin x + \sin^2 x) - (1 - 2\cos x + \cos^2 x) = 2(\cos x - \sin x) - \cos 2x. Integrate: ∫0π/42(cos⁡x−sin⁡x) dx=2[sin⁡x+cos⁡x]0π/4=2(2−1)\int_0^{\pi/4} 2(\cos x - \sin x)\,dx = 2\left[\sin x + \cos x\right]_0^{\pi/4} = 2(\sqrt{2} - 1) and ∫0π/4cos⁡2x dx=12\int_0^{\pi/4}\cos 2x\,dx = \frac{1}{2}. So V=π(22−2−12)=π(22−52)V = \pi\left(2\sqrt{2} - 2 - \frac{1}{2}\right) = \pi\left(2\sqrt{2} - \frac{5}{2}\right). Sign check: 22≈2.83>2.52\sqrt{2} \approx 2.83 > 2.5, so V≈0.33π>0V \approx 0.33\pi > 0. Swapping the radii would have produced the negative of this number.

c) The square at xx stands on the vertical segment of R\mathcal{R}, of length cos⁡x−sin⁡x\cos x - \sin x, so A(x)=(cos⁡x−sin⁡x)2=cos⁡2x−2sin⁡xcos⁡x+sin⁡2x=1−sin⁡2xA(x) = (\cos x - \sin x)^2 = \cos^2 x - 2\sin x\cos x + \sin^2 x = 1 - \sin 2x. Then V=∫0π/4(1−sin⁡2x) dx=[x+cos⁡2x2]0π/4=π4+0−12=π4−12V = \int_0^{\pi/4}(1 - \sin 2x)\,dx = \left[x + \frac{\cos 2x}{2}\right]_0^{\pi/4} = \frac{\pi}{4} + 0 - \frac{1}{2} = \frac{\pi}{4} - \frac{1}{2}, about 0.290.29.

d) His integrand is π(cos⁡x−sin⁡x)2\pi(\cos x - \sin x)^2, exactly π\pi times the A(x)A(x) of c), so his number is π(π4−12)≈0.90\pi\left(\frac{\pi}{4} - \frac{1}{2}\right) \approx 0.90, not π2≈1.57\frac{\pi}{2} \approx 1.57. The expression π(R−r)2\pi(R - r)^2 is the area of a DISK of radius R−rR - r: he computed the solid built on R\mathcal{R} whose cross-sections are disks centred on the region with radius equal to its height, a solid with known cross-sections, not the solid of revolution. That is the precise diagnosis of the π(R−r)2\pi(R - r)^2 error, and why it loses the whole set-up mark: it is a different solid.

e) The axis y=−1y = -1 lies below: R=1+cos⁡xR = 1 + \cos x (the upper curve is farther) and r=1+sin⁡xr = 1 + \sin x. R2−r2=2(cos⁡x−sin⁡x)+cos⁡2xR^2 - r^2 = 2(\cos x - \sin x) + \cos 2x, so V=π(2(2−1)+12)=π(22−32)≈1.33πV = \pi\left(2(\sqrt{2} - 1) + \frac{1}{2}\right) = \pi\left(2\sqrt{2} - \frac{3}{2}\right) \approx 1.33\pi, larger than π2\frac{\pi}{2} from a). It must be larger: every point of R\mathcal{R} is farther from y=−1y = -1 than from y=0y = 0, so each washer is wider and has more area (R2−r2R^2 - r^2 grew by 2(R−r)2(R - r) exactly). Comparing the answers of a), b) and e) with the distances of the three axes is the last check before handing in.

See also

Struggling with MATH 141?

I tutor first-year calculus at McGill and Concordia, in English or in French, in Montreal or online. Get in touch for a first session.

Site by Studio Squalli