How Likely Is It That Two Points on a Segmented Line Are Less Than 20cm Apart?

  • Context: Undergrad 
  • Thread starter Thread starter chrisphd
  • Start date Start date
Click For Summary
SUMMARY

The probability that two points randomly chosen from a segmented line of length 60cm, divided into two halves of 30cm each, are less than 20cm apart is approximately 0.222. This conclusion is derived from analyzing the uniform distribution of points X and Y, where both are independent and uniformly distributed over the intervals [0, 30]. By calculating the area under the line defined by the equation x + y < 20 within the coordinate space, the probability is confirmed to be consistent with an earlier approximation of 0.2185.

PREREQUISITES
  • Understanding of Uniform Distribution
  • Basic knowledge of Probability Theory
  • Familiarity with Coordinate Geometry
  • Ability to perform Area Calculations in a Cartesian Plane
NEXT STEPS
  • Study the properties of Uniform Distribution in-depth
  • Learn about joint probability distributions and their applications
  • Explore graphical methods for visualizing probability spaces
  • Investigate more complex probability problems involving independent variables
USEFUL FOR

Mathematicians, engineers, statisticians, and anyone interested in probability theory and its applications in real-world scenarios.

chrisphd
Messages
60
Reaction score
0
Consider a line segment of length 60cm, divided in half (30 cm/half). A point is randomly chosen from the first half of the line segment, and another point is randomly chosen from the second half of the line segment. What is the probability that the distance between the two points is less than 20cm?
 
Physics news on Phys.org
chrisphd said:
Consider a line segment of length 60cm, divided in half (30 cm/half). A point is randomly chosen from the first half of the line segment, and another point is randomly chosen from the second half of the line segment. What is the probability that the distance between the two points is less than 20cm?

From the information you have said, both points are chosen from independent parts of the string.

So consider X,Y ~ Uniform(30).

Lets say P(X = x) and P(Y = y) refers to the probability of getting a value x (or y) cm's from the center of the string. You can do this because of the nature of a uniform distribution.

That means that you have to find P(X + Y < 20).

Show us some working out and I will give you more hints.
 
Well...I am no physicist...I am just an engineer...so, for me this is good enough:

as an approximation...let's assume that x and y can only assume discrete values from 0 to 30...that's 31 possible values each, for a total of 31x31=961 possibilities

but when you add x and y, only 210 combinations add to < 20...

so Prob = 210/961 = 0.2185
 
let x be distance along 1st segment, and y be distance along 2nd segment. x and y are both random and independent, so we can treat them as a pair (x,y).
How do we work out the possible values of (x,y)? Draw a graph with x-axis and y axis, up to x=30 and y=30. All coordinates in this range correspond to possible (x,y) values.
Draw a straight line from (0,20) to (20,0). Everywhere along this line (eg. (20,0),(19,1) etc.) all have distance from each other equal to 20. Everywhere under this line is less than 20, and above greater than 20.

Area under this line = 20*20/2. Total area of possibility space = 30*30. Prob of distance less than 20 = 20*20/(2*30*30) = 2/9 = 0.222. This is consistent with engineers approximation so I think my method is right.

Thanks!
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K