Area Between Curves

Calculus
process

Also known as: area between two curves, area between functions

Grade 9-12

View on concept map

The area of the region enclosed between two functions f(x) and g(x) from x = a to x = b, computed as A = \int_a^b |f(x) - g(x)|\,dx. This technique is a building block for volumes of revolution, work problems, and probability (area under probability density curves).

This concept is covered in depth in our antiderivative methods guide, with worked examples, practice problems, and common mistakes.

Definition

The area of the region enclosed between two functions f(x) and g(x) from x = a to x = b, computed as A = \int_a^b |f(x) - g(x)|\,dx.

πŸ’‘ Intuition

To find the area between two curves, subtract the lower curve from the upper curve and integrate. It's like finding the area under the top curve and subtracting the area under the bottom curveβ€”the difference is the area of the 'sandwich' between them.

🎯 Core Idea

Area between curves extends the definite integral from 'area under a curve' to 'area between curves.' The key is correctly identifying which function is on top and splitting at intersection points.

Example

Area between f(x) = x^2 and g(x) = x from x = 0 to x = 1:
A = \int_0^1 (x - x^2)\,dx = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = \frac{1}{2} - \frac{1}{3} = \frac{1}{6}

Formula

A = \int_a^b [f(x) - g(x)]\,dx \quad \text{where } f(x) \geq g(x) \text{ on } [a, b]
If the curves cross, split into separate integrals at each intersection point.

Notation

Top minus bottom (for vertical slices) or right minus left (for horizontal slices with dy integration).

🌟 Why It Matters

This technique is a building block for volumes of revolution, work problems, and probability (area under probability density curves). It's one of the most common applications of integration.

πŸ’­ Hint When Stuck

Set the two functions equal to find intersection points first, then test a value in each sub-interval to determine which is on top.

Formal View

If f and g are continuous on [a, b] with f(x) \geq g(x), then the area of the region between them is A = \int_a^b [f(x) - g(x)]\,dx. In general: A = \int_a^b |f(x) - g(x)|\,dx.

See Also

🚧 Common Stuck Point

When curves cross, the 'top' and 'bottom' functions swap. You must find the intersection points and set up separate integrals for each sub-interval, or use absolute value.

⚠️ Common Mistakes

  • Not finding intersection points: if you don't know where the curves cross, you may integrate with the wrong function on top, getting a negative (and incorrect) area.
  • Forgetting absolute value or not splitting the integral when curves cross: if f is above g on part of the interval and below on another, a single integral without absolute value will give cancellation and the wrong answer.
  • Integrating with respect to the wrong variable: sometimes integrating with respect to y (horizontal slices) is much simpler. If the region is easier to describe as 'right minus left,' switch to dy integration.

Frequently Asked Questions

What is Area Between Curves in Math?

The area of the region enclosed between two functions f(x) and g(x) from x = a to x = b, computed as A = \int_a^b |f(x) - g(x)|\,dx.

Why is Area Between Curves important?

This technique is a building block for volumes of revolution, work problems, and probability (area under probability density curves). It's one of the most common applications of integration.

What do students usually get wrong about Area Between Curves?

When curves cross, the 'top' and 'bottom' functions swap. You must find the intersection points and set up separate integrals for each sub-interval, or use absolute value.

What should I learn before Area Between Curves?

Before studying Area Between Curves, you should understand: definite integral, fundamental theorem.

How Area Between Curves Connects to Other Ideas

To understand area between curves, you should first be comfortable with definite integral and fundamental theorem. Once you have a solid grasp of area between curves, you can move on to volumes of revolution.

Want the Full Guide?

This concept is explained step by step in our complete guide:

How to Integrate Rational Functions: Long Division and Partial Fractions β†’