Change of variables in multiple integrals. What am I doing wrong?

In summary, the given double integral can be evaluated by making appropriate changes of variables. After converting the region to (u,v) coordinates and solving for x and y, the Jacobian is calculated and the integral is carried out, resulting in a final answer of -66/125.
  • #1
math_maj0r
15
0
the problem:

evaluate the following integral by making appropriate change of variables.

double integral, over region R, of xy dA

R is bounded by lines:
2x - y = 1
2x - y = -3
3x + y = 1
3x + y = -2

my attempt:

let 2x - y = u, and let 3x + y = v

then the new region in (u,v) coordinates is bounded by the following lines:
u = 1
u = -3
v = 1
v = -3

I calculated the Jacobian of u and v, with respect to x and y, and got 5. The area in (u,v) coordinates also looks like it could be 5 times the area in (x,y) coordinates.

Solving for x and y, I get x = (u + v)/5, y = (2v - 3u)/5

Then I integrated [(-uv - 3u2 + 2v2)/125] du dv, where u is from -3 to 1, and v is from -2 t o 1.

I got -102/125. The correct answer is -66/125.

What am I doing wrong?
 
Physics news on Phys.org
  • #2
I agree with everything you said up to the last line, which means the error must be in your carrying out the integration.

The integral of -3u2 gives -3 (13 - (-3)3) = -84, the v2-integral gives 24 and the u v integral contributes -6. This adds up to -66 for me.
 
  • #3
thank you so much :)
 
  • #4
CompuChip said:
The integral of -3u2 gives -3 (13 - (-3)3) = -84

Uh ... no!

[tex]\int^{1}_{-3} -3u^2 du = -1\times\int^{1}_{-3} 3u^2 du = -\left( u^3 \right) \Big|^{1}_{-3} = -\big(1^3 - (-3)^3\big) = -\big(1 - (-27)\big) = -(1 + 27) = -28[/tex]
 
  • #5
Here's what I came up with:

[tex]\int^{1}_{-2} \int^{1}_{-3} \frac{-uv - 3u^2 + 2v^2}{125}\,du\,dv[/tex]

[tex]= \int^{1}_{-2} \frac{1}{125}\int^{1}_{-3} -uv-3u^2+2v^2\,du\,dv[/tex]

[tex]= \int^{1}_{-2} \frac{1}{125}\left( -\frac{1}{2}u^2v - u^3 + 2uv^2 \right) \bigg|^{1}_{-3} \,dv[/tex]

[tex]= \int^{1}_{-2} \frac{1}{125}\Bigg( \bigg(-\frac{1}{2}v(1)^2 - (1)^3 + 2v^2(1)\bigg) - \bigg(-\frac{1}{2}v(-3)^2 - (-3)^3 + 2v^2(-3)\bigg)\Bigg)\,dv[/tex]

[tex]= \int^{1}_{-2} \frac{1}{125}\Bigg( \bigg(-\frac{1}{2}v - 1 + 2v^2\bigg) - \bigg(-\frac{1}{2}v(9) - (-27) - 6v^2\bigg)\Bigg)\,dv[/tex]

[tex]= \int^{1}_{-2} \frac{1}{125}\Bigg( \bigg(-\frac{1}{2}v - 1 + 2v^2\bigg) - \bigg(-\frac{9}{2}v + 27 - 6v^2\bigg)\Bigg)\,dv[/tex]

[tex]= \int^{1}_{-2} \frac{1}{125}\bigg( -\frac{1}{2}v - 1 + 2v^2 + \frac{9}{2}v - 27 + 6v^2\bigg)\,dv[/tex]

[tex]= \int^{1}_{-2} \frac{1}{125}\Big( 8v^2 + 4v - 28 \Big)\,dv[/tex]

[tex]= \int^{1}_{-2} \frac{1}{125}\Big( 4(2v^2 + v - 7) \Big)\,dv[/tex]

[tex]= \int^{1}_{-2} \frac{4}{125}\Big( 2v^2 + v - 7 \Big)\,dv[/tex]

