Because question says so
at a point chosen uniformly at random
In GATE all information and hints will always be there in question. But many aspirants are used to solving substandard questions prepared in test series and hence skip those vital information.
For better intuition ..:)
What if the stick is broken randomly at two points? My approach:
To be shortest: length < 1/3
Pdf = 3 (using 1/b-a)
$3 \int_{0}^{1/3} L dx = 1/6$
Is 1/6 correct? Below link says it is 1/9:
https://math.stackexchange.com/questions/13959/if-a-1-meter-rope-is-cut-at-two-uniformly-randomly-chosen-points-what-is-the-av
@Happy Mittal Can we also do this like this: First we calculate the expected value of shorter stick ( integration of x time 1 with limits 0 to 1. We now use this expected value as limits to a new expectation, which will the expected value of the shorter stick. I got the same answer using that. Just wanted to confirm.
The length of the shorter stick can be from 0 to 0.5 (because if it is greater than 0.5, it is no longer a shorter stick).
Length of the shorter stick can be from 0.5 to 1 as well. Then why we are considering only 0 to 0.5
Length of the shorter stick can be from 0.5 to 1 OR 0 to 0.5. so even if you take range 0.5 to 1 you will get same answer.
Expectation in case of a Uniform Random Variable = $\frac{b-a}{2}$
https://www.ucd.ie/msc/t4media/Uniform%20Distribution.pdf
As shorter length stick is specified in question, take a=0 and b=0.5
$\frac{0.5}{2}$ = ¼ = 0.25
Answer = $0.25$
Let $X$ = Length of Shorter Stick
$\implies 0<X<\frac{1}{2}\implies X$ follows Uniform Distribution over $(0,\frac{1}{2})$
We know, In uniform distribution, the mean (first moment) of the distribution is:
${\displaystyle E(X)={\frac {1}{2}}(b+a).}$ Link : Continuous uniform distribution - Wikipedia
Hence, the expected length of the shorter stick is = $Mean$ = $E[X] = \frac{b+a}{2} = \frac{0+\frac{1}{2}}{2} = \frac{1}{4} = 0.25$