8.6 Finding the Area Between Curves That Intersect at More Than Two Points
- Syllabus
- 2020
- Topic
- 8.6
- Level
- —
If two curves intersect several times, their upper–lower order may change at each intersection. Use every relevant intersection as a possible partition point, test the sign of f−g on each subinterval, and make each slice height nonnegative.
A=\sum_i\int_{x_i}^{x_{i+1}}(\text{upper}-\text{lower}),dx=\int_a^b|f(x)-g(x)|,dx
On [0,2π], y=sinx and y=0 intersect at 0, π, and 2π. Since sinx≥0 on [0,π] and sinx≤0 on [π,2π], A=∫0πsinxdx+∫π2π(−sinx)dx=2+2=4. Equivalently, A=∫02π∣sinx∣dx=4.
The unsplit signed integral ∫02πsinxdx=0 is net signed area, not total geometric area. Absolute value must be applied to the height before integration, not to the final signed integral after positive and negative regions have already canceled.