Series Question (from a probability question)

mattmns
Messages
1,121
Reaction score
5
[SOLVED] Series Question (from a probability question)

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

How do I find what \sum_{k=1}^{\infty}k(1/2)^k 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 f_X(x) = (1-1/2)^{x-1}(1/2)

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

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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top