How is this a telescoping series?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
arhzz
Messages
284
Reaction score
58
Homework Statement
Finding the limit of the series
Relevant Equations
Telescoping series formula
Hello !

Consider this series;

$$ \sum_{k=1}^{\infty} \frac{1}{(2k-1)(2k+1)} $$ It is said to find the limit of the series when approaches infinity.Now it is said that this is a telescopic series and that the limit is ##\frac{1}{2}## but I don't see it. I've split the an part (I don't know how to call it in english but it is the term within the sum symbol) I did that like this.

$$ \frac{1}{(2k-1)}+ \frac{1}{(2k+1)} $$ Now if we input k to let's say 3 we get this

$$ \frac{1}{2} + \frac{1}{3} +\frac{1}{3} + \frac{1}{5} +\frac{1}{7} + \frac{1}{7} $$. I think its fair to assume that only 1/2 should remain and the others should cancel out,that is kind of the thing by the telescoping series.But I have + across the board and the fractions won't cancel out but rather add up.I am not sure how the - is supposed to come into play here,since as I've been taught yestarteday we have to sum up the elements.The only logical solution would be that within the parantheses one element has to be negative,but I don't see how we get to that.
 
Physics news on Phys.org
arhzz said:
$$ \sum_{k=1}^{\infty} \frac{1}{(2k-1)(2k+1)} $$ It is said to find the limit of the series when approaches infinity.Now it is said that this is a telescopic series and that the limit is ##\frac{1}{2}## but I don't see it. I've split the an part (I don't know how to call it in english but it is the term within the sum symbol) I did that like this.

$$ \frac{1}{(2k-1)}+ \frac{1}{(2k+1)} $$
Are you sure about that?
 
Reply
  • Like
Likes   Reactions: FactChecker
Vanadium 50 said:
Why do you think

$$ \frac{1}{(2k-1)(2k+1)} = \frac{1}{(2k-1)}+ \frac{1}{(2k+1)} $$ ?

Plug in a value for k. Like 2.
Okay so you are definitely right,these are not the same so the algebra doesn't add up.I supposed it would have to be 1st fraction - 2nd fraction but I assumed it would be + because I don't know intuition? I saw * in the denominator and simply assumed it would be +
 
Vanadium 50 said:
Don't use intuition. Use algebra.
Yea I guess I rushed it. It all makes sense now,thanks for pointing out the mistake.