Power Series Sum: Summing (x^n/(n²+2n)) from n=1 to ∞

  • Thread starter bulbanos
  • Start date
  • Tags
    Power Sum
In summary, the conversation discusses an infinite sum involving a hypergeometric function. Different methods are suggested for solving the sum, including factoring the denominator and using telescoping sums. Ultimately, it is concluded that the series is absolutely convergent for |x|<1 and divergent for |x|>1.
  • #1
bulbanos
11
0
sum(x^n/(n²+2n),n=1..infinity)

we've never heard of hypergeom functions and we encountered this on our exam. The question was not only the radius of convergence but the infinite sum as well.

Anyone an idea?
 
Physics news on Phys.org
  • #2
bulbanos said:
sum(x^n/(n²+2n),n=1..infinity)

we've never heard of hypergeom functions and we encountered this on our exam. The question was not only the radius of convergence but the infinite sum as well.

Anyone an idea?

1.Factor the denominator:

[tex] \frac{1}{n^{2}+2n}=\frac{1}{2}(\frac{1}{n}-\frac{1}{n+2}}) [/tex] (1)

Write your series like:
[tex] S(x)=\frac{1}{2}(\sum_{n=1}^{+\infty} \frac{x^{n}}{n}-\sum_{n=1}^{+\infty} \frac{x^{n}}{n+2}) [/tex]

Daniel.

P.S.I don't know how u can connect your series with the hypergeomtric ones.I'll think about it...
 
Last edited:
  • #3
Continue by writing:
[tex]S(x)=\frac{1}{2}(\int_{0}^{x}\sum_{n=1}^{\infty}t^{n-1})dt-\frac{1}{x^{2}}\int_{0}^{x}(\sum_{n=1}^{\infty}t^{n+1})dt))=[/tex]
[tex]\frac{1}{2}(\int_{0}^{x}\frac{dt}{1-t}-\frac{1}{x^{2}}\int_{0}^{x}\frac{t^{2}dt}{1-t})[/tex]
or something like that..
 
Last edited:
  • #4
dextercioby said:
1.Factor the denominator:

[tex] \frac{1}{n^{2}+2n}=\frac{1}{2}(\frac{1}{n}-\frac{1}{n+2}}) [/tex] (1)

Write your series like:
[tex] S(x)=\frac{1}{2}(\sum_{n=1}^{+\infty} \frac{x^{n}}{n}-\sum_{n=1}^{+\infty} \frac{x^{n}}{n+2}) [/tex]

You're moving terms in a conditionally convergent sequence which is not always kosher. Specifically, in this case, if [itex]x=1[/itex] the original series is convergent, while yours is not.

I can suggest an alternative approach:
As you pointed out:
[tex] \frac{1}{n^{2}+2n}=\frac{1}{2}(\frac{x^n}{n}-\frac{x^n}{n+2}}) [/tex]
This looks suspicously like a telescoping sum. Let's take a look at partial sums
[tex]S(x,k)=\frac{1}{2}\sum_{n=1}^{k}\left(\frac{x^n}{n}-\frac{x^n}{n+2}}\right)[/tex]
In the [itex]x=1[/itex] this is very nice:
[tex]S(1,k)=\frac{1}{2}\left(\left(\frac{1}{1}-\frac{1}{3}\right)+\left(\frac{1}{2}-\frac{1}{4}\right)+\left(\frac{1}{3}-\frac{1}{5}\right)+...\left(\frac{1}{k}-\frac{1}{k+2}\right)\right)[/tex]
Now, the negative
[itex]\frac{1}{3}[/itex]
from the first term will cancel with the positve
[itex]\frac{1}{3}[/itex]
from the 3rd term. Similarly, for the negative elements in each of the following terms except for the last two. This means that the sum telescopes to:
[tex]S(1,k)=\frac{1}{2}\left(\frac{1}{1}+\frac{1}{2}-\frac{1}{k+1}-\frac{1}{k+2}\right)[/tex]
so
[tex]S(1)=\frac{3}{4}[/tex]

It's pretty obvious that for [itex]|x|<1[/itex] the series are absolutely convergent (so Dex's approach will work) and for [tex]|x|>1[/tex] the series will be divergent since the individual terms will grow without bound.
 
Last edited:
  • #5
There's a typo
[tex] S(1)=\frac{3}{4} [/tex]

What do you mean by
[tex] |x|<0 [/tex]

Isn't the modulus ALWAYS REAL AND NONEGATIVE??

Daniel.
 
Last edited:
  • #6
dextercioby said:
There's a typo
[tex] S(1)=\frac{3}{4} [/tex]
Right, forgot the [itex]\frac{1}{2}[/itex].
[/QUOTE]
What do you mean by
[tex] |x|<0 [/tex]
Isn't the modulus ALWAYS REAL AND NONEGATIVE??[/QUOTE]

I meant to say [itex]|x|<1[/itex] and [itex]|x|>1[/itex].


(Will edit the post.)
 

1. What is a power series sum?

A power series sum is a mathematical representation of a function as an infinite sum of terms, each of which is a power of the input variable. It is a useful tool in calculus for approximating functions and solving differential equations.

2. How do you calculate the sum of a power series?

To calculate the sum of a power series, you need to know the general form of the series and the values of the input variable. Then, you can use various mathematical techniques, such as the ratio test or the integral test, to determine if the series converges or diverges. If it converges, you can use the formula for the sum of a geometric series to find the sum.

3. What is the general form of the power series for (x^n/(n²+2n))?

The general form of the power series for (x^n/(n²+2n)) is ∑(x^n/(n²+2n)), where n ranges from 1 to ∞. This can also be written as ∑(x^n/n(n+2)) or ∑(x^n/(n+1)(n+1)).

4. How do you determine the convergence of this power series?

To determine the convergence of this power series, you can use the ratio test. Taking the limit as n approaches infinity of the absolute value of the ratio of the (n+1)th term to the nth term will tell you if the series converges or diverges. If the limit is less than 1, the series converges absolutely. If the limit is greater than 1 or undefined, the series diverges. If the limit is equal to 1, you will need to use another test, such as the integral test, to determine convergence.

5. What is the sum of (x^n/(n²+2n)) from n=1 to ∞?

The sum of (x^n/(n²+2n)) from n=1 to ∞ is equal to x/(1+x)^3. This can be derived by using the formula for the sum of a geometric series and manipulating the terms of the series. You can also verify this sum by taking the limit as the number of terms approaches infinity of the partial sum of the series.

Similar threads

Replies
14
Views
2K
Replies
7
Views
1K
Replies
4
Views
2K
Replies
1
Views
922
Replies
3
Views
6K
Replies
2
Views
777
  • Calculus
Replies
3
Views
934
Replies
2
Views
873
Replies
11
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
249
Back
Top