Study Guide

Volumes with cross sections: squares and rectangles

AP Calculus BCΒ· AP Calculus BC CED β€” Applications of IntegrationΒ· 14 min read

1. Cross Sections Perpendicular to the x-axisβ˜…β˜…β˜†β˜†β˜†β± 4 min

This is the most common case on the AP exam. The base of the solid lies in the -plane, bounded between two curves and (with on ). We slice the solid with vertical planes perpendicular to the x-axis, each slice has thickness and cross-sectional area , so total volume is the integral of over the bounds of the base.

πŸ“˜ Definition

General Volume Formula (x-perpendicular cross sections)

V=∫abA(x)dxV = \int_a^b A(x) dx

Total volume equals the integral of cross-sectional area from the left bound to right bound of the base region.

πŸ“ Worked Example

The base of a solid is the region bounded by and on . Cross sections perpendicular to the x-axis are squares with one side lying in the base region. Find the volume of the solid.

  1. 1

    Identify bounds and side length function (vertical distance between curves):

  2. 2
    a=0,b=2,s(x)=4βˆ’x2a=0, \quad b=2, \quad s(x) = 4 - x^2
  3. 3

    Calculate cross-sectional area for a square with side :

  4. 4
    A(x)=(4βˆ’x2)2=16βˆ’8x2+x4A(x) = (4 - x^2)^2 = 16 - 8x^2 + x^4
  5. 5

    Set up and evaluate the integral using the Fundamental Theorem of Calculus:

  6. 6
    V=∫02(16βˆ’8x2+x4)dx=[16xβˆ’83x3+15x5]02=25615β‰ˆ17.07V = \int_0^2 (16 - 8x^2 + x^4) dx = \left[16x - \frac{8}{3}x^3 + \frac{1}{5}x^5\right]_0^2 = \frac{256}{15} \approx 17.07

2. Cross Sections Perpendicular to the y-axisβ˜…β˜…β˜…β˜†β˜†β± 4 min

When cross sections are perpendicular to the y-axis, slices are horizontal instead of vertical, so we integrate with respect to . The base is bounded between and (with on ), and side length is the horizontal distance between the two curves. If your original curves are given as , you must invert them to get as a function of first.

πŸ“˜ Definition

General Volume Formula (y-perpendicular cross sections)

V=∫cdA(y)dyV = \int_c^d A(y) dy

Total volume equals the integral of cross-sectional area from the lower bound to upper bound of the base region along the y-axis.

πŸ“ Worked Example

The base of a solid is the region bounded by , the x-axis, and . Cross sections perpendicular to the y-axis are squares with one side lying in the base. Find the volume of the solid.

  1. 1

    Rewrite curves as functions of , find bounds:

  2. 2
    y=xβ€…β€ŠβŸΉβ€…β€Šx=y2,c=0,d=2y = \sqrt{x} \implies x = y^2, \quad c=0, \quad d=2
  3. 3

    Calculate side length (horizontal distance between curves):

  4. 4
    s(y)=4βˆ’y2s(y) = 4 - y^2
  5. 5

    Calculate cross-sectional area and integrate:

  6. 6
    A(y)=(4βˆ’y2)2,V=∫02(16βˆ’8y2+y4)dy=25615β‰ˆ17.07A(y) = (4 - y^2)^2, \quad V = \int_0^2 (16 - 8y^2 + y^4) dy = \frac{256}{15} \approx 17.07

3. Special Case Variationsβ˜…β˜…β˜…β˜†β˜†β± 3 min

Two common tested variations change how you calculate cross-sectional area from the base side length:

  1. Squares with diagonal in the base: If the distance between the base curves equals the diagonal of the square, use the relationship , so area .

  2. Rectangular cross sections: If the base side is , and height is proportional to ( for constant ), area . If height is a constant , area .

πŸ“ Worked Example

