πŸŽ“ BookMCQ
← Back to 7. Applications of the Definite Integral In Geometry, Science, and Engineering

πŸ“ Volume by slicing method (30 MCQs)

πŸ“– From Calculus β€’ 7. Applications of the Definite Integral In Geometry, Science, and Engineering β€’ 30 questions available

What is Volume by slicing method?

Definition:
The slicing method calculates volume by integrating the cross-sectional area A(x)A(x) perpendicular to an axis. If slices are perpendicular to the x-axis, the volume is V=∫abA(x) dxV = \int_{a}^{b} A(x) \, dx. This generalizes volume calculation beyond simple geometric shapes to complex solids with known cross-sections.

Example:
Solid with square base [0,2]Γ—[0,2][0,2] \times [0,2] and triangular cross-sections of height equal to base. Area A(x)=12x2A(x) = \frac{1}{2}x^2. Solution: V=∫0212x2 dx=[x36]02=86=43V = \int_{0}^{2} \frac{1}{2}x^2 \, dx = [\frac{x^3}{6}]_0^2 = \frac{8}{6} = \frac{4}{3}.

Reason:
This method is fundamental because it applies to any solid where the cross-sectional area can be defined as a function, allowing for the calculation of volumes of irregular objects in engineering design.

6
Easy
14
Medium
10
Hard

πŸ“ All Volume by slicing method MCQs

Q1. A student claims that the volume of any solid can be found by simply multiplying the area of its base by its height. Is this statement always correct, and why?

A.Yes, because all solids have a base and a constant height.
B.Yes, but only if the solid is a prism or a cylinder.
C.No, because the cross-sectional area must be constant along the height for this formula to work. βœ…
D.No, because the base area must be a circle for this to be valid.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: This statement reflects a common misconception. The formula V=baseΒ areaΓ—heightV = \text{base area} \times \text{height} only applies to right cylinders (solids with uniform cross-sections). For solids with varying cross-sections, like a pyramid or a cone, this formula fails. The correct approach is to integrate the cross-sectional area function A(x)A(x) along the axis, which accounts for changes in the shape and size of the slices. The student's claim is a misinterpretation of the slicing method, which requires an integral, not a simple product.

Q2. A solid's base is the region between y=x2y = x^2 and y=4y = 4 for 0≀x≀20 \le x \le 2. Cross-sections perpendicular to the x-axis are squares. A student sets up the integral for the volume as ∫02(4βˆ’x2)2 dx\int_{0}^{2} (4 - x^2)^2 \, dx. Is this setup correct?

A.Yes, the integrand correctly represents the area of the square cross-section. βœ…
B.No, the integrand should be 4βˆ’x2\sqrt{4 - x^2} to find the side length.
C.No, the limits of integration should be from 0 to 4.
D.Yes, but the integral should be multiplied by 2.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The student's setup is correct. At any xx in [0, 2], the vertical distance between the curves y=x2y = x^2 and y=4y = 4 is 4βˆ’x24 - x^2. Since the cross-sections are squares, the side length is this distance, and the area of each square is (4βˆ’x2)2(4 - x^2)^2. The solid is bounded by x=0x = 0 and x=2x = 2, so the limits of integration are correct. The student has successfully applied the slicing method by integrating the area of the square cross-sections over the interval. This is a direct Medium of the volume formula V=∫A(x) dxV = \int A(x) \, dx.

Q3. What is the volume of a solid whose base is the region between the x-axis and the curve y=xy = \sqrt{x} from x=0x = 0 to x=4x = 4, and whose cross-sections perpendicular to the x-axis are equilateral triangles?

A.433\frac{4\sqrt{3}}{3}
B.232\sqrt{3}
C.434\sqrt{3}
D.833\frac{8\sqrt{3}}{3} βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

Q4. A solid is formed such that its cross-sections perpendicular to the y-axis are rectangles with height equal to twice the width. If the solid is bounded by x=0x = 0, x=y2x = y^2, y=0y = 0, and y=2y = 2, what is the volume?

