Historical Context & Motivation
The problem of computing the area enclosed between curves has been a central preoccupation of mathematics since antiquity. Ancient Greek geometers such as Archimedes devised ingenious methods to compute areas bounded by parabolas and other conic sections, using the method of exhaustion — a precursor to modern integration. However, these classical approaches were restricted to specific geometric shapes and lacked a unifying algebraic framework that could handle arbitrary curves.
The development of analytic geometry by René Descartes and Pierre de Fermat in the seventeenth century allowed curves to be described by equations, opening the door to algebraic methods for area computation. When Newton and Leibniz independently formulated the Fundamental Theorem of Calculus, they established that integration — the inverse of differentiation — provides the definitive tool for computing areas under and between curves. Critically, their framework was flexible enough to accommodate integration with respect to any variable, not just x.
While most introductory calculus courses emphasize integrating with respect to x, many geometric configurations are far more naturally described when the curves are expressed as functions of y. Consider, for instance, the region between x = y² and x = 2y + 3. Setting up this area as a dx-integral would require splitting the region and solving for inverse functions, while a dy-integral yields a single, elegant expression. This section of the course addresses the key question: when and how should we integrate with respect to y to compute the area between two curves?
Core Principles & Definitions
Before diving into computations, it is essential to internalize the foundational ideas that govern integration with respect to y. The approach mirrors the standard dx-method, but the orientation of the approximating rectangles changes from vertical to horizontal strips. Understanding this geometric shift is the key to correctly setting up and evaluating these integrals.
Horizontal Rectangles
Right Minus Left
Limits in y
When to Choose dy over dx
Visual Explanation
The diagram below illustrates the core geometric idea behind integrating with respect to y. Two curves are expressed as functions of y, and the shaded region between them is partitioned into horizontal rectangular strips. Each strip has a height of Δy and a width of xright(y) − xleft(y). The total area is obtained by summing these strips from y = c to y = d.
Notice the fundamental geometric logic at work: for a fixed value of y, the horizontal distance from the left curve to the right curve gives the width of that particular strip. Multiplying by the infinitesimal height dy and integrating over the full range of y-values accumulates the total area. This is the exact analog of the dx-method, with the roles of x and y interchanged.
Mathematical Framework
The formal setup for computing the area between two curves expressed as functions of y closely parallels the dx-formulation. Suppose two curves are given by x = f(y) and x = g(y), where f(y) ≥ g(y) on the interval [c, d]. Then the area of the region enclosed between the curves and the horizontal lines y = c and y = d is given by the following integral.
In many problems, the limits of integration c and d are determined by finding the intersection points of the two curves. Setting f(y) = g(y) and solving for y provides these critical values. The integrand f(y) − g(y) must remain non-negative throughout [c, d]; if the curves cross within the interval, the integral must be split into subintervals where the identity of the right and left curves is consistent.
When the region is bounded by curves that serve as functions of y but not of x, the dy-formulation is not merely convenient — it is necessary to avoid multi-part integrals. A classic example is the region between x = y² (a leftward-opening parabola in the standard x-y plane) and a line such as x = y + 2. Solving for y in terms of x for the parabola yields two branches (y = √x and y = −√x), forcing a dx-setup to split. In contrast, the dy-approach uses the single expressions x = y² and x = y + 2 directly.
When to Integrate with Respect to y — A Decision Guide
Choosing between integrating with respect to x or y is a strategic decision that can dramatically simplify (or complicate) a problem. The following diagram and discussion present a systematic decision framework. In general, you should prefer the dy-method whenever the region's left and right boundaries are naturally described as single-valued functions of y, or whenever a dx-setup would force you to split the integral into multiple pieces.
| Indicator | Use dx | Use dy |
|---|---|---|
| Curves given as | y = f(x), y = g(x) | x = f(y), x = g(y) |
| Strip orientation | Vertical (width dx) | Horizontal (height dy) |
| Integrand sign rule | Top − Bottom | Right − Left |
| Limits of integration | x-values of intersection | y-values of intersection |
| Requires splitting when | Top/bottom curves switch | Right/left curves switch |
Worked Example
Let us compute the area of the region enclosed between the curves x = y² and x = y + 2. This is a classic problem that showcases the elegance of integrating with respect to y.
Strengths, Limitations & Comparisons
The dy-integration technique is a powerful addition to the integration toolkit, but like every method it has specific contexts where it shines and others where alternative approaches are preferable. Understanding these trade-offs helps you select the most efficient strategy for any given problem.
| Aspect | Strengths of dy-Integration | Limitations / Caveats |
|---|---|---|
| Avoiding split integrals | Often reduces multi-part dx-integrals to a single dy-integral, saving significant computation. | If the right/left relationship switches in y, the dy-integral itself must be split. |
| Natural representation | Ideal when curves are already given as x = f(y), avoiding the need to find inverse functions. | When curves are naturally y = f(x), converting to x = g(y) may be algebraically difficult or impossible in closed form. |
| Geometric intuition | Horizontal strips align naturally with the width of the region, often making the setup more intuitive. | Students accustomed to dx-methods may initially struggle with the 'right minus left' orientation. |
| Integration difficulty | The resulting integrand may be simpler and easier to antidifferentiate. | Occasionally the dy-integrand is harder to evaluate than the corresponding dx-integrand — always compare before committing. |
Connections to Advanced Theory
The technique of integrating with respect to y is not merely a calculational convenience — it connects to deeper structures in multivariable calculus, differential geometry, and applied mathematics. Understanding these connections enriches your conceptual grasp and prepares you for more advanced coursework.
| This Course (Calc 2) | Advanced Extension |
|---|---|
| Area = ∫[c to d] [f(y) − g(y)] dy as a single integral | In Calc 3, the area becomes ∬ dA over a region R, computed as an iterated integral. Choosing dy first corresponds exactly to horizontal slicing. |
| Choosing dx vs dy for simplicity | Generalizes to choosing the order of integration (dy dx vs dx dy) in double integrals, governed by Fubini's Theorem. |
| Volume by shells: V = 2π ∫ y·[f(y) − g(y)] dy | The shell method for volumes of revolution uses the same dy-framework, with horizontal strips rotated about the x-axis. |
| Area between explicit curves x = f(y) | In differential geometry, areas between parametric or implicitly defined curves require line integrals and Green's Theorem: A = ½ ∮ (x dy − y dx). |
In particular, the shell method for computing volumes of revolution — which you will likely encounter later in this course — builds directly on dy-integration. When a region bounded by curves x = f(y) and x = g(y) is revolved about the x-axis, each horizontal strip at height y generates a cylindrical shell with radius y and height f(y) − g(y). The total volume is V = 2π ∫ y·[f(y) − g(y)] dy. Mastering the dy area setup now provides a seamless bridge to these more complex applications.
Practice Problems
Summary
When curves are expressed as functions of y, the area between them is computed using horizontal rectangular strips of height dy and width equal to right curve minus left curve. The fundamental formula is A = ∫ from c to d of [f(y) − g(y)] dy, where c and d are the y-coordinates of intersection, f(y) is the rightmost curve, and g(y) is the leftmost curve. This method is preferred whenever curves are more naturally described as x = f(y), or whenever a dx-setup would require splitting the integral into multiple parts.
The key procedural steps are: (1) express both boundaries as x = f(y), (2) find intersection points by solving f(y) = g(y) to determine the limits of integration in y, (3) identify which curve is to the right for each subinterval, and (4) integrate. If the right-left relationship reverses within the interval, the integral must be split at the crossover points. This technique connects directly to the shell method for volumes of revolution and to iterated double integrals in multivariable calculus, making it a foundational skill for advanced coursework.