Revolutionizing our understanding of cubic irrationals through interactive visualization
|
This repository contains an immersive mathematical experience that transforms complex theoretical concepts into interactive visual explorations. We present three groundbreaking methods for solving Hermite's Problem related to the characterization of cubic irrationals:
Each method builds upon centuries of mathematical inquiry while introducing novel perspectives that redefine our understanding of cubic irrationals. |
|
See mathematics in action with our suite of interactive tools
Try It Now: Launch Interactive Paper
Click to expand mathematical details
Hermite's Problem asks about the periodicity of continued fraction expansions for cubic irrationals. Given a cubic irrational ฮฑ that satisfies:
axยณ + bxยฒ + cx + d = 0
The continued fraction expansion can be represented as:
ฮฑ = aโ + 1/(aโ + 1/(aโ + 1/...))
Our work provides a complete characterization of when this expansion becomes periodic, using three complementary approaches:
We map the problem to projective space Pยฒ where:
[xโ, yโ, zโ]แต = M^n [xโ, yโ, zโ]แต
Periodicity is detected through invariant subspaces of the transformation matrix M.
For companion matrix A of the cubic polynomial, we analyze the sequence:
Tr(A^n) = ฮฑ^n + ฮฒ^n + ฮณ^n
Periodicity emerges in patterns of this trace sequence.
For complex conjugate roots, we utilize the identity:
sinยฒ(ฮธ) = (1 - cos(2ฮธ))/2
to detect periodicity through angular relationships.
hermitesproblem
โโโ githubpages/ # Web version with interactive elements
โ โโโ index.html # Entry point for the interactive paper
โ โโโ paper-viewer.html # Enhanced paper viewing experience
โ โโโ css/ # Styling for the interactive elements
โ โโโ js/ # JavaScript for the interactive tools
โโโ arxiv_submission/ # LaTeX source code for arXiv submission
โ โโโ main.tex # Main LaTeX document
โ โโโ figures/ # Static figures for the paper
โโโ figures/ # Shared visualization resources
โโโ algorithms/ # Algorithm visualization resources
โโโ interactive/ # Resources for interactive elements
|
Experience the full interactive paper with a single click:
|
For offline access or development: # Clone the repository
git clone https://github.com/bbarclay/hermitesproblem.git
# Navigate to the project directory
cd hermitesproblem
# Open in browser
cd githubpages
open index.html # or paper-viewer.html
# Optional: Run a local server
python -m http.server 8000
# Then visit http://localhost:8000 |
|
Modern Browser Chrome, Firefox, Safari, Edge |
JavaScript Enabled in browser settings |
WebGL For 3D visualizations (optional) |
If you find this work useful for your research on Hermite's Problem or cubic irrationals, please cite:
@article{hermite_problem2025,
author = {Brandon Barclay},
title = {Solving Hermite's Problem: Three Novel Approaches for Complete Characterization
of Cubic Irrationals},
year = {2025},
journal = {arXiv preprint},
url = {https://arxiv.org/abs/xxxx.xxxxx},
keywords = {Hermite's Problem, cubic irrationals, continued fractions,
number theory, interactive mathematics}
}|
|
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY 4.0). You are free to:
Under the following terms:
|
We stand on the shoulders of giants:
|
Charles Hermite Original problem formulation |
Mathematical Community Prior work on continued fractions |
Open Source Community Libraries that power our visualizations |
Libraries used: MathJax, JSXGraph, Desmos, Bootstrap, Prism.js
Contact us for collaboration or feedback: contact@example.com