Series Question (from a probability question)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 7K views
mattmns
Messages
1,129
Reaction score
5
[SOLVED] Series Question (from a probability question)

EDIT: Found it, never mind.Here is my question:

How do I find what [tex]\sum_{k=1}^{\infty}k(1/2)^k[/tex] is?

-----------------------

Here is the original question and my work.
-----------------------
A couple decides to continue to have children until a daughter is born. What is the expected number of children of this couple?
------------------------

So suppose P(having a daughter) = 1/2.

Define the random variable X = number of children until a daughter is born.

Then [itex]f_X(x) = (1-1/2)^{x-1}(1/2)[/itex]

So,
[tex]E(X) = \sum_{x = 1}^{\infty}x f_X(x) = \sum_{k=1}^{\infty}k(1/2)(1/2)^{k-1}[/tex]

or as I wrote it above.

-----------------------

Now I believe everything I have done up this point is correct, however I can't remember how to do series. I have been looking at my calculus book, but I have yet to find what I need. Any hints would be greatly appreciated, thanks!--------------EDIT: Found it online, seems to be a common geometric series, not sure why I couldn't find it in my book.
 
Last edited:
Physics news on Phys.org
You know how to find f(x)=sum(x^n), right? f'(x)=sum(n*x^(n-1)). Is that enough of a hint?
 
It's good to know how it's derived as well.
 
Thanks, indeed it is good to know how to derive it.