A.325\frac{32}{5}
B.165\frac{16}{5}
C.88
D.645\frac{64}{5} βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: This problem requires careful setup. The region is bounded by x=0x = 0 and x=y2x = y^2 for y∈[0,2]y \in [0, 2]. The width of the cross-section perpendicular to the y-axis is the horizontal distance between the curves, which is y2y^2. Since the height is twice the width, the height is 2y22y^2. The area of the rectangular cross-section is A(y)=widthΓ—height=y2β‹…2y2=2y4A(y) = \text{width} \times \text{height} = y^2 \cdot 2y^2 = 2y^4. The volume is V=∫022y4 dy=2[y55]02=2β‹…325=645V = \int_{0}^{2} 2y^4 \, dy = 2 \left[ \frac{y^5}{5} \right]_{0}^{2} = \frac{2 \cdot 32}{5} = \frac{64}{5}. This is a multi-step problem involving interpreting the geometry and setting up the integral correctly. The distractors come from common errors like not squaring the width or mixing up the axes.

Q5. Which of the following integrals represents the volume of a solid whose base is the region bounded by y=sin⁑xy = \sin x, y=0y = 0, x=0x = 0, and x=Ο€x = \pi, and whose cross-sections perpendicular to the x-axis are semicircles with diameters on the base?

A.Ο€8∫0Ο€sin⁑2x dx\frac{\pi}{8} \int_{0}^{\pi} \sin^2 x \, dx βœ…
B.Ο€2∫0Ο€sin⁑x dx\frac{\pi}{2} \int_{0}^{\pi} \sin x \, dx
C.Ο€4∫0Ο€sin⁑2x dx\frac{\pi}{4} \int_{0}^{\pi} \sin^2 x \, dx
D.Ο€8∫0Ο€sin⁑x dx\frac{\pi}{8} \int_{0}^{\pi} \sin x \, dx
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The diameter of each semicircle is the vertical distance between the curves, which is sin⁑x\sin x. The radius is sin⁑x2\frac{\sin x}{2}. The area of a semicircle is 12Ο€r2=12Ο€(sin⁑x2)2=Ο€8sin⁑2x\frac{1}{2} \pi r^2 = \frac{1}{2} \pi \left( \frac{\sin x}{2} \right)^2 = \frac{\pi}{8} \sin^2 x. Thus, the volume is V=∫0ππ8sin⁑2x dxV = \int_{0}^{\pi} \frac{\pi}{8} \sin^2 x \, dx. This matches option A. The other options arise from incorrectly calculating the area of the semicircle (e.g., forgetting the factor of 1/21/2 or using the diameter instead of the radius). This question tests the ability to translate a geometric description into a correct integral expression.

Q6. A student is trying to find the volume of a solid whose base is the region between y=x2y = x^2 and y=xy = x for 0≀x≀10 \le x \le 1, and whose cross-sections perpendicular to the x-axis are squares. The student writes the integral as ∫01(xβˆ’x2)2 dx\int_{0}^{1} (x - x^2)^2 \, dx. What is the error, if any, in this setup?

A.The integrand should be (x2βˆ’x)2(x^2 - x)^2 because the top curve is x2x^2.
B.The limits of integration should be from 1 to 0.
C.There is no error; the setup is correct. βœ…
D.The integrand should be xβˆ’x2\sqrt{x - x^2} because the side length is the square root of the area.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: The student's setup is correct. The region is bounded above by y=xy = x and below by y=x2y = x^2 on the interval [0,1][0, 1]. The vertical distance between the curves is xβˆ’x2x - x^2, which is the side length of the square cross-section. The area of the square is (xβˆ’x2)2(x - x^2)^2. Therefore, the volume is V=∫01(xβˆ’x2)2 dxV = \int_{0}^{1} (x - x^2)^2 \, dx. The student has correctly applied the slicing method. Option A is incorrect because xx is above x2x^2 on this interval. Option B is incorrect because the order of limits does not affect the value of the integral if the sign is handled, but the standard form is from lower to upper. Option D incorrectly relates the area of the square to the side length.

Q7. A solid has a circular base of radius 2. Cross-sections perpendicular to a diameter are squares. What is the volume of the solid?

