Table of Content
WIP Notes
Some useful transformations about Pauli matrices:
Given a transformation
Pauli matrices transform in the following way
In general, Pauli matrices is not invariant under unitary transformation. One of the ways to look at it is to write the unitary transformation using Pauli matrices, \(U = n_i\sigma_i\).
For unitary U, we have
Thus
The second term can be rewritten using the properties of Pauli matrices and Levi-Civita symbol but no significant simplification is shown.
Fig. 1.4 Physicists’ convention of spherical coordinate system. By Andeggs, Public Domain, Link.¶
A vector in spherical coordinates is
Suppose we have two vectors \(r_1\) and \(r_2\). Multiplication of them becomes
Meanwhile, we can expand the inner product using spherical harmonics. I steal the expression from wikipedia:
Then we notice that
The inner product of two vectors becomes
In fact, we have another identity
It is helpful analytical derivations of terms related inner product of vectors (even four vectors) and decompose them into different spherical modes.
For 2 flavor oscillations, the equation for flavor neutrinos is
and with matter
Balantekin et al 1988 [Balantekin1988] used this method to solve equation
for small mixing angle. This is done by expand the system on a small parameter \(g = 1- \cos 2\theta_v\) and assuming the solution has the form \(\psi_e = \exp\left( S(x) \right)\). [Dasgupa2007]
Balantekin, S. H. Fricke, and P. J. Hatchell, Phys.Rev. D38, 935 (1988)
Dasgupta, B., & Dighe, A. (2007). Phase effects in neutrino conversions during a supernova shock wave. Physical Review D, 75(9), 093002. doi:10.1103/PhysRevD.75.093002
The vacuum oscillation is determined by autonomous equations. A fixed point of an autonomous system is defined by
which means the so called “velocity” is 0. For vacuum oscillation, we set
Thus we find the fixed points,
If we have only the ith function with derivative 0, the line is called the ith-nullcline. Thus the fixed points are the interaction points of all the nullclines.
These fixed points are very useful. In general, for a set of autonomous equations,
by definition the fixed point in phase space \(\{f_i,g_i\}\) leads to the result
Thus the equations can be approximated using Taylor expansion near the point \(\{f_i,g_i\}\), since at the fixed points the derivatives are small.
The equations are simplified to linear equations whose coefficient matrix is simply the Jacobian matrix of the original system at the fixed point \(\{f_i,g_i \}\). In this example, the coefficient matrix for the linearized system is
As a comparison, the Jacobian matrix for the orginal equations at the fixed point is also the same which quite makes sense because Jacobian itself is telling the first order approximation of the velocity.
This linearization is only valid for hyperbolic fixed points which means that the eigenvalues of Jacobian matrix at fixed point has non-zero real part. Suppose the Jacobian is \(\mathbf{J}\) with eigenvalues are \(\lambda_j\), a hyperbolic fixed point requires that \(\mathcal{Re}\lambda_j\neq 0\).
For more analysis, checkout Poincare-Lyapunov Theorem.[1]_
Define \(p=\mathrm{Tr}(\mathbf{J}(f_i,g_i))\) and \(q=\mathrm{det}(\mathbf{J}(f_i,g_i))\) then the systems can be categorized into 3 different categories given the case that the fixed point isa hyperbolic one.
Fig. 1.5 A diagram that shows the different categorizations given p and q values. Repellers and saddle points are unstable points but attractors are stable. Or in simple ways, given the eigenvalues of the Jacobian \(\lambda_1, \lambda_2\), \(Re(\lambda_1)>0, Re(\lambda_2)>0\) gives us a repeller, \(Re(\lambda_1)<0, Re(\lambda_2)<0\) gives us an attractor while \(Re(\lambda_1)<0, Re(\lambda_2)>0\) gives us the saddle point.¶
Nonlinear Systems of Ordinary Differential Equations by Massoud Malek, California State University, East Bay.
© 2021, Lei Ma | Created with Sphinx and . | On GitHub | Physics Notebook Statistical Mechanics Notebook Index | Page Source