Finding the Area Between Curves Expressed as Functions of $y$
Welcome, students! In this lesson, you will learn how to find the area of a region when the curves are written as functions of $y$ instead of functions of $x$. This is an important AP Calculus AB skill in Applications of Integration because it helps you handle regions that are easier to describe with horizontal slices. By the end, you should be able to decide when to integrate with respect to $y$, identify the left and right boundaries, and set up the correct area formula. π
Why this topic matters
Most students first learn area between curves using vertical slices and integrals with respect to $x$. That works well when the top and bottom curves are easy to describe as functions of $x$. But sometimes the region is better described using $y$. For example, a side-opening parabola may be awkward to write as $y$ in terms of $x$, but simple to use as $x$ in terms of $y$.
The big idea is simple: area is still βnumber of square units inside the region,β but the slices can change direction. If you use horizontal slices, then the thickness of each slice is $\mathrm{d}y$ instead of $\mathrm{d}x$. For AP Calculus AB, this is a powerful tool for solving problems that would otherwise be hard or messy. β¨
Learning goals
By the end of this lesson, students, you should be able to:
- explain the meaning of area between curves when the curves are expressed as functions of $y$,
- set up integrals for area using horizontal slices,
- identify the correct left and right curves,
- connect this method to Applications of Integration,
- use examples to support your reasoning.
The main idea: horizontal slices
When curves are written as functions of $y$, we often think about a region from left to right instead of bottom to top. A horizontal slice has a small height of $\mathrm{d}y$ and a length equal to the difference between the right boundary and the left boundary.
For a region bounded on the left by $x = g(y)$ and on the right by $x = f(y)$, the area is
$$A = \int_a^b \bigl(f(y) - g(y)\bigr)\,\mathrm{d}y$$
where $f(y)$ is the right-hand curve, $g(y)$ is the left-hand curve, and $a$ and $b$ are the $y$-values where the region starts and ends.
This formula is the horizontal-slice version of the more familiar vertical-slice formula $\int (\text{top} - \text{bottom})\,\mathrm{d}x$. The difference is only the direction of slicing.
A good way to remember it is:
- with $x$-slices, use top minus bottom,
- with $y$-slices, use right minus left.
How to identify the boundaries
The most important step is figuring out which curve is on the right and which curve is on the left. This depends on the interval of $y$ values you are using.
Here is the basic process:
- Rewrite the curves as $x$ in terms of $y$ if needed.
- Find where the curves intersect by setting them equal.
- Determine the $y$-interval of the bounded region.
- Pick a test value of $y$ between the intersection values.
- Compare the $x$-values to see which curve is right and which is left.
For example, suppose a region is bounded by $x = y^2$ and $x = y + 2$. To find the intersection points, set
$$y^2 = y + 2$$
which gives
$$y^2 - y - 2 = 0$$
Factoring,
$$\bigl(y - 2\bigr)\bigl(y + 1\bigr) = 0$$
so the curves intersect at $y = -1$ and $y = 2$.
Now test a value like $y = 0$:
- $x = y^2 = 0$,
- $x = y + 2 = 2$.
So $x = y + 2$ is the right curve and $x = y^2$ is the left curve on that interval. The area is
$$A = \int_{-1}^{2} \Bigl[(y + 2) - y^2\Bigr]\,\mathrm{d}y$$
That setup is the key skill. π§
Working through a complete example
Letβs find the area enclosed by $x = y^2$ and $x = 2y + 3$.
Step 1: Find intersection points
Set the equations equal:
$$y^2 = 2y + 3$$
Move everything to one side:
$$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$.
Step 2: Determine right minus left
Pick a test value such as $y = 0$:
- $x = y^2 = 0$,
- $x = 2y + 3 = 3$.
So $x = 2y + 3$ is the right curve, and $x = y^2$ is the left curve.
Step 3: Set up the integral
$$A = \int_{-1}^{3} \Bigl[(2y + 3) - y^2\Bigr]\,\mathrm{d}y$$
Step 4: Evaluate
Compute the antiderivative:
$$\int \Bigl[(2y + 3) - y^2\Bigr]\,\mathrm{d}y = y^2 + 3y - \frac{y^3}{3}$$
Now evaluate from $-1$ to $3$:
$$A = \left[y^2 + 3y - \frac{y^3}{3}\right]_{-1}^{3}$$
At $y = 3$:
$$3^2 + 3(3) - \frac{3^3}{3} = 9 + 9 - 9 = 9$$
At $y = -1$:
$$(-1)^2 + 3(-1) - \frac{(-1)^3}{3} = 1 - 3 + \frac{1}{3} = -\frac{5}{3}$$
Subtract:
$$A = 9 - \left(-\frac{5}{3}\right) = \frac{32}{3}$$
So the area is
$$\frac{32}{3}$$
square units.
This example shows the full workflow: intersect, identify left and right, integrate, and evaluate. β
Common challenges and how to avoid them
One common mistake is using the wrong boundaries. When integrating with respect to $y$, the limits must be $y$-values, not $x$-values. Another frequent error is subtracting left from right in the wrong order. If the expression inside the integral becomes negative over the region, that usually means the subtraction order is reversed.
Another challenge is forgetting to rewrite the curves as $x$ in terms of $y$. If a curve is given as $y = x^2$, it may be easier to solve for $x$ as $x = \pm\sqrt{y}$, but only the branch that matches the region should be used. Always check the graph or the context.
Sometimes the region is split into more than one piece. In that case, one single integral may not work. You may need to write a sum of integrals if the left or right boundary changes. AP Calculus AB problems usually make this clear through the graph or equations. π
Connecting to Applications of Integration
Finding area between curves expressed as functions of $y$ is part of a larger set of integration applications. The same thinking appears in:
- average value of a function,
- motion and accumulation,
- area between curves,
- volumes of solids.
The skill of setting up an integral from a picture is especially important. In all of these topics, the main task is to translate a real region or process into a mathematical expression. For area, you are turning a shaded region into a definite integral. For volumes, you may turn a cross section into an integral. For accumulation, you may turn a rate into a total amount.
So this lesson is not just about one formula. It is about reading a region carefully and choosing the slice direction that makes the math simplest. That is a major AP Calculus habit of mind. π―
Conclusion
students, the essential idea of area between curves expressed as functions of $y$ is that horizontal slices let you measure width as $\text{right} - \text{left}$ and thickness as $\mathrm{d}y$. The formula
$$A = \int_a^b \bigl(f(y) - g(y)\bigr)\,\mathrm{d}y$$
works when $f(y)$ is the right boundary and $g(y)$ is the left boundary on the interval $[a,b]$. To use this method well, always find intersections, test which curve is right, and make sure your bounds are $y$-values. This approach is a key part of Applications of Integration and helps solve regions that are difficult to handle with $x$-slices alone.
Study Notes
- Area between curves using $y$ means using horizontal slices.
- The area formula is $A = \int_a^b \bigl(f(y) - g(y)\bigr)\,\mathrm{d}y$.
- Use right minus left, not top minus bottom.
- The limits of integration are the $y$-values where the curves intersect.
- Find intersections by setting the two expressions equal.
- Test a point in the interval to decide which curve is on the right.
- If the boundary changes, split the region into multiple integrals.
- This topic is part of Applications of Integration and connects to area, accumulation, and volume problems.
- Careful graph reading and correct setup are more important than memorizing steps alone.