A.323\frac{32}{3}
B.643\frac{64}{3}
C.1283\frac{128}{3} βœ…
D.6464
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: This is a classic problem. Place the circle with center at the origin and diameter along the x-axis. The equation of the circle is x2+y2=4x^2 + y^2 = 4. For a given xx, the vertical distance across the circle is 2y=24βˆ’x22y = 2\sqrt{4 - x^2}. This is the side length of the square cross-section. The area is A(x)=(24βˆ’x2)2=4(4βˆ’x2)A(x) = (2\sqrt{4 - x^2})^2 = 4(4 - x^2). The volume is V=βˆ«βˆ’224(4βˆ’x2) dx=4[4xβˆ’x33]βˆ’22=4((8βˆ’83)βˆ’(βˆ’8+83))=4(163βˆ’(βˆ’163))=4β‹…323=1283V = \int_{-2}^{2} 4(4 - x^2) \, dx = 4 \left[ 4x - \frac{x^3}{3} \right]_{-2}^{2} = 4 \left( (8 - \frac{8}{3}) - (-8 + \frac{8}{3}) \right) = 4 \left( \frac{16}{3} - (-\frac{16}{3}) \right) = 4 \cdot \frac{32}{3} = \frac{128}{3}. The correct answer is 1283\frac{128}{3}. This problem requires setting up the integral from the geometry of the circle and correctly identifying the side length of the square.

Q8. A solid has its base as the region enclosed by the parabola y=4βˆ’x2y = 4 - x^2 and the x-axis. Cross-sections perpendicular to the y-axis are squares. Which integral correctly represents the volume of this solid?

A.∫04(4βˆ’y)2 dy\int_{0}^{4} (4 - y)^2 \, dy
B.∫0424βˆ’y dy\int_{0}^{4} 2\sqrt{4 - y} \, dy
C.βˆ«βˆ’22(4βˆ’x2)2 dx\int_{-2}^{2} (4 - x^2)^2 \, dx
D.∫04(24βˆ’y)2 dy\int_{0}^{4} (2\sqrt{4 - y})^2 \, dy βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: This problem requires careful attention to the axis of the cross-sections. Since the cross-sections are perpendicular to the y-axis, we integrate with respect to yy. The base is bounded by y=4βˆ’x2y = 4 - x^2 and y=0y = 0. Solving for xx, we get x=Β±4βˆ’yx = \pm \sqrt{4 - y}. The length of the cross-section parallel to the x-axis (the side of the square) is the horizontal distance between the two sides of the parabola, which is 24βˆ’y2\sqrt{4 - y}. The area of the square is (24βˆ’y)2(2\sqrt{4 - y})^2. The volume is V=∫04(24βˆ’y)2 dyV = \int_{0}^{4} (2\sqrt{4 - y})^2 \, dy. Option A is incorrect because it uses 4βˆ’y4 - y as the side length instead of 24βˆ’y2\sqrt{4 - y}. Option C is the setup for cross-sections perpendicular to the x-axis. Option B is the integral for the area of the region, not the volume of the solid.

Q9. A solid is generated such that its volume is given by V=∫02Ο€(4βˆ’y2) dyV = \int_{0}^{2} \pi (4 - y^2) \, dy. What can you infer about the solid?

A.The solid's cross-sections perpendicular to the y-axis are disks with radius 4βˆ’y2\sqrt{4 - y^2}. βœ…
B.The solid's cross-sections perpendicular to the x-axis are disks with radius 4βˆ’y24 - y^2.
C.The solid has a base in the xy-plane bounded by y=0y = 0 and y=4y = 4.
D.The solid is a cylinder with radius 2 and height 2.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The integral V=∫02Ο€(4βˆ’y2) dyV = \int_{0}^{2} \pi (4 - y^2) \, dy is of the form βˆ«Ο€[r(y)]2 dy\int \pi [r(y)]^2 \, dy, which represents the volume of a solid of revolution about the x-axis or a solid with circular cross-sections perpendicular to the y-axis. Here, r(y)2=4βˆ’y2r(y)^2 = 4 - y^2, so the radius is 4βˆ’y2\sqrt{4 - y^2}. The limits of integration are from y=0y = 0 to y=2y = 2. This suggests the cross-sections perpendicular to the y-axis are disks whose radii vary with yy. Option A correctly identifies this. Option B incorrectly states the axis of integration. Option C has incorrect limits. Option D is a specific case that does not match the given integrand, which has a variable radius.

