When Does a Sequence of Uniform Random Variables Stop Decreasing?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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
[tex]P(X_1 \leq t, N=n) = tn - \frac{1}{(n-1)!} - \frac{tn}{n!}[/tex]
when your expression is parsed using standard mathematical rules. I suspect you might have meant
[tex]\frac{t^{n-1}}{(n-1)!} - \frac{t^n}{n!}[/tex]
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: