---
title: "AP Calculus 8.5: Area Between Curves as Functions of y"
description: "Review AP Calculus area between curves with respect to y, including x as functions of y, y-bounds, right-minus-left integrals, and setup."
canonical: "https://fiveable.me/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-y/study-guide/PHhLi2WAxSUrfKfoDQar"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 8 – Applications of Integration"
lastUpdated: "2026-06-09"
---

# AP Calculus 8.5: Area Between Curves as Functions of y

## Summary

Review AP Calculus area between curves with respect to y, including x as functions of y, y-bounds, right-minus-left integrals, and setup.

## Guide

When a region is easier to slice sideways, you integrate with respect to $y$ instead of $x$. You rewrite curves as $x = f(y)$, find where they meet by solving for $y$, then integrate right curve minus left curve over those $y$-bounds. For AP Calculus, choose horizontal slices when they avoid splitting the [area](/ap-calc/unit-6/applying-properties-definite-integrals/study-guide/lUbcVbDG5QVysAn9 "fv-autolink") into multiple $x$-integrals.

## Why This Matters for the AP Calculus Exam

[Area between curves](/ap-calc/key-terms/area-between-curves "fv-autolink") shows up across the integration applications in [Unit 8](/ap-calc/unit-8 "fv-autolink"), and the skill of choosing whether to integrate in $x$ or $y$ is exactly the kind of decision the AP Calculus exam wants you to make on your own. Some regions are messy with vertical slices because the top or bottom boundary switches functions, but they become clean single integrals when you slice horizontally.

This topic also builds directly into later Unit 8 work like the disc and washer methods, where deciding between horizontal and vertical orientation determines whether your "thickness" is $dx$ or $dy$. Getting comfortable now with sideways regions pays off when you reach volumes of revolution.

## Key Takeaways

- A horizontal slice has width equal to (rightmost $x$) minus (leftmost $x$), so the [integrand](/ap-calc/key-terms/integrand "fv-autolink") is $x_{R}(y) - x_{L}(y)$.
- Integrate with respect to $y$ using $y$-bounds: find [intersection points](/ap-calc/key-terms/intersection-points "fv-autolink") by solving the equations for $y$.
- Rewrite each curve as $x$ in terms of $y$ before setting up the integral.
- The integrand must be nonnegative over the [interval](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/finding-taylor-polynomial-approximations-functions/study-guide/LszguYzKz0M6GdqTRSr6 "fv-autolink"), so subtract the left curve from the right curve (or take the [absolute value of the difference](/ap-calc/unit-8/finding-area-between-curves-that-intersect-at-more-than-two-points/study-guide/QVBQ9TQDM4ZObJl6o0ad "fv-autolink")).
- Choose $y$-slicing when a region is bounded left and right by curves, or when solving for $x = f(y)$ is simpler than splitting into multiple $x$-integrals.

## Area Between Curves Defined Using $y$

Most area-between-curves problems use functions of $x$ and vertical slices. If you want to review that setup, see [Finding the Area Between Curves Expressed as Functions of x](/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-x/study-guide/Zyj7XJuPfoWBuAJ96ZAG).

Here the region is split into thin horizontal rectangles instead. Each rectangle has a small height $dy$ and a width that goes from the leftmost curve to the rightmost curve. Adding up all those rectangles with an integral gives the total area. The whole process mirrors the $x$-version, just rotated to think in terms of $y$.

## Setting Up the Integral

To find the area between two curves over a $y$-interval $[c,d]$, integrate with respect to $y$. Write both curves as functions of $y$, then take the rightmost curve minus the leftmost curve.

The area is given by:

$$
A=\int_c^d \left| f(y)-g(y) \right| \, dy
$$

Here $[c,d]$ is the interval on the $y$-axis where the curves intersect. The [absolute value](/ap-calc/key-terms/absolute-value "fv-autolink") keeps the integrand nonnegative, which means you are subtracting the left curve from the right curve.

When you integrate, make sure everything is in terms of $y$. Visually, you are stacking thin rectangles up and down the $y$-axis instead of left and right across the $x$-axis.

## Worked Examples

### Example 1: Area Between Curves

