Universal Helical Geometry: Spherical Coordinates, Earth Rotation, and DNA Topology
\documentclass\[11pt,a4paper]{article} \usepackage\[utf8]{inputenc} \usepackage{amsmath,amsfonts,amssymb,amsthm} \usepackage{geometry} \geometry{margin=1in} \usepackage{hyperref} \usepackage{graphicx} \usepackage{tabularx} \title{Universal Helical Geometry: Spherical Coordinates, Earth Rotation, and DNA Topology} \author{Oliviana Ursuleac} \date{16 January 2026} \begin{document} \maketitle \begin{abstract} This paper derives the complete transformation of a standard helix $\mathbf{r}(t) = (R\cos t, R\sin t, ct)$ from Cartesian to spherical coordinates $(r, \theta, \varphi)$, providing explicit formulas for $r(t)$, $\theta(t)$, $\varphi(t)$, and their derivatives. We establish the constant angular velocity $\theta'(t) = 1$ through rigorous calculation using the two-argument arctangent and Cartesian velocity components. The analysis reveals the helix's uniform rotation about the $z$-axis with monotonic polar angle evolution, connecting to Cuculescu's \cite{Cuculescu1997} geometric constructions of helical motion on developable surfaces. \end{abstract} \section{Introduction} A circular helix is parametrized in Cartesian coordinates by: \begin{equation} \mathbf{r}(t) = (R\cos t, R\sin t, ct), \quad t \in \mathbb{R} \end{equation} where $R > 0$ is the radius and $c = p/(2\pi)$ determines the pitch $p$ (axial advance per full turn). This curve lies on the cylinder $x^2 + y^2 = R^2$ and exhibits helical symmetry under screw displacements. Spherical coordinates $(r, \theta, \varphi)$ relate to Cartesian coordinates via: \begin{align} x &= r \sin\varphi \cos\theta \\\\ y &= r \sin\varphi \sin\theta \\\\ z &= r \cos\varphi \end{align} with $r \geq 0$, $\theta \in \[0, 2\pi)$, $\varphi \in \[0, \pi]$. Our goal is the explicit transformation $\mathbf{r}(t) \mapsto (r(t), \theta(t), \varphi(t))$. \section{Calculation of Radial Distance \texorpdfstring{$r(t)$}{r(t)}} The radial distance is: \begin{equation} r(t) = \sqrt{x^2(t) + y^2(t) + z^2(t)} \end{equation} Substitute helix coordinates: \begin{align\*} r(t)^2 &= R^2\cos^2 t + R^2\sin^2 t + (ct)^2 \\\\ &= R^2(\cos^2 t + \sin^2 t) + c^2 t^2 = R^2 + c^2 t^2 \end{align\*} Thus: \begin{equation} \boxed{r(t) = \sqrt{R^2 + c^2 t^2}} \end{equation} Note that $r(t) \to \infty$ as $|t| \to \infty$, reflecting the unbounded nature of the helix. \section{Derivation of Azimuth \texorpdfstring{$\theta(t)$}{theta(t)}} The azimuth is defined by the two-argument arctangent: \begin{equation} \theta(t) = \operatorname{atan2}(y(t), x(t)) = \operatorname{atan2}(R\sin t, R\cos t) \end{equation} \subsection{Trigonometric Reduction} Consider the tangent: \begin{equation} \tan\theta(t) = \frac{y(t)}{x(t)} = \frac{R\sin t}{R\cos t} = \tan t \end{equation} Since $R > 0$ is constant and $\sqrt{x^2 + y^2} = R$, the $\operatorname{atan2}$ function preserves the quadrant. For $(x,y) = (R\cos t, R\sin t)$, we have $\operatorname{atan2}(R\sin t, R\cos t) = t$ on the principal branch. \subsection{Principal Continuous Branch} Choosing the branch with $\theta(0) = 0$ and requiring continuity: \begin{equation} \boxed{\theta(t) = t, \quad t \in \mathbb{R}} \end{equation} More generally, $\theta(t) = t + 2k\pi$ for $k \in \mathbb{Z}$, but we use the principal value. \section{Polar Angle \texorpdfstring{$\varphi(t)$}{phi(t)}} The polar angle satisfies: \begin{equation} \cos\varphi(t) = \frac{z(t)}{r(t)} = \frac{ct}{\sqrt{R^2 + c^2 t^2}} \end{equation} For $c > 0$ (right-handed helix): \begin{itemize} \item When $t > 0$: $\cos\varphi > 0$, so $\varphi \in (0, \pi/2)$ \item When $t = 0$: $\cos\varphi = 0$, so $\varphi = \pi/2$ \item When $t < 0$: $\cos\varphi < 0$, so $\varphi \in (\pi/2, \pi)$ \end{itemize} Thus: \begin{equation} \boxed{\varphi(t) = \arccos\left( \frac{ct}{\sqrt{R^2 + c^2 t^2}} \right)} \end{equation} As $t \to +\infty$, $\varphi(t) \to \arccos(1) = 0$ (approaching north pole). As $t \to -\infty$, $\varphi(t) \to \arccos(-1) = \pi$ (approaching south pole). \section{Angular Velocity \texorpdfstring{$\theta'(t)$}{theta'(t)}} \subsection{Direct Differentiation} Since $\theta(t) = t$: \begin{equation} \theta'(t) = 1 \end{equation} This constant angular velocity reflects the uniform rotation about the $z$-axis. \subsection{Cartesian Verification} The general formula for azimuthal velocity is: \begin{equation} \theta'(t) = \frac{x(t)y'(t) - y(t)x'(t)}{x^2(t) + y^2(t)} \end{equation} Compute derivatives: \begin{align\*} x'(t) &= -R\sin t, & y'(t) &= R\cos t \end{align\*} Numerator: \begin{align\*} x y' - y x' &= (R\cos t)(R\cos t) - (R\sin t)(-R\sin t) \\\\ &= R^2\cos^2 t + R^2\sin^2 t = R^2 \end{align\*} Denominator: \begin{equation} x^2 + y^2 = R^2 \end{equation} Thus: \begin{equation} \boxed{\theta'(t) = \frac{R^2}{R^2} = 1} \end{equation} Both methods confirm the constant azimuthal velocity. \section{Polar Angle Derivative \texorpdfstring{$\varphi'(t)$}{phi'(t)}} Let $u(t) = \cos\varphi(t) = \frac{ct}{\sqrt{R^2 + c^2 t^2}}$. Using the chain rule $\frac{d}{dt}\arccos(u) = -\frac{1}{\sqrt{1-u^2}}\frac{du}{dt}$: \textbf{Step 1: Compute $\frac{du}{dt}$} \begin{align\*} \frac{du}{dt} &= \frac{d}{dt}\left\[ct(R^2 + c^2t^2)^{-1/2}\right] \\\\ &= c(R^2 + c^2t^2)^{-1/2} + ct \cdot \left(-\frac{1}{2}\right)(R^2 + c^2t^2)^{-3/2} \cdot 2c^2t \\\\ &= c(R^2 + c^2t^2)^{-1/2} - c^3t^2(R^2 + c^2t^2)^{-3/2} \\\\ &= \frac{c(R^2 + c^2t^2) - c^3t^2}{(R^2 + c^2t^2)^{3/2}} = \frac{cR^2}{(R^2 + c^2t^2)^{3/2}} \end{align\*} \textbf{Step 2: Compute $\sqrt{1-u^2}$} \begin{equation\*} 1 - u^2 = 1 - \frac{c^2t^2}{R^2 + c^2t^2} = \frac{R^2}{R^2 + c^2t^2} \quad \Rightarrow \quad \sqrt{1-u^2} = \frac{R}{\sqrt{R^2 + c^2t^2}} \end{equation\*} \textbf{Step 3: Apply chain rule} \begin{align\*} \varphi'(t) &= -\frac{1}{\sqrt{1-u^2}} \cdot \frac{du}{dt} \\\\ &= -\frac{\sqrt{R^2 + c^2t^2}}{R} \cdot \frac{cR^2}{(R^2 + c^2t^2)^{3/2}} \\\\ &= -\frac{cR^2}{R(R^2 + c^2t^2)} = -\frac{cR}{R^2 + c^2t^2} \end{align\*} For $c > 0$ and $R > 0$: \begin{equation} \boxed{\varphi'(t) = -\frac{cR}{R^2 + c^2t^2} < 0} \end{equation} The negative sign indicates monotonic decrease: the helix spirals from south to north (for $c > 0$) as $t$ increases. Note that $\varphi'(t) \to 0$ as $|t| \to \infty$, meaning the rate of polar change slows as the helix extends. \begin{table}\[ht!] \centering \begin{tabular}{|c|c|c|} \hline \textbf{Quantity} & \textbf{Formula} & \textbf{Property} \\\\ \hline $r(t)$ & $\sqrt{R^2 + c^2 t^2}$ & Unbounded as $|t| \to \infty$ \\\\ $\theta(t)$ & $t$ & Uniform rotation \\\\ $\varphi(t)$ & $\arccos\left(\frac{ct}{\sqrt{R^2 + c^2 t^2}}\right)$ & Monotonic decrease \\\\ $\theta'(t)$ & $1$ & Constant \\\\ $\varphi'(t)$ & $-\frac{cR}{R^2 + c^2 t^2}$ & Negative, $\to 0$ as $|t| \to \infty$ \\\\ \hline \end{tabular} \caption{Complete helical coordinates summary} \end{table} \section{Application: Earth's Rotation as Helical Motion} Earth's rotation provides a natural realization of helical geometry. Consider Earth as an oblate spheroid rotating about its polar axis with angular velocity $\boldsymbol{\Omega} = (0,0,\omega\_\oplus)$, where $\omega\_\oplus = 7.292115 \times 10^{-5}$ rad/s (sidereal day). \subsection{Parametrization of Surface Motion} A point $P$ on Earth's surface at latitude $\lambda \in \[-90^\circ, 90^\circ]$ traces: \begin{equation} \mathbf{r}\_P(t) = (R\_\oplus \cos\lambda \cos(\omega\_\oplus t), R\_\oplus \cos\lambda \sin(\omega\_\oplus t), R\_\oplus \sin\lambda) \end{equation} where $R\_\oplus \approx 6371$ km is mean radius. In spherical coordinates: \begin{align} r(t) &= R\_\oplus = \text{constant}, \label{eq:earth\_r} \\\\ \theta(t) &= \omega\_\oplus t \pmod{2\pi}, \label{eq:earth\_theta} \\\\ \varphi(t) &= \frac{\pi}{2} - \lambda = \text{constant}. \label{eq:earth\_phi} \end{align} Thus $\theta'(t) = \omega\_\oplus$ (uniform azimuthal rotation), $\varphi'(t) = 0$. \subsection{Helical Flows and the Geodynamo} Helical motion plays a fundamental role in generating Earth's magnetic field. In the outer core's conducting fluid, rotating convection induces nonzero kinetic helicity: \begin{equation} \mathcal{H} = \langle \mathbf{v} \cdot (\nabla \times \mathbf{v}) \rangle \neq 0, \end{equation} which is a necessary condition for the $\alpha$-effect in mean-field magnetohydrodynamics \cite{Moffatt1978,Krause1980,Soward1974}. Under the First-Order Smoothing Approximation (FOSA)---which assumes homogeneous, isotropic turbulence with correlation time much shorter than large-scale field evolution---the turbulent electromotive force yields: \begin{equation} \alpha \sim -\frac{\tau}{3} \langle \mathbf{v} \cdot (\nabla \times \mathbf{v}) \rangle, \end{equation} where $\tau$ is the eddy correlation time. Here, $v\_\perp$ denotes the magnitude of the horizontal (azimuthal) velocity component of convective plumes. This ensures that the helical motion is well-defined throughout the outer core and not just along a single trajectory. These screw-like flows arise from Earth's rotation plus radial convection, matching our helix velocity field $\mathbf{v}(t) = v\_z \mathbf{\hat{z}} + v\_\perp (\cos(\omega t), \sin(\omega t), 0)$. The existence of nonzero helicity is \textbf{strictly necessary} for large-scale dynamo action. \subsection{Parameter Comparison} \begin{table}\[ht!] \centering \begin{tabular}{|c|c|c|} \hline \textbf{Parameter} & \textbf{Earth Value} & \textbf{Helix Analog} \\\\ \hline Radius $R$ & $6371$ km & Cylinder radius \\\\ Angular speed $\omega$ & $7.29\times10^{-5}$ rad/s & $\theta'(t)$ \\\\ Pitch parameter $c$ & $0.465$ km/s & Axial convection \\\\ Coriolis $f$ & $2\omega\_\oplus\sin\lambda$ & Handedness control \\\\ Helicity $\mathcal{H}$ & $>0$ (right-handed) & $\mathbf{v} \cdot \boldsymbol{\omega} > 0$ \\\\ \hline \end{tabular} \caption{Earth rotation vs. mathematical helix} \end{table} This connects planetary dynamics to microscopic helical structures through universal screw symmetry $\mathbb{R} \ltimes S^1$, with Earth's geodynamo as a macroscopic realization. \section{Application: DNA Double Helix Geometry} The B-DNA double helix provides a biological realization of helical geometry, with sugar-phosphate backbones tracing counter-rotating right-handed helices around a common axis. \subsection{Geometric Parametrization of DNA} B-DNA structure \cite{Franklin1953,Watson1953} has typical parameters: \begin{itemize} \item Helix radius $R \approx 10$\~\AA\ (to C1' atoms) \item Helix pitch $p \approx 34$\~\AA\ (10 base pairs per turn) \item Twist per base pair $\omega = 36^\circ \approx 2\pi/10.4$\~rad/bp \item Rise per base pair $c = 3.4$\~\AA/bp \end{itemize} A parametric equation for one backbone strand (strand 1) is: \begin{equation} \mathbf{r}\_{\text{DNA},1}(t) = \big( R \cos(\omega t),\\; R \sin(\omega t),\\; c t \big), \quad t \in \text{bp}. \end{equation} The complementary strand (strand 2), being antiparallel, traces: \begin{equation} \mathbf{r}\_{\text{DNA},2}(t) = \big( R \cos(-\omega t + \pi),\\; R \sin(-\omega t + \pi),\\; c t \big) = \big( -R \cos(\omega t),\\; R \sin(\omega t),\\; c t \big), \end{equation} which corresponds to azimuth $\theta\_2(t) = -\omega t + \pi$ (counter-rotation with phase shift). Note that strand 1 is right-handed while strand 2 is antiparallel, effectively forming a counter-rotating helix. This preserves the double-helical topology and ensures the linking number and twist calculations remain consistent. \subsection{Spherical Coordinate Representation} Using the transformation derived for a general helix (strand 1): \begin{align} r\_\text{DNA}(t) &= \sqrt{R^2 + (c t)^2} \\\\ \theta\_\text{DNA}(t) &= \omega t \pmod{2\pi} \\\\ \varphi\_\text{DNA}(t) &= \arccos\left( \frac{c t}{\sqrt{R^2 + (c t)^2}} \right) \end{align} The angular velocity is constant: \begin{equation} \theta'\_\text{DNA}(t) = \omega \approx 0.604\~\text{rad/bp}. \end{equation} \subsection{Topological Invariants} The DNA double helix has well-defined topological invariants: \begin{equation} Lk = Tw + Wr, \end{equation} where $Lk$ is the linking number, $Tw$ is the total twist, and $Wr$ is the writhe. For relaxed B-DNA, $Lk\_0 = n/h$ where $n$ is the number of base pairs and $h \approx 10.4$ bp/turn. Underwound DNA (e.g., from negative supercoiling) has $Lk < Lk\_0$; a typical example shows: \begin{equation} \Delta Lk \approx -1.74 \text{ turns per 100 bp}. \end{equation} Helical symmetry is preserved under screw displacements that match the pitch-rise ratio. \subsection{Physical Helicity in DNA} Charge transport along the phosphate backbone and base-pair stacking exhibit helical features. Locally, one can define a current helicity: \begin{equation} \mathcal{H}\_\text{DNA} = \mathbf{j} \cdot (\nabla \times \mathbf{j}) > 0, \end{equation} analogous to the kinetic helicity in planetary dynamos. Base stacking maintains orientation perpendicular to the helix axis, reinforcing the screw symmetry. \subsection{Unified Helical Symmetry Across Scales} \begin{table}\[ht!] \centering \small \setlength{\tabcolsep}{5pt} \begin{tabularx}{\textwidth}{|l|c|c|c|X|} \hline \textbf{System} & \textbf{Scale} & \textbf{Radius $R$} & \textbf{Freq. $\omega$} & \textbf{Physical Role} \\\\ \hline DNA & 10\~\text{\AA}& 10\~\text{\AA} & 0.604\~rad/bp & Genetic information storage \\\ \hline Atomic & 1--5\~fm & $R\_{\text{Fermi}}$ & $\hbar/mc$ & Spin-orbit coupling \\\ \hline Earth & 6371\~km & Surface & $7.29 \times 10^{-5}$\~rad/s & Geodynamo and rotational dynamics \\\\ \hline \end{tabularx} \caption{Helical symmetry as a unifying principle across scales.} \end{table} Thus, DNA realizes the same $\mathbb{R} \ltimes S^1$ screw symmetry as the mathematical helix and Earth's rotation, connecting molecular biology to planetary physics through universal helical geometry. \section{Conclusion} The transformations derived in this paper confirm that a standard helix exhibits uniform azimuthal rotation with monotonic polar evolution, fully captured in spherical coordinates by the relations: \\\[ r(t) = \sqrt{R^2 + c^2 t^2}, \quad \theta(t) = t, \quad \varphi(t) = \arccos\frac{ct}{\sqrt{R^2 + c^2 t^2}}. \\]
The constant azimuthal velocity \(\theta'(t) = 1\) reflects the defining
screw symmetry \(\mathbb{R} \ltimes S^1\), while the polar evolution
\(\varphi'(t) = -cR/(R^2 + c^2t^2) < 0\) ensures a monotonic helical ascent along the axis (for \(c > 0\)).
By applying this framework to Earth, we demonstrated that surface points
and core convection flows trace trajectories analogous to helical motion.
The existence of nonzero kinetic helicity in these flows is a \textbf{necessary
condition for the geodynamo}, illustrating how abstract helix geometry
directly informs planetary-scale magnetic phenomena.
At the molecular scale, the DNA double helix exhibits the same
geometric and topological features, including screw symmetry and
helicity. The antiparallel nature of the two strands is captured by
counter-rotating helices with a phase shift. Topological invariants such as the linking number, twist,
and writhe preserve the structural integrity of DNA under various
conformational changes, showing that helical geometry governs both
structure and function at the nanoscale.
Taken together, these examples demonstrate that \textbf{helical symmetry is
a unifying principle across scales}, from subatomic and molecular
systems to planetary dynamics. The concept of helicity, whether
kinetic or topological, provides a consistent measure of ``screw-likeness,’’
linking geometry, physics, and function in natural systems.
This cross-disciplinary perspective suggests that helical motion and
its associated invariants are \textbf{fundamental organizing principles} in
nature, shaping the behavior of systems ranging from DNA and atomic
orbitals to planetary cores and stellar structures. Future work could
explore additional manifestations of this symmetry in fluid dynamics,
astrophysics, and biological macromolecules, potentially revealing
deeper connections between geometry, dynamics, and topology in
complex systems.
\begin{thebibliography}{9}
\sloppy
\bibitem{Cuculescu1997}
Cuculescu, I., Kleitsch, Ș., \& Ottescu, C. (1997). \textit{Geometrie în spațiu}. Editura Universității din București. \url{https://biblioteca-digitala.ro/reviste/carte/universitatea-bucuresti/cuculescu_kleitsch_ottescu-geometrie-spatiu_1997.pdf}
\bibitem{Moffatt1978}
Moffatt, H. K. (1978). \textit{Magnetic Field Generation in Electrically Conducting Fluids}. Cambridge University Press.
\bibitem{Krause1980}
Krause, F., \& R\“adler, K.-H. (1980). \textit{Mean-Field Magnetohydrodynamics and Dynamo Theory}. Pergamon Press.
\bibitem{Soward1974}
Soward, A. M. (1974). A Screw Dynamo in Rotating Fluids. \textit{Journal of Fluid Mechanics}, 64(1), 1–20.
\bibitem{Franklin1953}
Franklin, R. E., \& Gosling, R. G. (1953). Molecular Configuration in Sodium Thymonucleate. \textit{Nature}, 171(4356), 740–741.
\bibitem{Watson1953}
Watson, J. D., \& Crick, F. H. C. (1953). Molecular Structure of Nucleic Acids. \textit{Nature}, 171(4356), 737–738.
\end{thebibliography}
\section*{Acknowledgment}
The author acknowledges the support of various AIs in the geometric derivation and Latex optimization of this manuscript.
\section* {Appendix}
\appendix
\section{Derivation of Kinetic Helicity and the \texorpdfstring{\(\alpha\)}{alpha}-Effect}
To connect the geometric helix to planetary dynamics, we define the physical
measure of ``screw-likeness’’ in a fluid flow.
\subsection{Helicity Density}
For a simplified helical flow field with tangent velocity \(\mathbf{v} = (-R\sin t, R\cos t, c)\)
and vorticity \(\boldsymbol{\omega} = \nabla \times \mathbf{v}\), one finds that helical flows
have \textbf{nonzero and constant} helicity density, confirming screw-like motion:
\begin{equation}
h \propto c\, \omega > 0 \quad \text{(for right-handed helices)}.
\end{equation}
\subsection{The Dynamo \texorpdfstring{\(\alpha\)}{alpha}-Effect}
In Earth’s core, Coriolis forces generate helical convective plumes. Under the
First-Order Smoothing Approximation (FOSA)—valid when turbulent eddies have
correlation time \(\tau\) much shorter than the large-scale magnetic field evolution
time, and when the turbulence is statistically homogeneous and isotropic—the
turbulent electromotive force \(\boldsymbol{\mathcal{E}} = \langle \mathbf{u} \times \mathbf{b} \rangle\)
yields:
\begin{equation}
\boldsymbol{\mathcal{E}} = \alpha \mathbf{B} - \beta \nabla \times \mathbf{B} + \ldots,
\end{equation}
where the \(\alpha\)-coefficient is:
\begin{equation}
\alpha = -\frac{\tau}{3} \langle \mathbf{u} \cdot (\nabla \times \mathbf{u}) \rangle,
\end{equation}
and \(\mathbf{u}\) is the fluctuating velocity, \(\mathbf{b}\) the small-scale magnetic field,
\(\mathbf{B}\) the mean field, and \(\beta\) is turbulent diffusivity.
\subsection{Topological Interpretation}
The total helicity
\begin{equation}
\mathcal{H} = \int_V h \, dV
\end{equation}
is an invariant of ideal (non-dissipative) flows, measuring the \textbf{linkage and chirality
of vortex lines}. This universal chirality preference connects DNA supercoiling, nuclear
spin-orbit coupling, and geodynamo handedness through the fundamental property of helical
symmetry.
\end{document}
Write a comment