What is a Suitable Transformation for a Double Integral on a Parallelogram?

AI Thread Summary
To evaluate the double integral ∫∫_Ω e^x dxdy over the parallelogram defined by the vertices (1,0), (3,-1), (4,0), and (2,1), a suitable transformation is necessary due to the non-alignment of the parallelogram with the coordinate axes. The suggested affine linear change of variables is u = x - y and v = x + 2y, which can help establish constant limits for integration. The initial limits found were x = y + 1 to x = 4 - 2y and y = -1 to 1, but this approach may require breaking the integral into two parts. Verification of the integral solution, calculated as 3/2*e^2 - 1 - 1/2*e^6, is also sought. The transformation will simplify the evaluation of the double integral.
vintwc
Messages
24
Reaction score
0

Homework Statement


Let Ω ⊂ R^2 be the parallelogram with vertices at (1,0), (3,-1), (4,0) and (2,1). Evaluate ∫∫_Ω e^x dxdy.

Hint: It may be helpful to transform the integral by a suitable (affine) linear change of variables.

Homework Equations


The Attempt at a Solution


Ok here is what I have done:
From the sketch of the parallelogram, I have found the limits to be x=y+1 to (4-2y) and y=-1 to 1. With this, I am able to determine the solution of the integral which is 3/2*e^2 -1 -1/2*e^6.

Could anyone please verify this for me? Also, if my solution turns out to be right, how would I approach the hint to find the solution of this double integral? Thanks.
 
Last edited:
Physics news on Phys.org
vintwc said:

Homework Statement


Let Ω ⊂ R^2 be the parallelogram with vertices at (1,0), (3,-1), (4,0) and (2,1). Evaluate ∫∫_Ω e^x dxdy.

Hint: It may be helpful to transform the integral by a suitable (affine) linear change of variables.


Homework Equations





The Attempt at a Solution


Ok here is what I have done:
From the sketch of the parallelogram, I have found the limits to be x=y+1 to (4-2y) and y=-1 to 1. With this, I am able to determine the solution of the integral which is 3/2*e^2 -1 -1/2*e^6.

Could anyone please verify this for me? Also, if my solution turns out to be right, how would I approach the hint to find the solution of this double integral? Thanks.

The sides of your parallogram are not parallel to the coordinate axes and you would have to break up the integrals into two parts; you can't go from y = -1 to 1 in one swoop. The sides of your parallelogram are of the form x - y = constants and x + 2y = constants. So if you want to transform your problem into one with constant limits you might want to consider the transformation:

u = x - y
v = x + 2y
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top