Given $f(y) = y^2$ and $g(y) = y$, find the [area between the curves](/ap-calc/key-terms/area-between-the-curves "fv-autolink").

Start by finding intersection points. Set the functions equal: $y^2 = y$. Solving gives $y = 0$ and $y = 1$, so the interval of integration is $[0, 1]$.

Over this interval, $y$ is greater than $y^2$, so $g(y)$ is the rightmost curve. Set up the integral so the area comes out positive:

$$
A = \int_{0}^{1} \left| (y^2 - y) \right| \,dy = \int_{0}^{1} (y - y^2) \,dy

$$

Integrate with respect to $y$:

$$
A = \int_{0}^{1} (y - y^2) \,dy = \left[ \frac{1}{2}y^2 - \frac{1}{3}y^3 \right]_{0}^{1}

$$

Evaluate at the bounds:

$$
A = \left( \frac{1}{2}(1)^2 - \frac{1}{3}(1)^3 \right) - \left( \frac{1}{2}(0)^2 - \frac{1}{3}(0)^3 \right)

$$

$$
A = \left( \frac{1}{2} - \frac{1}{3} \right) = \frac{1}{6}

$$

The area between the curves over $[0, 1]$ is $\frac{1}{6}$ square units.

### Example 2: Area Between Curves Using a Calculator

Find the area of the region above the $x$-axis between $x = 2y - y^3$ and $x = -y$ using a calculator.

These curves are already written as $x$ in terms of $y$, so $y$-slicing is the natural choice. Graphing first helps you see which curve has the larger $x$-values and where the curves intersect.

For the region above the $x$-axis, the curve $x = 2y - y^3$ is to the right of $x = -y$. Set up the integral as (right minus left):

$$
\int_{0}^{1.73}\ \left(2y\ -\ y^{3}-\left(-y\right)\right)\ dy
$$

Evaluating on a graphing calculator gives:

$$
\int_{0}^{1.73}\ \left(2y\ -\ y^{3}-\left(-y\right)\right)\ dy = 2.2499873975
$$

So the area is approximately **2.25** square units.

## How to Use This on the AP Calculus Exam

### MCQ

- Watch for regions described or graphed with left and right boundaries. If the left or right edge is a single curve and the top or bottom switches, $y$-slicing is usually cleaner.
- Be ready to rewrite a curve like $y = x^2$ opening sideways as $x = \pm\sqrt{y}$, or a line $y = mx + b$ as $x = \frac{y-b}{m}$.

### Free Response

- Set up a correct integral expression with proper notation before evaluating. A clear expression like $A = \int_{c}^{d} (x_{R}(y) - x_{L}(y)) \, dy$ shows your reasoning and is important for clean exam work.
- On calculator-active parts, you can find intersection points and evaluate the [definite integral](/ap-calc/unit-6/approximating-areas-with-riemann-sums/study-guide/juN9YbvFYlJtpsMl "fv-autolink") on the calculator, but still write the full integral setup.

### Common Trap

- Mixing variables: if you integrate $dy$, every term in the integrand must be a function of $y$, and your bounds must be $y$-values.

## Common Misconceptions

- "I can always integrate with respect to $x$." You can sometimes, but it may force you to split into multiple integrals where the boundary changes. Slicing in $y$ can turn that into one clean integral.
- "Right minus left is the same as top minus bottom." For horizontal slices, the width is rightmost $x$ minus leftmost $x$. Subtracting in the wrong order gives a negative value, so use the absolute value or order the curves correctly.
- "The bounds are still $x$-values." When integrating in $y$, the [limits](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB "fv-autolink") $c$ and $d$ are $y$-coordinates of the intersection points, not $x$-coordinates.
- "I can leave equations as $y = f(x)$." You need each boundary written as $x$ in terms of $y$ before you set up a $dy$ integral.

## Related AP Calculus Guides

