Infinte series sum(n*(1/2)^n,n,k,infty)?

  • Thread starter cliowa
  • Start date
  • Tags
    Series
IS VALID ONLY FOR SERIES THAT CONVERGE ABSOLUTELY...in this case the series does.(Just remember that the geometric series converges if and only if the ratio of the addenda is less than one in absolute value...in this case we have 1/2 in absolute value...so we are in the good case!)In summary, the conversation discusses different methods for calculating the value of a series as a function of k. One method involves differentiating and summing, while another method involves using the Arithmetic-Geometric Series. The conversation also mentions the importance of convergence when using these methods.
  • #1
cliowa
191
0
How can I calculate the value of this series as a function of k?

[tex]
\sum_{n=k}^{\infty} n\cdot \big(\frac{1}{2}\big)^{n}
[/tex]

Plugging in numbers and trying to see a pattern doesn't work for me, I can't see it. I haven't found a way to decompose this sum into several ones where I can see what's going on.
Could anybody help me? It would be appreciated very much.
Thanks in advance

Best regards...Cliowa
 
Physics news on Phys.org
  • #2
you can sum x^n, so how about differentiating and summing nx^{n-1}?

we;ll ignore convergence issues and pretend that's ok. (please don't point out that you have n(1/2)^{n} and not n(1/2)^{n-1})
 
  • #3
matt grime said:
you can sum x^n, so how about differentiating and summing nx^{n-1}?
Yeah, maybe that'd work, but I really have to do it without differentiating!
 
  • #4
cliowa said:
Yeah, maybe that'd work, but I really have to do it without differentiating!
Why do you have to do it without? If you do it like matt grime says you get [itex]\sum_{n=1}^{\infty}nx^{n}=\frac{x}{\left(1-x\right)^{2}}[/itex].
 
  • #5
As Matt and amcavoy pointed out, writing out the power series and then differentiaing it is an easy way.

Otherwise, you could treat this as an Arithmetic-Geometric Series.

So if

[tex] S = k (\frac{1}{2})^k + (k+1)(\frac{1}{2})^{k+1} + ... [/tex]

[tex] \frac{S}{2} = k(\frac{1}{2})^{k+1} + (k+1)(\frac{1}{2})^{k+2} + ... [/tex]

Subtract the two series and you will get a GP.
 
Last edited:
  • #6
siddharth said:
So if
[tex] S = k (\frac{1}{2})^k + (k+1)(\frac{1}{2})^{k+1} + ... [/tex]
[tex] \frac{S}{2} = k(\frac{1}{2})^{k+1} + (k+1)(\frac{1}{2})^{k+2} + ... [/tex]
Subtract the two series and you will get a GP.
Thanks alot. Could you be a bit more specific? What is a GP? If I subtract those to series I will get S/2, but that seems to be the same basic thing, with the indexes delayed. So what do I do with it?
 
  • #7
No, it won't be the same thing.
You will have
[tex]
S-\frac{S}{2} = k(\frac{1}{2})^k + (k+1-k)(\frac{1}{2})^{k+1} + (k+2-k-1)(\frac{1}{2})^{k+2} + .. [/tex]
Write this to n terms and let n tend to infinity.
The series you now have is a Geometric Series.
 
  • #8
siddharth said:
No, it won't be the same thing.
You will have
[tex]
S-\frac{S}{2} = k(\frac{1}{2})^k + (k+1-k)(\frac{1}{2})^{k+1} + (k+2-k-1)(\frac{1}{2})^{k+2} + .. [/tex]
Write this to n terms and let n tend to infinity.
The series you now have is a Geometric Series.
Great! Thank you very, very much.
Simply out of interest: Could you also explain in a little more detail how I would do it with differentiating?
 
  • #9
1+x+x^2+x^3+..

is the power series for (1-x)^-1

that is sufficient to solve it (ignoring convergence issues)

and if youi don't know what a GP is you're not going to get very far in doing these questions. Or was it you dfidn't knwo what the abbreviation was?
 
  • #10
matt grime said:
1+x+x^2+x^3+..
is the power series for (1-x)^-1
that is sufficient to solve it (ignoring convergence issues)
and if youi don't know what a GP is you're not going to get very far in doing these questions. Or was it you dfidn't knwo what the abbreviation was?
Thanks alot
Well, it was that I simply don't know the abbreviation! Would you mind revealing this secret to an outsider?:smile:
Best regards...Cliowa
 
  • #11
