New Reply

Simple volume calculation problem (double integrals)

 
Share Thread
Jan3-13, 04:44 AM   #1
xio
 

Simple volume calculation problem (double integrals)


[EDIT]: Found the mistake, see the next post.

1. The problem statement, all variables and given/known data
Evaluate $$\iint_{S}{\rm e}^{x+y}dx\, dy,S=\{(x,y):\left|x\right|+\left|y\right|\leq1\} $$

2. The attempt at a solution
##\left|x\right|+\left|y\right|## is the rhombus with the center at the origin, symmetrical about both axes, so we find the volume at the first quadrant and then multiply by four.



##\varphi(x)=1-x## limits the region of integration and so we have, first integrating over ##y## : $$\iint_{S}{\rm e}^{x+y}dx\, dy=4\int_{0}^{1}\left[\int_{0}^{1-x}{\rm e}^{x}{\rm e}^{y}dy\right]dx=1\neq {\rm e}-{\rm e}^{-1}$$ (I know the correct answer which is ##{\rm e}-{\rm e}^{-1}## )

Apparently so simple, but I just can't see the mistake.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jan3-13, 05:00 AM   #2
xio
 
Oh Lord, ##{\rm e}^{x+y}## obviously isn't symmetric.
Jan3-13, 07:34 PM   #3
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Quote by xio View Post
Oh Lord, ##{\rm e}^{x+y}## obviously isn't symmetric.
True. Did you work the problem using the "obvious" change of variables?
Jan4-13, 01:55 AM   #4
xio
 

Simple volume calculation problem (double integrals)


Quote by LCKurtz View Post
True. Did you work the problem using the "obvious" change of variables?
Hrm... I guess I cheated: I took the total volume to be the sum of volumes over the triangles formed by the axes and four diagonal lines (##x+1##, ##1-x##, ##-x-1##, ##x-1##): $$ \int_{-1}^{0}\left[\int_{0}^{x+1}{\rm e}^{x+y}dy\right]dx+\int_{-1}^{0}\left[\int_{-x-1}^{0}{\rm e}^{x+y}dy\right]dx+\ldots, $$ took the first one $$\int_{1}^{0}\left[\int_{0}^{x+1}{\rm e}^{x+y}dy\right]dx=\int_{-1}^{0}{\rm e}^{2x+1}-{\rm e}^{x}dx=\frac{1}{2}({\rm e}+{\rm e}^{-1})-1 $$ and then asked sage to do the rest because they are essentially the same and evaluating them all has no didactic value.

By the way, I'm learning this stuff on my own, so I might not know the standard way of approaching problems like this. My book (Apostol) says nothing about the change of variables if I understand correctly.

What I dislike about this sort of examples is that I have to plot some of the functions first to actually understand what's going; TBH I'd enjoyed more analytic (or algorithmic) approach, where the peculiarities of a particular example wouldn't matter.

(too many "I"'s in this post)
Jan4-13, 08:12 AM   #5
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
No, that's not what LCKurtz meant by "the obvious change of variables".

If you let u= x+ y and v= x- y, then x= (u+ v)/2 and y= (u- v)/2. The figure is then [itex]-1\le u\le 1[/itex], [itex]-1\le v\le 1[/itex].The Jacobean is 1/2 so the integral becomes
[tex]\frac{1}{2}\int_{u=-1}^1\int_{v=-1}^1 e^u dvdu[/tex]
Jan7-13, 03:01 AM   #6
xio
 
Quote by HallsofIvy View Post
No, that's not what LCKurtz meant by "the obvious change of variables".
I never suggested that.

Change of variables is some ten subsections below my current position in Apostol, but I liked the technique, thank you.
New Reply

Similar discussions for: Simple volume calculation problem (double integrals)
Thread Forum Replies
Volume of solid with double integrals Calculus & Beyond Homework 1
Finding the volume using double integrals Calculus & Beyond Homework 14
double integrals for volume Calculus & Beyond Homework 2
Help with 3-d volume using double integrals Calculus & Beyond Homework 0
Double Integrals - Volume vs. Area Calculus 2