A point is chosen randomly (by distribution of area) on the inside of a unit circle. Find the expected value of its distance from the center of the circle.
If you get your answer as b a , where a and b are coprime positive integers, submit your answer as a + b .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Why the density function is r/pi ???It should be 1/2* pi
Log in to reply
I think you are assuming that the random variables r , θ are independent, but they are not, which can be seen by considering the probability that the point lies in a slice of radial width d r , and angular width d θ . Note that had it been the cartesian coordinates, then independence according to area distribution is equivalent to independence in coordinates. Apparently, the curvature is the key that makes the analogous equivalence false in polar coordinate system.
I did it a little differently.
< r > = ∫ 0 1 Circle Area 2 π r × r d r = ∫ 0 1 π 2 π r 2 d r = 2 ∫ 0 1 r 2 d r = 3 2
2 + 3 = 5
Can you please explain how you got those integrals thank you!
Log in to reply
Samrat had a similar approach to me, but with a more complete explanation! :-)
Log in to reply
Samrat uses double integration which is something I haven't been taught yet where as your solution doesn't utilize this.
Haha.. I thought I was the only one thinking of integrating my way out of this question. 😂
Divide the unit circle into n parts with the first part being a circle with radius n 1 , the second part being a doughnut with thickness n 1 and a hole of radius n 1 and so on. Denote p k to be the probability that the point lies on the k th portion, and denote d k to be the distance of the point on the doughnut part farthest from the center, to the center. We easily get that d k = n k . Also, p k is just the area of the k th portion divided by pi, i.e. π π ( n 2 k 2 − n 2 ( k − 1 ) 2 ) = n 2 2 k − 1 .
We can easily see that the answer we are looking for is k = 1 ∑ n p k d k for arbitrarily large n . We can expand this to give the answer to be
n 3 ∑ k = 1 n 2 k 2 − k = n 3 3 ( n ) ( n + 1 ) ( 2 n + 1 ) − 2 ( n ) ( n − 1 ) = 6 n 3 4 n 3 + 3 n 2 − n = 3 2 .
For arbitrarily large n . Our expected value is then 3 2 and our answer is then 2 + 3 = 5 .
This problem is the easiest to approach from the point of view of the cumulative distribution function (CDF). The CDF measures the probability that the value of the random variable is less than or equal to the argument of the function. In this case, we want the probability of x being less than or equal to some radius r to be proportional to the share of the area of the unit circle area occupied by the circle of radius r . That is, P ( X ≤ r ) = π π r 2 = r 2 . The probability density function is the derivative of the CDF so we have f X ( x ) = 2 r . To obtain the expected value we integrate PDF times the variable from 0 to 1: ∫ 0 1 2 r 2 d r = 3 2
Assuming a radius of 1 as implied in the question.
Consider the length of concentric circles at points along a radius of the circle.
The length increases uniformly from zero to 2 pi, which can be visualised as a right angle triangle.
On average a randomly selected point will be at the centre (centroid) of the triangle.
This is one third of the distance from the circumference to the centre, or 2/3 of the distance from the centre.
Answer: 2 + 3 = 5
Problem Loading...
Note Loading...
Set Loading...
Here is my solution, which is similar to the one given by Geoff Pilling.
Let r , θ be the position of a random point (in polar coordinates) inside the circle, with r ∈ [ 0 , 1 ) , θ ∈ [ 0 , 2 π ) . Then the probability that it lies in a slice of area of radial width d r and angular width d θ , around a position r , θ , is just the area of the slice divided by the total area of the unit circle, i.e., p ( r , θ ) d r d θ = π r d r d θ , where p ( r , θ ) is the joint probability density function of the random variables r , θ . Thus, p ( r , θ ) = π r . Thus, the expected distance from center is ∫ 0 2 π ∫ 0 1 r π r d r d θ = 3 2 producing the answer 2 + 3 = 5 .