CALCULUS 1 • APPLICATIONS OF INTEGRATION

Area Between Curves (y-functions) — Finding the Area Between Curves Expressed as Functions of y

Learn when and how to integrate with respect to y to find enclosed areas more efficiently.

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.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes approximated the area of a parabolic segment using thin strips, foreshadowing the idea of Riemann sums and integration.
1665–1687
Newton & Leibniz Formalize Calculus
Isaac Newton and Gottfried Wilhelm Leibniz independently developed the Fundamental Theorem of Calculus, connecting derivatives to integrals and enabling exact area calculations.
1700s
Integration in Both Variables
Mathematicians like the Bernoulli family and Euler routinely switched between integrating with respect to x and y, recognizing that the choice of variable depends on the geometry of the problem.
1800s
Riemann's Rigorous Foundations
Bernhard Riemann provided the formal definition of the integral using partitions and sums, making the idea of horizontal or vertical slicing mathematically precise.

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."

1

Horizontal Slicing

Instead of vertical rectangles with width dx, we use horizontal rectangles with height dy. Each rectangle stretches from the left curve to the right curve.
2

Right Minus Left

The width of each horizontal strip is [x(right)] − [x(left)]. This is analogous to the "top minus bottom" rule you use when integrating with respect to x.
3

y-Limits of Integration

The integral runs from the lowest y-value to the highest y-value where the two curves bound the region. These limits come from solving for the y-coordinates of the intersection points.
4

When to Use y-Integration

Use this method when the boundary curves are more naturally expressed as x = f(y), or when integrating with respect to x would require splitting the region into multiple integrals.
KEY TAKEAWAY
Think of it like mowing a lawn. If your yard is tall and narrow, you would naturally push the mower side to side in horizontal passes rather than making awkward short vertical passes. Similarly, when a region is taller than it is wide — or when the curves are sideways — horizontal slicing (integrating with respect to y) covers the region more efficiently in a single pass.

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).

The violet curve is x = g(y) (left boundary), and the cyan curve is x = f(y) (right boundary). The green horizontal strip has width f(y) − g(y) and height dy. The yellow dots mark the intersection points that define the limits of integration.

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.

AREA BETWEEN CURVES (Y-INTEGRATION)
A = ∫ from c to d [ f(y) − g(y) ] dy
A = total area of the enclosed region; f(y) = the rightmost curve (larger x-values); g(y) = the leftmost curve (smaller x-values); c and d = the y-coordinates of the intersection points (c < d).

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.

FINDING INTERSECTION POINTS
f(y) = g(y) → solve for y = c and y = d
Set the two x-expressions equal and solve. These y-values are the boundaries where the two curves meet.
IDENTIFYING RIGHT VS. LEFT
If f(y₀) > g(y₀) for some y₀ between c and d, then f(y) is the right curve.
Pick any test value y₀ between the limits. Plug it into both functions. The larger x-value belongs to the right curve.
⚠️ Common Mistake Alert
Students sometimes confuse "right minus left" with "top minus bottom." When integrating with respect to y, your strips are horizontal, so you subtract the x-value of the left curve from the x-value of the right curve. The result should always be positive; if you get a negative area, you likely have the curves switched.

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.

Left panel: Using vertical slices (dx), the "top" and "bottom" curves switch partway through, forcing you to split the region and evaluate two separate integrals. Right panel: Using horizontal slices (dy), a single strip always stretches from the left curve to the right curve, requiring only one integral.

Here is a quick decision guide to help you choose the right approach:

Decision guide: dx vs. dy integration
ScenarioBest ChoiceWhy
Curves are y = f(x) and y = g(x), one is always on topIntegrate with respect to xStandard setup; one integral does the job
Curves are x = f(y) and x = g(y) (sideways parabolas, etc.)Integrate with respect to yCurves are naturally expressed as functions of y
Integrating with respect to x requires splitting into two or more integralsIntegrate with respect to yA single integral with respect to y captures the whole region
Both approaches require the same number of integralsEither works — pick whichever is simpler to antidifferentiateComputational 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.

