String Girdling Earth Calculator
Solve string girdling earth problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.
String Girdling Earth Calculator
Explore the famous String Girdling Earth problem. Calculate how much extra string is needed to raise a string above the surface of any sphere. Discover why the answer is independent of the sphere size.
Last updated: December 2025Reviewed by NovaCalculator Mathematics Team
Calculator
Adjust values & calculateFormula
The extra string needed to raise a string uniformly by height h above any sphere equals exactly 2 * pi * h. Remarkably, this formula is independent of the sphere radius, meaning the same amount of extra string works for any size sphere.
Last reviewed: December 2025
Worked Examples
Example 1: Classic String Around Earth Problem
Example 2: Person Walking Under the String
Background & Theory
The String Girdling Earth Calculator applies the following established principles and formulas. Mathematics rests on a hierarchy of number systems, each extending the previous. The natural numbers (1, 2, 3, ...) support counting and ordering. The integers add negative values and zero, enabling subtraction without restriction. The rational numbers, expressible as p/q where p and q are integers and q is nonzero, close the system under division. The real numbers fill the gaps left by irrationals such as the square root of 2 or pi, forming a complete ordered field. The complex numbers, written as a + bi where i is the square root of negative one, complete the algebraic closure of the reals and allow every polynomial to have a root. Prime factorization states that every integer greater than one is uniquely expressible as a product of primes, a result known as the Fundamental Theorem of Arithmetic. Computing the greatest common divisor (GCD) of two integers relies most efficiently on the Euclidean algorithm: repeatedly replace the larger number with the remainder when it is divided by the smaller, until the remainder is zero. The last nonzero remainder is the GCD. The least common multiple (LCM) follows from the identity LCM(a, b) = |a * b| / GCD(a, b). Modular arithmetic defines equivalence classes of integers that share the same remainder under division by a modulus n. Fermat's Little Theorem and Euler's Theorem arise from this structure and underpin modern cryptography. Logarithms are the inverses of exponential functions. If b raised to the power x equals y, then the logarithm base b of y equals x. The natural logarithm uses base e, approximately 2.71828. Combinatorics counts arrangements and selections. The number of ordered arrangements (permutations) of r objects from n distinct objects is nPr = n! / (n - r)!. The number of unordered selections (combinations) is nCr = n! / (r! * (n - r)!). Pascal's triangle arranges these binomial coefficients so that each entry equals the sum of the two entries directly above it. The Fibonacci sequence, defined by F(1) = 1, F(2) = 1, and F(n) = F(n-1) + F(n-2), appears throughout nature and connects deeply to the golden ratio via Binet's formula.
History
The history behind the String Girdling Earth Calculator traces back through the following developments. Mathematics as a systematic discipline traces to ancient Mesopotamia. Babylonian clay tablets dating to around 1800 BCE demonstrate knowledge of quadratic equations, Pythagorean triples, and base-60 arithmetic, suggesting a practical mathematical tradition far preceding Greek formalism. Euclid of Alexandria compiled the Elements around 300 BCE, establishing the axiomatic method that would define rigorous mathematics for over two thousand years. His work organized plane geometry, number theory, and proportion into logically chained propositions derived from a small set of postulates. The algorithm bearing his name for computing GCDs appears in Book VII and remains in use today. In the 9th century, the Persian scholar Muhammad ibn Musa Al-Khwarizmi wrote Al-Kitab al-mukhtasar fi hisab al-jabr wal-muqabala, the treatise whose title gave algebra its name. He systematized the solution of linear and quadratic equations and described procedures that operated on unknowns as objects, a conceptual leap away from purely numerical calculation. Rene Descartes introduced coordinate geometry in 1637 by uniting algebra and Euclidean geometry, allowing curves to be studied through equations. This synthesis set the stage for calculus. Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus during the 1660s and 1670s, triggering a priority dispute that lasted decades and divided British and Continental mathematicians. Carl Friedrich Gauss proved the Fundamental Theorem of Algebra in 1799, showing that every nonconstant polynomial has at least one complex root. His Disquisitiones Arithmeticae of 1801 established modern number theory. David Hilbert's formalist program at the turn of the 20th century sought to place all of mathematics on an explicit axiomatic foundation, a project that Kurt Godel's incompleteness theorems of 1931 showed to be fundamentally limited. Alan Turing's work in the 1930s on computability introduced the theoretical model of the stored-program computer and linked mathematical logic directly to the limits of algorithmic calculation. His proof that no algorithm can decide in general whether an arbitrary program will halt or run forever placed fundamental boundaries on what mathematics can mechanically determine, and it opened the discipline now known as theoretical computer science.
Frequently Asked Questions
Sources & References
Formula
Extra String = 2 * pi * h
The extra string needed to raise a string uniformly by height h above any sphere equals exactly 2 * pi * h. Remarkably, this formula is independent of the sphere radius, meaning the same amount of extra string works for any size sphere.
Worked Examples
Example 1: Classic String Around Earth Problem
Problem: A string is wrapped around the Earth (radius 6,371 km). How much extra string is needed to raise it 1 meter uniformly above the surface?
Solution: Original circumference = 2 * pi * 6,371,000 = 40,030,174 m\nNew circumference = 2 * pi * 6,371,001 = 40,030,180.28 m\nExtra string = 2 * pi * 1 = 6.2832 m\nNotice: the radius cancels completely!\nThe same 6.28 m works for ANY sphere.
Result: Extra string = 6.2832 meters (only 2*pi*h, independent of Earth radius)
Example 2: Person Walking Under the String
Problem: How much extra string is needed to raise the string 2 meters above Earth so a person could walk under it?
Solution: Extra string = 2 * pi * h = 2 * pi * 2 = 12.566 m\nOriginal circumference = 40,030,174 m\nNew circumference = 40,030,186.57 m\nPercentage increase = 12.566 / 40,030,174 = 0.0000314%\nJust 12.6 meters of extra string!
Result: Extra string = 12.566 meters for a 2-meter gap all around Earth
Frequently Asked Questions
What is the String Girdling Earth problem?
The String Girdling Earth problem is a famous mathematical puzzle that reveals a counterintuitive result about circles and circumferences. Imagine a string wrapped tightly around the Earth at the equator. If you wanted to raise the string uniformly by 1 meter above the surface all the way around, how much extra string would you need? Most people guess thousands of kilometers, but the answer is only about 6.28 meters (2 * pi meters). This tiny amount of extra string is independent of the original circle size, meaning the same 6.28 meters would lift the string 1 meter above a basketball, a planet, or even the Sun. The problem has been discussed in mathematics since at least the 1700s.
Why is the extra string independent of the sphere radius?
The independence from radius is the key mathematical insight and can be shown algebraically. The original circumference is C1 = 2 * pi * r, and the new circumference at height h above the surface is C2 = 2 * pi * (r + h). The extra string needed is C2 - C1 = 2 * pi * (r + h) - 2 * pi * r = 2 * pi * r + 2 * pi * h - 2 * pi * r = 2 * pi * h. The radius r cancels completely, leaving only the term 2 * pi * h, which depends solely on the desired gap height. This means lifting a string 1 meter above Earth requires the same extra 6.283 meters as lifting it 1 meter above a marble. This algebraic cancellation is what makes the result so surprising and unintuitive.
How much extra string do you need for different gap heights?
Since the extra string formula is simply 2 * pi * h, the calculation is straightforward for any gap height. For a 1-centimeter gap: 2 * pi * 0.01 = 0.0628 meters (about 6.3 cm). For a 10-centimeter gap: 0.628 meters. For a 1-meter gap: 6.283 meters. For a 2-meter gap (person walking under): 12.566 meters. For a 10-meter gap: 62.83 meters. For a 100-meter gap: 628.3 meters. Notice the perfectly linear relationship. Every additional meter of gap height requires exactly 2 * pi (approximately 6.283) meters of extra string, regardless of whether the original sphere is a marble or Jupiter.
How do plate tectonics shape the Earth's surface?
Earth's lithosphere is divided into tectonic plates that move on the asthenosphere. Divergent boundaries create new crust (mid-ocean ridges), convergent boundaries destroy crust (subduction zones) or build mountains, and transform boundaries cause earthquakes. Plates move 1-10 cm per year, driven by mantle convection.
What inputs do I need to use String Girdling Earth Calculator accurately?
Each field is labelled with the required unit (metric or imperial). Gather your source values before starting โ for example, a weight measurement in kilograms, a distance in metres, or a dollar amount โ and enter them exactly as measured. The formula section on this page lists every variable and explains what each represents.
How do I get the most accurate result?
Enter values as precisely as possible using the correct units for each field. Check that you have selected the right unit (e.g. kilograms vs pounds, meters vs feet) before calculating. Rounding inputs early can reduce output precision.
References
Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy