8. Applications of Integration

Finding The Area Between Curves Expressed As Functions Of Y

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

students, imagine looking at a shape on a graph and asking, “How much space is trapped between these two boundaries?” 📈 In many AP Calculus BC problems, the curves are written as functions of $x$, so you slice the region into thin vertical strips. But sometimes that is not the easiest way. If the curves are expressed as functions of $y$, then it often makes more sense to use horizontal slices instead. This lesson shows how to find area between curves when the equations are written as $x = f(y)$ and $x = g(y)$.

What you need to know first

The main idea of area between curves is simple: area comes from adding up tiny slices. In calculus, that means using an integral. When the curves are functions of $y$, each slice is usually horizontal, so the width of each slice is measured left to right, not bottom to top.

The formula is:

$$A = \int_{c}^{d} \bigl(x_{\text{right}} - x_{\text{left}}\bigr)\,dy$$

Here, $x_{\text{right}}$ is the curve farther to the right, and $x_{\text{left}}$ is the curve farther to the left. The limits $c$ and $d$ are the $y$-values where the region starts and ends.

This is different from the more familiar $x$-based formula:

$$A = \int_{a}^{b} \bigl(y_{\text{top}} - y_{\text{bottom}}\bigr)\,dx$$

Both ideas measure the same kind of geometric area. The choice depends on which variable makes the setup cleaner. ✅

Why use functions of $y$?

Sometimes a region is much easier to describe left-to-right than bottom-to-top. For example, if one curve is $x = y^2$ and another is $x = 2y + 3$, trying to solve each one for $y$ can be messy or even impossible in a nice way. But if the curves are already written as $x$ in terms of $y$, then horizontal slices are natural.

Think of filling a swimming pool with water from the bottom up. At each height $y$, the water covers a certain horizontal distance. That distance is the slice width. If you know the left edge and the right edge at every height, you can add up all those widths over the correct $y$-interval.

A key AP Calculus BC skill is choosing the setup that matches the region. Good calculus is not just doing integrals; it is deciding how to describe the geometry correctly. 🧠

How to set up the integral

To find the area between curves written as functions of $y$, follow these steps:

  1. Sketch the region. A graph helps you see which curve is on the right and which is on the left.
  2. Find the intersection points. Solve the equations together to get the $y$-values where the curves meet.
  3. Identify the right and left boundaries. For a chosen $y$, compare the $x$-values of the curves.
  4. Write the integral using

$$A = \int_{c}^{d} \bigl(x_{\text{right}} - x_{\text{left}}\bigr)\,dy$$

  1. Evaluate the integral and check that the answer is positive.

Notice that the integrand must be width, so it should be right minus left. If you accidentally do left minus right, the result may be negative even though area cannot be negative.

A good habit is to test one sample $y$-value between the endpoints. Plug it into both expressions and compare the resulting $x$-values. That tells you which curve is on the right. 📍

Example 1: A simple region

Suppose the region is bounded by

$$x = y^2$$

and

$$x = 2y + 3$$

First, find where they intersect:

$$y^2 = 2y + 3$$

Rearrange:

$$y^2 - 2y - 3 = 0$$

Factor:

$$\bigl(y - 3\bigr)\bigl(y + 1\bigr) = 0$$

So the curves intersect at $y = -1$ and $y = 3$.

Next, decide which curve is on the right. Test $y = 0$:

$$x = y^2 = 0$$

$$x = 2y + 3 = 3$$

So $x = 2y + 3$ is to the right, and $x = y^2$ is to the left.

Now write the area integral:

$$A = \int_{-1}^{3} \bigl((2y + 3) - y^2\bigr)\,dy$$

Evaluate:

$$A = \int_{-1}^{3} \bigl(-y^2 + 2y + 3\bigr)\,dy$$

An antiderivative is

$$-\frac{y^3}{3} + y^2 + 3y$$

So

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

Substitute the limits:

At $y = 3$:

$$-\frac{27}{3} + 9 + 9 = 9$$

At $y = -1$:

$$-\frac{-1}{3} + 1 - 3 = -\frac{5}{3}$$

Therefore,

$$A = 9 - \left(-\frac{5}{3}\right) = \frac{32}{3}$$

So the area is

$$\frac{32}{3}$$

square units.

This example shows how a vertical-looking formula is not required. Since the curves were already functions of $y$, the horizontal-slice method was the best choice.

Example 2: A real-world-style interpretation

