Courses / Mathematics I
Integral Calculus

Area Between Curves

Mathematics I 246 words Free to read

Finding Enclosed Area

The area between two curves generalizes the area under a curve by integrating thin vertical strips across the region. If f(x)g(x)f(x) \ge g(x) on [a,b][a, b], the trapped area is:

A=ab(f(x)g(x))dxA = \int_a^b \big(f(x) - g(x)\big)\, dx

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 xx-axis completely irrelevant.

StepActionDescription
1IntersectionsSolve f(x)=g(x)f(x) = g(x) for limits aa and bb.
2Top/BottomIdentify which curve is higher over the interval.
3IntegrateEvaluate (topbottom)dx\int (\text{top} - \text{bottom})\, dx.

Pitfalls and Alternatives

A major common pitfall is integrating without checking curve order or ignoring crossings. If ff and gg cross inside [a,b][a, b], 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.

VariableOrientationStrip Formula
x-axisVertical strips(topbottom)dx\int \big(\text{top} - \text{bottom}\big)\, dx
y-axisHorizontal strips(rightleft)dy\int \big(\text{right} - \text{left}\big)\, dy

When curves are functions of yy, integrate horizontally using right minus left strips.

Area Between Curves

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Integral Calculus