New Reply

Is there a simpler way to integrate this?

 
Share Thread Thread Tools
Jul14-12, 02:45 AM   #1
 

Is there a simpler way to integrate this?


Hi, I was wondering if there's a simpler way to integrate this? I got the answer by expanding one by one but that's such a long process! I got the answer 104/5 which is correct,though.


∫∫∫D (x + y + z)^4 dxdydz
D = {(x,y,z) | -1≤ x ≤1, -1≤y≤1, -1≤z≤ }
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jul14-12, 04:18 AM   #2
 
Hey aruwin.

For your integral, you are dealing with a simple rectangular volume, so the integral in its form is best evaluated by doing each variable separately at a time.

If you did it this way, then there's no point stressing about a better way to do it if you know and understand how to evaluate the integral.
Jul14-12, 04:28 AM   #3
 
you could keep in your head that the integral if (x+a)^n = (1/n)(x+a)^(n+1) if you wanted but there's nothing wrong with expanding everything out
Jul14-12, 04:32 AM   #4
 

Is there a simpler way to integrate this?


Quote by chiro View Post
Hey aruwin.

For your integral, you are dealing with a simple rectangular volume, so the integral in its form is best evaluated by doing each variable separately at a time.

If you did it this way, then there's no point stressing about a better way to do it if you know and understand how to evaluate the integral.
How do I do each variable sperately at a time? You mean like ∫dx∫dy∫dz ?

Ok,what about the function inside it? When say rectangle, it means
(x+y+z)2(x+y+z)2,right? But still,how do I integrate it like this?
Jul14-12, 04:34 AM   #5
 
Quote by aruwin View Post
How do I do each variable sperately at a time? You mean like ∫dx∫dy∫dz ?

Ok,what about the function inside it? When say rectangle, it means
(x+y+z)2(x+y+z)2,right? But still,how do I integrate it like this?
You do it in the form of (x+a)^n with respect to dx and integrate out the x value. Then do the same for the y and the same for the z until you get a numerical quantity.

Since x,y,z are all orthogonal variables, you can do this with no problem just like you would integrated say xydydx by keeping one variable 'constant' and then integrating it with respect to the other.
Jul14-12, 04:46 AM   #6
 
Quote by chiro View Post
You do it in the form of (x+a)^n with respect to dx and integrate out the x value. Then do the same for the y and the same for the z until you get a numerical quantity.

Since x,y,z are all orthogonal variables, you can do this with no problem just like you would integrated say xydydx by keeping one variable 'constant' and then integrating it with respect to the other.
OK,I am gonna ask you something first, is this correct?

∫∫ (x+y+z)5/5 dydz

But what happens to the x inside the bracket?Shouldn't I do something about it?
Jul14-12, 04:49 AM   #7
 
Quote by aruwin View Post
OK,I am gonna ask you something first, is this correct?

∫∫ (x+y+z)5/5 dydz

But what happens to the x inside the bracket?Shouldn't I do something about it?
take [itex]\int \int \int (x+y+z)^4 dx dy dz[/itex] and stick some brackets in there [itex]\int \int ( \int (x+y+z)^4 dx ) dy dz[/itex]
Substitute y+z = a
perform integration
substitute a = y + z
remove brackets
repeat

Jul14-12, 05:05 AM   #8
 
Quote by genericusrnme View Post
take [itex]\int \int \int (x+y+z)^4 dx dy dz[/itex] and stick some brackets in there [itex]\int \int ( \int (x+y+z)^4 dx ) dy dz[/itex]
Substitute y+z = a
perform integration
substitute a = y + z
remove brackets
repeat

Won't that change the range for dx?
Jul14-12, 05:08 AM   #9
 
Quote by aruwin View Post
Won't that change the range for dx?
nope, all you've done is substitute a for y + z as to avoid confusion, you've not touched x or dx at all (you haven't really altered anything)
Jul14-12, 05:11 AM   #10
 
Quote by aruwin View Post
Won't that change the range for dx?
It only changes the interval if the interval depends on those other variables.

To understand this, you need to understand orthogonality: things are orthogonal if changing one variable doesn't change another. We can write this in terms of dA/dB = 0 and dB/dA = 0 where neither change in accordance with the other variable.

If your limits were say from 0 to y^2 - z, then yes the limit would have to factor this in but because each variable is truly orthogonal, then this doesn't happen (in this case).
Jul14-12, 06:12 AM   #11
 
Quote by genericusrnme View Post
take [itex]\int \int \int (x+y+z)^4 dx dy dz[/itex] and stick some brackets in there [itex]\int \int ( \int (x+y+z)^4 dx ) dy dz[/itex]
Substitute y+z = a
perform integration
substitute a = y + z
remove brackets
repeat

So I did what you told me but I didn't get the answer :( Tell me what is wrong here.
Check,please....

Jul14-12, 06:22 AM   #12
 
You wrote in your final step 27 instead of 2x17
Jul14-12, 06:33 AM   #13
 
Quote by chiro View Post
You wrote in your final step 27 instead of 2x17
Even so, I won't get the answer that is 104/5.
Jul14-12, 06:44 AM   #14
 
Quote by aruwin View Post
Even so, I won't get the answer that is 104/5.
You made a major sign error in your integral:instead of + (-2 + z)^6 you wrote - (-2 + z)^6.
Jul14-12, 06:47 AM   #15
 
Quote by chiro View Post
You made a major sign error in your integral:instead of + (-2 + z)^6 you wrote - (-2 + z)^6.
I will try again.But other than that,I'm doing this the right method,arent I?
Jul14-12, 06:48 AM   #16
 
Quote by aruwin View Post
I will try again.But other than that,I'm doing this the right method,arent I?
Yes. I checked the answer with your calculation using a calculator: it gave 20.8 which is 104/5.
Jul14-12, 07:15 AM   #17
 
Quote by chiro View Post
Yes. I checked the answer with your calculation using a calculator: it gave 20.8 which is 104/5.
I calculated another 2 times but I didn't get the answer :( Are you sure my working there had only one mistake?
New Reply
Thread Tools


Similar Threads for: Is there a simpler way to integrate this?
Thread Forum Replies
Is there a simpler way to calculate this limit? Calculus & Beyond Homework 6
Is there a simpler design? General Physics 13
How Can I Make This Simpler? Calculus 4
can y(x)=a*sin(kx)+b*cos(kx) presented simpler? General Math 2