Soldato
- Joined
- 11 May 2006
- Posts
- 5,786
I'm really stumped in this question, in particular, how to deal with the region of integration. The question itself is pretty simple, here it goes:
Using the given substitution the jacobian turns out to be -1/2 hence the integral becomes:
int(int(exp(u))).1/2.du.dv
But what do you do with the region of integration; how do you figure out the limits?
Any help would be greatly appreciated!
Evaluate:
int(int(exp(x+y))).dA
with the region of integration: |x|+|y|<= 1
(note: |x|,|y| denote the absolute values)
Use the substitution x=(u+v)/2 and y=(u-v)/2
Using the given substitution the jacobian turns out to be -1/2 hence the integral becomes:
int(int(exp(u))).1/2.du.dv
But what do you do with the region of integration; how do you figure out the limits?
Any help would be greatly appreciated!