When Does a Sequence of Uniform Random Variables Stop Decreasing?

Dassinia
Messages
141
Reaction score
0
Hi, I'm trying to solve this exercise but I really don't know how
1. Homework Statement

Let X1, X2,.. be a sequence of iid random variables following a uniform distribution on (0,1). Define the random variable N≥2 as the first point in which the sequence (X1,X2,...) stops decreasing. i.e If N=n :
X1[PLAIN]http://www.ilemaths.net/img/smb-bleu/supegal.gifX2[PLAIN]http://www.ilemaths.net/img/smb-bleu/supegal.gif...[PLAIN]http://www.ilemaths.net/img/smb-bleu/supegal.gifXn-1<Xn

For 0[PLAIN]http://www.ilemaths.net/img/smb-bleu/infegal.gift[PLAIN]http://www.ilemaths.net/img/smb-bleu/infegal.gif1 show that

1. P(X1[PLAIN]http://www.ilemaths.net/img/smb-bleu/infegal.gift,N=n)=tn-1/(n-1)! - tn/(n)!
2.P(X1[PLAIN]http://www.ilemaths.net/img/smb-bleu/infegal.gift,N pair)=1-exp(-t) use series expansion of exp(t)+exp(-t) et exp(t)-exp(-t)
3. E[N]=e

Homework Equations

The Attempt at a Solution


I solved the third one
For the first one, I think that we have to use induction proof, but I don't see how to do that here ?
Thanks
 
Last edited by a moderator:
Physics news on Phys.org
Dassinia said:
Hi, I'm trying to solve this exercise but I really don't know how
1. Homework Statement

Let X1, X2,.. be a sequence of iid random variables following a uniform distribution on (0,1). Define the random variable N≥2 as the first point in which the sequence (X1,X2,...) stops decreasing. i.e If N=n :
X1[PLAIN]http://www.ilemaths.net/img/smb-bleu/supegal.gifX2[PLAIN]http://www.ilemaths.net/img/smb-bleu/supegal.gif...[PLAIN]http://www.ilemaths.net/img/smb-bleu/supegal.gifXn-1<Xn

For 0[PLAIN]http://www.ilemaths.net/img/smb-bleu/infegal.gift[PLAIN]http://www.ilemaths.net/img/smb-bleu/infegal.gif1 show that

1. P(X1[PLAIN]http://www.ilemaths.net/img/smb-bleu/infegal.gift,N=n)=tn-1/(n-1)! - tn/(n)!
2.P(X1[PLAIN]http://www.ilemaths.net/img/smb-bleu/infegal.gift,N pair)=1-exp(-t) use series expansion of exp(t)+exp(-t) et exp(t)-exp(-t)
3. E[N]=e

Homework Equations

The Attempt at a Solution


I solved the third one
For the first one, I think that we have to use induction proof, but I don't see how to do that here ?
Thanks

For the first one, try out some simple cases first: do it for n = 2, n = 3, etc. You will soon see how to do the general case.

What you wrote for 1) is wrong: you say
P(X_1 \leq t, N=n) = tn - \frac{1}{(n-1)!} - \frac{tn}{n!}
when your expression is parsed using standard mathematical rules. I suspect you might have meant
\frac{t^{n-1}}{(n-1)!} - \frac{t^n}{n!}
In that case, you MUST use "^" signs and parentheses: tn means ##t \times n##, but t^n means ##t^n##. Similarly, t^n-1 means ##t^n - 1##, but t^(n-1) means ##t^{n-1}##.

Finally, I do not understand what "X1 ≤ t, N pair" means---that is, what is "N pair"?
 
Last edited by a moderator:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top