Q10. For a solid, the cross-sectional area perpendicular to the x-axis is A(x)=4x+1A(x) = 4x + 1. If the solid extends from x=1x = 1 to x=3x = 3, what is the volume?

A.16
B.18 βœ…
C.20
D.22
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: The volume is found by integrating the cross-sectional area over the given interval. V=∫13(4x+1) dx=[2x2+x]13=(18+3)βˆ’(2+1)=21βˆ’3=18V = \int_{1}^{3} (4x + 1) \, dx = \left[ 2x^2 + x \right]_{1}^{3} = (18 + 3) - (2 + 1) = 21 - 3 = 18. The correct answer is 18. This is a Easy of the slicing formula. Option A (16) comes from incorrectly evaluating the integral. Option C (20) and D (22) are other common arithmetic errors.

Q11. A solid's base is the region bounded by y=cos⁑xy = \cos x, the x-axis, x=0x = 0, and x=Ο€2x = \frac{\pi}{2}. Cross-sections perpendicular to the x-axis are semicircles. What is the volume of this solid?

A.Ο€4\frac{\pi}{4}
B.Ο€8\frac{\pi}{8} βœ…
C.Ο€2\frac{\pi}{2}
D.Ο€16\frac{\pi}{16}
πŸ’‘ Difficulty: medium | βœ… Correct: B

Q12. The base of a solid is the region enclosed by the ellipse x24+y2=1\frac{x^2}{4} + y^2 = 1. Cross-sections perpendicular to the x-axis are isosceles right triangles with the hypotenuse in the base. What is the volume of the solid?

A.163\frac{16}{3} βœ…
B.83\frac{8}{3}
C.323\frac{32}{3}
D.43\frac{4}{3}
πŸ’‘ Difficulty: hard | βœ… Correct: A

Q13. A solid has a square base of side length 4. Cross-sections perpendicular to one diagonal of the base are equilateral triangles. What is the volume of the solid?

A.3233\frac{32\sqrt{3}}{3}
B.6433\frac{64\sqrt{3}}{3} βœ…
C.16316\sqrt{3}
D.12833\frac{128\sqrt{3}}{3}
πŸ’‘ Difficulty: hard | βœ… Correct: B

Q14. The cross-sectional area of a solid perpendicular to the x-axis is given by A(x)=Ο€x2A(x) = \pi x^2. If the solid extends from x=0x = 0 to x=2x = 2, what is the volume?

A.8Ο€3\frac{8\pi}{3} βœ…
B.4Ο€3\frac{4\pi}{3}
C.2Ο€2\pi
D.16Ο€3\frac{16\pi}{3}
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: The volume is V=∫02Ο€x2 dx=Ο€[x33]02=8Ο€3V = \int_{0}^{2} \pi x^2 \, dx = \pi \left[ \frac{x^3}{3} \right]_{0}^{2} = \frac{8\pi}{3}. This is a direct Medium of the slicing formula. The distractors come from incorrect integration or arithmetic errors.

Q15. A solid has a circular base of radius 1. Cross-sections perpendicular to the x-axis are squares. What is the volume of the solid?

A.163\frac{16}{3} βœ…
B.83\frac{8}{3}
C.323\frac{32}{3}
D.43\frac{4}{3}
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The base is the circle x2+y2=1x^2 + y^2 = 1. For a given xx, the vertical distance across the circle is 21βˆ’x22\sqrt{1 - x^2}. This is the side length of the square. The area is A(x)=(21βˆ’x2)2=4(1βˆ’x2)A(x) = (2\sqrt{1 - x^2})^2 = 4(1 - x^2). The volume is V=βˆ«βˆ’114(1βˆ’x2) dx=4[xβˆ’x33]βˆ’11=4(1βˆ’13βˆ’(βˆ’1+13))=4(23βˆ’(βˆ’23))=4β‹…43=163V = \int_{-1}^{1} 4(1 - x^2) \, dx = 4 \left[ x - \frac{x^3}{3} \right]_{-1}^{1} = 4 \left( 1 - \frac{1}{3} - (-1 + \frac{1}{3}) \right) = 4 \left( \frac{2}{3} - (-\frac{2}{3}) \right) = 4 \cdot \frac{4}{3} = \frac{16}{3}. The correct answer is 163\frac{16}{3}. Option A is correct. This problem is similar to the one with radius 2, but with radius 1.