An elementary approach.

Let's write the addendums of the serie one by one
[tex]k \left( \frac{1}{2} \right)^k[/tex]
[tex](k+1) \left( \frac{1}{2} \right)^{(k+1)}[/tex]
[tex](k+2) \left( \frac{1}{2} \right)^{(k+2)}[/tex]
[tex](k+3) \left( \frac{1}{2} \right)^{(k+3)}[/tex]
[tex](k+4) \left( \frac{1}{2} \right)^{(k+4)}[/tex]
[tex](k+5) \left( \frac{1}{2} \right)^{(k+5)}[/tex]
and so on...
let's rewrite them in this "diagonal form" (notice that each row is the same of value of the rows wrote before)
[tex]k \left( \frac{1}{2} \right)^k[/tex]
[tex]k \left( \frac{1}{2} \right)^{(k+1)} + \left( \frac{1}{2} \right)^{(k+1)}[/tex]
[tex]k \left( \frac{1}{2} \right)^{(k+2)} + \left( \frac{1}{2} \right)^{(k+2)} +
\left( \frac{1}{2} \right)^{(k+2)}[/tex]
[tex]k \left( \frac{1}{2} \right)^{(k+3)} + \left( \frac{1}{2} \right)^{(k+3)} +
\left( \frac{1}{2} \right)^{(k+3)} + \left( \frac{1}{2} \right)^{(k+3)} [/tex]
[tex]k \left( \frac{1}{2} \right)^{(k+4)} + \left( \frac{1}{2} \right)^{(k+4)} +
\left( \frac{1}{2} \right)^{(k+4)} + \left( \frac{1}{2} \right)^{(k+4)} +
\left( \frac{1}{2} \right)^{(k+4)}[/tex]
[tex]k \left( \frac{1}{2} \right)^{(k+5)} + \left( \frac{1}{2} \right)^{(k+5)} +
\left( \frac{1}{2} \right)^{(k+5)} + \left( \frac{1}{2} \right)^{(k+5)} +
\left( \frac{1}{2} \right)^{(k+5)} + \left( \frac{1}{2} \right)^{(k+5)}[/tex]
and so on...
Now let's do the sum by columns! OK?
(In this moment there is a question that I will take back later)
What do we get when we do the sum by columns? (see next post!)
 
  • #12
We get this value from first column

[tex]k \sum_{i=k}^\infty \left( \frac{1}{2} \right)^i[/tex]

this value from the second column

[tex]\sum_{i=k+1}^\infty \left( \frac{1}{2} \right)^i[/tex]

this value from the third column

[tex]\sum_{i=k+2}^\infty \left( \frac{1}{2} \right)^i[/tex]

this value from the fourth column

[tex]\sum_{i=k+3}^\infty \left( \frac{1}{2} \right)^i[/tex]

this value from the fifth column

[tex]\sum_{i=k+4}^\infty \left( \frac{1}{2} \right)^i[/tex]

and so on...

Notice that we from the [tex](n+1)[/tex]-th column you have exactly that value

[tex]\sum_{i=k+n}^\infty \left( \frac{1}{2} \right)^i[/tex]

Now using the known formula (if you don't know just ask and I'll make it clear to you!)

[tex]\sum_{i=m}^{\infty}\left( \frac{1}{2}\right)^m = 2 \left(\frac{1}{2} \right)^m[/tex]

we get that the value of the sum along the first column IS

[tex]2 k \left(\frac{1}{2} \right)^{k}[/tex]

from second column we get the value

[tex]2 \left(\frac{1}{2} \right)^{(k+1)}[/tex]

from the third

[tex]2 \left(\frac{1}{2} \right)^{(k+2)}[/tex]

in short for the [tex](n+1)[/tex]-th column (for [tex]n >1[/tex]) we get

[tex]2 \left(\frac{1}{2} \right)^{(k+n)}[/tex]

we are CLOSE to conclusion (in next post)
 
  • #13
Summing the values we obtained from 1st, 2nd, 3rd, 4th, 5th...and so on.. columns we have to do this infinite sum

