Area Between Curves
The strip height is top minus bottom
At one fixed , subtract the lower y-coordinate from the upper y-coordinate. This gives the vertical gap, even when both coordinates are negative: from −5 to −2 the gap is .
The limits must describe the requested region. If it is enclosed just by the two graphs, set their equations equal to find the intersections. Test one input between consecutive intersections to decide which graph is higher.
Find intersections, then keep the subtraction order
Worked example
Find the area between y = 2x + 3 and y = x².
Solve . A polynomial solver gives −1 and 3; the convenient roots give the written factorisation . At , the line is higher.
For awkward decimal roots, use exact algebra or the quadratic formula when exact limits are required; do not round the boundaries early.
If the graphs exchange order at another intersection inside the requested interval, split there and reverse which function is subtracted. Crossing the x-axis alone does not require a split when the gap remains positive.
The curve and line meet at and 16. Find the enclosed area.
Show worked answer
At , the line gives −12 and the curve gives −40. The line is above the curve.
