Mistake Master

Finding the Area Between Curves Expressed as Functions of x AB & BC

A vertical strip at $x$ has height $y_{\text{top}} - y_{\text{bottom}}$ and width $dx$, so the area between two curves is $\int_a^b (f - g)\,dx$ with $f$ on top and with $x$-values as the limits. Nothing assumes either curve is above the axis, since a vertical distance does not depend on where the axis sits. Unless the interval is given, the limits come from solving $f(x) = g(x)$ for every root: $x^{2} = x + 2$ gives $x = -1$ and $x = 2$, and $y = x^{2}$ with $y = 4$ gives $x = -2$ and $x = 2$, so stopping at one root or importing a number from the prompt loses part of the region.

Which curve is on top is settled by testing a value strictly between consecutive intersections, not by comparing the formulas: on $[0, 2]$ the line $y = 2x$ lies above $y = x^{2}$, even though the parabola overtakes it for every $x > 2$, and a bounded region is precisely where the eventual ordering is reversed. A negative answer means the subtraction ran backwards, and the repair is to swap the order rather than to take an absolute value at the end. That distinction has no consequences while the region is one piece and becomes essential in 8.6, where $\left|\int (f - g)\right|$ and $\int |f - g|$ stop agreeing.

THE REGION ENCLOSED BY A LINE AND A PARABOLA. y = x + 2 IS ON TOP y = x² IS BELOW THEY MEET AT x = −1 AND AT x = 2 A STRIP HAS HEIGHT (x + 2) − x² AREA = 9/2 THE DOTS ARE THE ONLY TWO INTERSECTIONS, AND THEY ARE THE LIMITS. STARTING AT x = 0 INSTEAD OF x = −1 LOSES A QUARTER OF IT.
Drawn to scale at $90$ px per unit horizontally and $42$ px per unit vertically, with the parabola computed rather than sketched. The line is above the parabola on the whole open interval $(-1, 2)$ and below it everywhere outside, which is why a test point is needed and a glance at the formulas is not enough.
FOUR STEPS, AND WHAT GOES WRONG AT EACH ONE. THE STEP THE FAILURE 1. SOLVE f = g FOR ALL ROOTS STOPPING AT ONE ROOT 2. TEST A POINT BETWEEN THEM GUESSING FROM DEGREE 3. SUBTRACT TOP MINUS BOTTOM A NEGATIVE AREA 4. INTEGRATE OVER THE ROOTS USING GIVEN NUMBERS STEPS 1 AND 4 SET THE INTERVAL. STEPS 2 AND 3 SET THE INTEGRAND. THEY FAIL INDEPENDENTLY, SO BOTH CHECKS HAVE TO BE RUN.
The right column is the taxonomy of this topic. Rows one and four are bounds errors; rows two and three reverse the order of subtraction. A problem can go wrong in exactly one of the two ways and still produce a plausible number.

The work

3 ways in · any order
Lesson
Finding the Area Between Curves Expressed as Functions of x

Builds the area integral from a vertical strip of height top minus bottom, insists on solving for every intersection rather than the convenient one, replaces guessing which curve is above with a single test point, and reads a negative answer as a reversed subtraction rather than a result.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items on area between curves in x: locating all intersection points, refusing numbers supplied by the prompt as limits, testing a point to order the curves, and diagnosing a negative area.

Not yet available · 10 items
Targeted Practice
Drill a single misconception

Pick one of the failure modes you missed and drill it on its own. The round is adaptive: two correct in a row clears the misconception and moves you to the next.

Take the diagnostic to identify your misconceptions