Imagine a design for a window frame where the left edge is modeled by

$$x = y^2$$

and the right edge is modeled by

$$x = 4 - y$$

The enclosed region represents a section of glass. To find the amount of glass, you need the area inside the borders.

First, find the intersection points:

$$y^2 = 4 - y$$

Move everything to one side:

$$y^2 + y - 4 = 0$$

Use the quadratic formula:

$$y = \frac{-1 \pm \sqrt{1 + 16}}{2} = \frac{-1 \pm \sqrt{17}}{2}$$

These are the lower and upper $y$-limits.

Choose a test value, such as $y = 0$:

$$x = y^2 = 0$$

$$x = 4 - y = 4$$

So $x = 4 - y$ is on the right.

The area is

$$A = \int_{\frac{-1 - \sqrt{17}}{2}}^{\frac{-1 + \sqrt{17}}{2}} \bigl((4 - y) - y^2\bigr)\,dy$$

You do not need to memorize the exact answer to understand the setup. The main AP skill is recognizing the region, assigning left and right correctly, and writing the proper integral. That is what earns points on free-response questions. ✍️

Common mistakes to avoid

One common mistake is using $y_{\text{top}} - y_{\text{bottom}}$ even when the curves are written as functions of $y$. That setup is for integration with respect to $x$, not $y$.

Another mistake is forgetting that the region may need to be split. If one curve is on the right for part of the interval and another curve is on the right for the rest, then a single integral may not work. In that case, you must break the region into pieces.

Also, always check that your final answer makes sense. Area should be positive. If your result is negative, something went wrong with the order of subtraction or the limits. 🔍

When the region must be split

Sometimes curves expressed as functions of $y$ cross more than once or switch positions. For example, if the left and right boundaries change at some $y$-value, the region is not described by one simple integral.

In that case, you may need

$$A = \int_{c}^{m} \bigl(x_{\text{right}} - x_{\text{left}}\bigr)\,dy + \int_{m}^{d} \bigl(x_{\text{right}} - x_{\text{left}}\bigr)\,dy$$

where $m$ is the $y$-value where the boundary changes.

This is a general calculus skill: break a complicated region into simpler parts. That same idea appears in motion, accumulation, and volumes too. Applications of integration often work by dividing a big problem into manageable pieces. 🧩

How this fits into applications of integration

Area between curves is one major type of accumulation problem. In this unit, you also study average value, motion along a line, volumes of solids, and arc length. All of these use the same core idea: add up tiny pieces using an integral.

For area between curves, the tiny piece is a strip of width $x_{\text{right}} - x_{\text{left}}$ and thickness $dy$. Multiplying gives a tiny area element:

$$dA = \bigl(x_{\text{right}} - x_{\text{left}}\bigr)\,dy$$

Then integration adds all those tiny pieces across the interval.

This is why integration is so powerful. It can measure space, distance, volume, and change. In this lesson, the focus is on planar area, but the same logic is used across the entire AP Calculus BC unit. ✅

Conclusion

students, finding the area between curves expressed as functions of $y$ is about choosing horizontal slices and using the formula

$$A = \int_{c}^{d} \bigl(x_{\text{right}} - x_{\text{left}}\bigr)\,dy$$

The steps are always connected: graph the region, find the endpoints, identify left and right, set up the integral, and compute the result. This method is especially useful when the curves are already written in terms of $y$ or when integrating with respect to $x$ would be awkward.

On the AP Calculus BC exam, success comes from clear setup, correct boundaries, and careful reasoning. Area between curves is not just a formula. It is a way of turning geometry into accumulation. 🌟

Study Notes

  • Area between curves with respect to $y$ uses horizontal slices.
  • The correct formula is $A = \int_{c}^{d} \bigl(x_{\text{right}} - x_{\text{left}}\bigr)\,dy$.
  • Find intersection points to get the $y$-limits of integration.
  • Always subtract left from right, not the other way around.
  • Test a sample $y$-value to decide which curve is on the right.
  • If the boundary changes, split the region into multiple integrals.
  • Area must be positive, so check your result for reasonableness.
  • This topic is part of Applications of Integration, along with motion, average value, volumes, and arc length.
  • When curves are given as $x = f(y)$, using $dy$ is often the most natural setup.
  • Good graphing and region analysis are just as important as computing the integral.

Practice Quiz

5 questions to test your understanding

Finding The Area Between Curves Expressed As Functions Of Y — AP Calculus BC | A-Warded