zuai-logo
zuai-logo
  1. AP Maths
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Volumes with Cross Sections

Sarah Miller

Sarah Miller

5 min read

Next Topic - Disc Method Around the x-Axis

Listen to this study note

Study Guide Overview

This guide covers calculating the volume of solids with semicircular cross sections using integration. It explains the core concept of integrating the cross-sectional area function, A(x), and the formula for the area of a semicircle. A worked example demonstrates finding A(x) from a given base region, setting up the definite integral, and evaluating it to determine the volume. Practice questions and a glossary of terms like radius, diameter, and integral are also included.

Introduction In this guide, we will explore how to find the volume of a solid with semicircular cross sections. This involves integrating the area of the cross-section along the axis of the solid.

#Volume of Solids with Semicircular Cross Sections

#Basic Concept

To find the volume of a solid with a given cross-sectional area:

  • If the area of the cross section of a solid is given by A(x)A(x)A(x) and A(x)A(x)A(x) is continuous on [a,b][a, b][a,b], then the volume of the corresponding solid from x=ax = ax=a to x=bx = bx=b is: Volume=∫abA(x),dx\mathrm{Volume} = \int_{a}^{b} A(x) , dxVolume=∫ab​A(x),dx

#Creating the Cross-Sectional Area Function

You may need to create the cross-sectional area function A(x)A(x)A(x) based on the information provided in the problem. Often, A(x)A(x)A(x) may depend on the values of another function (or functions) given in the question.

#Area of a Semicircle

The area of a circle is π×radius2\pi \times \text{radius}^2π×radius2. Therefore, the area of a semicircle with radius rrr is: Area=12×πr2\mathrm{Area} = \frac{1}{2} \times \pi r^2Area=21​×πr2

#Worked Example

Let RRR be the triangular region with vertices (0,0)(0, 0)(0,0), (0,2)(0, 2)(0,2), and (4,0)(4, 0)(4,0). RRR is the base of a solid. For the solid, at each xxx, the cross-section perpendicular to the xxx-axis is a semicircle. Find the volume of the solid.

#Solution Steps

  1. Find the Equation of the Line:

    • The line passes through points (0,2)(0, 2)(0,2) and (4,0)(4, 0)(4,0).
    • Slope (gradient) is: gradient=0−24−0=−12\text{gradient} = \frac{0-2}{4-0} = -\frac{1}{2}gradient=4−00−2​=−21​
    • Equation of the line: y−0=−12(x−4)  ⟹  y=2−12xy - 0 = -\frac{1}{2}(x - 4) \implies y = 2 - \frac{1}{2}xy−0=−21​(x−4)⟹y=2−21​x
  2. Determine the Radius:

    • The diameter of each semicircle is 2−12x2 - \frac{1}{2}x2−21​x.
    • Therefore, the radius is: radius=2−12x2=1−14x\mathrm{radius} = \frac{2 - \frac{1}{2}x}{2} = 1 - \frac{1}{4}xradius=22−21​x​=1−41​x
  3. Find the Cross-Sectional Area A(x)A(x)A(x):

    • Area of a semicircle: A(x)=12π(1−14x)2A(x) = \frac{1}{2} \pi \left(1 - \frac{1}{4}x\right)^2A(x)=21​π(1−41​x)2
    • Simplify: A(x)=12π(1−12x+116x2)=π32(16−8x+x2)A(x) = \frac{1}{2} \pi \left(1 - \frac{1}{2}x + \frac{1}{16}x^2\right) = \frac{\pi}{32} \left(16 - 8x + x^2\right)A(x)=21​π(1−21​x+161​x2)=32π​(16−8x+x2)
  4. Calculate the Volume:

    • Integrate A(x)A(x)A(x) from 0 to 4: Volume=∫04π32(16−8x+x2),dx\mathrm{Volume} = \int_{0}^{4} \frac{\pi}{32} \left(16 - 8x + x^2\right) , dxVolume=∫04​32π​(16−8x+x2),dx
    • Evaluate the integral: Volume=π32[16x−4x2+13x3]04\mathrm{Volume} = \frac{\pi}{32} \left[ 16x - 4x^2 + \frac{1}{3}x^3 \right]_{0}^{4}Volume=32π​[16x−4x2+31​x3]04​
    • Substitute and calculate: Volume=π32(64−64+643)=π32⋅643=2π3\mathrm{Volume} = \frac{\pi}{32} \left( 64 - 64 + \frac{64}{3} \right) = \frac{\pi}{32} \cdot \frac{64}{3} = \frac{2\pi}{3}Volume=32π​(64−64+364​)=32π​⋅364​=32π​
    • Numerical value: Volume≈2.094,units3\mathrm{Volume} \approx 2.094 , \text{units}^3Volume≈2.094,units3
The question doesn't specify units, so the units of volume will be units3\text{units}^3units3.

#Practice Questions

Practice Question
  1. Find the volume of a solid with a base region defined by y=xy = \sqrt{x}y=x​, from x=0x=0x=0 to x=4x=4x=4, with cross sections perpendicular to the xxx-axis that are semicircles.
Practice Question
  1. The base of a solid is a rectangle with length 6 and width 2. Cross sections perpendicular to the length are semicircles. Calculate the volume of the solid.
Practice Question
  1. A solid has a base defined by the region y=x2y = x^2y=x2 and y=4y = 4y=4. Cross sections perpendicular to the yyy-axis are semicircles. Determine the volume of the solid.

#Glossary

  • Cross-Sectional Area (A(x)A(x)A(x)): The area of the shape obtained by cutting through a solid perpendicular to a given axis at position xxx.
  • Integral: A mathematical operation that calculates the area under a curve.
  • Semicircle: A half of a circle.
  • Radius: The distance from the center of a circle to any point on its circumference.
  • Diameter: The distance across a circle through its center, equal to twice the radius.

#Summary and Key Takeaways

#Summary

  • To find the volume of a solid with semicircular cross sections, use the integral of the area function A(x)A(x)A(x).
  • The area of a semicircle is 12πr2\frac{1}{2} \pi r^221​πr2.
  • The integral is evaluated over the range of xxx values that define the solid.

#Key Takeaways

  • Understand the formula: Volume=∫abA(x),dx\mathrm{Volume} = \int_{a}^{b} A(x) , dxVolume=∫ab​A(x),dx
  • Identify the radius: Based on the geometry of the problem.
  • Set up the integral: Use the correct limits and area function.
  • Evaluate the integral: Carefully substitute and simplify to find the volume.
Exam Tip

Always check your limits of integration and ensure your area function A(x)A(x)A(x) is correctly defined.

Continue your learning journey

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Previous Topic - Triangles as Cross SectionsNext Topic - Disc Method Around the x-Axis
Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 1 of 9

🎉 What is the general formula to calculate the volume of a solid using cross-sectional areas?

Volume=A(x)⋅ΔxVolume = A(x) \cdot \Delta xVolume=A(x)⋅Δx

Volume=∫A(x),dxVolume = \int A(x) , dxVolume=∫A(x),dx

Volume=12πr2Volume = \frac{1}{2} \pi r^2Volume=21​πr2

Volume=πr2hVolume = \pi r^2 hVolume=πr2h