Area Under a Curve
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to use definite integrals to calculate the area under a curve, how to handle regions below the x-axis, and how to find the area between two curves.
The Concept
Section titled “The Concept”The definite integral gives you the net signed area between a curve and the x-axis. “Net signed” means area above the x-axis counts as positive and area below counts as negative.
For a function that stays above the x-axis on [a, b], the area is just the integral:
But if the curve dips below the x-axis, the integral subtracts that region. To get the total geometric area (always positive), you need to split the integral at the x-intercepts and take absolute values of the negative pieces.
Area Between Two Curves
Section titled “Area Between Two Curves”When you want the area trapped between two curves f(x) and g(x) from a to b, where f(x) is on top:
Top minus bottom, integrated. If the curves cross, you split at the crossing points and swap which is on top.
Worked Example
Section titled “Worked Example”Example 1: Simple area above the x-axis
Find the area under f(x) = 2x from x = 1 to x = 4.
Since 2x is positive on [1, 4], the integral gives the area directly: 15 square units.
Example 2: Area between two curves
Find the area between y = x and y = x² from x = 0 to x = 1.
On [0, 1], x is greater than or equal to x² (the line is above the parabola). They meet at x = 0 and x = 1.
The green line is y = x (the upper curve) and the blue curve is y = x² (the lower curve). The shaded region between them has area 1/6. The orange dots mark where the curves intersect at (0, 0) and (1, 1).
Example 3: Handling negative regions
Find the total area between f(x) = x² - 1 and the x-axis from x = -2 to x = 2.
The function crosses the x-axis at x = -1 and x = 1. It’s negative between -1 and 1, positive outside.
Each piece is computed separately. The middle integral gives a negative number (the curve is below the axis), so you take its absolute value before adding.
Real-World Application
Section titled “Real-World Application”Area calculations show up everywhere:
- Physics: the area under a velocity-time graph is the total distance traveled
- Economics: the area between supply and demand curves is consumer or producer surplus
- Medicine: the area under a drug concentration curve (AUC) measures total drug exposure
- Engineering: the area under a force-displacement curve is the work done