Question
Find the area enclosed by the curve , the -axis, and the lines and .
Solution — Step by Step
The area between and the -axis from to :
Since everywhere, no sign issues.
Final answer: square units.
Why This Works
A definite integral computes the signed area between a curve and the -axis. When the curve is above the axis (positive ), the integral gives a positive area directly. When the curve dips below, we get a negative contribution. For unsigned area, we integrate or split the interval at zeros.
For on , the curve is above the axis throughout, so the integral gives the geometric area straight up.
Alternative Method
Use the average value approach. The average of on is approximately (rough Simpson estimate). Multiplying by interval length gives , close to the exact . Useful as a sanity check.
For a cleaner numerical method, the function is monotonic, so the area is between rectangles of heights and over width : between and . The exact value fits.
For curves crossing the -axis inside the interval, split into pieces. For on , the integral is zero (signed), but the geometric area is .
Common Mistake
Forgetting to take absolute value when the curve dips below the axis. The phrase “area enclosed” usually means geometric (positive) area. If the integral gives a negative number, take its magnitude.