Char. Limit
Gold Member
- 1,222
- 23
Homework Statement
Evaluate the integral by making an appropriate change of variable: \int \int_R (x + y) e^{x^2 - y^2} dA, where R is the rectangle enclosed by the lines x-y=0, x-y=2, x+y=0, and x+y=3
Homework Equations
If x=x(u,v) and y=y(u,v), then \int \int f(x,y) dx dy = \int \int g(u,v) |J(u,v)| du dv, where J(u,v) is the Jacobian determinant of x and y wrt u and v.
The Attempt at a Solution
So, I begin by selecting my u and v as u=x+y and v=x-y, which gives my bounds as a nice rectangle: 0<v<2 and 0<u<3. With that, I get my new function as:
\int_0^2 \int_0^3 u e^{u v} |J(u,v)| du dv
Finding the Jacobian, I get it to be -1/2, and thus |J(u,v)| = 1/2. Okay, so far so good. I take my first integration:
\frac{1}{2} \int_0^2 \left(\frac{u}{v} e^{u v} - \frac{1}{v^2} e^{u v}\right)|_0^3 dv = \frac{1}{2} \int_0^2 \frac{3 e^{3v}}{v} - \frac{e^{3v}}{v^2} + \frac{1}{v^2} dv
Now, at this point I realized I should have changed the order of integration. However, I'm wondering if I can still find this integral. The first two terms look suspiciously like the derivative of e^(3v)/v, after all... so my question is, is it still easy to continue from here, or should I just start all over and change the order of integration?