I've found interesting probabilistic excersise, it seemed easy, but somehow I'm stuck.
Let's take a rod/stick of unitary length($x \in [0; 1]$). Rod is broken into two pieces in random spot.
What is needed to be found is expected value and variance of the ratio of the shorter part to the longer one.
I tried using uniform distribution, but I failed. Looking for hints, but also for an answer.
Thanks in advance!
Hint.
You cut the stick according to a uniform distribution on $[0,1]$. Verify that the shortest part is uniformly distributed on $[0,\frac 1 2]$. Let $X\sim \mathcal U [0,\frac 1 2]$, then what you want to find is the expectation and the variance of the random variable $Y$ defined as: $$Y:=\frac{X} {1-X}$$ The law of unconscious statistician will help and the rest is just evaluating an integral.