What is the sum of this series?

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Series Sum
AI Thread Summary
The discussion revolves around the summation of the series defined by f(r) = r^3 - 5r^2 + 6r, specifically the evaluation of ∑(1/f(r)) from r=4 to infinity. Participants suggest using partial fraction decomposition to simplify the series into a telescoping form, which allows for cancellation of terms. There is a focus on the importance of recognizing the structure of the polynomial in the denominator to facilitate this process. Some users express difficulty in proceeding with the calculations, particularly in identifying cancellations. Overall, the conversation emphasizes the utility of telescoping series and partial fractions in solving the problem.
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


If f(r) = r^3-5r^2+6r then \sum_{r=4}^{\infty } \dfrac{1}{f(r)} is


The Attempt at a Solution



I could decompose the above summation into something like this

\dfrac{1}{3} \left( \sum \dfrac{1}{(r-2)(r-3)} - \sum \dfrac{1}{r(r-2)} \right)

But from here I'm not sure how to take it ahead. I tried putting some values of r to check if they cancel out but to my dismay, they do not.

:(
 
Physics news on Phys.org
utkarshakash said:

Homework Statement


If f(r) = r^3-5r^2+6r then \sum_{r=4}^{\infty } \dfrac{1}{f(r)} is


The Attempt at a Solution



I could decompose the above summation into something like this

\dfrac{1}{3} \left( \sum \dfrac{1}{(r-2)(r-3)} - \sum \dfrac{1}{r(r-2)} \right)

But from here I'm not sure how to take it ahead. I tried putting some values of r to check if they cancel out but to my dismay, they do not.

:(

You have noticed the quadratic factorises easily. And it is in a denominator. You have never had to deal with, had any other exercises with a factorised polynomial in a denominator?
 
utkarshakash said:

Homework Statement


If f(r) = r^3-5r^2+6r then \sum_{r=4}^{\infty } \dfrac{1}{f(r)} is

The Attempt at a Solution



I could decompose the above summation into something like this

\dfrac{1}{3} \left( \sum \dfrac{1}{(r-2)(r-3)} - \sum \dfrac{1}{r(r-2)} \right)

But from here I'm not sure how to take it ahead. I tried putting some values of r to check if they cancel out but to my dismay, they do not.

:(

Have you studied telescoping series? Use partial fractions to write$$
\frac1 {(r-2)(r-3)}= \frac {-1}{r-2}+ \frac 1 {r-3}$$Write out several terms starting with ##r=4## and you will see why it is called telescoping. (Don't simplify by adding the fractions, just leave the fractions as they are and look for cancellations). Similarly with the second summation.
 
Last edited:
"Partial fraction" tells you that you can write
\frac{1}{r^3- 5r^2+ 6r}= \frac{A}{r}+ \frac{B}{r- 2}+ \frac{C}{r- 3}
for constants, A, B, and C. And that gives a "telescoping series".
 
HallsofIvy said:
"Partial fraction" tells you that you can write
\frac{1}{r^3- 5r^2+ 6r}= \frac{A}{r}+ \frac{B}{r- 2}+ \frac{C}{r- 3}
for constants, A, B, and C. And that gives a "telescoping series".

But that isn't a good idea in my opinion, it would be best to follow LCKurtz advice. :)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top