Jump to content
BrainDen.com - Brain Teasers
  • 0


Guest
 Share

Question

Prove which of the following converge or diverge. Where convergence exists, what is this limit?

1. (1/1) + (1/3) + (1/6) + (1/10) + (1/15) + .....

2. (ln2 - ln1) + (ln4 - ln3) + (ln6 - ln5) + (ln8 - ln7) + .....

3. S2 * S3 * S4 * S5 * ..... where Sn = 1/1n + 1/2n + 1/3n + ...

Hint: S2 = pi2/6

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

I'm stumped on the pattern for #1

At first I though 1/(n+2^n) but that breaks down at 1/10.

#2 diverges (ln(n+1)-ln(n)) will always be greater than 0.

I'm stumped on #3

Link to comment
Share on other sites

  • 0

littlej:

the inverted triangular numbers

http://en.wikipedia.org/wiki/Triangular_number

it's the infinite sum of 2 over n^2 plus n

(1/1) + (1/3) + (1/6) + (1/10) + (1/15) + .....

= (2/(1+1)) + (2/(2+4)) + (2/(3+9)) + (2/(4+16)) + .....

= 2 * sigma(from 1 to infinity) of 1 / (n + n^2)

now

(1/n) - (1/(n+1)) = (n+1)/(n + n^2) - (n)/(n + n^2) = 1 / (n + n^2)

therefore using this partial fraction we can break 1/(n + n^2) into 1/n - 1/(n+1)

so we're left with

= 2 * [ sigma(from 1 to infinity) of 1/n ... minus ... sigma(from 1 to infinity) of 1/(n+1) ]

break down the first sigma to get 1/1 + 1/2 + 1/3 + 1/4 + ....

break down the 2nd sigma to get 1/2 + 1/3 + 1/4 + ...

so subtracting second from first, we get 1/1 = 1

so the answer is 2 * 1 = 2

Link to comment
Share on other sites

  • 0

2. (ln2 - ln1) + (ln4 - ln3) + (ln6 - ln5) + (ln8 - ln7) + .....

lnA - lnB = ln(A/B)

so rewriting:

ln(2) + ln(4/3) + ln(6/5) + ln(8/7) + ...

and lnA + lnB = ln(AB)

so rewriting...

ln(2 * 4 * 6 * 8 * 10 * ..etc. divided by 1 * 3 * 5 * 7 * 9 * ..etc) = L

the limit L only exists if the thing inside the natural log exists. This thing is equal to e^L

so we have

e^L = (2*4*6*8*10*12*...) / (1*3*5*7*9*11*...)

I believe the thing on the right diverges, therefore L doesn't exist.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...