[Math] Quick Area of Cross Section Question

algebra-precalculuscalculusderivativesintegrationtrigonometry

"The base of a solid is the region in the first quadrant between the graph of $y=2x$ and the $x$-axis for $0\leq1\leq2$. For the solid, each cross section perpendicular to the $x$-axis is a quarter circle with the corresponding circle's center on the $x$-axis and one radius in the $xy$-plane. What is the volume of the solid?"

I guess I'm a bit confused about both the wording and where I'd have to go in this question, I understand how to find the area of a cross-section when these cross-sections might be a square or a rectangle, but I'm a bit lost when it comes to circles as well. Any help would be appreciated!

Best Answer

THe method of using integraion to find find volume that you are using is

  1. Pick an axis.
  2. Slice the volume in slices perpendicular to that axis.
  3. Integrate the volume of the slices with respect to the coordinate along that axis.

(Generally, the axis need not be a coordinate axis, but it is convenient when this happens.)

When the problem has

For the solid, each cross section perpendicular to the $x$-axis is a quarter circle with the corresponding circle's center on the x-axis and one radius in the $xy$-plane.

You are told that the slice is a quarter circle, so has one quarter the area of a circle, and that (1) all the radii for that quarter circular are perpendicular to the $x$-axis and (2) one radius is in the $xy$-plane. This means that in a slice, one can take the distance perpendicular to the $x$-axis to the line $y = 2x$ as the radius of the circle, one quarter of which area is accumulated into the integral. (In the $xy$-plane, a perpendicular to the $x$-axis is parallel to the $y$-axis. A ray starting on the $x$ axis, in the first quadrant of the $xy$-plane, and proceeding perpendicular to the axis crosses the triangle base of the volume, reaching the end of the base at the line $y = 2x$. (If this is not clear, sketch a graph of the base.)

Suppose $r$ is the radius of a circle. The area of that circle is $\pi r^2$. The area of one-quarter of that circle is $\frac{1}{4} \pi r^2$. The distance from the $x$-axis to the line $y = 2x$ (the radius described by the ray in the previous paragraph) is $2x$, so the radius we are to take for the slice at coordinate $x$ is $r = 2x$. Then the area contribution from the slice at coordinate $x$ is $\frac{1}{4} \pi (2x)^2$. That is the integrand that we integrate from $x = 0$ to $x = 2$. (Again, if it is not clear that this is the range of coordinate that includes all the slices, sketch the base.)

The following diagram of the volume is from a point in the $(+++)$-octant looking back throught the volume at the origin.

Mathematica graphics

Example slices (for $x \in \{1/2, 1, 3/2, 2\}$ are shown as fairly clear quarter circles. The base is the $xy$-plane, at the bottom of the diagram. The dashed gray line is in the $xz$-plane and marks the ends of the radii of the quarter circles in that plane.

We can more clearly see the "slicing" viewing from the $(+-+)$-octant nearly parallel to the positive $y$-axis.

Mathematica graphics

This angle reinforces that we are given the axis, we are given the area formula for the slices, and all we have to find is the relation between the $x$-coordinate and the area of the corresponding slice.

Related Question