Q16. Which of the following integrals represents the volume of a solid whose base is the region bounded by y=x2y = x^2 and y=4xβˆ’x2y = 4x - x^2, and whose cross-sections perpendicular to the x-axis are semicircles with diameters on the base?

A.Ο€8∫02(4xβˆ’2x2)2 dx\frac{\pi}{8} \int_{0}^{2} (4x - 2x^2)^2 \, dx βœ…
B.Ο€4∫02(4xβˆ’2x2)2 dx\frac{\pi}{4} \int_{0}^{2} (4x - 2x^2)^2 \, dx
C.Ο€2∫02(4xβˆ’2x2) dx\frac{\pi}{2} \int_{0}^{2} (4x - 2x^2) \, dx
D.Ο€8∫02(4xβˆ’2x2) dx\frac{\pi}{8} \int_{0}^{2} (4x - 2x^2) \, dx
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: First, find the points of intersection: x2=4xβˆ’x2x^2 = 4x - x^2 => 2x2βˆ’4x=02x^2 - 4x = 0 => 2x(xβˆ’2)=02x(x - 2) = 0, so x=0x = 0 and x=2x = 2. The vertical distance between the curves is (4xβˆ’x2)βˆ’x2=4xβˆ’2x2(4x - x^2) - x^2 = 4x - 2x^2. This is the diameter of the semicircle. The radius is 4xβˆ’2x22=2xβˆ’x2\frac{4x - 2x^2}{2} = 2x - x^2. The area of a semicircle is 12Ο€r2=12Ο€(2xβˆ’x2)2=Ο€2(2xβˆ’x2)2=Ο€8(4xβˆ’2x2)2\frac{1}{2} \pi r^2 = \frac{1}{2} \pi (2x - x^2)^2 = \frac{\pi}{2} (2x - x^2)^2 = \frac{\pi}{8} (4x - 2x^2)^2. So the volume is V=∫02Ο€8(4xβˆ’2x2)2 dxV = \int_{0}^{2} \frac{\pi}{8} (4x - 2x^2)^2 \, dx. This matches option A. The other options have incorrect factors of Ο€\pi or use the diameter instead of the radius in the area formula.

Q17. A solid's volume is given by V=∫03(2x+1)2 dxV = \int_{0}^{3} (2x + 1)^2 \, dx. What is the cross-sectional area function A(x)A(x)?

A.2x+12x + 1
B.(2x+1)2(2x + 1)^2 βœ…
C.2x+1\sqrt{2x + 1}
D.2(2x+1)2(2x + 1)
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: The volume of a solid with known cross-sectional area A(x)A(x) is V=∫abA(x) dxV = \int_{a}^{b} A(x) \, dx. Comparing this with the given integral, A(x)=(2x+1)2A(x) = (2x + 1)^2. This is a direct conceptual question about the definition of the slicing method.

Q18. A solid has a base that is the region between y=xy = x and y=x2y = x^2 for 0≀x≀10 \le x \le 1. Cross-sections perpendicular to the x-axis are rectangles with height 3. What is the volume?

A.12\frac{1}{2} βœ…
B.11
C.32\frac{3}{2}
D.13\frac{1}{3}
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The vertical distance between the curves is xβˆ’x2x - x^2. This is the width of the rectangular cross-section. The height is given as 3. So the area of the cross-section is A(x)=3(xβˆ’x2)A(x) = 3(x - x^2). The volume is V=∫013(xβˆ’x2) dx=3[x22βˆ’x33]01=3(12βˆ’13)=3β‹…16=12V = \int_{0}^{1} 3(x - x^2) \, dx = 3 \left[ \frac{x^2}{2} - \frac{x^3}{3} \right]_{0}^{1} = 3 \left( \frac{1}{2} - \frac{1}{3} \right) = 3 \cdot \frac{1}{6} = \frac{1}{2}. The correct answer is 12\frac{1}{2}. This problem combines the area between curves with the slicing method for rectangles.

