Change of Variables in Multiple Integrals: A Problem-Solving Strategy

The process of evaluating multiple integrals often presents challenges when the region of integration or the integrand itself is complex. A powerful technique to simplify such problems is the change of variables, also known as coordinate transformation. This method involves substituting new variables for the original ones, transforming the region of integration into a simpler shape (like a rectangle or a standard geometric figure) and often simplifying the integrand. The core of this technique relies on understanding how the boundaries of the original region translate into the new variable space and correctly calculating the Jacobian determinant, which accounts for the scaling of area or volume elements during the transformation. This article will explore the systematic approach to implementing a change of variables, focusing on how to determine the new boundaries for the transformed integrals.

Understanding the Change of Variables Technique

The change of variables technique is a fundamental tool in multivariable calculus. It is analogous to the substitution method in single-variable integration but extended to multiple dimensions. The primary goal is to make the integration process more manageable by choosing a transformation that aligns with the geometry of the problem. For a double integral over a region ( R ) in the ( xy )-plane, the transformation is defined by functions ( x = g(u, v) ) and ( y = h(u, v) ), which map a region ( S ) in the ( uv )-plane to ( R ). The integral transforms as follows:

[ \iintR f(x, y) \, dA = \iintS f(g(u, v), h(u, v)) \left| \frac{\partial(x, y)}{\partial(u, v)} \right| \, du \, dv ]

Here, ( \left| \frac{\partial(x, y)}{\partial(u, v)} \right| ) is the absolute value of the Jacobian determinant of the transformation, which accounts for the local scaling of area. For triple integrals, the concept extends similarly, involving a 3x3 Jacobian determinant.

The choice of transformation is often suggested by the form of the integrand or the boundaries of the region. For instance, if the integrand contains expressions like ( x^2 - y^2 ) or ( x + y ), a substitution like ( u = x - y ) and ( v = x + y ) might be appropriate. Similarly, if the region is bounded by lines or curves that become simpler in the new coordinates (e.g., a parallelogram becomes a rectangle), that transformation is advantageous.

A Systematic Problem-Solving Strategy

A reliable strategy for applying the change of variables involves several key steps. These steps ensure that the transformation is correctly implemented and that the limits of integration are accurately determined.

  1. Analyze the Region and Integrand: Begin by examining the given region ( R ) and the integrand. Look for patterns in the integrand that suggest a natural substitution. Simultaneously, study the boundaries of ( R ). If the boundaries are defined by lines or curves that are linear or quadratic in a specific combination of ( x ) and ( y ), a transformation that simplifies those equations is ideal.
  2. Define the Transformation: Choose new variables ( u ) and ( v ) (or ( u, v, w ) for triple integrals) based on the analysis. The transformation should simplify both the integrand and the description of the region.
  3. Invert the Transformation: Solve for the original variables ( x, y ) (and ( z )) in terms of the new variables. This step is necessary to substitute the integrand and, more importantly, to understand how the boundaries transform.
  4. Transform the Boundaries: This is a critical step. Each boundary of the original region ( R ) is an equation in ( x ) and ( y ). Substitute the expressions for ( x ) and ( y ) in terms of ( u ) and ( v ) into each boundary equation. This will yield equations in ( u ) and ( v ) that describe the boundaries of the new region ( S ).
  5. Determine the Limits of Integration for ( S ): Using the equations from the transformed boundaries, determine the range of values for ( u ) and ( v ). This often involves sketching the new region ( S ) in the ( uv )-plane. The limits of integration for ( u ) will typically be functions of ( v ), and the limits for ( v ) will be constants, or vice versa, depending on the order of integration chosen. The goal is to describe ( S ) as a simple region, such as ( a \leq u \leq b ), ( c \leq v \leq d ) (a rectangle) or ( c \leq v \leq d ), ( g1(v) \leq u \leq g2(v) ) (a region between two curves).
  6. Compute the Jacobian: Calculate the Jacobian determinant of the transformation. For a double integral, this is ( \frac{\partial(x, y)}{\partial(u, v)} = \begin{vmatrix} xu & xv \ yu & yv \end{vmatrix} ). For a triple integral, it is the 3x3 determinant. The absolute value of this determinant is used in the integral.
  7. Set Up and Evaluate the Transformed Integral: Substitute the transformed integrand, the Jacobian, and the new limits of integration into the integral. Evaluate the resulting integral in the ( uv )-coordinates.

Illustrative Examples

Example 1: Transforming a Parallelogram into a Rectangle

Consider the integral ( \iint_R (x - y) \, dy \, dx ), where ( R ) is the parallelogram with vertices ((1,2), (3,4), (4,3),) and ((6,5)).

  • Analysis and Transformation: The sides of the parallelogram are given by the lines ( x - y = -1 ), ( x - y = 1 ), ( x - 3y = -5 ), and ( x - 3y = 9 ). Notice that the integrand is ( x - y ), and the boundaries involve ( x - y ) and ( x - 3y ). This suggests the transformation ( u = x - y ) and ( v = x - 3y ). Under this transformation, the boundaries become simple: ( u = -1 ), ( u = 1 ), ( v = -5 ), and ( v = 9 ). The region ( S ) in the ( uv )-plane is a rectangle: ( -1 \leq u \leq 1 ), ( -5 \leq v \leq 9 ).

  • Inverting the Transformation: Solve for ( x ) and ( y ). From ( u = x - y ) and ( v = x - 3y ), we get: [ x = \frac{3u - v}{2}, \quad y = \frac{u - v}{2} ]

  • Computing the Jacobian: [ \frac{\partial(x, y)}{\partial(u, v)} = \begin{vmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{vmatrix} = \begin{vmatrix} \frac{3}{2} & -\frac{1}{2} \ \frac{1}{2} & -\frac{1}{2} \end{vmatrix} = \left(\frac{3}{2}\right)\left(-\frac{1}{2}\right) - \left(-\frac{1}{2}\right)\left(\frac{1}{2}\right) = -\frac{3}{4} + \frac{1}{4} = -\frac{1}{2} ] The absolute value is ( \frac{1}{2} ).

  • Setting Up the Integral: The transformed integral is: [ \iintR (x - y) \, dA = \iintS u \cdot \left| \frac{1}{2} \right| \, du \, dv = \frac{1}{2} \int{-5}^{9} \int{-1}^{1} u \, du \, dv ] This integral is straightforward to evaluate.

Example 2: Using a Transformation Suggested by the Integrand and Region

Evaluate ( \iint_R (x - y)e^{x^2 - y^2} \, dA ), where ( R ) is bounded by ( x + y = 1 ), ( x + y = 3 ), ( x^2 - y^2 = -1 ), and ( x^2 - y^2 = 1 ).

  • Analysis and Transformation: The integrand contains ( x - y ) and ( x^2 - y^2 = (x - y)(x + y) ). The boundaries are given by ( x + y ) and ( x^2 - y^2 ). This strongly suggests the transformation ( u = x - y ) and ( v = x + y ). The boundaries become ( v = 1 ), ( v = 3 ), ( uv = -1 ), and ( uv = 1 ).

  • Inverting the Transformation: Solving gives: [ x = \frac{u + v}{2}, \quad y = \frac{v - u}{2} ]

  • Computing the Jacobian: [ \frac{\partial(x, y)}{\partial(u, v)} = \begin{vmatrix} \frac{1}{2} & \frac{1}{2} \ -\frac{1}{2} & \frac{1}{2} \end{vmatrix} = \frac{1}{4} - \left(-\frac{1}{4}\right) = \frac{1}{2} ] The absolute value is ( \frac{1}{2} ).

  • Determining the New Region ( S ): The region ( S ) in the ( uv )-plane is defined by ( 1 \leq v \leq 3 ) and, for a fixed ( v ), ( u ) is bounded by ( uv = -1 ) and ( uv = 1 ), so ( -\frac{1}{v} \leq u \leq \frac{1}{v} ). Thus, ( S = { (u,v) \mid 1 \leq v \leq 3, \, -\frac{1}{v} \leq u \leq \frac{1}{v} } ).

  • Setting Up the Integral: The integrand becomes ( (u)e^{u \cdot v} ). The transformed integral is: [ \iintR (x - y)e^{x^2 - y^2} \, dA = \iintS u e^{uv} \cdot \frac{1}{2} \, du \, dv = \frac{1}{2} \int{1}^{3} \int{-1/v}^{1/v} u e^{uv} \, du \, dv ]

Key Considerations for Setting New Boundaries

The process of determining the new limits of integration is where careful analysis is required. The following points are crucial:

  • Sketching the Regions: Drawing both the original region ( R ) and the transformed region ( S ) is highly recommended. It provides a visual check for the limits and helps identify the correct order of integration. For instance, in the parallelogram example, sketching confirms that ( S ) is a rectangle, allowing for constant limits.
  • Handling Curvilinear Boundaries: When boundaries are curves in the original coordinates, they often become simpler lines or curves in the new coordinates. For example, the hyperbolic boundaries ( x^2 - y^2 = \pm 1 ) become the rectangular hyperbolas ( uv = \pm 1 ) in the ( uv )-plane. The limits for ( u ) then depend on ( v ), as seen in the second example.
  • Order of Integration: The choice of which variable to integrate first (e.g., ( u ) then ( v ), or ( v ) then ( u )) affects the form of the limits. The goal is to choose an order that results in the simplest possible limits, ideally constants. Sometimes, the region's geometry dictates the most convenient order.
  • Verification: After setting up the integral, it is good practice to verify that the Jacobian and the limits are consistent. For instance, the area of the region ( R ) should equal the integral of the Jacobian over ( S ). In the parallelogram example, the area of ( R ) is ( 4 \times 2 = 8 ) (base times height). The integral of the Jacobian ( \frac{1}{2} ) over the rectangle ( S ) (with ( u ) from -1 to 1 and ( v ) from -5 to 9) is ( \frac{1}{2} \times (1 - (-1)) \times (9 - (-5)) = \frac{1}{2} \times 2 \times 14 = 14 ), which does not match 8. This indicates a potential error in the problem setup or a misunderstanding of the region's description in the source material. This highlights the importance of careful verification. In the second example, the area of ( R ) is not straightforward, but the transformation's Jacobian is correctly applied.

Advanced Applications: Triple Integrals

The same principles apply to triple integrals. For a region ( D ) in ( xyz )-space, a transformation ( x = g(u, v, w) ), ( y = h(u, v, w) ), ( z = k(u, v, w) ) maps a region ( S ) in ( uvw )-space to ( D ). The integral transforms as: [ \iiintD f(x, y, z) \, dV = \iiintS f(g(u, v, w), h(u, v, w), k(u, v, w)) \left| \frac{\partial(x, y, z)}{\partial(u, v, w)} \right| \, du \, dv \, dw ] The process of determining the new boundaries is analogous: transform each bounding surface equation, solve for the new variables, and sketch the region ( S ) to determine the limits. For example, if ( D ) is defined by ( 1 \leq x \leq 2 ), ( 0 \leq xy \leq 2 ), and ( 0 \leq z \leq 1 ), and the transformation is ( u = x ), ( v = xy ), ( w = 3z ), then the bounding surfaces become ( u = 1 ), ( u = 2 ), ( v = 0 ), ( v = 2 ), ( w = 0 ), ( w = 3 ). This defines a rectangular box in ( uvw )-space with simple constant limits: ( 1 \leq u \leq 2 ), ( 0 \leq v \leq 2 ), ( 0 \leq w \leq 3 ).

Conclusion

The change of variables is a versatile and essential technique for evaluating multiple integrals over complex regions or with complicated integrands. The systematic strategy—analyzing the problem, choosing an appropriate transformation, inverting it, transforming the boundaries, determining the new limits, computing the Jacobian, and setting up the integral—provides a reliable framework. Success hinges on accurately translating the geometric description of the region from one coordinate system to another, which often requires careful algebraic manipulation and visualization. By mastering this technique, one can tackle a wide array of integration problems that would otherwise be intractable.

Sources

  1. Calculus (OpenStax) - Change of Variables in Multiple Integrals
  2. MIT OpenCourseWare - Textbook for Multivariable Calculus
  3. Paul's Online Math Notes - Change of Variables

Related Posts