Navigation: Wiki Home > Skills > Area Between Curves That Cross
| Situation | Formula | Key Point |
|---|---|---|
| Curves don't cross on $[a,b]$ | $A = \int_a^b [f(x) - g(x)]\,dx$ | One integral, top โ bottom |
| Curves cross at $x = c$ | $A = \int_a^c [\text{top}_1 - \text{bottom}_1]\,dx + \int_c^b [\text{top}_2 - \text{bottom}_2]\,dx$ | Split at crossings |
| General formula | $A = \int_a^b \lvert f(x) - g(x) \rvert\,dx$ | Absolute value ensures positive area |
Warning: You cannot directly integrate $\|f(x) - g(x)\|$โyou MUST split at crossing points first.
Test yourself on these prerequisites:
1. Can you compute an area between curves?
Find the area between $y = 4$ and $y = x^2$ from $x = -1$ to $x = 1$.
$$A = \int_{-1}^{1} (4 - x^2) \, dx = \left[4x - \frac{x^3}{3}\right]_{-1}^{1} = \frac{22}{3}$$
If this was difficult, review Area Between Curves (Vertical) first.
2. Can you find where two curves intersect?
Find where $y = \sin x$ and $y = \cos x$ intersect for $0 \leq x \leq \pi$.
$\sin x = \cos x \Rightarrow \tan x = 1 \Rightarrow x = \frac{\pi}{4}$
If this was difficult, review your trigonometry.
So far, we've assumed one curve is always on top. But what if the curves cross? Between $x = 0$ and $x = \pi/2$, the curves $y = \cos x$ and $y = \sin x$ intersect at $x = \pi/4$. Before this point, cosine is above sine; after, sine is above cosine.
If you compute $\int_0^{\pi/2} (\cos x - \sin x) \, dx$ without checking which curve is on top, the positive area from the first half gets partially canceled by the negative contribution from the second halfโgiving you the net signed area, not the total area of the region.
The fix: Split the integral at crossing points, or use the absolute value formula.
Legend: ๐ก Yellow = immediate prerequisites | ๐ข Green = this skill
| Property | Value |
|---|---|
| Section | Stewart ยง5.1 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
When $f(x) \geq g(x)$ on part of $[a, b]$ but $g(x) \geq f(x)$ on another part:
$$\int_a^b [f(x) - g(x)] \, dx \neq \text{Total Area}$$
The integral gives net signed area, which can be smaller (even zero!) if positive and negative portions cancel.
The total area between $y = f(x)$ and $y = g(x)$ from $x = a$ to $x = b$ is:
$$\boxed{A = \int_a^b \vert f(x) - g(x)\vert \, dx}$$
The absolute value formula is conceptually correct, but you can't directly integrate $\vert f(x) - g(x)\vert $ without knowing where the expression changes sign.
Procedure:
y
| f(x)
| โญโโโโโฎ
| โฑ Aโ โฒ Aโ: f is above g
| โฑ โฒโญโโโโ Aโ: g is above f
| โฑ โฑโฒ โฒ
|โฑ g(x) โฒAโ โฒ
โโโโโโโโโโโโโโโโโโโ x
cโ cโ
a b
Total Area = Aโ + Aโ (not Aโ - Aโ!)
| Mistake | What Goes Wrong | How to Fix |
|---|---|---|
| Not splitting at crossings | Get net area, not total area | Find ALL crossing points first, then split |
| Using same subtraction order in both integrals | One integral gives negative contribution | Switch order: if $f > g$ before, then $g > f$ after |
| Missing a crossing point | Incorrect partial areas | Solve $f(x) = g(x)$ carefully; check for multiple roots |
| Confusing net and total area | Wrong answer type | Net = $\int [f-g]$; Total = $\int \lvert f-g \rvert$ |
| Integrating $\lvert f-g \rvert$ directly | Can't find antiderivative | MUST split at crossings first |
| Quantity | Formula | What It Measures |
|---|---|---|
| Net signed area | $\int_a^b [f(x) - g(x)]\,dx$ | How much $f$ exceeds $g$ "on average" (can be 0 or negative) |
| Total area | $\int_a^b \lvert f(x) - g(x) \rvert\,dx$ | Actual geometric area between curves (always positive) |
Analogy: Net is like profit/loss on a ledger (can cancel). Total is like counting all transactions (always adds up).
Problem: Find the area bounded by $y = \sin x$ and $y = \cos x$ from $x = 0$ to $x = \pi/2$.
Solution:
Step 1: Find where the curves cross.
$\sin x = \cos x \Rightarrow \tan x = 1 \Rightarrow x = \frac{\pi}{4}$ (in the given interval)
Step 2: Determine which is on top in each subinterval.
Step 3: Set up split integrals.
$$A = \int_0^{\pi/4} (\cos x - \sin x) \, dx + \int_{\pi/4}^{\pi/2} (\sin x - \cos x) \, dx$$
Step 4: Evaluate each integral.
$$A_1 = \left[\sin x + \cos x\right]_0^{\pi/4} = \left(\frac{\sqrt{2}}{2} + \frac{\sqrt{2}}{2}\right) - (0 + 1) = \sqrt{2} - 1$$
$$A_2 = \left[-\cos x - \sin x\right]_{\pi/4}^{\pi/2} = (-0 - 1) - \left(-\frac{\sqrt{2}}{2} - \frac{\sqrt{2}}{2}\right) = -1 + \sqrt{2} = \sqrt{2} - 1$$
Step 5: Add.
$$A = (\sqrt{2} - 1) + (\sqrt{2} - 1) = 2\sqrt{2} - 2$$
Step 6: Verify.
Reasonableness check: $2\sqrt{2} - 2 \approx 2(1.41) - 2 = 0.82$. The region consists of two "lens" shapes between sine and cosine on $[0, \pi/2]$. Each lens has width $\pi/4 \approx 0.79$ and max height about $0.7$. Area โ $2 \times \frac{2}{3}(0.79)(0.7) \approx 0.74$. Close to $0.82$ โ
Note: By symmetry about $x = \pi/4$, the two pieces have equal area, which we could have exploited: $A = 2A_1$.
The curves $y = x$ and $y = x^3$ are graphed from $x = -2$ to $x = 2$. At which $x$-values do they intersect?
Find the area of the region bounded by $y = 4 - x^2$ and $y = x + 2$ from $x = -2$ to $x = 2$.
Find the area enclosed between $y = \sin(2x)$ and $y = \cos(2x)$ from $x = 0$ to $x = \frac{\pi}{2}$.
Find the total area enclosed by $y = x$ and $y = x^3$ from $x = -1$ to $x = 1$.
โ Checkpoint: If you can solve Level 4 problems with multiple crossings, you understand how to handle curves that switch positions!
Let $f$ and $g$ be continuous functions on $[a, b]$ with exactly one crossing at $x = c \in (a, b)$. Suppose $\int_a^b [f(x) - g(x)] \, dx = 5$ and the total area between the curves is $13$.
Question 1: A student calculates $\int_0^4 [f(x) - g(x)] \, dx = 0$. Does this mean the curves $f$ and $g$ enclose zero area on $[0, 4]$?
No! It means the net signed area is zeroโthe positive and negative contributions exactly cancel. The curves could enclose substantial area, with equal amounts above and below each other. To find total area, you'd need to compute $\int_0^4 \vert f(x) - g(x)\vert \, dx$.
Question 2: When setting up the split integral for curves that cross at $x = c$, why do we need to change the order of subtraction (from $f - g$ to $g - f$) in the second integral?
Area must be positive. If $f > g$ on $[a, c]$, then $f - g > 0$ there, giving positive area. But on $[c, b]$ where $g > f$, the expression $f - g$ is negative. To get positive area, we compute $g - f$ instead (or equivalently, take the absolute value).
โ All boxes checked? You've mastered area between curves! Ready for applications in physics.
Step 0 โ Find ALL crossings:
Step 1 โ Make a sign chart:
Step 2 โ Write split integrals:
Step 3 โ Sanity check each piece:
Step 4 โ Add up all pieces:
Time-saver: If problem has symmetry (e.g., odd functions), compute one piece and multiply.
The Accountant's View:
Think of the area between curves as a business's daily profit/loss. On days when revenue exceeds costs ($f > g$), you gain area. On days when costs exceed revenue ($g > f$), you lose area. The ordinary integral gives your net profitโgains minus losses. But if you want to know the total volume of transactions (total area), you need to add up the absolute values: $\vert $gains$\vert $ + $\vert $losses$\vert $.
Looking back:
Looking ahead:
The distinction between "net" and "total" area reflects a deeper mathematical concept: signed measure. When Lebesgue developed modern integration theory in the early 1900s, he formalized the idea that integration naturally produces signed quantities.
The physical analogy is compelling: if you walk 10 steps forward and 10 steps back, your net displacement is 0, but your total distance traveled is 20 steps. The integral $\int v\,dt$ gives displacement (signed); the integral $\int \vert v\vert \,dt$ gives distance (unsigned).
This same principle appears throughout physics and economics: work done by friction (can be negative), profit/loss accounting, and electric charge balance all involve signed vs. unsigned quantities.
| Concept | Key Point |
|---|---|
| Problem | Curves cross, so top/bottom switch |
| Solution | Split at crossing points; integrate each piece separately |
| Net area formula | $\int_a^b [f(x) - g(x)]\,dx$ โ can be zero or negative |
| Total area formula | $\int_a^b \lvert f(x) - g(x) \rvert\,dx$ โ always positive |
| Can't integrate directly | Absolute value requires splitting first |
| Each piece | Should give positive area; if negative, switch subtraction order |
| Previous | Up | Next |
|---|---|---|
| Area (Horizontal) | Section 5.1 | Volumes (Disk/Washer) |
Last updated: 2026-01-22