Historical Context & Motivation
Calculating the area of irregular regions has been a fundamental challenge in mathematics for thousands of years. Ancient Greek mathematicians like Archimedes developed the method of exhaustion, filling curved regions with thin slices to approximate area. This idea of slicing a region into manageable pieces is the philosophical ancestor of integration itself.
When Newton and Leibniz formalized calculus in the 17th century, integration with respect to x became the standard approach. However, many natural curves — think of a sideways parabola or the outline of a vase — are more naturally described as functions of y. Mathematicians quickly realized that choosing the right variable of integration could transform a painful, multi-part problem into a single, elegant integral.
The central question this lesson addresses is straightforward: When two curves are easier to express as functions of y, how do we set up and evaluate the integral to find the area between them? By the end of this lesson, you will know exactly when to integrate with respect to y and how to execute every step.
Core Principles & Definitions
Before diving into the formula, you need to understand a few foundational ideas. You already know how to find the area between curves using vertical slices (integrating with respect to x). Now we flip our perspective: instead of stacking thin vertical rectangles, we stack thin horizontal rectangles and integrate with respect to y. This shift is not just cosmetic — it fundamentally changes which function plays the role of "right" versus "left."
Horizontal Slicing
Right Minus Left
y-Limits of Integration
When to Use y-Integration
Visual Explanation
The diagram below shows two curves expressed as functions of y: x = f(y) on the right and x = g(y) on the left. The shaded region between them is the area we want to compute. Notice the thin horizontal rectangle — this is the representative strip with height dy and width f(y) − g(y).
In the diagram above, the area of each horizontal strip is approximately [f(y) − g(y)] × dy. To find the total area, we sum all these strips from y = c to y = d by evaluating the integral. Notice how a single integral captures the entire region — no splitting required. If we tried to use vertical slices on this same region, the "top" and "bottom" functions might swap, forcing us to set up two or more separate integrals.
Mathematical Framework
The formula for the area between two curves expressed as functions of y follows the same logic as the formula you already know for x-functions, with roles swapped. Instead of "top minus bottom," we use "right minus left." Instead of integrating over x-values, we integrate over y-values.
To apply this formula, you follow a systematic process. First, express both boundary curves as functions of y — that is, solve for x in terms of y. Then find the intersection points by setting f(y) = g(y) and solving for y. These y-values become your limits of integration. Finally, determine which curve is farther to the right for y-values between those limits.
When to Integrate with Respect to y
You might wonder: why not just always integrate with respect to x? Sometimes you can, but there are common situations where integrating with respect to y is far simpler. The diagram below compares the same region using vertical slices versus horizontal slices, showing how the number of required integrals can differ dramatically.
Here is a quick decision guide to help you choose the right approach:
| Scenario | Best Choice | Why |
|---|---|---|
| Curves are y = f(x) and y = g(x), one is always on top | Integrate with respect to x | Standard setup; one integral does the job |
| Curves are x = f(y) and x = g(y) (sideways parabolas, etc.) | Integrate with respect to y | Curves are naturally expressed as functions of y |
| Integrating with respect to x requires splitting into two or more integrals | Integrate with respect to y | A single integral with respect to y captures the whole region |
| Both approaches require the same number of integrals | Either works — pick whichever is simpler to antidifferentiate | Computational convenience |
Worked Example
Let's find the area of the region enclosed by the curves x = y² and x = y + 2. Both curves are already expressed as functions of y, making this a natural candidate for y-integration.
Comparing dx and dy Approaches
Neither dx-integration nor dy-integration is universally "better." Each has strengths depending on the curves involved. The table below highlights the key differences so you can make a smart choice on any problem.
| Feature | Integrate w.r.t. x (vertical slices) | Integrate w.r.t. y (horizontal slices) |
|---|---|---|
| Strip orientation | Vertical rectangles with width dx | Horizontal rectangles with height dy |
| Subtraction rule | Top function − Bottom function | Right function − Left function |
| Limits of integration | x-coordinates of intersection | y-coordinates of intersection |
| Best when... | Curves are naturally y = f(x) | Curves are naturally x = f(y), or dx requires multiple integrals |
| Potential pitfall | Top/bottom roles may swap, requiring split integrals | Must solve equations for x in terms of y, which may be algebraically hard |
Connection to Advanced Topics
Mastering area between curves using y-functions prepares you for several powerful ideas you will encounter later in calculus and beyond. The concept of choosing the best variable of integration extends naturally into multivariable calculus, where you will evaluate double integrals and choose the optimal order of integration — either dx dy or dy dx — to simplify the computation.
| This Lesson | Advanced Extension |
|---|---|
| Choosing dx vs. dy for area | Choosing the order of integration in double integrals (Calculus 3) |
| Area between two curves | Volume of solids of revolution using the washer or shell method (Calculus 1/2) |
| Horizontal strips with height dy | Shell method: cylindrical shells formed by revolving horizontal strips around the x-axis |
| Expressing curves as x = f(y) | Parametric and polar curves, where choosing the right parameter is key |
In particular, when you study the shell method for finding volumes, you will see that revolving horizontal strips around the x-axis naturally uses y-integration. The skill of setting up integrals with respect to y that you are building now will transfer directly to those three-dimensional problems.
Practice Problems
Lesson Summary
When two curves are expressed as functions of y — or when integrating with respect to x would require splitting the region — you can find the enclosed area using horizontal strips and integrating with respect to y. The formula is A = ∫ from c to d [f(y) − g(y)] dy, where f(y) is the right curve and g(y) is the left curve. The limits c and d are the y-coordinates of the intersection points.
To apply this method, follow four steps: (1) express both curves as x = f(y) and x = g(y); (2) find intersection points by setting f(y) = g(y); (3) identify which curve is farther right using a test value; and (4) evaluate the integral. Always check that your final answer is positive — area can never be negative. This technique connects directly to the shell method for volumes and to choosing the order of integration in double integrals later in your mathematical journey.