- [Unit 8 Overview: Applications of Integration](/ap-calc/unit-8/review/study-guide/95uuVjdtA80roOMvV8IK)
- [8.1 Finding the Average Value of a Function on an Interval](/ap-calc/unit-8/finding-average-value-function-on-an-interval/study-guide/HjiYTRAnQdY0eCQpqtpg)
- [8.7 Volumes with Cross Sections: Squares and Rectangles](/ap-calc/unit-8/volumes-with-cross-sections-squares-rectangles/study-guide/djttfP0mZkJ7Nn8QrB7r)
- [8.2 Connecting Position, Velocity, and Acceleration of Functions Using Integrals](/ap-calc/unit-8/connecting-position-velocity-acceleration-functions-using-integrals/study-guide/k9tY28YXs7YDVu1uqFuw)
- [8.4 Finding the Area Between Curves Expressed as Functions of x](/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-x/study-guide/Zyj7XJuPfoWBuAJ96ZAG)
- [8.3 Using Accumulation Functions and Definite Integrals in Applied Contexts](/ap-calc/unit-8/using-accumulation-functions-definite-integrals-applied-contexts/study-guide/nUlJKvXqRcsfLnVMd5fG)

## Vocabulary

- **areas in the plane**: Regions bounded by curves and axes in a coordinate system whose measurements can be determined using integration.
- **definite integral**: The integral of a function over a specific interval [a, b], representing the net signed area between the curve and the x-axis.

## FAQs

### When should I integrate with respect to y for area between curves?

Integrate with respect to y when the region is easier to describe with right and left boundaries as functions of y, or when vertical slices would require splitting the region.

### What is the formula for area between curves as functions of y?

Use the integral from bottom y-bound to top y-bound of right function minus left function with respect to y: area equals integral of x_right minus x_left dy.

### How do I choose y-bounds for area between curves?

Find the lowest and highest y-values of the bounded region. These often come from intersection points or from the visible vertical extent of the region.

### How do I know which function is right and which is left?

For a horizontal slice, the right boundary has the larger x-value and the left boundary has the smaller x-value at that y. The integrand should be right minus left.

### What is the most common mistake in AP Calc 8.5?

The most common mistake is using top minus bottom while integrating with respect to y. For dy integrals, use right minus left, not upper minus lower.

### How should I set up AP Calculus FRQ work for this topic?

State the y-bounds, identify the right and left functions, write the definite integral, and only then evaluate if the question asks for a numerical area.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-y/study-guide/PHhLi2WAxSUrfKfoDQar#when-should-i-integrate-with-respect-to-y-for-area-between-curves","name":"When should I integrate with respect to y for area between curves?","acceptedAnswer":{"@type":"Answer","text":"Integrate with respect to y when the region is easier to describe with right and left boundaries as functions of y, or when vertical slices would require splitting the region."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-y/study-guide/PHhLi2WAxSUrfKfoDQar#what-is-the-formula-for-area-between-curves-as-functions-of-y","name":"What is the formula for area between curves as functions of y?","acceptedAnswer":{"@type":"Answer","text":"Use the integral from bottom y-bound to top y-bound of right function minus left function with respect to y: area equals integral of x_right minus x_left dy."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-y/study-guide/PHhLi2WAxSUrfKfoDQar#how-do-i-choose-y-bounds-for-area-between-curves","name":"How do I choose y-bounds for area between curves?","acceptedAnswer":{"@type":"Answer","text":"Find the lowest and highest y-values of the bounded region. These often come from intersection points or from the visible vertical extent of the region."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-y/study-guide/PHhLi2WAxSUrfKfoDQar#how-do-i-know-which-function-is-right-and-which-is-left","name":"How do I know which function is right and which is left?","acceptedAnswer":{"@type":"Answer","text":"For a horizontal slice, the right boundary has the larger x-value and the left boundary has the smaller x-value at that y. The integrand should be right minus left."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-y/study-guide/PHhLi2WAxSUrfKfoDQar#what-is-the-most-common-mistake-in-ap-calc-85","name":"What is the most common mistake in AP Calc 8.5?","acceptedAnswer":{"@type":"Answer","text":"The most common mistake is using top minus bottom while integrating with respect to y. For dy integrals, use right minus left, not upper minus lower."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-y/study-guide/PHhLi2WAxSUrfKfoDQar#how-should-i-set-up-ap-calculus-frq-work-for-this-topic","name":"How should I set up AP Calculus FRQ work for this topic?","acceptedAnswer":{"@type":"Answer","text":"State the y-bounds, identify the right and left functions, write the definite integral, and only then evaluate if the question asks for a numerical area."}}]}
```
