ESTIMATE PI USING MONTE CARLO METHOD

The approximate value of pi (Π) is 3.141592653589793 and is the ratio of a circle's circumference to its diameter. It is curious to know how to calculate pi.

An approximation of pi can be calculated using a Monte Carlo method generating random points in a square with a circle inside as shown below. The random points are shown in red.

pi = 4 * (Points in Circle/Total Points)
Formula
Actual Pi: 3.141592653589793

Change the number of points and click the random button to generate a new set of points. The more points, the better the estimate. Even with points as low as 10, the method is mostly at or near 3. 100,000,000 points resolves to 3.141. 787/1000 is needed for a 3.14.

admin@wwwapp.net 2023-04-24