From: 3blue1brown
The Tarski-Planck problem is a pure geometry puzzle that asks for the minimum possible sum of widths of strips required to completely cover a unit circle [00:02:57]. A “strip” is defined as any region bounded by two parallel chords within the circle, and its width (d
) is the distance between these two chords [00:03:06].
Problem Statement
Consider a circle with a radius of 1 [00:03:00]. If you have dropped down enough strips such that they completely cover the area of the circle, what is the minimum possible value for the sum of the widths of all those strips? [00:03:26]
Initial Strategies
- Single Fat Strip: A trivial way to cover the circle is to use one strip with a width of 2, equal to the circle’s diameter [00:03:55]. This strip covers the entire circle, so the sum of widths is 2 [00:04:03].
- Parallel Subdivisions: If the circle is subdivided into a series of parallel strips, the sum of their widths will still be the diameter of the circle, which is 2 [00:04:07].
The core question is whether it’s possible to achieve a sum of widths less than 2, and by how much [00:04:17]. Initially, it seems very difficult to find any strategy that gets even close to 2, let alone lower [00:06:59].
The Higher-Dimensional Insight
The solution to this problem comes from stepping into a higher dimension [00:06:42].
A direct approach is challenging because the area of a strip is not directly proportional to its width; it depends on where the strip sits on the circle (e.g., a strip near the center has a larger area than one near the edge for the same width) [00:07:36].
The key insight is that this proportionality becomes true if you project everything up onto a hemisphere sitting above the circle [00:07:58].
Specifically, if d
is the width of a strip on the two-dimensional circle, the area of that strip when projected onto a three-dimensional hemisphere is π * d
[00:08:11]. Crucially, this area only depends on the width d
and not on the strip’s position on the circle (whether it’s over the center or closer to the edge) [00:08:20].
Connection to Archimedes’ Proof
This concept is related to Archimedes’ proof for the surface area of a sphere [00:08:35]. Archimedes’ idea involves considering a cylinder that tightly “hugs” a sphere of the same radius [00:08:43]. When a small patch of area on the sphere is projected outward onto this cylinder, its area does not change [00:08:51]. This happens because the stretching effect along lines of latitude is precisely canceled out by the squishing effect along lines of longitude due to the angle of the patch [00:08:58].
Applying this to a strip: if a strip on the sphere (or hemisphere) is projected onto the cylinder, its area becomes the circumference of the cylinder (2πr) multiplied by the strip’s thickness (or width) [00:09:39]. For a unit sphere (r=1), this would be 2π times the width. The area of the strip on the hemisphere itself, given its width d
when projected down to the circle, is πd [00:08:15].
Proof of the Minimum Sum
- Consider any covering of the circle with a set of strips [00:09:50].
- Each of these strips can be projected upwards to form a covering of the hemisphere with corresponding projected strips [00:09:53].
- The sum of the areas of these projected strips on the hemisphere is equal to the sum of
π * d
for each strip, which can be factored asπ * (sum of d)
[00:09:58]. - Since these projected strips cover the hemisphere, their total area must be at least the area of the hemisphere itself [00:10:02].
- The surface area of a unit sphere (radius 1) is 4πr², so 4π. A hemisphere’s area is half of that, 2π [00:10:06].
- Therefore,
π * (sum of d)
must be greater than or equal to2π
[00:10:06]. - Dividing both sides by π, we find that the
sum of d
can never be below 2 [00:10:11].
Since a sum of 2 is achievable (e.g., with parallel strips), and no sum less than 2 is possible, the minimum possible value for the sum of the widths of the strips is 2 [00:10:11]. This problem demonstrates how insights from higher dimensions can simplify the analysis of problems that are initially framed in lower dimensions [00:10:15].