Q19. The base of a solid is the region in the first quadrant bounded by y=xy = \sqrt{x}, the x-axis, and x=4x = 4. Cross-sections perpendicular to the x-axis are semicircles. Which integral gives the volume?

A.Ο€8∫04x dx\frac{\pi}{8} \int_{0}^{4} x \, dx βœ…
B.Ο€8∫04x dx\frac{\pi}{8} \int_{0}^{4} \sqrt{x} \, dx
C.Ο€2∫04x dx\frac{\pi}{2} \int_{0}^{4} x \, dx
D.Ο€4∫04x dx\frac{\pi}{4} \int_{0}^{4} \sqrt{x} \, dx
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The diameter of the semicircle is the vertical distance from the x-axis to the curve, which is x\sqrt{x}. The radius is x2\frac{\sqrt{x}}{2}. The area of a semicircle is 12Ο€(x2)2=Ο€8x\frac{1}{2} \pi \left( \frac{\sqrt{x}}{2} \right)^2 = \frac{\pi}{8} x. So the volume is V=∫04Ο€8x dxV = \int_{0}^{4} \frac{\pi}{8} x \, dx. This matches option A. The distractors use the wrong expression for the radius or the area of the semicircle.

Q20. A solid has a base that is the region enclosed by the parabola y=1βˆ’x2y = 1 - x^2 and the x-axis. Cross-sections perpendicular to the y-axis are squares. Which integral represents the volume?

A.∫014(1βˆ’y) dy\int_{0}^{1} 4(1 - y) \, dy
B.βˆ«βˆ’11(1βˆ’x2)2 dx\int_{-1}^{1} (1 - x^2)^2 \, dx
C.∫01(21βˆ’y)2 dy\int_{0}^{1} (2\sqrt{1 - y})^2 \, dy βœ…
D.∫0121βˆ’y dy\int_{0}^{1} 2\sqrt{1 - y} \, dy
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Since cross-sections are perpendicular to the y-axis, we integrate with respect to yy. The base is bounded by y=1βˆ’x2y = 1 - x^2 and y=0y = 0. Solving for xx, we get x=Β±1βˆ’yx = \pm \sqrt{1 - y}. The side length of the square cross-section is the horizontal distance between these two curves, which is 21βˆ’y2\sqrt{1 - y}. The area is (21βˆ’y)2(2\sqrt{1 - y})^2. So the volume is V=∫01(21βˆ’y)2 dyV = \int_{0}^{1} (2\sqrt{1 - y})^2 \, dy. Option A is the integral for the area of the base, not the volume. Option B is the setup for cross-sections perpendicular to the x-axis. Option D is missing the square in the integrand.

Q21. A solid is formed such that its cross-sections perpendicular to the x-axis have area A(x)=2xA(x) = 2x. If the solid extends from x=1x = 1 to x=3x = 3, what is its volume?

A.4
B.6
C.8 βœ…
D.10
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: The volume is V=∫132x dx=[x2]13=9βˆ’1=8V = \int_{1}^{3} 2x \, dx = \left[ x^2 \right]_{1}^{3} = 9 - 1 = 8. This is a straightforward Medium of the slicing method. The distractors are common arithmetic errors.

Q22. A solid's base is the region bounded by y=x2y = x^2 and y=4y = 4 for 0≀x≀20 \le x \le 2. Cross-sections perpendicular to the x-axis are equilateral triangles. What is the volume?

A.838\sqrt{3} βœ…
B.434\sqrt{3}
C.232\sqrt{3}
D.16316\sqrt{3}
πŸ’‘ Difficulty: medium | βœ… Correct: A

Q23. The base of a solid is the region between y=sin⁑xy = \sin x and y=0y = 0 from x=0x = 0 to x=Ο€x = \pi. Cross-sections perpendicular to the x-axis are squares. Which integral gives the volume?

A.∫0Ο€sin⁑x dx\int_{0}^{\pi} \sin x \, dx
B.∫0Ο€sin⁑2x dx\int_{0}^{\pi} \sin^2 x \, dx βœ…
C.∫0Ο€sin⁑x dx\int_{0}^{\pi} \sqrt{\sin x} \, dx
D.∫0Ο€(sin⁑x)4 dx\int_{0}^{\pi} (\sin x)^4 \, dx
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: The side length of the square is the vertical distance between the curves, which is sin⁑x\sin x. The area of the square is (sin⁑x)2=sin⁑2x(\sin x)^2 = \sin^2 x. The volume is V=∫0Ο€sin⁑2x dxV = \int_{0}^{\pi} \sin^2 x \, dx. This is a direct Medium of the slicing method. The distractors use the wrong power of sin⁑x\sin x or confuse the area of a square.

Q24. A solid has a base that is a circular disk of radius 2. Cross-sections perpendicular to a diameter are isosceles right triangles with the hypotenuse in the base. What is the volume?

A.163\frac{16}{3}
B.323\frac{32}{3} βœ…
C.88
D.643\frac{64}{3}
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: This problem is similar to the one with the ellipse. The base is a circle of radius 2, centered at the origin. The diameter is along the x-axis. The equation of the circle is x2+y2=4x^2 + y^2 = 4. The vertical distance across the circle is 24βˆ’x22\sqrt{4 - x^2}. This is the hypotenuse of the isosceles right triangle. The area of an isosceles right triangle with hypotenuse hh is h24\frac{h^2}{4}. So A(x)=(24βˆ’x2)24=4(4βˆ’x2)4=4βˆ’x2A(x) = \frac{(2\sqrt{4 - x^2})^2}{4} = \frac{4(4 - x^2)}{4} = 4 - x^2. The volume is V=βˆ«βˆ’22(4βˆ’x2) dx=[4xβˆ’x33]βˆ’22=(8βˆ’83)βˆ’(βˆ’8+83)=163βˆ’(βˆ’163)=323V = \int_{-2}^{2} (4 - x^2) \, dx = \left[ 4x - \frac{x^3}{3} \right]_{-2}^{2} = (8 - \frac{8}{3}) - (-8 + \frac{8}{3}) = \frac{16}{3} - (-\frac{16}{3}) = \frac{32}{3}. The correct answer is 323\frac{32}{3}. This problem tests the ability to relate the geometry of the cross-section to the distance across the base.

Q25. The base of a solid is the region bounded by y=4βˆ’x2y = 4 - x^2 and the x-axis. Cross-sections perpendicular to the y-axis are semicircles. What is the volume?

A.Ο€4∫04(4βˆ’y) dy\frac{\pi}{4} \int_{0}^{4} (4 - y) \, dy βœ…
B.Ο€8∫04(4βˆ’y) dy\frac{\pi}{8} \int_{0}^{4} (4 - y) \, dy
C.Ο€2∫04(4βˆ’y) dy\frac{\pi}{2} \int_{0}^{4} (4 - y) \, dy
D.Ο€βˆ«04(4βˆ’y) dy\pi \int_{0}^{4} (4 - y) \, dy
πŸ’‘ Difficulty: hard | βœ… Correct: A

Q26. A solid has a base that is the region between y=xy = x and y=x2y = x^2 for 0≀x≀10 \le x \le 1. Cross-sections perpendicular to the x-axis are isosceles right triangles with the hypotenuse in the base. What is the volume?

A.160\frac{1}{60}
B.130\frac{1}{30} βœ…
C.1120\frac{1}{120}
D.115\frac{1}{15}
πŸ’‘ Difficulty: hard | βœ… Correct: B

Q27. A solid's cross-sectional area perpendicular to the x-axis is A(x)=exA(x) = e^x. If the solid extends from x=0x = 0 to x=1x = 1, what is its volume?

A.eβˆ’1e - 1 βœ…
B.ee
C.1βˆ’e1 - e
D.e+1e + 1
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: The volume is V=∫01ex dx=[ex]01=eβˆ’1V = \int_{0}^{1} e^x \, dx = \left[ e^x \right]_{0}^{1} = e - 1. This is a direct Medium of the slicing formula with an exponential area function.

Q28. A student is trying to find the volume of a solid whose base is the region between y=x2y = x^2 and y=xy = x for 0≀x≀10 \le x \le 1, and whose cross-sections perpendicular to the x-axis are rectangles with height 2. The student writes the integral as ∫012(x2βˆ’x) dx\int_{0}^{1} 2(x^2 - x) \, dx. Is this correct?

