- #1
lexluger
- 1
- 0
Problem:
Two birds have landed on a power line that spans the 100' distance between utility poles.
a) What is the average distance between the birds?
b) The line runs north and south. Another bird lands on the line. What is the expected position of the north-most bird from the south-most pole?
Partial Solution:
For the first part of the problem, I defined the first bird's position as the random variable $X$ and the second birds position as the random variable $Y$. Since both birds could lie in the range [0, 100], the plot of the birds' possible positions yielded a square with area $100^{2}$ feet$^{2}$. I then defined a new random variable, $Z$, to represent the distance between the two birds, defined by $|X-Y|$.Thus, the PDF of $Z$ can be written as $f_{Z}(z) = \begin{cases}
1/10000, & z\leq100 \\
0, & \text{otherwise }
\end{cases}
$.
From here, to find the average distance between the birds, I solved for the expected value of $Z$, using the equation $\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}zf_{Z}(z)dydx$, which yielded that $E[Z] = E[|X-Y|] = 100/3$ feet.
So first and foremost, did I do this correctly?
Secondly, I am completely stuck on the second part of the problem.
Two birds have landed on a power line that spans the 100' distance between utility poles.
a) What is the average distance between the birds?
b) The line runs north and south. Another bird lands on the line. What is the expected position of the north-most bird from the south-most pole?
Partial Solution:
For the first part of the problem, I defined the first bird's position as the random variable $X$ and the second birds position as the random variable $Y$. Since both birds could lie in the range [0, 100], the plot of the birds' possible positions yielded a square with area $100^{2}$ feet$^{2}$. I then defined a new random variable, $Z$, to represent the distance between the two birds, defined by $|X-Y|$.Thus, the PDF of $Z$ can be written as $f_{Z}(z) = \begin{cases}
1/10000, & z\leq100 \\
0, & \text{otherwise }
\end{cases}
$.
From here, to find the average distance between the birds, I solved for the expected value of $Z$, using the equation $\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}zf_{Z}(z)dydx$, which yielded that $E[Z] = E[|X-Y|] = 100/3$ feet.
So first and foremost, did I do this correctly?
Secondly, I am completely stuck on the second part of the problem.