wu :: forums
« wu :: forums - find sum »

Welcome, Guest. Please Login or Register.
Nov 25th, 2024, 11:55am

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   medium
(Moderators: ThudnBlunder, Grimbal, Eigenray, william wu, SMQ, towr, Icarus)
   find sum
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: find sum  (Read 818 times)
tony123
Junior Member
**





   


Posts: 61
find sum  
« on: Jun 29th, 2007, 6:43am »
Quote Quote Modify Modify

find sum
 
 
1/(1.2.3) +1/((4.5.6) + 1/(7.8.9)+......
IP Logged
jollytall
Senior Riddler
****





   


Gender: male
Posts: 585
Re: find sum  
« Reply #1 on: Jun 29th, 2007, 12:02pm »
Quote Quote Modify Modify

what is 1.2.3 ?
IP Logged
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: find sum  
« Reply #2 on: Jun 29th, 2007, 12:57pm »
Quote Quote Modify Modify

on Jun 29th, 2007, 12:02pm, jollytall wrote:
what is 1.2.3 ?

Perhaps the '.' is a multiplication.
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
Sameer
Uberpuzzler
*****



Pie = pi * e

   


Gender: male
Posts: 1261
Re: find sum  
« Reply #3 on: Jun 29th, 2007, 12:57pm »
Quote Quote Modify Modify

If it is the standard notation then it should imply multiplication...
IP Logged

"Obvious" is the most dangerous word in mathematics.
--Bell, Eric Temple

Proof is an idol before which the mathematician tortures himself.
Sir Arthur Eddington, quoted in Bridges to Infinity
tony123
Junior Member
**





   


Posts: 61
Re: find sum  
« Reply #4 on: Jun 29th, 2007, 1:57pm »
Quote Quote Modify Modify

'.' is a multiplication. Roll Eyes
IP Logged
champion
Newbie
*





   


Posts: 1
Re: find sum  
« Reply #5 on: Jun 29th, 2007, 9:48pm »
Quote Quote Modify Modify

if the series is upto infinity
answer should be 0.25http://www.ocf.berkeley.edu/~wwu/YaBBImages/cool.gif
Cool
IP Logged
username101
Junior Member
**





   


Posts: 72
Re: find sum  
« Reply #6 on: Jun 30th, 2007, 12:46am »
Quote Quote Modify Modify

1850? if by the ..... you the patern goes on for one more
IP Logged

"Skiing is a serous addiction... it could almost be compared to crack" - Chris Rubens
Barukh
Uberpuzzler
*****






   


Gender: male
Posts: 2276
Re: find sum  
« Reply #7 on: Jul 2nd, 2007, 8:40am »
Quote Quote Modify Modify

Is this Medium?  Huh
IP Logged
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: find sum  
« Reply #8 on: Jul 2nd, 2007, 10:10am »
Quote Quote Modify Modify

I'm still not sure what the question is, either there are too many, or too few parenthesis.
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
Barukh
Uberpuzzler
*****






   


Gender: male
Posts: 2276
Re: find sum  
« Reply #9 on: Jul 3rd, 2007, 3:35am »
Quote Quote Modify Modify

I think there is an extra parenthesis, so the series in question is:
 
1/[ (3n+1)(3n+2)(3n+3) ], n = 0, 1, ...
 
What about this sum:
 
1/[ (2n+1)(2n+2) ], n = 0, 1, ...
IP Logged
pex
Uberpuzzler
*****





   


Gender: male
Posts: 880
Re: find sum  
« Reply #10 on: Jul 3rd, 2007, 4:16am »
Quote Quote Modify Modify

on Jul 3rd, 2007, 3:35am, Barukh wrote:
IWhat about this sum:
 
1/[ (2n+1)(2n+2) ], n = 0, 1, ...

 
That one is much easier; it is     ln(2)     .
IP Logged
tony123
Junior Member
**





   


Posts: 61
Re: find sum  
« Reply #11 on: Jul 3rd, 2007, 4:18am »
Quote Quote Modify Modify

1/[ (3n+1)(3n+2)(3n+3) ], n = 0, 1, ...  
yes  i mean  this sum
can you help me
IP Logged
Barukh
Uberpuzzler
*****






   


Gender: male
Posts: 2276
Re: find sum  
« Reply #12 on: Jul 3rd, 2007, 5:12am »
Quote Quote Modify Modify

on Jul 3rd, 2007, 4:16am, pex wrote:
That one is much easier; it is     ln(2)     .

 
Right!  Cheesy
IP Logged
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: find sum  
« Reply #13 on: Jul 3rd, 2007, 5:22am »
Quote Quote Modify Modify

Divide and conquer?
(1/2)/(3n+1) -1/(3n+2) + (1/2)/(3n+3) = 1/[(3n+1)(3n+2)(3n+3)]
« Last Edit: Jul 3rd, 2007, 5:30am by towr » IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
pex
Uberpuzzler
*****





   


Gender: male
Posts: 880
Re: find sum  
« Reply #14 on: Jul 3rd, 2007, 5:28am »
Quote Quote Modify Modify

on Jul 3rd, 2007, 5:22am, towr wrote:
Divide and conquer?
(1/2)/(3n+1) -1/(3n+2) + (1/2)/(3n+3) = 1/[(3n+1)(3n+2)(3n+3)]

 
I tried that as well, but the asymptotic expressions weren't any easier than the original problem (infinite sums involving zeta(k) multiplied by 3-k, and the like), so I hope someone else can find something easier. (I cannot post the exact results now, because I am at work and my notes are at home.)
IP Logged
Barukh
Uberpuzzler
*****






   


Gender: male
Posts: 2276
Re: find sum  
« Reply #15 on: Jul 3rd, 2007, 6:18am »
Quote Quote Modify Modify

on Jul 3rd, 2007, 5:28am, pex wrote:
I tried that as well, but the asymptotic expressions weren't any easier than the original problem (infinite sums involving zeta(k) multiplied by 3-k, and the like), so I hope someone else can find something easier. (I cannot post the exact results now, because I am at work and my notes are at home.)

Could you please provide some formulas later?
IP Logged
Sameer
Uberpuzzler
*****



Pie = pi * e

   


Gender: male
Posts: 1261
Re: find sum  
« Reply #16 on: Jul 3rd, 2007, 8:55am »
Quote Quote Modify Modify

I think this is a divergent series.. so sum doesn't exist ...  Undecided
 
The expression reduces to (1/2(3k+1)) - (1/(3k+2)) + (1/2(3k+3))
 
Applying similar logic to Barukh's alternative question, we get divergence on the final sum.
IP Logged

"Obvious" is the most dangerous word in mathematics.
--Bell, Eric Temple

Proof is an idol before which the mathematician tortures himself.
Sir Arthur Eddington, quoted in Bridges to Infinity
Aryabhatta
Uberpuzzler
*****






   


Gender: male
Posts: 1321
Re: find sum  
« Reply #17 on: Jul 3rd, 2007, 9:02am »
Quote Quote Modify Modify

on Jul 3rd, 2007, 8:55am, Sameer wrote:
I think this is a divergent series.. so sum doesn't exist ...  Undecided
 

 
The nth term 1/(3n+1)(3n+2)(3n+3) < 1/(3n+1)3  
 
So the series is definitely convergent and its value is < Zeta(3)
IP Logged
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: find sum  
« Reply #18 on: Jul 3rd, 2007, 10:35am »
Quote Quote Modify Modify

on Jul 3rd, 2007, 9:02am, Aryabhatta wrote:

 
The nth term 1/(3n+1)(3n+2)(3n+3) < 1/(3n+1)3  
 
So the series is definitely convergent and its value is < Zeta(3)
isn't it also greater than 1/(3n+2)3 ?
That would give an upper and lower bound at least.
« Last Edit: Jul 3rd, 2007, 10:36am by towr » IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
Obob
Senior Riddler
****





   


Gender: male
Posts: 489
Re: find sum  
« Reply #19 on: Jul 3rd, 2007, 10:51am »
Quote Quote Modify Modify

I've come up with a cool way of attacking the problem.
 
Let ak=1/((3k+1)(3k+2)(3k+3)) be the kth term in the series, and define f(x,y,z)= sum akx3k+1y3k+2z3k+3.   Holding any of the three variables constant with absolute value <= 1, the resulting function is holomorphic on the unit disc, being bounded by a convergent geometric series.  Complex analysis tells us that d3f/dxdydz= sum x3ky3k+1z3k+2, which in turn equals yz2/(1-(xyz)3).  So now we have a differential equation d3f/dxdydz = yz2/(1-(xyz)3), and we wish to find f(1,1,1).  Now (d2f/dydz)(1,y,z)=integral01 d3f/dxdydz dx + (d2f/dydz)(0,y,z) = integral01 yz^2/(1-(xyz)3) dx.  This integral can be explicitly solved in terms of natural logs and arctangents.  Next take another integral to remove the derivative with respect to y, and another to remove the derivative with respect to z.  All of these integrals could be done by hand.  In the end, the final answer is (1/12)(31/2 pi - 3 log 3), which is about .1788.
 
I think this method works to find any sum of the form 1/(1 . 2. ... . k)+1/((k+1) . (k+2) . ... . (2k))+..., although it is possible that the integrals become unsolvable.
« Last Edit: Jul 3rd, 2007, 10:51am by Obob » IP Logged
Sameer
Uberpuzzler
*****



Pie = pi * e

   


Gender: male
Posts: 1261
Re: find sum  
« Reply #20 on: Jul 3rd, 2007, 1:50pm »
Quote Quote Modify Modify

I am not too sure about the subject but I was reading up zeta functions and I came across Hurwitz Zeta Function and series representation by Helmut Hass. Can we use that here?
IP Logged

"Obvious" is the most dangerous word in mathematics.
--Bell, Eric Temple

Proof is an idol before which the mathematician tortures himself.
Sir Arthur Eddington, quoted in Bridges to Infinity
SWF
Uberpuzzler
*****





   


Posts: 879
Re: find sum  
« Reply #21 on: Jul 3rd, 2007, 5:33pm »
Quote Quote Modify Modify

[sum]x3k+k/(3n+k) = [sum][integral] t3n+k-1 dt = [integral] tk-1/(1-t^3) dt
 
(sum is on n=0 to infinity,  integral is on t from 0 to x.
 
Use Sameer's decomposition of each term into 3 terms of the above form with k=1, k=2, and k=3, and let x approach 1 giving:
 (1/2) * [integral] (1-t)/(1+t+t^2) dt   (limits on integral are 0 to 1)   = [pi]*sqrt(3)/12 -log(3)/4 = 0.1788...
IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board