Sum of a telescoping series using partial fractions
What feels right?
How does the denominator factor?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
How does the denominator factor?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Correct answer
Option analysis
Summing 26 terms instead of 25 terms gives . Check the upper summation limit: for , the remaining positive term is , not .
Summing only 23 terms or confusing the index offset results in an upper boundary of , giving or similar incorrect offsets like . Carefully track index cancellation: . The surviving terms after 25 additions are precisely and .
The partial fraction decomposition telescopes, leaving . This is the correct answer.
Summing 24 terms instead of 25 terms leaves or an off-by-one error at the boundary resulting in . Ensure the evaluation includes all terms from through inclusive.
General term is and we need to find .
Evaluate in exact fractional form.
Factor the quadratic denominator . Then decompose into partial fractions to set up a telescoping sum.
Factor the denominator: . Notice the difference between the factors: . Therefore, . Rewrite : .
Let . Then . So , forming a direct telescoping sum: . Evaluate the terms: . . Hence, the sum is: .
Check for : . Formula gives . Correct. For : . Option C matches precisely.
How does the denominator factor?
What is the partial fraction decomposition of ?
When telescoping , which terms remain uncanceled?
What is the evaluated value of ?
Quick checks
Because , which matches the numerator directly without introducing extra minus signs.
Writing out the terms: , every intermediate term cancels out, leaving only .