[tex]k \left( \frac{1}{2} \right)^k +
2 \left( \frac{1}{2} \right)^{(k+1)} +
2 \left( \frac{1}{2} \right)^{(k+2)} +
2 \left( \frac{1}{2} \right)^{(k+3)} +
2 \left( \frac{1}{2} \right)^{(k+4)} +
\cdots
2 \left( \frac{1}{2} \right)^{(k+n)} +
\cdots = [/tex]

[tex] =
k \left( \frac{1}{2} \right)^k +
2 \left( \frac{1}{2} \right)^k
\left[
\sum_{i=1}^{\infty} \left( \frac{1}{2} \right)^i
\right] =
[/tex]

[tex] =
k \left( \frac{1}{2} \right)^k +
2 \left( \frac{1}{2} \right)^k
\left( \frac{1}{2} \right) =
k \left( \frac{1}{2} \right)^k +
\left( \frac{1}{2} \right)^k =
[/tex]
[tex] =
(k+1) \left( \frac{1}{2} \right)^k
[/tex]


And that's it!

(I hope I haven't made some error but the method works!)


And now remember the notice I told I would take back later? Now it the moment.
To calculate the sum we decided to sum the addenda in a different way.
YOU can do such a passage ONLY if you know A PRIORI that the serie converges!
Commutativity for infinite (denumerable) elements works only on convergent series!
(By the way it is easy to see that this serie converges!)

It is just for Math's sake I wanted to specify this to you!

Hope you liked my effort to find the sum without derivating some serie term by term!
:)
 
  • #14
You could also take the result for the geometric series, insert a parameter in the exponent, and then differentiate by that parameter to achieve the result. (alpha smaller than 1 for convergence (1/2 here))
[tex]\sum_{n=0}^{\infty} \alpha^n = \frac{1}{1-\alpha}[/tex]

[tex]\sum_{n=0}^{\infty} \alpha^{t n} = \frac{1}{1-\alpha^t}[/tex]

[tex]\sum_{n=0}^{\infty} \frac{d}{dt}\alpha^{t n} = \frac{d}{dt}\frac{1}{1-\alpha^t}[/tex]

[tex]\sum_{n=0}^{\infty} n \alpha^{n} = \frac{\alpha}{(1-\alpha)^2}[/tex]

For the sum starting at k instead of 0, do the same thing for the geometric series from 0 to k-1, then subtract.

Edit: oh, looks like matt already said this.
 

1. What is an infinite series?

An infinite series is a mathematical concept that involves adding up an infinite number of terms. It is represented by the sum symbol (∑) and has a starting value (n), an ending value (k), and a formula for each term.

2. What is the formula for finding the sum of an infinite series?

The formula for finding the sum of an infinite series is S = a / (1-r), where 'a' is the first term of the series and 'r' is the common ratio between consecutive terms. However, this formula only works for geometric series (where the ratio between consecutive terms is constant). For other types of series, there are different formulas or methods for finding the sum.

3. What is the significance of (1/2)^n in the infinite series sum(n*(1/2)^n,n,k,infty)?

The term (1/2)^n represents the common ratio in the infinite series. It is the value that is raised to the power of 'n' in order to get the next term in the series. In this particular series, the common ratio is 1/2, meaning that each term is half of the previous term.

4. Can an infinite series have a finite sum?

Yes, an infinite series can have a finite sum if it converges. This means that as more and more terms are added, the sum approaches a certain value and does not continue to increase without bound. However, if the series does not converge, the sum will be infinite.

5. How can I determine if an infinite series converges or diverges?

There are several tests that can be used to determine if an infinite series converges or diverges, such as the ratio test, the root test, and the integral test. These tests involve comparing the series to known convergent or divergent series or using integration to find the sum of the series. It is important to note that these tests may not work for all types of series, and sometimes the convergence or divergence of a series can be difficult to determine.

Similar threads

Replies
6
Views
684
Replies
2
Views
885
Replies
7
Views
1K
Replies
2
Views
1K
Replies
4
Views
2K
Replies
4
Views
751
Replies
1
Views
937
Replies
14
Views
2K
  • Calculus
Replies
3
Views
940
  • Calculus
Replies
2
Views
1K
Back
Top