Finding Enclosed Area
The area between two curves generalizes the area under a curve by integrating thin vertical strips across the region. If on , the trapped area is:
The key rule is top minus bottom: the upper curve minus the lower one, ensuring the strip height is nonnegative. Unlike a single definite integral, which computes signed area, between-curves area is always positive because you subtract the lower function from the upper, making the -axis completely irrelevant.
| Step | Action | Description |
|---|---|---|
| 1 | Intersections | Solve for limits and . |
| 2 | Top/Bottom | Identify which curve is higher over the interval. |
| 3 | Integrate | Evaluate . |
Pitfalls and Alternatives
A major common pitfall is integrating without checking curve order or ignoring crossings. If and cross inside , you must split the integral at the crossing point and compute top-minus-bottom on each sub-interval separately. Subtracting in the wrong order yields a negative area.
| Variable | Orientation | Strip Formula |
|---|---|---|
| x-axis | Vertical strips | |
| y-axis | Horizontal strips |
When curves are functions of , integrate horizontally using right minus left strips.