Choosing the slice direction
In every area problem you have a choice: integrate by sweeping a vertical bar from left to right (using as the slice width), or by sweeping a horizontal bar from bottom to top (using ). The answer is always the same, but the work involved can differ wildly. A region that needs a delicate splitting under one orientation may be a one-line integral under the other.
When vertical () slices win
Use -slices when:
- The curves are easily written as , .
- The region's left and right boundaries are vertical lines ( and ), or two curves whose -intersections give clean limits.
- The top and bottom boundaries don't change as varies through the interval.
The typical setup: a region between and over , with . Area .
When horizontal () slices win
Use -slices when:
- Curves are easier as , . Classic examples: (parabola opening right), , and similar.
- The region's top and bottom are horizontal.
- A horizontal sweep keeps the same left/right boundaries throughout, but a vertical sweep would require splitting.
The setup: a region between (right) and (left) over . Area .
When splitting is unavoidable
Some regions have boundaries that change at some interior point , e.g. a region whose top boundary is one curve up to a vertex and another curve afterwards. Then you split the integral at that point, regardless of slice direction.
If both vertical and horizontal sweeps need splitting, choose whichever requires fewer splits or simpler pieces.
Translating between slice directions
A region described by "between and the -axis over " can also be described by horizontal slices. At height where is the maximum of on , the slice extends horizontally from the leftmost with to the rightmost. If is invertible, this becomes .
Practical translation: sketch, identify horizontal slices, write their endpoints in terms of , integrate.
Worked examples
Example 1. Region between , , .
Vertical sweep: at each , slice from to (upper branch). But there's also a piece for from to , except to excludes the negative- branch. So just one piece: .
Horizontal sweep: at each , slice from to . Area .
Wait , these don't match. Let me re-read the problem. The region bounded by , , : this is bounded on the right by the parabola, below by , above by . The region is to the left of the parabola, between and . At height , the slice runs from (the -axis is the implicit left boundary) to . So horizontal slice: area . Vertical interpretation: at each , the strip goes from to . Area . Now they match.
This example shows that the horizontal sweep is faster here.
Example 2. Region enclosed by and .
Vertical sweep (preferred): .
Horizontal sweep: at height , the region runs from (line) to (parabola). Area . Both work; the vertical is slightly simpler.
Example 3. Region enclosed by , .
Horizontal sweep (preferred): at height , goes from to . Area .
Vertical sweep: at each , goes from to , so the slice has height . Area . Both work; horizontal slightly cleaner here.
Example 4. Region bounded by , , .
Vertical sweep: .
Horizontal sweep: at height , runs from (the inverse function) to . Area . Both yield 1.
Example 5. Region enclosed by and .
Two pieces by symmetry, each in one quadrant. Vertical sweep: , doubled to . Horizontal sweep: in the first quadrant, at height , runs from (line) to (cube-root curve, since ). Area . Same answer.
Example 6. Region bounded by , , .
Vertical sweep: at , runs from to . Area .
Horizontal sweep: at height , runs from to . Area . Same.
Try it yourself
For each region below, set up area integrals both ways (using and using ), compute one, verify with the other.
- Region bounded by , , .
- Region bounded by , , .
- Region bounded by , (in the upper half).
- Region bounded by , , , .
- Region bounded by and .
- Region bounded by , , .
- Region bounded by in the first quadrant.
- Region bounded by , , , .
- Region bounded by and the -axis.
- Region bounded by on and the -axis.
- Region in the first quadrant bounded by , .
- Region bounded by , , .
- Region bounded by and .
- Region between and in the first quadrant.
Pitfalls and tricks
- Sketch first. Without a sketch you cannot decide which sweep is cleaner.
- Inverse functions and slice direction. Switching slice direction usually means writing the inverse , make sure that inverse exists on the relevant part of the curve.
- One-piece integrals beat multi-piece ones. If requires splitting and doesn't (or vice versa), choose the one without splits.
- For parabolas opening sideways, horizontal slices are almost always cleaner.
- For parabolas opening up/down, vertical slices usually win.