The base of a solid is the region bounded by and on . Cross sections perpendicular to the x-axis are squares whose diagonal lies in the base region. Find the volume of the solid.

  1. 1

    Find diagonal length at any :

  2. 2
    d(x)=xβˆ’x2d(x) = x - x^2
  3. 3

    Calculate cross-sectional area for a square with diagonal :

  4. 4
    A(x)=d(x)22=(xβˆ’x2)22A(x) = \frac{d(x)^2}{2} = \frac{(x - x^2)^2}{2}
  5. 5

    Set up and evaluate the integral:

  6. 6
    V=∫01x2βˆ’2x3+x42dx=160V = \int_0^1 \frac{x^2 - 2x^3 + x^4}{2} dx = \frac{1}{60}

4. AP-Style Worked Practiceβ˜…β˜…β˜…β˜…β˜†β± 3 min

πŸ“ Worked Example

The base of a solid is the region bounded by , , , and . Cross sections perpendicular to the x-axis are rectangles where the height of each rectangle is equal to 3 times the length of its base in the xy-plane. What is the volume of the solid?

  1. 1

    Base side length at any : , height

  2. 2

    Cross-sectional area:

  3. 3
    A(x)=exΓ—3ex=3e2xA(x) = e^x \times 3e^x = 3e^{2x}
  4. 4

    Integrate to find volume:

  5. 5
    V=∫013e2xdx=32(e2βˆ’1)V = \int_0^1 3e^{2x} dx = \frac{3}{2}(e^2 - 1)

5. Common Pitfalls

Wrong move:

When the diagonal of the square is in the base, calculate area as instead of

Why:

You default to the common side-in-base case without reading the problem carefully

Correct move:

Underline whether the segment in the base is the side or diagonal before starting your calculation

Wrong move:

For cross sections perpendicular to the y-axis, leave side length in terms of x and integrate with respect to y

Why:

You forget the variable of integration must match the cross section orientation, and skip inverting functions

Correct move:

Write all functions and side lengths in terms of the axis variable (x for x-perpendicular, y for y-perpendicular) before setting up the integral

Wrong move:

Subtract curves in the wrong order, get a negative side length, and forget to take absolute value

Why:

You subtract top-from-bottom by habit without checking which curve is larger on the interval

Correct move:

Confirm your side length is positive for all points in the integration interval, swap subtraction order if needed

Wrong move:

For a rectangle with height proportional to base side, use area instead of

Why:

You forget area of a rectangle is base Γ— height, skipping the multiplication step

Correct move:

Explicitly write out before proceeding

Wrong move:

When squaring , expand to skipping the middle term

Why:

You rush the algebra step before integrating

Correct move:

Always expand the square of a binomial term-by-term to avoid missing the cross term

6. Quick Reference Cheatsheet

Category

Formula

Notes

Volume (perp to x-axis)

= x-bounds of base, = cross-section area

Volume (perp to y-axis)

= y-bounds of base, = cross-section area

Square (side in base)

= distance between base boundary curves

Square (diagonal in base)

= diagonal length = distance between boundaries

Rectangle (base , height )

If , ; if constant,

Vertical side length (x-perp)

Between two y-boundary curves

Horizontal side length (y-perp)

Between two x-boundary curves

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· MCQ

    Volume with square cross sections

  • 2019 Β· FRQ

    Cross sections perpendicular to y-axis

What's Next

This topic is the foundational introduction to the slicing method for volume, which you will immediately extend to other cross-sectional shapes and volumes of revolution next. Volumes of revolution (disks/washers and cylindrical shells) are just special cases of the slicing method: disks are circular cross sections, so you replace the square/rectangle area formula with the area of a circle. Without mastering the setup of cross-sectional volume integrals, it is very easy to mix up variables and formulas for volumes of revolution, which are a larger tested portion of the AP Calculus BC exam. This topic also reinforces your core skill of finding the distance between two curves, which is used in nearly all applications of integration.