Predicted by the Dirac equation.
We've likely known since forever that photons are created: just turn on a light and see gazillion of them come out!
Photon creation is easy because photons are massless, so there is not minimum energy to create them.
The creation of other particles is much rarer however, and took longer to be discovered, one notable milestone being the discovery of the positron.
TODO, including why the Schrodinger equation is not.
The Dirac equation can be derived basically "directly" from the Representation theory of the Lorentz group for the spin half representation, this is shown for example at Physics from Symmetry by Jakob Schwichtenberg (2015) 6.3 "Dirac Equation".
The Diract equation is the spacetime symmetry part of the quantum electrodynamics Lagrangian, i.e. is describes how spin half particles behave without interactions. The full quantum electrodynamics Lagrangian can then be reached by adding the internal symmetry.
As mentioned at spin comes naturally when adding relativity to quantum mechanics, this same method allows us to analogously derive the equations for other spin numbers.
Bibliography:
Deriving The Dirac equation by Andrew Dotson (2019)
Source. Bibliography:
- www.youtube.com/watch?v=Fu1BGGeyqHQ&list=PL54DF0652B30D99A4&index=63 "K6. The Pauli Equation" by doctorphys
A relativistic version of the Schrödinger equation.
Correctly describes spin 0 particles.
The most memorable version of the equation can be written as shown at Section "Klein-Gordon equation in Einstein notation" with Einstein notation and Planck units:
Has some issues which are solved by the Dirac equation:
- it has a second time derivative of the wave function. Therefore, to solve it we must specify not only the initial value of the wave equation, but also the derivative of the wave equation,As mentioned at Advanced quantum mechanics by Freeman Dyson (1951) and further clarified at: physics.stackexchange.com/questions/340023/cant-the-negative-probabilities-of-klein-gordon-equation-be-avoided, this would lead to negative probabilities.
- the modulus of the wave function is not constant and therefore not always one, and therefore cannot be interpreted as a probability density anymore
- since we are working with the square of the energy, we have both positive and negative value solutions. This is also a features of the Dirac equation however.
Bibliography:
- Video "Quantum Mechanics 12a - Dirac Equation I by ViaScience (2015)" at youtu.be/OCuaBmAzqek?t=600
- An Introduction to QED and QCD by Jeff Forshaw (1997) 1.2 "Relativistic Wave Equations" and 1.4 "The Klein Gordon Equation" gives some key ideas
- 2011 PHYS 485 lecture videos by Roger Moore from the University of Alberta at around 7:30
- www.youtube.com/watch?v=WqoIW85xwoU&list=PL54DF0652B30D99A4&index=65 "L2. The Klein-Gordon Equation" by doctorphys
- sites.ualberta.ca/~gingrich/courses/phys512/node21.html from Advanced quantum mechanics II by Douglas Gingrich (2004)
- youtu.be/tR6UebCvFqE?t=23 particle at rest
- youtu.be/tR6UebCvFqE?t=322 unidirectional movement without a potential
- youtu.be/tR6UebCvFqE?t=507 shows that observers in different frames of reference also see different spin. We are reminded of how magnetism is just a side effect of special-relativity.
- youtu.be/tR6UebCvFqE?t=549 Dirac equation solution for the hydrogen atom, final result only + mentions fine structure prediction.
Spin is one of the defining properties of elementary particles, i.e. number that describes how an elementary particle behaves, much like electric charge and mass.
The approach shown in this section: Section "Spin comes naturally when adding relativity to quantum mechanics" shows what the spin number actually means in general. As shown there, the spin number it is a direct consequence of having the laws of nature be Lorentz invariant. Different spin numbers are just different ways in which this can be achieved as per different Representation of the Lorentz group.
Video 1. "Quantum Mechanics 9a - Photon Spin and Schrodinger's Cat I by ViaScience (2013)" explains nicely how:
- incorporated into the Dirac equation as a natural consequence of special relativity corrections, but not naturally present in the Schrödinger equation, see also: the Dirac equation predicts spin
- photon spin can be either linear or circular
- the linear one can be made from a superposition of circular ones
- straight antennas produce linearly polarized photos, and Helical antennas circularly polarized ones
- a jump between 2s and 2p in an atom changes angular momentum. Therefore, the photon must carry angular momentum as well as energy.
- cannot be classically explained, because even for a very large estimate of the electron size, its surface would have to spin faster than light to achieve that magnetic momentum with the known electron charge
- as shown at Video "Quantum Mechanics 12b - Dirac Equation II by ViaScience (2015)", observers in different frames of reference see different spin states
Quantum Spin - Visualizing the physics and mathematics by Physics Videos by Eugene Khutoryansky (2016)
Source. where:
Remember that is a 4-vetor, gamma matrices are 4x4 matrices, so the whole thing comes down to a dot product of two 4-vectors, with a modified by matrix multiplication/derivatives, and the result is a scalar, as expected for a Lagrangian.
Like any other Lagrangian, you can then recover the Dirac equation, which is the corresponding equations of motion, by applying the Euler-Lagrange equation to the Lagrangian.
How genes form bodies.
Developmental Genetics 1 by Joseph Ross (2020)
Source. Talks about homeobox genes.Cody'sLab had a nice 5 video series on making it at home! But the United States Government asked him to take it down as suggested at Video "What's Been Going On With Cody'sLab? by Cody'sLab (2019)" at youtu.be/x1mv0vwb08Y?t=84.
Like breadth-first search, this also has the property of visiting parents before any children.
This is the order in which a binary search tree should be traversed for ordered output, i.e.:
- everything to the left is smaller than parent
- everything to the right is larger than parent
This ordering makes sense for binary trees and not k-ary trees in general because if there are more than two nodes it is not clear what the top node should go in the middle of.
This is unlike pre-order depth-first search and post-order depth-first search which generalize obviously to general trees.
Has the property of visiting all descendants before the parent.
The orthogonal group is the group of all matrices that preserve the dot product by
Ciro Santilli 40 Updated 2025-07-16
The orthogonal group is the group of all invertible matrices where the inverse is equal to the transpose by
Ciro Santilli 40 Updated 2025-07-16
Let's show that this definition is equivalent to the orthogonal group is the group of all matrices that preserve the dot product.
Note that:and for that to be true for all possible and then we must have:i.e. the matrix inverse is equal to the transpose.
These matricese are called the orthogonal matrices.
TODO is there any more intuitive way to think about this?
The orthogonal group is the group of all matrices with orthonormal rows and orthonormal columns by
Ciro Santilli 40 Updated 2025-07-16
Or equivalently, the set of rows is orthonormal, and so is the set of columns. TODO proof that it is equivalent to the orthogonal group is the group of all matrices that preserve the dot product.
There are unlisted articles, also show them or only show them.