Pauli equation Updated 2025-07-16
Bibliography:
- www.youtube.com/watch?v=Fu1BGGeyqHQ&list=PL54DF0652B30D99A4&index=63 "K6. The Pauli Equation" by doctorphys
Klein-Gordon equation Updated 2025-07-16
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)
Solutions of the Dirac equation Updated 2025-07-16
- 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 (physics) Updated 2025-07-16
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. Dirac Lagrangian Updated 2025-07-16
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.
Cryogen-free dilution refrigerator Updated 2025-07-16
Dilution refrigerator manufacturer Updated 2025-07-16
Frequency divider Updated 2025-07-16
Huygens-Fresnel principle Updated 2025-07-16
Developmental genetics Updated 2025-07-16
How genes form bodies.
Developmental Genetics 1 by Joseph Ross (2020)
Source. Talks about homeobox genes. Heavy water Updated 2025-07-16
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.
Pre-order depth-first search Updated 2025-07-16
Like breadth-first search, this also has the property of visiting parents before any children.
In-order depth-first search Updated 2025-07-16
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.
Post-order depth-first search Updated 2025-07-16
Has the property of visiting all descendants before the parent.
The orthogonal group is the group of all invertible matrices where the inverse is equal to the transpose 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 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.
Taylor expansion definition of the exponential function Updated 2025-07-16
The Taylor series expansion is the most direct definition of the expontial as it obviously satisfies the exponential function differential equation:
Product definition of the exponential function Updated 2025-07-16
The basic intuition for this is to start from the origin and make small changes to the function based on its known derivative at the origin.
More precisely, we know that for any base b, exponentiation satisfies:And we also know that for in particular that we satisfy the exponential function differential equation and so:One interesting fact is that the only thing we use from the exponential function differential equation is the value around , which is quite little information! This idea is basically what is behind the importance of the ralationship between Lie group-Lie algebra correspondence via the exponential map. In the more general settings of groups and manifolds, restricting ourselves to be near the origin is a huge advantage.
- .
- .
Now suppose that we want to calculate . The idea is to start from and then then to use the first order of the Taylor series to extend the known value of to .
E.g., if we split into 2 parts, we know that:or in three parts:so we can just use arbitrarily many parts that are arbitrarily close to :and more generally for any we have:
Let's see what happens with the Taylor series. We have near in little-o notation:Therefore, for , which is near for any fixed :and therefore:which is basically the formula tha we wanted. We just have to convince ourselves that at , the disappears, i.e.:
Positive definite matrix Updated 2025-07-16
The dot product is a positive definite matrix, and so we see that those will have an important link to familiar geometry.
There are unlisted articles, also show them or only show them.