Navigation: Wiki Home > Chapter 5 > Section 5.1 > Area Between Curves (y-integration)
| Formula | When to Use | Memory Aid |
|---|---|---|
| $A = \int_c^d [f(y) - g(y)]\,dy$ | Right = $f(y)$, Left = $g(y)$ | (right − left) from bottom to top |
| Horizontal slicing | Curves given as $x = f(y)$, or vertical slicing needs 2+ integrals | Slice perpendicular to the EASIER variable |
Comparison:
| Variable | Direction | Bounds | Subtraction |
|---|---|---|---|
| $dx$ | left → right | $x$-values | top − bottom |
| $dy$ | bottom → top | $y$-values | right − left |
1. Can you solve for $x$ in terms of $y$?
If $y^2 = 4x + 8$, express $x$ as a function of $y$.
$$4x = y^2 - 8 \Rightarrow x = \frac{y^2 - 8}{4} = \frac{y^2}{4} - 2$$
If this was difficult, review basic algebra.
2. Can you set up a vertical area integral?
Set up (don't evaluate) the integral for the area between $y = x^2$ and $y = x + 2$.
First find intersections: $x^2 = x + 2 \Rightarrow x = -1, 2$
$$A = \int_{-1}^{2} [(x + 2) - x^2]\,dx$$
If this was difficult, review Area Between Curves (Vertical).
Sometimes a region is much easier to describe using horizontal slices instead of vertical ones. If the left and right boundaries are functions of $y$, then integrating with respect to $y$ can turn a complicated multi-part problem into a single clean integral.
The key insight: there's nothing special about $x$. The same "subtract the boundaries" logic works in any direction—just slice perpendicular to the variable you're integrating with respect to.
Legend: 🟡 Yellow = immediate prerequisites | 🟢 Green = this skill
| Property | Value |
|---|---|
| Chapter | Chapter 5: Applications of Integration |
| Section | §5.1 Areas Between Curves |
| Difficulty | Intermediate |
| Time | ~20 minutes |
If $f(y) \geq g(y)$ for all $y$ in $[c, d]$, then the area of the region bounded by $x = f(y)$ (right), $x = g(y)$ (left), and the horizontal lines $y = c$ and $y = d$ is:
$$\boxed{A = \int_c^d [f(y) - g(y)]\,dy}$$
In words: Integrate (right minus left) from bottom to top.
y
| d ___________________________
| | |
| | SHADED |
| | AREA x = f(y)
| | <-- width --> (right)
| | |
| c |_________________________|
| x = g(y)
| (left)
|_________________________________ x
Each horizontal slice has:
To use this method, you need the boundary curves expressed as $x = (\text{something in } y)$.
Example: The parabola $y^2 = 4x + 8$ can be solved for $x$: $$x = \frac{y^2 - 8}{4} = \frac{y^2}{4} - 2$$
Example: The line $y = 2x + 3$ becomes $x = \frac{y - 3}{2}$.
Use y-integration when:
Classic sign: If using x-integration would require two (or more) separate integrals, check if y-integration gives just one.
| Situation | Integrate with respect to: |
|---|---|
| Curves given as $y = f(x)$ with clear top/bottom | $x$ |
| Curves given as $x = f(y)$ with clear right/left | $y$ |
| Sideways parabolas ($x = y^2$, etc.) | $y$ often easier |
| Region with a corner that splits horizontally | Try $y$ |
| Mistake | Consequence | Prevention |
|---|---|---|
| Using $x$-limits instead of $y$-limits | Completely wrong bounds | For $dy$, limits are $y$-values; find where curves meet in $y$ |
| Confusing right/left with top/bottom | Wrong subtraction | For $dy$: test a $y$-value, compare $x$-values |
| Forgetting to solve for $x$ | Can't write the integrand | Rewrite $y = f(x)$ as $x = g(y)$ before setting up |
| Not checking if $dy$ is actually easier | Wasted effort on harder form | Count integrals needed each way first |
| Solving for $x$ incorrectly | Wrong integrand | Verify by substituting a point back |
Step 1: Look at how curves are given.
Step 2: Sketch the region. Ask:
Step 3: Count integrals.
When equal: Choose the one with simpler antiderivatives.
For the region bounded by $x = y^2$ and $x = 4$ from $y = -2$ to $y = 2$:
(a) Which curve is the right boundary? (b) Which curve is the left boundary? (c) Write (but don't evaluate) the integral for the area using y-integration.
Find the area of the region bounded by $x = y^2 - 2$ and $x = 1$ from $y = 0$ to $y = 1$.
Find the area enclosed by the line $x = y + 3$ and the parabola $x = y^2 - y$ by integrating with respect to $y$.
Find the area of the region bounded by $y = \sqrt{x}$, $y = 0$, and $y = x - 2$.
Hint: Try both approaches and see which is simpler.
The region $R$ is bounded by $x = y^2 - 4y$ and $x = 2y - y^2$.
(a) Sketch the region and find the intersection points.
(b) Set up the area integral using y-integration and evaluate it.
(c) Explain why x-integration would require splitting the region, and identify how many integrals would be needed.
✅ Checkpoint: If you can solve Level 5 problems comparing both methods, you've mastered the art of choosing the right integration variable!
✅ All boxes checked? You've mastered area between curves with both variables! Ready for volumes.
The 30-second decision:
The definitive test: If a sideways parabola ($x = y^2$, etc.) is involved, $dy$ is almost always easier.
Partial credit tip: If unsure, write BOTH setups and compute the easier one. Showing you know both methods earns points.
The "Turning Your Head Sideways" Picture:
Everything you know about x-integration works for y-integration—just rotate your mental image 90°.
Decision rule: Look at the region. If vertical slicing gives a clean setup, use x. If horizontal slicing is cleaner, use y.
Looking back:
Looking ahead:
Real-world connections:
The flexibility to integrate with respect to either variable is a consequence of Fubini's Theorem (Guido Fubini, 1907), which guarantees that for continuous functions, the order of integration doesn't affect the result.
This was intuitively understood much earlier—Newton and Leibniz both freely switched variables when convenient. The formal proof had to wait for the development of measure theory in the early 20th century.
The practical wisdom: mathematicians and scientists have always chosen variables to make calculations easier. There's no "correct" variable—only more or less convenient ones. Learning to make this choice quickly is a mark of mathematical maturity.
| Concept | Key Point |
|---|---|
| Formula | $A = \int_c^d [f(y) - g(y)]\,dy$ |
| Direction | (right) − (left), integrate bottom → top |
| Bounds | $y$-values (NOT $x$-values) |
| Rewriting | Solve $y = f(x)$ for $x = g(y)$ |
| When to use | Curves given as $x = f(y)$, or when $dx$ needs 2+ integrals |
| Key insight | Same area, different slicing—choose the easier method |
| Previous | Up | Next |
|---|---|---|
| Area (x-integration) | Section 5.1 | Finding Intersection Points |
Last updated: 2026-01-22