Visualizing the beauty in physics and mathematics
🔧 The images are generated with parametric_surfaces.html.
We use central differences of second order for all derivatives as these derivatives are
This is essential for:
Note that forward differencing is asymmetric and leads to an error in the curvature calculation.
For central differences we use:
\[X_{uu} = \frac{X(u+e)-2X(u)+X(u-e)}{e^2}\] \[X_{uv} = \frac{ X(u+e,v+e)-X(u+e,v-e)-X(u-e,v+e)+X(u-e,v-e)}{4e^2}\]For a torus with major radius R and minor radius r we have the following parametrization:
⭐ The Gaussian curvature is given by:
\[K(v) = \frac{\cos v}{r (R + r \cos v)}\]👉 Note that this curvature
👉 For the coloring this means that:
🔴 Outside where $\theta = 0 \rightarrow \cos\theta = 1 \rightarrow K > 0$: elliptic, i.e. red
🔵 Inside where $\theta = \pi \rightarrow \cos\theta = -1 \rightarrow K < 0$: hyperbolic, i.e. blue
⚪ Side lines where $\theta = \pm \dfrac{\pi}{2} \rightarrow K = 0$: parabolic
👉 For the principal curvatures k₁ and k₂ we see that
k₁
k₂
🧠 Summarizing, a torus has
The term “manifold” comes from Riemann’s Mannigfaltigkeit, which is German for “variety” or “multiplicity.”
A manifold is a space that looks Euclidean when you zoom in on any one of its points. For instance, a circle is a one-dimensional manifold. Zoom in anywhere on it, and it will look like a straight line. An ant living on the circle will never know that it’s actually round. But zoom in on a figure eight, right at the point where it crosses itself, and it will never look like a straight line. The ant will realize at that intersection point that it’s not in a Euclidean space. A figure eight is therefore not a manifold.
Similarly, in two dimensions, the surface of the Earth is a manifold; zoom in far enough anywhere on it, and it’ll look like a flat 2D plane. But the surface of a double cone — a shape consisting of two cones connected at their tips — is not a manifold. From: Behold the Manifold, the Concept that Changed How Mathematicians View Space.
Share on: