How Do You Solve This Infinite Sum Using Partial Fractions?

  • Thread starter Thread starter skyturnred
  • Start date Start date
  • Tags Tags
    Infinite Sum
Click For Summary

Homework Help Overview

The problem involves evaluating the infinite sum \( s=\sum^{k=\infty}_{k=1} \frac{2}{k^{2}+10k+24} \) using partial fractions. The subject area pertains to series and convergence, particularly focusing on telescoping series and limits.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the use of partial fractions to simplify the series. There is confusion regarding the cancellation of terms in what resembles a telescoping series, with some participants questioning how terms cancel and what remains as \( n \) approaches infinity. Others suggest examining specific values of \( n \) to identify patterns in the remaining terms.

Discussion Status

Participants are actively engaging with the problem, exploring different interpretations of the series and the cancellation of terms. Some guidance has been offered regarding the structure of the series and how to visualize the cancellation process, but no consensus has been reached on the final form of the sum.

Contextual Notes

There is mention of the known answer being \( \frac{11}{30} \), which some participants reference, but this does not influence the ongoing exploration of the problem's setup and reasoning.

skyturnred
Messages
117
Reaction score
0

Homework Statement



s=[itex]\sum^{k=\infty}_{k=1}[/itex] [itex]\frac{2}{k^{2}+10k+24}[/itex]

Homework Equations


The Attempt at a Solution



I can pull the 2 out. I can set n=[itex]\infty[/itex] and just take the limit as n approaches infinity of the sum from 1 to n.

I use partial fractions to write out:

[itex]\frac{1}{(n+4)(n+6)}[/itex]=[itex]\frac{1}{2n+8}[/itex]-[itex]\frac{1}{2n+12}[/itex]

To see it better, I write out the first few terms manually. I get the following (as n approaches infinity of course):

[itex]\frac{s}{1}[/itex]=[itex]\frac{1}{5}[/itex]-[itex]\frac{1}{7}[/itex]+[itex]\frac{1}{6}[/itex]-[itex]\frac{1}{8}[/itex]+[itex]\frac{1}{7}[/itex]-[itex]\frac{1}{9}[/itex]+[itex]\frac{1}{8}[/itex]-[itex]\frac{1}{10}[/itex]+...+[itex]\frac{2}{2n+8}[/itex]-[itex]\frac{2}{2n+12}[/itex]

But I am very confused. It is similar to a telescoping series.. but I am not used to something like this. Usually the 2nd term cancels out the third, the 4rth with the 5th, and so on and so forth until all you have left is the first and the very last term. But in THIS series, the 2nd cancels our the 5th, the 4th with the 7th, etc. And I can't seem to work out what would remain.. Can someone please help me?

BTW I know the answer to be 11/30, in case that helps at all.

Thanks in advance!
 
Last edited:
Physics news on Phys.org
skyturnred said:
But I am very confused. It is similar to a telescoping series.. but I am not used to something like this. Usually the 2nd term cancels out the third, the 4rth with the 5th, and so on and so forth until all you have left is the first and the very last term. But in THIS series, the 2nd cancels our the 5th, the 4th with the 7th, etc. And I can't seem to work out what would remain.. Can someone please help me?

This line of thinking is the right approach. Why do you care that the terms cancelling out are further apart? You need to be a little careful, but the same ideas apply.

The 2nd cancels the 5th, the 4th cancels the 7th, etc. So what terms do you have left? Clearly you have the 1st and 3rd term (assuming n > 1), but what happens at the end of the sum? What terms are still left? If you cannot figure this out generally right now, just try for n = 2, n =3, n =4, n= 5 and note what terms are not canceled out. You should be able to spot a pattern.
 
So the first and third terms will cancel out.. but I am confused about what happens as I near the end. Would it be correct to say that the sum is

s=[itex]\frac{1}{5}[/itex]+[itex]\frac{1}{6}[/itex]+[itex]\frac{1}{n+5}[/itex]+[itex]\frac{1}{n+6}[/itex]?

Because if so, I know how to solve it from there.
 
skyturnred said:

Homework Statement



s=[itex]\sum^{k=\infty}_{k=1}[/itex] [itex]\frac{2}{k^{2}+10k+24}[/itex]

Homework Equations





The Attempt at a Solution



I can pull the 2 out. I can set n=[itex]\infty[/itex] and just take the limit as n approaches infinity of the sum from 1 to n.

I use partial fractions to write out:

[itex]\frac{1}{(n+4)(n+6)}[/itex]=[itex]\frac{1}{2n+8}[/itex]-[itex]\frac{1}{2n+12}[/itex]

To see it better, I write out the first few terms manually. I get the following (as n approaches infinity of course):

[itex]\frac{s}{1}[/itex]=[itex]\frac{1}{5}[/itex]-[itex]\frac{1}{7}[/itex]+[itex]\frac{1}{6}[/itex]-[itex]\frac{1}{8}[/itex]+[itex]\frac{1}{7}[/itex]-[itex]\frac{1}{9}[/itex]+[itex]\frac{1}{8}[/itex]-[itex]\frac{1}{10}[/itex]+...+[itex]\frac{2}{2n+8}[/itex]-[itex]\frac{2}{2n+12}[/itex]

But I am very confused. It is similar to a telescoping series.. but I am not used to something like this. Usually the 2nd term cancels out the third, the 4rth with the 5th, and so on and so forth until all you have left is the first and the very last term. But in THIS series, the 2nd cancels our the 5th, the 4th with the 7th, etc. And I can't seem to work out what would remain.. Can someone please help me?

BTW I know the answer to be 11/30, in case that helps at all.

Thanks in advance!

If you set [tex]f(n) = \frac{1}{2n+8},[/tex]
you have a sum of terms [itex]t(n) = f(n) - f(n+2).[/itex] Write out a few terms to see what happens.

RGV
 
skyturnred said:
So the first and third terms will cancel out.. but I am confused about what happens as I near the end. Would it be correct to say that the sum is

s=[itex]\frac{1}{5}[/itex]+[itex]\frac{1}{6}[/itex]+[itex]\frac{1}{n+5}[/itex]+[itex]\frac{1}{n+6}[/itex]?

Because if so, I know how to solve it from there.

Try inserting n=1,n=2,n=3 and see if you expression is correct. No need to ask, just try it out.

Anyway maybe an easier way to arrange the sum rather than the intermingled formula you came up with is to first write up the first sum and then minus the second sum:

\begin{align*}
\sum_{k=1}^n \frac{1}{n+4} - \sum_{k=1}^n \frac{1}{n+6} \\
= \frac{1}{5}+\frac{1}{6}&+\frac{1}{7}+\frac{1}{8}+ \cdots + \frac{1}{n+4} \\
&-\frac{1}{7}-\frac{1}{8}-\cdots - \frac{1}{n+4} -\frac{1}{n+5} -\frac{1}{n+6}
\end{align*}
 
rasmhop said:
Try inserting n=1,n=2,n=3 and see if you expression is correct. No need to ask, just try it out.

Anyway maybe an easier way to arrange the sum rather than the intermingled formula you came up with is to first write up the first sum and then minus the second sum:

\begin{align*}
\sum_{k=1}^n \frac{1}{n+4} - \sum_{k=1}^n \frac{1}{n+6} \\
= \frac{1}{5}+\frac{1}{6}&+\frac{1}{7}+\frac{1}{8}+ \cdots + \frac{1}{n+4} \\
&-\frac{1}{7}-\frac{1}{8}-\cdots - \frac{1}{n+4} -\frac{1}{n+5} -\frac{1}{n+6}
\end{align*}

I ended up getting the right answer, but that method you just showed me in this quote can be really useful to visualizing it in an easier way. Thanks!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K