Area Between Two Curves
students, imagine looking at the space trapped between two riverbanks, or the shaded region between two roads on a map 🛣️. In calculus, one of the most useful jobs is finding the exact area of a region like that. The topic Area Between Two Curves builds directly on integration, because integration measures area by adding up many tiny slices. By the end of this lesson, you should be able to explain what the region means, choose the correct curve order, set up the integral, and calculate the area accurately.
Learning objectives:
- Explain the main ideas and vocabulary behind area between two curves.
- Set up and evaluate integrals for regions bounded by curves.
- Connect this skill to the wider ideas of calculus, especially definite integrals.
- Use clear reasoning and examples in IB Mathematics Analysis and Approaches SL.
What Does “Area Between Two Curves” Mean?
When two graphs enclose a region, the area of that region is often found by subtracting one curve from the other inside a definite integral. The key idea is simple: the top function minus the bottom function gives the height of a thin vertical strip. If the strip has width $\mathrm{d}x$, then its area is approximately $\bigl(f(x)-g(x)\bigr)\mathrm{d}x$. Adding all those strips from one boundary to another gives the exact area.
This only works if the region is measured above the $x$-axis using vertical slices and the top curve stays above the bottom curve on the interval. In IB problems, you may also need to use horizontal slices, especially when the curves are easier to express as $x$ in terms of $y$.
A common misunderstanding is to think that the area is always found by integrating just one function. That is only true when the region is bounded by the curve and an axis. For two curves, the area depends on both graphs because the space is between them.
For example, if $f(x)=x^2$ and $g(x)=x$, then the curves meet where $x^2=x$. Solving gives $x(x-1)=0$, so the intersection points are $x=0$ and $x=1$. On $0\le x\le 1$, the line $y=x$ lies above the parabola $y=x^2$, so the area is
$$
$A=\int_0^1 \bigl(x-x^2\bigr)\,\mathrm{d}x.$
$$
This is the basic pattern you should recognize and use 🔍.
Step 1: Find the Intersection Points
Before you can calculate area, you must know the interval where the region exists. That usually means finding where the curves cross. These points are called intersection points or points of intersection.
If the curves are given by $y=f(x)$ and $y=g(x)$, set them equal:
$$
$f(x)=g(x).$
$$
Then solve for $x$. These $x$-values become the limits of integration, provided the region is enclosed and the curves do not change order in the interval.
For instance, if $f(x)=2x+1$ and $g(x)=x^2$, then intersections satisfy
$$
$x^2=2x+1.$
$$
Rearranging gives
$$
$x^2-2x-1=0,$
$$
and solving with the quadratic formula yields
$$
$x=1\pm\sqrt{2}.$
$$
These are the bounds for the area calculation.
Sometimes there are more than two intersections, which can split the region into several parts. In that case, students, you may need to calculate multiple integrals and add them together. This is important because the top and bottom curves might swap positions across different sections. If you do not split the region correctly, you could end up with a negative result or the wrong total area.
Step 2: Decide Which Curve Is on Top
The formula for area between curves using vertical slices is
$$
$A=\int_a^b \bigl(\text{top} - \text{bottom}\bigr)\,\mathrm{d}x.$
$$
This works only if the same curve stays above the other from $x=a$ to $x=b$.
To check which curve is on top, choose a test value between the intersection points and compare the $y$-values. For the example $y=x$ and $y=x^2$ on $[0,1]$, test $x=\tfrac12$:
$$
$x=\tfrac12,\qquad x^2=\tfrac14.$
$$
Since $\tfrac12>\tfrac14$, the line is on top.
A helpful way to think about it is like stacking transparent sheets. The top curve is the upper edge of the shaded region, and the bottom curve is the lower edge. The height of each thin strip is the difference between them. If the top and bottom curves are switched, the integral could produce a negative value, but area itself is never negative. So the order matters.
For the example above:
$$
$A=\int_0^1 (x-x^2)\,\mathrm{d}x.$
$$
Now evaluate:
$$
$A=\left[\frac{x^2}{2}-\frac{x^3}{3}\right]_0^1=\frac12-\frac13=\frac16.$
$$
So the area is $\frac16$ square units.
Step 3: Use Horizontal Slices When Needed
Sometimes the problem is easier if you integrate with respect to $y$ instead of $x$. Then the formula becomes
$$
$A=\int_c^d \bigl(\text{right} - \text{left}\bigr)\,\mathrm{d}y.$
$$
This is useful when the region is bounded by curves like $x=y^2$ and $x=2-y$. In that case, vertical slices may be awkward, but horizontal slices can be direct.
For example, suppose a region is enclosed by $x=y^2$ and $x=4$. The right boundary is $x=4$, and the left boundary is $x=y^2$. To find the $y$-limits, set them equal:
$$
$y^2=4.$
$$
So
$$
y=-2\quad\text{and}\quad y=2.
$$
The area is
$$
$A=\int_{-2}^{2} (4-y^2)\,\mathrm{d}y.$
$$
Evaluating gives
$$
$A=\left[4y-\frac{y^3}{3}\right]_{-2}^{2}=\frac{32}{3}.$
$$
That is a good example of how choosing the correct variable can make the problem easier and cleaner ✨.
Step 4: Understand Why the Formula Works
The definite integral gives area by adding many tiny rectangles. Each rectangle has width $\mathrm{d}x$ and height $f(x)-g(x)$. So the small area is
$$
$\mathrm{d}A=\bigl(f(x)-g(x)\bigr)\mathrm{d}x.$
$$
When you add all the slices from $x=a$ to $x=b$, you get
$$
$A=\int_a^b \bigl(f(x)-g(x)\bigr)\,\mathrm{d}x.$
$$
This is the same reasoning used in many calculus applications: distance from velocity, mass from density, and area from a rate of accumulation. In each case, calculus converts a changing quantity into a total amount by integration.
Because the area is a geometric quantity, the result must be positive. If you accidentally reverse the order and calculate
$$
$\int_a^b \bigl(g(x)-f(x)\bigr)\,\mathrm{d}x,$
$$
you would get the negative of the area. That can be useful as a check: if your answer is negative, it usually means the top and bottom curves were reversed.
Step 5: Common IB Exam Skills and Mistakes
In IB Mathematics Analysis and Approaches SL, questions on area between two curves often test several skills at once:
- algebraic solving to find intersection points,
- graph interpretation to identify which curve is above,
- correct setup of a definite integral,
- and accurate evaluation using integration techniques.
A common mistake is forgetting to include both curves in the integrand. Another is using the wrong bounds. Another is assuming the same curve is always on top without checking. In more advanced questions, the region may need to be split at an intersection point because the curves change order.
For example, if a region is enclosed by $y=x^3$ and $y=x$, then solving
$$
$x^3=x$
$$
gives
$$
$x(x^2-1)=0,$
$$
so the intersections are $x=-1$, $x=0$, and $x=1$.
On $[-1,0]$, one curve is on top; on $[0,1]$, the order changes. Therefore, the total area must be written as a sum of two integrals:
$$
A=$\int_{-1}$^{0} $\bigl($x^3-x$\bigr)$\,$\mathrm{d}$x+$\int_{0}$^{1} $\bigl($x-x^$3\bigr)$\,$\mathrm{d}$x.
$$
This shows why careful graph analysis matters as much as calculation.
Conclusion
students, area between two curves is a core calculus idea because it uses the definite integral to measure a real geometric region. The main steps are: find the intersection points, identify which curve is on top or right, choose $\mathrm{d}x$ or $\mathrm{d}y$ depending on the situation, and integrate the difference of the boundaries. This topic connects strongly to the rest of calculus because it uses the same accumulation idea found in many applications.
If you remember one rule, let it be this: area is found by subtracting the lower boundary from the upper boundary, or the left boundary from the right boundary, over the correct interval. With careful setup, the calculation becomes straightforward and reliable 📘.
Study Notes
- Area between two curves is found using a definite integral.
- With vertical slices, use $A=\int_a^b \bigl(\text{top} - \text{bottom}\bigr)\,\mathrm{d}x$.
- With horizontal slices, use $A=\int_c^d \bigl(\text{right} - \text{left}\bigr)\,\mathrm{d}y$.
- First find intersection points by solving $f(x)=g(x)$ or the equivalent equation.
- Check which curve is above or to the right using a test point or graph.
- If the curves cross more than once, split the region into separate integrals.
- The area must be positive, so a negative result usually means the curve order was reversed.
- This topic connects to the wider idea of integration as accumulation.
- In IB questions, careful algebra and clear reasoning are just as important as the final answer.
- Always label bounds, boundaries, and units correctly when writing your solution.
