Geometric Probability
Geometric Probability
In classical probability, we often count distinct, separate outcomes (like rolling a die or flipping a coin). However, when outcomes are continuousโsuch as choosing a random point on a line or throwing a dart at a boardโwe use geometric probability.
Geometric probability uses measurements like length, area, or volume to find the likelihood of an event. The fundamental formula is:
P(E)=Measureย ofย theย Totalย RegionMeasureย ofย theย Favorableย Regionโ
Depending on the problem, the "measure" could be a 1D length, a 2D area, or a 3D volume.
1D Geometric Probability (Lengths)
If a point is chosen at random on a line segment, the probability that it falls within a specific smaller segment is the ratio of their lengths.
Example: A piece of string is 10 cm long. If you cut it at a completely random point, what is the probability that the cut is made within 2 cm of either end?
- Total length: 10 cm.
- Favorable length: The first 2 cm and the last 2 cm. Total favorable length =2+2=4 cm.
- Probability: P=104โ=52โ.
2D Geometric Probability (Areas)
When dealing with flat surfaces, probability is the ratio of the favorable area to the total area.
Example 1: The Dartboard
A dart is thrown randomly at a circular board of radius 10. Assuming the dart always hits the board, find the probability it lands within 3 units of the center.
- Total Region: The entire dartboard is a circle with radius R=10. Totalย Area=ฯR2=ฯ(10)2=100ฯ
- Favorable Region: A smaller circle in the center with radius r=3. Favorableย Area=ฯr2=ฯ(3)2=9ฯ
- Probability: P=100ฯ9ฯโ=1009โ=0.09
Example 2: The Meeting Problem
Two people agree to meet at a cafe between 12:00 and 1:00. Each person will arrive at a random time within that hour and wait exactly 15 minutes for the other person. If the other person does not arrive, they leave. What is the probability that they meet?
This classic problem is best solved by graphing the times as coordinates (x,y) on a 2D plane.
- Let x be the arrival time of Person A (in minutes past 12:00), and y be the arrival time of Person B.
- Total Region: Both x and y are between 0 and 60. This forms a square on a graph. Totalย Area=60ร60=3600
- Favorable Region: They meet if the difference between their arrival times is 15 minutes or less. Mathematically, this is โฃxโyโฃโค15, which gives two boundary lines: yโคx+15 and yโฅxโ15.
- Calculating the Area: Instead of finding the complex middle shape directly, find the area of the two "missed connection" triangles in the top-left and bottom-right corners of the square.
- Each triangle has a base and height of 60โ15=45.
- Area of one triangle =21โร45ร45=1012.5.
- Total area of both triangles =2025.
- Favorable Area: Favorableย Area=3600โ2025=1575
- Probability: P=36001575โ=167โ
There is a 167โ (or 43.75%) chance that the two people will successfully meet.