Finding the Area Between Curves Expressed as Functions of $x$
Imagine two road trips happening on the same map. One path is always above the other, and the space between them is like a region on a graph that can be measured. In calculus, students, that βspaceβ is the area between curves π. This lesson focuses on curves written as functions of $x$, which means we use vertical slices and integrate with respect to $x$.
What you will learn
By the end of this lesson, students, you should be able to:
- explain the meaning of area between two curves,
- identify which curve is on top and which is on the bottom,
- set up and evaluate the integral for area between curves,
- connect this idea to the broader AP Calculus BC unit on applications of integration,
- use examples to justify each step clearly.
Area between curves appears often on the AP exam because it connects geometry, graphing, and integration. It is a key example of how an integral measures accumulation. Instead of adding up lengths or heights, we add up tiny strips of area.
The main idea: subtract the lower function from the upper function
When two curves are graphed as $y=f(x)$ and $y=g(x)$ on an interval from $x=a$ to $x=b$, and $f(x)$ is above $g(x)$, the area between them is
$$\int_a^b \bigl(f(x)-g(x)\bigr)\,dx$$
This formula works because each vertical strip has height $f(x)-g(x)$ and tiny width $dx$. Multiplying height by width gives a small rectangle of area. Adding all those rectangles with integration gives the total area π.
The key idea is simple:
- top curve minus bottom curve,
- integrate from left boundary to right boundary,
- make sure the result is positive.
If you accidentally subtract in the wrong order, the integral may become negative, but actual area is never negative. So always identify which curve is higher first.
Example 1: A basic setup
Suppose $f(x)=x^2+1$ and $g(x)=x$ on $[0,1]$.
To find the area between them, first decide which function is on top. At $x=0$, $f(0)=1$ and $g(0)=0$. At $x=1$, $f(1)=2$ and $g(1)=1$. So $f(x)$ is above $g(x)$ on this interval.
The area is
$$\int_0^1 \bigl((x^2+1)-x\bigr)\,dx$$
Simplify the integrand:
$$\int_0^1 \bigl(x^2-x+1\bigr)\,dx$$
Now integrate:
$$\left[\frac{x^3}{3}-\frac{x^2}{2}+x\right]_0^1 = \frac{1}{3}-\frac{1}{2}+1 = \frac{5}{6}$$
So the area is $\frac{5}{6}$ square units.
Why graphing matters
Before writing an integral, students, you should understand the picture. Graphs tell you which curve is on top and whether the region is bounded by one interval or several.
Sometimes the curves intersect inside the interval. That means the top and bottom functions may switch places. If that happens, you must split the region at the intersection points.
For example, if $f(x)$ and $g(x)$ cross at $x=c$, and $f(x)$ is above $g(x)$ on $[a,c]$ but below $g(x)$ on $[c,b]$, then the total area is
$$\int_a^c \bigl(f(x)-g(x)\bigr)\,dx+\int_c^b \bigl(g(x)-f(x)\bigr)\,dx$$
This keeps each part positive.
Example 2: Curves that switch order
Consider $f(x)=x$ and $g(x)=x^2$ on $[0,1]$.
These curves meet at $x=0$ and $x=1$. On $0<x<1$, $x>x^2$, so $f(x)$ is on top. The area is
$$\int_0^1 \bigl(x-x^2\bigr)\,dx$$
Compute:
$$\left[\frac{x^2}{2}-\frac{x^3}{3}\right]_0^1 = \frac{1}{2}-\frac{1}{3} = \frac{1}{6}$$
That means the shaded region between the line and the parabola has area $\frac{1}{6}$.
How to set up area problems correctly
A strong AP Calculus BC solution has a clear setup. Use these steps:
- Identify the region on the graph.
- Find intersection points if the boundaries are not already given.
- Decide which function is top and which is bottom on each interval.
- Write the integral as top minus bottom.
- Evaluate and state units.
If the problem gives a shaded region, reading the graph carefully is just as important as doing the calculus. A correct-looking integral with the wrong bounds or wrong order can give the wrong answer.
When the region must be split
A single area problem can require more than one integral. This happens when the curves cross. The reason is that the vertical distance between the curves changes sign if you use the same subtraction everywhere.
Suppose $f(x)=\sin x$ and $g(x)=\frac{1}{2}$ on $[0,\pi]$. The curves intersect where
$$\sin x=\frac{1}{2}$$
which happens at $x=\frac{\pi}{6}$ and $x=\frac{5\pi}{6}$.
On $[0,\frac{\pi}{6}]$, $g(x)$ is above $f(x)$, and on $[\frac{\pi}{6},\frac{5\pi}{6}]$, $f(x)$ is above $g(x)$, and then the order switches again on $[\frac{5\pi}{6},\pi]$. So the total area is
$$\int_0^{\pi/6} \left(\frac{1}{2}-\sin x\right)\,dx+\int_{\pi/6}^{5\pi/6} \left(\sin x-\frac{1}{2}\right)\,dx+\int_{5\pi/6}^{\pi} \left(\frac{1}{2}-\sin x\right)\,dx$$
This shows why graphing and intersection work are essential. The area is built from pieces where the top curve stays the top curve.
Common mistakes to avoid
students, here are the most common errors students make:
- subtracting in the wrong order and getting a negative value,
- forgetting to split the interval when the curves cross,
- using the wrong bounds,
- confusing area with total signed integral,
- forgetting that area is measured in square units.
A related idea is the difference between area and net area. The integral of a single function can be negative if the graph is below the $x$-axis, but area between curves is usually set up so the quantity inside the integral is positive. That is why the top-minus-bottom rule matters so much.
How this fits into Applications of Integration
This topic is one part of the larger AP Calculus BC unit on applications of integration. Integration can measure many real quantities:
- area between curves,
- average value of a function,
- motion and total displacement,
- volume of solids,
- arc length.
Area between curves is a foundation for these ideas because it teaches the core strategy of building a quantity from tiny pieces. For area, those pieces are rectangles. For motion, they may be thin time intervals. For volume, they may be disks or shells. In every case, the integral adds up small contributions to get a total.
A good real-world picture is land between two fences, or the space between two elevation profiles on a map πΊοΈ. If one boundary is higher than the other, you can measure the enclosed space by integrating the vertical distance between them.
Conclusion
Finding the area between curves expressed as functions of $x$ is one of the clearest examples of how calculus turns geometry into algebra. The process is straightforward once the graph is understood: find the interval, identify the top and bottom curves, subtract, and integrate. If the curves cross, split the interval so each integral stays positive.
students, this skill connects directly to the AP Calculus BC theme of accumulation. It strengthens graph reading, integral setup, and algebraic reasoning, all of which are important for later topics like volumes and arc length. With practice, these problems become a reliable way to turn a picture into a precise calculation β .
Study Notes
- Area between curves uses the formula $\int_a^b \bigl(f(x)-g(x)\bigr)\,dx$ when $f(x)$ is above $g(x)$.
- Always identify the top curve and bottom curve before integrating.
- If the curves cross, split the region at the intersection points.
- Area is always positive, so use top minus bottom on each piece.
- Use graphing, algebra, and intersection points together to set up the correct integral.
- Area between curves is an example of accumulation, which is a major idea in applications of integration.
- This topic connects to average value, motion, volume, and arc length because all of them use integrals to add small pieces into a total.
