Summing up a_n: Finding \sum_{n=1}^{30}\ a_n

  • Thread starter Thread starter songoku
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the sum \(\sum_{n=1}^{30} a_n\) for the sequence defined by \(a_n = \frac{n^2 + 8n + 10}{n + 9}\). Participants explore various methods to simplify the sum, including breaking it down into separate components and considering integration techniques. There is a suggestion to use the psi function for a more advanced approach, indicating that a straightforward solution may not exist. The conversation highlights the challenges faced in summing the series and the collaborative effort to find a solution. Ultimately, one participant decides to compute the sum manually after realizing the complexity of the hints provided.
songoku
Messages
2,467
Reaction score
382

Homework Statement


Let {a_n} be the sequence defined by
a_{n} = \frac{n^{2}+8n+10}{n+9}

Find the value of \sum_{n=1}^{30}\ a_n

Homework Equations


The Attempt at a Solution



\sum_{n=1}^{30}\ a_n

= \sum_{n=1}^{30}\ n -1+\frac{19}{n+9}

= \sum_{n=1}^{30}\ n - \sum_{n=1}^{30}\ 1 +\sum_{n=1}^{30}\frac{19}{n+9}

= 1/2 (30)(31) - 30 + \sum_{n=1}^{30}\frac{19}{n+9}

I'm stuck here...

thx
 
Last edited:
Physics news on Phys.org
Hi songoku! :smile:

(you mean (n + 9) :wink:)

Hint: can you do \sum_{n=1}^{39}\frac{1}{n} ? :smile:
 
Hi tiny-tim :)

Oh yes i mean n+9 :wink:

Sorry i don't know how to do that...

more hint?

thx
 
Hi songoku! :wink:

ok … new hint … can you sum \sum_{n=1}^{39}x^n and then integrate it? :smile:
 
Hi tiny-tim :-p

Are you trying to say that :

\sum_{n=1}^{30}\frac{19}{n+9} = \int_{0}^{30}\frac{19}{n+9} dn ?

I did try your last hint and got 1/40 x^40 + 1/39 x^39 + ... + 1/2x^2 after the integration...
 
Hi songoku! :biggrin:

i] nooo …

ii] try putting x = 1 :wink:
 
Hi tiny-tim !:smile:

tiny-tim said:
i] nooo …

I laughed a lot when i read this. I'm pretty sure that you won't state that \sum_{n=1}^{30}\frac{19}{n+9} = \int_{0}^{30}\frac{19}{n+9} dn

but i just gave it a shot and posted it, lol

ii] try putting x = 1 :wink:

1/2 + 1/3 + ... + 1/40 ?

i'm still trying to catch the hint :biggrin:
 
Last edited:
Hi songoku! :wink:

Sorry … I've just realized my method doesn't work for reciprocals :redface:

(I was thinking that the sum is (1 - xn)/(1 - x), which I could then integrate, and put x = 1, but there isn't an easy way to integrate it :rolleyes:)

In fact, I don't think there is any "short-cut" solution for this …

I think you have to use the "psi function" (see http://en.wikipedia.org/wiki/Digamma_function#Recurrence_formula)
 
Hi tiny-tim ! :biggrin:

OMG psi function...

I think maybe i'll do it manually...

thx a lot tiny-tim ^^
 
Back
Top