Mbaboy
- 19
- 0
Homework Statement
Let X_1, X_2,... be independent identically distributed continuous random variables. We call n the first time of increase if
X_1>X_2>X_3>...>X_{n-1}<X_n
Let N be the time until the first increase. Show that E[N]=e.
Homework Equations
Given for a discrete random variable with values in the positive integers:
E(X)=\sum_{k=1}^\infty P(X>=k)
The Attempt at a Solution
Well I know that X_i are exchangeable so the desired outcome has only 1 in n! chance of happening.
P(N=n)=P(X_1>\cdots>X_{n-1}\mbox{ and }X_{n-1}<X_n)
=P(X_1>X_2)P(X_2>X_3)P(X_3>X_4)...P(X_{n-2}>X_{n-1})P(X_{N-1}<Xn)
=\frac{1}{2} \times \frac{1}{2^2} \times \frac{1}{2^3}...\frac{1}{2^{n-1}}
Ok clearly I don't know what I'm doing. Maybe if someone could tell me what this evaluates to I could find my way to it? I just don't see how an e can pop out whereas the only two ways to calculate e I know are
\lim_{k\to\infty}(1+\frac{1}{k})^k and e^z=\sum_{i=1}^\infty \frac{z^i}{i!}
Also, I have no idea how the tail sum formula is suppose to help. How can I make use of it when the random variables in question are continuous?
Thanks guys!