Loading…

Area Between Curves Calculator

Math Calculus • Applications of Integrals

View all topics
1. Area Between Curves Calculator
Computes area between two curves on \([a,b]\) using \(\int_a^b |f-g|\,dx\) (or \(\int_a^b |f-g|\,dy\) for y-slices), finds intersections, splits the interval, and shades the region on the graph.
Inputs
Choose based on which variable makes the region simpler.
Area is always nonnegative. Signed keeps the sign of (curve1 − curve2).

Use variable x. Constants: pi, e.
Supported: + − * / ^, parentheses, functions sin cos tan, ln log, sqrt abs exp. Implicit mult allowed: 2x, (x+1)(x-1).
Supports pi, e.
Example: \(b=2\) or \(b=\pi/2\).
Used for intersections + numeric integration.
Click to load and evaluate.
Ready
Graph
Drag to pan • wheel/pinch to zoom • shaded region shows the area between the curves on \([a,b]\).
\(y=f(x)\) \(y=g(x)\) shaded \([a,b]\)
x: 0, y: 0, zoom(px/unit): 60
Result
Enter both curves and bounds, then click Evaluate.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do you calculate the area between two curves on an interval?

The area is found by integrating the absolute difference between the curves across the interval: integral_a^b |f(x) - g(x)| dx for vertical slices. If the curves cross, the interval should be split at intersection points so the correct top-minus-bottom difference is used on each piece.

What is the difference between area and signed area?

Area uses an absolute value so the result is always nonnegative. Signed area computes integral_a^b (curve1 - curve2) d(variable), so parts where curve1 is below curve2 contribute negative value.

When should I use horizontal slices instead of vertical slices?

Use horizontal slices when the region is easier to describe with x as a function of y, such as x=f(y) and x=g(y). In that case the area is integral_a^b |f(y) - g(y)| dy, where the right boundary minus left boundary is integrated over y.

Why does the calculator find intersections before integrating?

Intersections mark where the curves swap which one is above (or which one is rightmost) on the interval. Splitting at those points prevents cancellation and makes the computed area consistent with the shaded region.