Telescoping series sum for 1/(16n^2-8n-3)

  • Thread starter Thread starter kasse
  • Start date Start date
  • Tags Tags
    Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
kasse
Messages
383
Reaction score
1
1/(16n^2-8n-3)

I want to find the sum of this series from n=1 to infinity

By partial fraction I find

1/(16n^2-8n-3)=1/((4n+3)(4n-1))

which can be written

(1/4)(1/(4n-1)-1/(4n+3))

The sum of this is 1/12, but the right answer is 1/4. What is wrong?
 
Last edited:
Physics news on Phys.org
Well, to start with, your factoring is wrong:

[tex]16n^2-8n-3 = (4n+1)(4n-3)[/tex]
 
My mistake
 
Last edited:
kasse said:
[tex]16n^2-8n-3 = (4n+3)(4n-1)[/tex] Why isn't this possible? [tex](4n+3)(4n-1) = 16n^2-4n+12n-3 = 16n^2+8n-3[/tex] or what?

The term on the RHS is not the expression you give in your question!
 
I realized that.

The simplest mistakes are often the most difficult to find.