REVIEW 2 major objections 5 minor 19 references
Approximating Mathematical Constants using Minecraft
T0 review · 2 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read This paper argues that Minecraft's hoppers, droppers, observers, and slimes can act as experimental instruments for approximating the mathematical constants square root of 2, pi, e, and zeta(3) in a college classroom.
desk verdict A genuinely fun and mostly sound classroom paper: the zeta(3) experiment rests on an identity its own random numbers violate, but the rest holds up and the paper deserves a serious referee. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing objects are four Minecraft blocks and mobs paired with four mathematical identities. A hopper transfers items at a fixed rate and so acts as a timer; a dropper ejects one of up to nine stored items at random and so acts as a randomizer; an observer fires when the block it faces changes state, turning random bamboo growth into a random-number source; and slimes, unlike most mobs, keep moving with no directional bias and serve as random scatter points for Monte Carlo integration. The associated identities are: the $45^\circ$–$45^\circ$–$90^\circ$ triangle ratio $\sqrt{2}:1$, the Monte Carlo area ratio $\pi/4$ for dots in a circle, the derangement probability $D(n)/n!$ approaching $1/e$, and the Euler product identity $P_3 = \prod_p (1-1/p^3) = 1/\zeta(3)$ for the probability that three uniformly random positive integers are coprime. Each experiment pairs one game mechanic with one identity to convert observed counts into a constant.
What would settle it
Repeat the bamboo and observer experiment with thousands of triplets and compare the proportion of coprime triples to $1/\zeta(3) = 0.8319\ldots$; if the empirical proportion converges to a value outside the sampling error of $0.8319$, the Minecraft number source is not equivalent to uniform integer sampling and that approximation is not measuring $\zeta(3)$.
Extended reading notes
Core claim
On its own terms, the paper establishes a proof of concept that Minecraft's mechanics can be used to experimentally approximate mathematical constants in a way suitable for higher education. The central claim is that four familiar randomized or geometric processes can be instantiated by ordinary game mechanics: hoppers release items at a constant rate and serve as timers, droppers eject one of up to nine items uniformly and serve as randomizers, observers detect random block-state changes such as bamboo growth, and slimes move randomly enough to act as scatter points. With these instruments the authors report $\sqrt{2} \approx 57/41 = 1.3902$, $\pi \approx 4\cdot 508/619 = 3.283$, $e \approx 647/238 = 2.71849$, and $\zeta(3) \approx 70/58 = 1.2069$, with errors of 1.70%, 4.49%, 0.00766%, and 0.4%, respectively. The paper frames these numbers as invitations to explore geometry, calculus, combinatorics, and number theory in a game world, not as competitive computations.
Load-bearing premise
The whole approach assumes that the in-game randomness used in each experiment faithfully models the mathematical randomness the identity requires; for the $\zeta(3)$ estimate this is the explicit assumption that bamboo-tick times, which follow a negative binomial distribution, behave like uniformly random positive integers, a gap the authors note but do not close.
Editorial extensions
If this is right
- If the proof of concept holds, Minecraft becomes a low-stakes experimental surface where students can generate their own data for $\sqrt{2}$, $\pi$, $e$, and $\zeta(3)$ rather than only computing formulas.
- The same constructions generalize: timing a diagonal across a 1-by-2 rectangle approximates $\sqrt{5}$, Monte Carlo integration over a plotted curve approximates definite integrals, and the coprime-triplet method approximates $\zeta(m)$ for any $m$, including $\zeta(2)=\pi^2/6$.
- The randomized Minecraft mechanics can substitute for standard random sources in classroom probability experiments, as long as the distribution of the mechanic is matched to the model.
- Because the paper deliberately trades accuracy for accessibility, its methods are suitable for first exposure to Monte Carlo integration, derangements, and the Riemann zeta function in an undergraduate setting.
Reading between the lines
- A consequence the paper leaves implicit is that the same hopper and observer setup can quantify bias in Minecraft's randomness by comparing observed coprime fractions from bamboo-generated numbers against the uniform-integer prediction, turning the $\zeta(3)$ experiment into a lesson on distributional assumptions.
- The derangement machine could be scaled to larger $n$ with more droppers, and the error bound of $1/10!$ mentioned in the paper suggests that even modest sample sizes make $e$ the most reliable approximation; the same scaling argument could be made for other constants.
- The observer-based random number generator is not unique to bamboo: other random-tick block updates, such as crops growing or ice melting, could cross-check whether the negative binomial distribution changes the $\zeta(3)$ estimate, making the paper's method a template for studying pseudo-randomness in games.
- A portable extension would be to reproduce the paper's experiments in any grid-based sandbox game with similar block mechanics, which would test whether the educational proof of concept depends on Minecraft specifically or on the general principles of timers and randomizers.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper describes four Minecraft-based experiments for approximating mathematical constants: sqrt(2) via travel-time ratios on the leg and hypotenuse of a 45-45-90 triangle, pi via a slime-death Monte Carlo inside a circle, e via the proportion of derangements among randomly generated permutations using droppers, and zeta(3) via the proportion of triples of bamboo-growth waiting times that are relatively prime. Each section gives historical background, construction details, the measured value and percentage error, and suggestions for extensions. The authors frame the article as a proof of concept for using Minecraft in undergraduate mathematics education.
Significance. If the zeta(3) experiment were valid, the paper would be a charming and genuinely useful educational resource: the sqrt(2), pi, and e constructions are concrete, inexpensive, and tied to real mathematics (isosceles triangles, Monte Carlo integration, derangements). The e experiment is especially well matched to the mathematics, since D(n)/n! is exactly the nth partial sum of the series for 1/e, and the observed 647/238 is remarkably close. The paper is honest about its goal of inspiring experimentation rather than obtaining high precision, and it provides reproducible construction details and extension ideas. However, the zeta(3) section has a load-bearing statistical gap that undermines one of the four demonstrations; the proof-of-concept claim survives only if that section is repaired or removed.
major comments (2)
- [Section 5.1, Eq. (5)] The identity P3 = ζ(3)^(-1) is derived in the text for 'three positive integers chosen uniformly at random.' Immediately after explaining their setup, the authors write, 'It should be noted that the random numbers that were generated did not follow a uniform distribution, instead they followed the negative binomial distribution.' They then use 58/70 as an estimate of ζ(3)^(-1). This is not justified: the coprimality probability of iid negative binomial draws is not 1/ζ(3) in general and depends on the distribution's parameter. For example, for iid geometric draws with P(X=k)=q(1-q)^(k-1), P(gcd(X,Y,Z)=1) = sum_{d>=1} mu(d) (q(1-q)^(d-1)/(1-(1-q)^d))^3, which differs from 1/ζ(3) for generic q. The agreement of 70/58 with ζ(3) is therefore coincidental unless a new calculation shows otherwise. This is a load-bearing defect because the zeta(3) section is one of only four demonstrations of the proof-of-concept thesis; the section needs either a correct probabilistic analysis or a different Minecraft mechanism that produces uniform natural-density samples.
- [Section 5.1] The negative-binomial claim is not operational as stated. To repair the experiment or compute the correct coprimality probability, the authors must define the random variable precisely: what is counted (game ticks, hopper items, seconds), what constitutes a success/failure, and what the estimated success probability is. Without this information, the reader cannot reproduce the experiment or check whether a corrected identity applies.
minor comments (5)
- [Section 1.1] The statement that 25 items released by a hopper implies a time between 10 and 10.4 seconds is slightly inconsistent with the stated constant rate of 2.5 items per second; please clarify how the endpoint of the interval is defined (e.g., time from first to last transfer).
- [Section 4] The historical date 'Jacob Bernoulli in 1638' is a typo; Jacob Bernoulli was born in 1655 and worked on compound interest around 1683. Please correct.
- [Section 3.1] Please report the dimensions of the circle used and the Monte Carlo standard error of the proportion; the observed 4.49% error is about two standard deviations away from pi/4, so a reader cannot tell how much of the discrepancy is sampling noise versus the blocky circle boundary.
- [Section 5.1] The sentence 'the numbers generated varied between a minimum of 3 and a maximum of 838' is informative but should be tied to the definition of the random variable (ticks, hopper items, seconds), and the support of the negative binomial distribution should be stated.
- [References] The Minecraft wiki citations are to fandom pages; consider adding access dates or archived URLs for stability.
Circularity Check
No circular reasoning found: all four constants are approximated by direct measurements or counts, with mathematical identities cited from standard external results.
full rationale
The paper contains no load-bearing circular step. Each approximation is an independent experiment against externally known constants: sqrt(2) is measured as a ratio of hopper-timer counts along the hypotenuse and leg of a right triangle, pi is measured as 4 times the fraction of slime deaths inside a circle, e is measured as the inverse of the empirical derangement proportion, and zeta(3) is measured as the inverse of the empirical coprime proportion. None of these estimates is fitted to the target constant, and no parameter is chosen using the known value of the constant being approximated. The mathematical identities used, such as the derangement probability and the coprimality probability, are standard results cited from the literature or derived in the paper from the Euler product. The zeta(3) section explicitly acknowledges that the generated numbers follow a negative binomial distribution rather than a uniform distribution; this is a correctness or assumption-violation concern, not circularity, because the paper does not redefine zeta(3) in terms of its Minecraft measurement. The only author-created resource cited is a Desmos page used as an optional tool for plotting functions, which is not load-bearing for any derivation. Accordingly, the paper is self-contained against external benchmarks and receives a circularity score of 0.
Assumptions & free parameters
assumptions (5)
- standard math For three positive integers chosen uniformly at random, the probability that they are relatively prime is 1/zeta(3).
- domain assumption Hoppers release items at a constant rate of 2.5 items per second, so item counts are proportional to elapsed time.
- domain assumption A dropper ejects one of its stored items uniformly at random.
- domain assumption Slime death locations are uniformly random within the test square.
- domain assumption Random block ticks cause bamboo growth at random intervals, and observer-based waiting times generate useful random numbers.
Cite this review
Pith. "Pith review of Approximating Mathematical Constants using Minecraft." pith.science (2026). https://pith.science/paper/DU2YF2BT
@misc{pith2026241118464,
author = {Pith},
title = {Pith review of: Approximating Mathematical Constants using Minecraft},
year = {2026},
howpublished = {\url{https://pith.science/paper/DU2YF2BT}},
note = {Machine review of arXiv:2411.18464}
}
abstract
In this article we will use Minecraft to experimentally approximate the values of four different mathematical constants. The mathematical constants that we will approximate are $\sqrt{2}, \pi$, Euler's number $e$, and Ap\'{e}ry's constant $\zeta(3)$. We will begin each section with a brief history of the number being approximated and describe where it appears in mathematics. We then explain how we used Minecraft mechanics to approximate the constant. At the end of each section, we provide some ideas for how to apply our techniques to the approximation of other mathematical constants in Minecraft or elsewhere. This article is a proof of concept that Minecraft can be used in higher education. We should note that the goal of this article is not to have the most accurate approximations possible, the goal is to inspire people to have fun while learning about various mathematical topics. We hope you learn something new in this article and feel inspired to try some of these techniques on your own.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Agarwal, R.P, Agarwal, H. (2021). Origin of Irrational Numbers and Their Approximations, Computation 9(3)
work page 2021
-
[2]
Ap´ ery, R. (1979). Irrationalit´ e deζ2 et ζ3, Journ´ ees Arithm´ etiques de Lu- miny, Ast´ erisque61. 14
work page 1979
-
[3]
Beckmann, P. (1977). A history of π. St. Martin’s Press
work page 1977
-
[4]
Coolidge, J. L. (1950) The Number e, The American Mathematical Monthly 57(9)
work page 1950
-
[5]
Damini D.B., Dhar, A. (2022). How Archimedes showed that pi is approxi- mately 22 by 7, Azim Premji University At Right Angles
work page 2022
-
[6]
https://academo.org/ demos/estimating-pi-monte-carlo/
Estimating Pi Using the Monte Carlo Method. https://academo.org/ demos/estimating-pi-monte-carlo/
-
[7]
Euler, L. (1748). Introductoio in Analysin Infinitorum. Lausannae, M. M. Bousquet
-
[8]
impulseSV. YouTube. (2014). Minecraft - Tutorial: Quick and easy item sorter (with overflow protection). https://www.youtube.com/watch?v= NHjWYCDYJ4s
work page 2014
Show all 19 references
-
[9]
Kline, M. (1990). Mathematical thought from ancient to modern times. Ox- ford University Press
1990
-
[10]
Minecraft wiki. Slime. https://minecraft.fandom.com/wiki/Slime
-
[11]
South-East Rule
Minecraft wiki. South-East Rule. https://minecraft.fandom.com/wiki/ South-east_rule
-
[12]
Minecraft wiki. Tick. Minecraft Wiki. https://minecraft.fandom.com/ wiki/Tick
-
[13]
https: //clickspeeder.com/pixel-circle-generator/
Pixel Circle Generator-Minecraft Circle Generator. https: //clickspeeder.com/pixel-circle-generator/
-
[14]
and Robertson, E.F
O’Connor J.J. and Robertson, E.F. (2021). Charles Hermite - Bi- ography, Maths History., https://mathshistory.st-andrews.ac.uk/ Biographies/Hermite/
2021
-
[15]
Stanley, R.P. (2010). A survey of alternating permutations, Combinatorics and Graphs
2010
-
[16]
R. P. Stanley, R.P. (2011). Enumerative Combinatorics. Second edition, vol
2011
-
[17]
Cambridge University Press
-
[18]
(2012, September 21)
Waxman O.B. (2012, September 21). Minecraft- Edu Teaches Students Through Virtual World-Building. TIME.com. https://techland.time.com/2012/09/21/ minecraftedu-teaches-students-through-virtual-world-building/
2012
-
[19]
Weselcouch
M. Weselcouch. Minecraft definite integrals, Desmos , https://www. desmos.com/calculator/s80lr06ccg. 15
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.