A.Yes, the setup is correct.
B.No, the limits should be from 1 to 0.
C.No, the integrand should be 2(xβˆ’x2)2(x - x^2). βœ…
D.No, the integrand should be (xβˆ’x2)2(x - x^2)^2.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: The student's setup is incorrect. The region is bounded above by y=xy = x and below by y=x2y = x^2 on the interval [0,1][0, 1]. The vertical distance between the curves is xβˆ’x2x - x^2, not x2βˆ’xx^2 - x. The height of the rectangle is 2, so the area is A(x)=2(xβˆ’x2)A(x) = 2(x - x^2). The correct integral is ∫012(xβˆ’x2) dx\int_{0}^{1} 2(x - x^2) \, dx. Option C correctly identifies the error. Option A is incorrect because the sign in the integrand is wrong. Option B is incorrect because the limits are in the correct order. Option D is incorrect because it squares the distance, which would be for square cross-sections.

Q29. A solid has a base that is a circular disk of radius 3. Cross-sections perpendicular to the x-axis are semicircles with diameters in the base. What is the volume?

A.18Ο€18\pi βœ…
B.36Ο€36\pi
C.9Ο€9\pi
D.27Ο€27\pi
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The base is the circle x2+y2=9x^2 + y^2 = 9. The vertical distance across the circle is 29βˆ’x22\sqrt{9 - x^2}. This is the diameter of the semicircle. The radius of the semicircle is 9βˆ’x2\sqrt{9 - x^2}. The area of the semicircle is 12Ο€(9βˆ’x2)2=Ο€2(9βˆ’x2)\frac{1}{2} \pi (\sqrt{9 - x^2})^2 = \frac{\pi}{2} (9 - x^2). The volume is V=βˆ«βˆ’33Ο€2(9βˆ’x2) dx=Ο€2[9xβˆ’x33]βˆ’33=Ο€2((27βˆ’9)βˆ’(βˆ’27+9))=Ο€2(18βˆ’(βˆ’18))=Ο€2β‹…36=18Ο€V = \int_{-3}^{3} \frac{\pi}{2} (9 - x^2) \, dx = \frac{\pi}{2} \left[ 9x - \frac{x^3}{3} \right]_{-3}^{3} = \frac{\pi}{2} \left( (27 - 9) - (-27 + 9) \right) = \frac{\pi}{2} (18 - (-18)) = \frac{\pi}{2} \cdot 36 = 18\pi. The correct answer is 18Ο€18\pi. This problem is a straightforward Medium of the slicing method with a circular base.

Q30. A solid has a base that is the region bounded by the parabola y=4βˆ’x2y = 4 - x^2 and the x-axis. Cross-sections perpendicular to the x-axis are squares. What is the volume?

A.51215\frac{512}{15} βœ…
B.25615\frac{256}{15}
C.12815\frac{128}{15}
D.6415\frac{64}{15}
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The base is bounded by y=4βˆ’x2y = 4 - x^2 and the x-axis. The x-intercepts are x=Β±2x = \pm 2. The vertical distance from the x-axis to the parabola is 4βˆ’x24 - x^2. This is the side length of the square. The area is A(x)=(4βˆ’x2)2A(x) = (4 - x^2)^2. The volume is V=βˆ«βˆ’22(4βˆ’x2)2 dx=βˆ«βˆ’22(16βˆ’8x2+x4) dx=[16xβˆ’8x33+x55]βˆ’22=(32βˆ’643+325)βˆ’(βˆ’32+643βˆ’325)=64βˆ’1283+645=960βˆ’640+19215=51215V = \int_{-2}^{2} (4 - x^2)^2 \, dx = \int_{-2}^{2} (16 - 8x^2 + x^4) \, dx = \left[ 16x - \frac{8x^3}{3} + \frac{x^5}{5} \right]_{-2}^{2} = (32 - \frac{64}{3} + \frac{32}{5}) - (-32 + \frac{64}{3} - \frac{32}{5}) = 64 - \frac{128}{3} + \frac{64}{5} = \frac{960 - 640 + 192}{15} = \frac{512}{15}. The correct answer is 51215\frac{512}{15}. This problem is a standard example of the slicing method.

πŸ”— Related Topics (MCQs)