8. Applications of Integration

Finding The Area Between Curves Expressed As Functions Of X

Finding the Area Between Curves Expressed as Functions of $x$

students, imagine two roads on a map, one above the other, and the space between them is a field that needs to be measured 🌱. In calculus, that space is not found by subtracting two lengths. Instead, we use integration to measure the area between two curves. This lesson focuses on curves written as functions of $x$, which means we look at vertical slices.

What you will learn

By the end of this lesson, students, you should be able to:

  • explain what “area between curves” means in calculus
  • identify which curve is on top and which is on the bottom
  • set up and evaluate integrals for area between two graphs
  • use intersections to find the correct interval of integration
  • connect this skill to the larger topic of applications of integration

Area between curves is one of the most important ideas in AP Calculus AB because it shows how the definite integral measures accumulation. Instead of finding area under a single graph, we find the area trapped between two graphs. This idea appears in science, economics, and engineering, such as comparing two rates of water flow or two profit models 📈.

The main idea: top minus bottom

For curves expressed as functions of $x$, the area between them is usually found with the formula

$$A=\int_a^b \bigl(f(x)-g(x)\bigr)\,dx$$

where $f(x)$ is the top function and $g(x)$ is the bottom function on the interval from $x=a$ to $x=b$.

Why does this work? A definite integral adds up lots of thin vertical rectangles. Each rectangle has height equal to the vertical distance between the curves, which is

$$f(x)-g(x)$$

and width $dx$. Adding all those rectangles gives the total area.

The key phrase is vertical distance. If a graph is higher on top, subtract the lower one from the higher one. If the top and bottom switch places, the formula must be adjusted. That is why finding intersections matters so much.

Example 1: A simple region

Find the area between $f(x)=x+2$ and $g(x)=x^2$ on the interval where they intersect.

First, find the intersection points by setting the functions equal:

$$x+2=x^2$$

Move all terms to one side:

$$x^2-x-2=0$$

Factor:

$$\bigl(x-2\bigr)\bigl(x+1\bigr)=0$$

So the curves intersect at $x=-1$ and $x=2$.

Now determine which graph is on top. Test $x=0$:

$$f(0)=2, \qquad g(0)=0$$

So $f(x)$ is above $g(x)$ on the interval. The area is

$$A=\int_{-1}^{2} \bigl((x+2)-x^2\bigr)\,dx$$

Simplify the integrand:

$$A=\int_{-1}^{2} \bigl(-x^2+x+2\bigr)\,dx$$

Now integrate:

$$A=\left[-\frac{x^3}{3}+\frac{x^2}{2}+2x\right]_{-1}^{2}$$

Evaluate at the endpoints:

$$A=\left(-\frac{8}{3}+2+4\right)-\left(\frac{1}{3}+\frac{1}{2}-2\right)$$

$$A=\frac{10}{3}-\left(-\frac{7}{6}\right)=\frac{27}{6}=\frac{9}{2}$$

So the area is $\frac{9}{2}$ square units.

How to set up the problem correctly

Many mistakes happen before any integration begins. The best strategy is to follow these steps carefully:

  1. Sketch both graphs if possible.
  2. Find intersection points by solving $f(x)=g(x)$.
  3. Decide which function is above the other on the interval.
  4. Write the area integral as top minus bottom.
  5. Evaluate the definite integral.

This process is important because a definite integral can be positive or negative depending on the order of subtraction. Area must be nonnegative, so the expression inside the integral should represent a positive vertical distance.

Example 2: When the top graph is not obvious

Suppose the curves are $f(x)=x^2+1$ and $g(x)=2x+1$.

Find intersections:

$$x^2+1=2x+1$$

Subtract $1$ from both sides:

$$x^2=2x$$

Rewrite:

$$x^2-2x=0$$

Factor:

$$x\bigl(x-2\bigr)=0$$

So the curves meet at $x=0$ and $x=2$.

Now test a point between them, such as $x=1$:

$$f(1)=2, \qquad g(1)=3$$

So $g(x)$ is above $f(x)$ on this interval. The area is

$$A=\int_0^2 \bigl(g(x)-f(x)\bigr)\,dx$$

$$A=\int_0^2 \bigl((2x+1)-(x^2+1)\bigr)\,dx$$

$$A=\int_0^2 \bigl(-x^2+2x\bigr)\,dx$$

Integrate:

$$A=\left[-\frac{x^3}{3}+x^2\right]_0^2$$

$$A=\left(-\frac{8}{3}+4\right)-0=\frac{4}{3}$$

So the area between the curves is $\frac{4}{3}$ square units.

Why intersections matter

The interval of integration is often determined by where the curves meet. Without intersection points, you do not know the boundaries of the region. Intersections also help tell whether the top and bottom functions stay the same or switch.

Sometimes a region is enclosed by more than two curves, or the top curve changes partway through. In AP Calculus AB, you must be careful and sometimes split the region into multiple integrals.

For example, if one curve is above another on $[a,c]$ but below it on $[c,b]$, then the area is

$$A=\int_a^c \bigl(f(x)-g(x)\bigr)\,dx+\int_c^b \bigl(g(x)-f(x)\bigr)\,dx$$

This is still the same idea: area is always the sum of positive pieces.

Common mistakes to avoid

students, here are some common errors students make 😅:

  • using the wrong top function
  • forgetting to find intersection points
  • integrating over the wrong interval
  • writing $\int_a^b \bigl(g(x)-f(x)\bigr)\,dx$ even when $f(x)$ is on top
  • treating a negative integral value as area

To avoid these mistakes, always ask: “Which graph is higher on this interval?” and “What are the left and right boundaries?”

Another helpful check is to imagine a vertical rectangle. Its height should be the difference between the upper and lower graphs. If that difference is negative, your subtraction order is wrong.

Real-world connection

Area between curves has practical meaning. Suppose one function gives the rate at which one tank is filling and another function gives the rate at which a second tank is filling. The area between the rate graphs over a time interval can represent the extra amount added by one system compared with the other.

In economics, the area between a demand curve and a price line can represent consumer surplus. In science, the area between two velocity curves can compare how far apart two moving objects are over time when the graphs are based on rates. These are all examples of accumulation, where calculus turns a changing quantity into a total amount.

Conclusion

Finding the area between curves expressed as functions of $x$ is a core AP Calculus AB skill because it uses integration to measure the space between graphs. The most important idea is simple: area is found by integrating the vertical distance between the upper and lower curves. To do this well, students, you must find intersections, identify which graph is on top, and set up the integral correctly. This topic connects directly to the broader Applications of Integration unit because it shows how definite integrals model real accumulation and measurable change.

Study Notes

  • Area between curves is found with a definite integral of the form $\int_a^b \bigl(\text{top} - \text{bottom}\bigr)\,dx$.
  • For functions of $x$, use vertical slices, so the height of each slice is the difference between the two $y$-values.
  • Always find intersection points first when they define the region.
  • Check which function is above the other on the interval before integrating.
  • If the top and bottom curves switch, split the region into separate integrals.
  • Area must be nonnegative, so do not accept a negative integral value as area.
  • This topic is part of Applications of Integration because a definite integral accumulates many tiny pieces into a total amount.
  • Real-world uses include comparing rates, modeling consumer surplus, and measuring accumulated differences between changing quantities.

Practice Quiz

5 questions to test your understanding