Geometric Series and Triple Integrals

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
joemama69
Messages
390
Reaction score
0

Homework Statement



[tex]\int[/tex] 1/(1-xyz)dxdydz = [tex]\sum[/tex]1/n3 from n = 1 to infiniti

dx 0 to 1
dy 0 to 1
dz 0 to 1

Homework Equations





The Attempt at a Solution



Not sure how to relate the two of them
 
Physics news on Phys.org
Expand the integrand as a geometric series.
 
Remember the geometric series, [tex]\sum_{n=0}^\infty z^n=\frac{1}{1-z}[/itex]. It's pretty important to memorize it.[/tex]
 
for the Sum of zn = 1/(1-z)

let z = xyz

so when u would integrate them by dxdydz from 0 to1 on all of them, you would get 1*1*1 or 13 which could be expressed as n3

am i thinking at all on the right track
 
you would get 1*1*1 or 13 which could be expressed as n3

You're on the right track, but from that quote I get the idea that your conclusion isn't entirely right. Write down the series you are integrating, then take the sum symbol in front of the integral (which you may do when series converge uniformly). You will quickly notice where the 1/n^3 comes from.
 
[tex]\sum[/tex][tex]\int[/tex]xnynzndxdydz =

[tex]\sum[/tex][tex]\int[/tex]1n+1ynzn)/(n+1)dydz =

[tex]\sum[/tex][tex]\int[/tex]1^(2n+2)zn)/(n+1)2dz=

[tex]\sum[/tex]1^(3n+3)/(n+1)3= 1/13 + 1/23 + 1/33... 1/n3

do i get or do i get it
 
It's pretty much right, but if you want to do it a little bit more accurate you should pay attention to the summation indices.

[tex]\sum_{n=0}^\infty \frac{1}{(n+1)^3}=\sum_{n=1}^\infty \frac{1}{n^3}[/itex][/tex]