Kind of a synonym for hydrogen emission spectrum not very clear if fine structure is considered by this term or not.
A line set for hydrogen spectral line.
Split in energy levels due to interaction between electron up or down spin and the electron orbitals.
Numerically explained by the Dirac equation when solving it for the hydrogen atom, and it is one of the main triumphs of the theory.
Year 4 of the mathematics course of the University of Oxford by
Ciro Santilli 37 Updated 2025-07-16
Sample official source of the term "MMath": www.ox.ac.uk/admissions/undergraduate/courses/course-listing/mathematics
Small splits present in all levels due to interaction between the electron spin and the nuclear spin if it is present, i.e. the nucleus has an even number of nucleons.
As the name suggests, this energy split is very small, since the influence of the nucleus spin on the electron spin is relatively small compared to other fine structure.
The most important examples:
- hydrogen line useful in astronomy, and also the simplest possible case between 1s
- caesium standard, which is used to define the second in the International System of Units since 1967.
Non-anomalous: number of splits matches predictions of the Schrödinger equation about the number of possible states with a given angular momentum. TODO does it make numerical predictions?
www.pas.rochester.edu/~blackman/ast104/zeeman-split.html contains the hello world that everyone should know: 2p splits into 3 energy levels, so you see 3 spectral lines from 1s to 2p rather than just one.
It also mentions that polarization effects become visible from this: each line is polarized in a different way. TODO more details as in an experiment to observe this.
Well explained at: Video "Quantum Mechanics 7a - Angular Momentum I by ViaScience (2013)".
Experimental physics - IV: 22 - Zeeman effect by Lehrportal Uni Gottingen (2020)
Source. This one is decent. Uses a cadmium lamp and an etalon on an optical table. They see a more or less clear 3-split in a circular interference pattern,
They filter out all but the transition of interest.
- youtu.be/ZmObNFAqkBE?t=165 passes the lines through a polarizer, which shows how orbital angular momentum is carried by photon polarization
- youtu.be/ZmObNFAqkBE?t=370 says they are looking at 1D2 to 1P1 changes.
Amazingly confirms the wave particle duality of quantum mechanics.
The effect is even more remarkable when done with individual particles such individual photons or electrons.
Richard Feynman liked to stress how this experiment can illustrate the core ideas of quantum mechanics. Notably, he night have created the infinitely many slits thought experiment which illustrates the path integral formulation.
Electron Interference by the Italian National Research Council (1976)
Source. Institutional video about the 1974 single electron experiment by Merli, Missiroli, Pozzi from the University of Bologna.
Then actually show the result live on a television screen, where you see the interference patterns only at higher electron currents, and then on photographic film.
This was elected "the most beautiful experiment" by readers of Physics World in 2002.
Are particles bounced by the first wall in the double slit experiment? by
Ciro Santilli 37 Updated 2025-07-16
It would be amazing to answer this with single particle double slit experiment measurements!
Quantum version of the Hall effect.
As you increase the magnetic field, you can see the Hall resistance increase, but it does so in discrete steps.
Gotta understand this because the name sounds cool. Maybe also because it is used to define the fucking ampere in the 2019 redefinition of the SI base units.
At least the experiment description itself is easy to understand. The hard part is the physical theory behind.
The effect can be separated into two modes:
- Integer quantum Hall effect: easier to explain from first principles
- Fractional quantum Hall effect: harder to explain from first principles
- Fractional quantum Hall effect for : 1998 Nobel Prize in Physics
- Fractional quantum Hall effect for : one of the most important unsolved physics problems as of 2023
Sagapenum is a plant-based substance obtained from the resin of certain species of the Ferula genus, particularly Ferula gummosa. It has traditionally been used in herbal medicine and as a flavoring agent. Sagapenum is known for its strong, aromatic properties and has been utilized in various culinary dishes, as well as in traditional remedies, particularly in Middle Eastern and Indian cultures.
RDFa, which stands for Resource Description Framework in Attributes, is a suite of extensions to HTML5 or other XML-based document formats that enables embedding rich metadata within web documents. It allows authors to provide structured data within their HTML or XHTML documents in a way that can be easily processed by machines, such as search engines and other applications that utilize semantic web technologies.
Redland RDF Application Framework is a set of libraries and tools designed to work with the Resource Description Framework (RDF), which is a standard model for data interchange on the web. The framework provides a versatile and flexible environment for storing, manipulating, and querying RDF data. It supports various serialization formats for RDF, such as RDF/XML, Turtle, N-Triples, and others, allowing developers to work with RDF data in a way that suits their application's needs.
SPARQL (pronounced "sparkle") is a query language and protocol used for accessing and querying data stored in Resource Description Framework (RDF) format. RDF is a standard model for data interchange on the web, which encodes information in a graph structure using triples: subject-predicate-object expressions. SPARQL allows users to: 1. **Query RDF Data**: It can retrieve and manipulate data stored in RDF format from various sources, including databases, files, and endpoints.
Pinned article: Introduction to the OurBigBook Project
Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
Intro to OurBigBook
. Source. We have two killer features:
- topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculusArticles of different users are sorted by upvote within each article page. This feature is a bit like:
- a Wikipedia where each user can have their own version of each article
- a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.Figure 1. Screenshot of the "Derivative" topic page. View it live at: ourbigbook.com/go/topic/derivativeVideo 2. OurBigBook Web topics demo. Source. - local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
- to OurBigBook.com to get awesome multi-user features like topics and likes
- as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
Figure 3. Visual Studio Code extension installation.Figure 4. Visual Studio Code extension tree navigation.Figure 5. Web editor. You can also edit articles on the Web editor without installing anything locally.Video 3. Edit locally and publish demo. Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.Video 4. OurBigBook Visual Studio Code extension editing and navigation demo. Source. - Infinitely deep tables of contents:
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact






