Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Re: probability of forming a quadrilateral with 4 pieces of
How about the longest wire segment has to be less than the sum of the remaining three. This means that it has to be less than 50% of the original length.
Re: probability of forming a quadrilateral with 4 pieces of
(1) Formulation.
Cutting a segment of wire of 1m length into 4 pieces is equalent to sampling three uniformly distributed random numbers in (0,1). Assume X1, X2 and X3 are the three random variables. We can construct three ordered statistics X1:3, X2:3 and X3:3, where X1:3 is the minimum of {X1,X2,X3}, X3:3 is the maxmum of {X1,X2,X3} while X2:3 is something in between. Therefore, we have X1:3 < X2:3 < X3:3. Sometimes (very often), we denote them by Y1, Y2, Y3, and the joint pdf is
g(Y1,Y2,Y3)=6, when 0<Y1<Y2<Y3<1, and 0, otherwise.
(2) Transform.
The four sides are Y1, Y2-Y1, Y3-Y2, 1-Y3.
The necessary and sufficient condition that the four sticks form a quadrilateral is that non of them is equal to or larger than 0.5. Therefore, you have four events:
U1=(Y1<0.5), U2=(Y2-Y1<0.5), U3=(Y3-Y2<0.5), U4=(1-Y3<0.5)
Thus, all you have to do is to calculate the integral
P(U1ΠU2ΠU3ΠU4)=∫∫∫g(Y1,Y2,Y3)dY1dY2dY3 and notice that the region is U1ΠU2ΠU3ΠU4.
Forgive me for not carrying it through. That is just a simple but tedious multiple integral.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.