[tex]= \frac{4}{125} \int^{1}_{-2}\Big( 2v^2 + v - 7 \Big)\,dv[/tex]

[tex]= \frac{4}{125} \Bigg( \frac{2}{3}v^3 + \frac{1}{2}v^2 - 7v \Bigg) \Bigg|^{1}_{-2}[/tex]

[tex]= \frac{4}{125} \Bigg( \bigg( \frac{2}{3}(1)^3 + \frac{1}{2}(1)^2 - 7(1)\bigg) - \bigg( \frac{2}{3}(-2)^3 + \frac{1}{2}(-2)^2 - 7(-2) \bigg) \Bigg)[/tex]

[tex]= \frac{4}{125} \Bigg( \bigg( \frac{2}{3} + \frac{1}{2} - 7\bigg) - \bigg( \frac{2}{3}(-8) + \frac{1}{2}(4) + 14 \bigg) \Bigg)[/tex]

[tex]= \frac{4}{125} \Bigg( \bigg( \frac{4}{6} + \frac{3}{6} - \frac{42}{6}\bigg) - \bigg( -\frac{16}{3} + \frac{4}{2} + 14 \bigg) \Bigg)[/tex]

[tex]= \frac{4}{125} \Bigg( \bigg( \frac{4}{6} + \frac{3}{6} - \frac{42}{6}\bigg) - \bigg( -\frac{32}{6} + \frac{12}{6} + \frac{84}{6} \bigg) \Bigg)[/tex]

[tex]= \frac{4}{125} \Bigg( \frac{4 + 3 - 42 + 32 - 12 - 84}{6}\Bigg)[/tex]

[tex]= \frac{4}{125} \Bigg( -\frac{99}{6}\Bigg)[/tex]

[tex]= \frac{4}{125} \Bigg( -\frac{33}{2}\Bigg)[/tex]

[tex]= -\frac{66}{125}[/tex]
 

1. How do I know when to use change of variables in multiple integrals?

Change of variables in multiple integrals is typically used when the original integral involves a complicated region of integration or the integrand is difficult to integrate. It can also be used to simplify the integrand or to transform the problem into a more familiar coordinate system.

2. What are the steps for performing a change of variables in multiple integrals?

The steps for performing a change of variables in multiple integrals are as follows:
1. Identify the original integral and the region of integration.
2. Choose a transformation that maps the original region of integration onto a simpler region, such as a rectangle or a circle.
3. Express the original integral in terms of the new variables using the transformation.
4. Calculate the Jacobian of the transformation.
5. Substitute the new variables and the Jacobian into the original integral to obtain the new integral.
6. Evaluate the new integral using appropriate integration techniques.

3. How do I choose the appropriate transformation for a change of variables in multiple integrals?

Choosing the appropriate transformation for a change of variables in multiple integrals depends on the structure of the original integral and the desired simplification. Some common transformations include polar coordinates, spherical coordinates, and cylindrical coordinates. It is important to also consider the region of integration and choose a transformation that maps it onto a simpler region.

4. What is the purpose of calculating the Jacobian in a change of variables in multiple integrals?

The Jacobian is used to account for the change in scale and orientation of the original region of integration after the transformation. It is necessary to include the Jacobian in the new integral in order to accurately evaluate the integral in the new coordinate system.

5. What are some common mistakes to avoid when using change of variables in multiple integrals?

Some common mistakes to avoid when using change of variables in multiple integrals include:
- Forgetting to include the Jacobian in the new integral.
- Choosing an incorrect or poorly chosen transformation.
- Not identifying the appropriate limits of integration for the new integral.
- Making errors in the integration process.
It is important to double check all steps and calculations when using change of variables in multiple integrals to ensure accuracy.

Similar threads

Replies
1
Views
1K
Replies
2
Views
286
Replies
1
Views
2K
Replies
4
Views
1K
Replies
2
Views
1K
  • Calculus
Replies
29
Views
713
Replies
5
Views
1K
Replies
2
Views
1K
  • Calculus
Replies
3
Views
1K
Replies
22
Views
2K
Back
Top