Area Between x = y² and x = y + 2
1
Step 1 — Find the Intersection PointsSet the two expressions equal: y² = y + 2. Rearrange to y² − y − 2 = 0. Factor: (y − 2)(y + 1) = 0. So y = 2 and y = −1.
Intersection y-values: y = −1 and y = 2
2
Step 2 — Determine Right vs. LeftPick a test value between −1 and 2, say y = 0. For x = y², we get x = 0. For x = y + 2, we get x = 2. Since 2 > 0, the line x = y + 2 is the right curve, and x = y² is the left curve on this interval.
Right: x = y + 2 ; Left: x = y²
3
Step 3 — Set Up the IntegralA = ∫ from −1 to 2 [(y + 2) − y²] dy
A = ∫₋₁² (y + 2 − y²) dy
4
Step 4 — Evaluate the IntegralFind the antiderivative: ∫(y + 2 − y²) dy = y²/2 + 2y − y³/3. Now evaluate from −1 to 2. At y = 2: (4/2) + 4 − (8/3) = 2 + 4 − 8/3 = 6 − 8/3 = 10/3. At y = −1: (1/2) + (−2) − (−1/3) = 1/2 − 2 + 1/3 = −7/6.
A = 10/3 − (−7/6) = 10/3 + 7/6 = 20/6 + 7/6 = 27/6 = 9/2 = 4.5 square units
5
Step 5 — Verify the ResultThe answer 9/2 is positive, which confirms we subtracted in the correct order (right minus left). If you sketch the region, you can see it's roughly a curved triangle with a base of about 3 units and an average width of about 1.5 units, so an area near 4.5 makes geometric sense.
Area = 9/2 square units ✓

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.

dx vs. dy integration comparison
FeatureIntegrate w.r.t. x (vertical slices)Integrate w.r.t. y (horizontal slices)
Strip orientationVertical rectangles with width dxHorizontal rectangles with height dy
Subtraction ruleTop function − Bottom functionRight function − Left function
Limits of integrationx-coordinates of intersectiony-coordinates of intersection
Best when...Curves are naturally y = f(x)Curves are naturally x = f(y), or dx requires multiple integrals
Potential pitfallTop/bottom roles may swap, requiring split integralsMust solve equations for x in terms of y, which may be algebraically hard
KEY TAKEAWAY
Think of dx and dy integration like choosing between driving north–south or east–west through a city. If the streets running one direction are blocked or complicated, you simply switch to the other direction. In calculus, if one variable of integration creates messy split integrals, switch to the other variable for a smoother ride.

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.

How this concept connects to future topics
This LessonAdvanced Extension
Choosing dx vs. dy for areaChoosing the order of integration in double integrals (Calculus 3)
Area between two curvesVolume of solids of revolution using the washer or shell method (Calculus 1/2)
Horizontal strips with height dyShell 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

PROBLEM 1CONCEPTUAL
When finding the area between two curves expressed as functions of y, you subtract the left curve from the right curve. Explain why we use "right minus left" instead of "top minus bottom," and describe what a single horizontal strip represents geometrically.
PROBLEM 2BASIC CALCULATION
Find the area enclosed by x = y and x = y² − 2 by integrating with respect to y.
PROBLEM 3INTERMEDIATE
Find the area of the region bounded by x = y² − 4y and x = 2y − y².
PROBLEM 4APPLIED
A decorative window has a shape bounded on the left by the curve x = y² and on the right by the line x = 4. If y is measured in feet, find the total area of the window in square feet. (Hint: the parabola and the line intersect where y² = 4.)
PROBLEM 5CRITICAL THINKING
Consider the region enclosed by x = y³ − y and x = 0 (the y-axis). Without fully evaluating, explain why this problem requires careful attention to which curve is "right" vs. "left," and describe how you would set up the integral(s). (Hint: graph y³ − y and note where it is positive vs. negative.)

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.

Varsity Tutors • Calculus 1 • Area Between Curves (y-functions)