Finding the Expected Value of Stick Breakage

uva123
Messages
8
Reaction score
0

Homework Statement



Suppose that a point is chosen at random on a stick that has length 15 inches, and that the stick is broken into two pieces at that point. Find the expected value of the lengths of the two pieces.


Homework Equations



E(x)=\sumf(x)xdx from -infinity to +infinity (continuous case)
E(x)=\sumf(x)x for all x (discrete case)

The Attempt at a Solution



X1+X2=15

PLEASE HELP!
 
Physics news on Phys.org
any ideas?

try starting from a single uniform random variable X, with uniform distribution, representing break distance from one end...
 
Last edited:
Start by defining a random variable X which represents the point where the stick is broken, measured from the left edge. What is E[X]?

Now define two random variables L and R, where L = length of the left piece, and R = length of the right piece.

Express L and R as functions of X. Then use that result to express E[L] and E[R] as functions of E[X].
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top