Return to the he3lib page...

Spin-wave spectra in the B-phase

See also the source file: he3_bspec.f.

Theory


See also [JETP Letters 101, 802-807 (2015), arXiv:1601.04192] for more information.

At low frequencies and magnetic fields $\omega, \gamma H\ll\Delta$ there are four degrees of freedom in the $^3$He-B order parameter. Motion of the phase $\varphi$ is sound, and motions of the rotation matrix $R_{aj}$ (three degrees of freedom) are spin waves. In the discussion of spin waves there are three important terms in the hamiltonian: magnetic energy, energy of spin-orbit interaction and gradient energy: \begin{eqnarray} F_M &=& - ({\bf S} \cdot \gamma {\bf H}) + \frac{\gamma^2}{2\chi_B} {\bf S}^2,\\ F_{SO} &=& \frac{\chi_B\Omega_B^2}{15\gamma^2} \left[ R_{jj}R_{kk} + R_{jk}R_{kj}\right],\\ F_\nabla &=& \frac12 \Delta^2 \left[ K_1 (\nabla_j R_{ak})(\nabla_j R_{ak}) + K_2 (\nabla_j R_{ak})(\nabla_k R_{aj}) + K_3 (\nabla_j R_{aj})(\nabla_k R_{ak}) \right]. \end{eqnarray}

Linear equation for small spin oscillations in the uniform texture can be written as $$ \delta \ddot {\bf S} = [\delta \dot{\bf S}\times \gamma {\bf H}] + \hat{\bf\Lambda}\delta{\bf S}, \qquad \hat\Lambda_{ab} = \frac{\Delta^2\gamma^2}{\chi_B} \left[ K\ \delta_{ac}\ \nabla^2 - K'\ R^0_{aj}R^0_{bk} \nabla_j\nabla_k\right] - \Omega_B^2\ n_a n_b, $$

where $K=2K_1+K_2+K_3$ and $K'=K_2+K_3$.

This can be rewritten for a spin wave with frequency $\omega$, wave vector $\bf k$ and amplitude $\bf s$ as $$ -\omega^2 {\bf s} = i\omega\ [{\bf s}\times \gamma {\bf H}] + \hat{\bf\Lambda} {\bf s}, \qquad \hat\Lambda_{ab} = \frac{\Delta^2\gamma^2}{\chi_B} \left[ - K\ \delta_{ac}\ {\bf k}^2 + K'\ R^0_{cj}R^0_{ak} k_j k_k\right] - \Omega_B^2\ n_a n_b. $$

If effect of gradient and spin-orbit energies is small ($\Lambda\ll\omega,\omega_L$) then longitudinal and transverse spin modes can be separated and we have "simple" formula for magnon spectra: \begin{eqnarray} \omega(\omega-\gamma H) &=& c_\perp^2\ k^2 + (c_\parallel^2-c_\perp^2) ({\bf k\cdot\hat l})^2 + \frac12 \Omega_B^2 \sin^2\beta_n, \\ \omega^2 &=& C_\perp^2 k^2 + (C_\parallel^2-C_\perp^2) ({\bf k\cdot\hat l})^2 + \Omega_B^2 \cos^2\beta_n, \end{eqnarray} where spin wave velocities are introduced (see he3lib_grad section): \begin{equation} c_\perp^2 = \frac{\gamma^2\Delta^2}{\chi_B}(K-K'/2),\quad c_\parallel^2 = \frac{\gamma^2\Delta^2}{\chi_B} K,\quad C_\perp^2 = \frac{\gamma^2\Delta^2}{\chi_B} K,\quad C_\parallel^2 = \frac{\gamma^2\Delta^2}{\chi_B} (K-K'). \end{equation} These equations have three solutions for $\omega$: acoustic and optical transverse magnons and longitudinal magnons.

However, it is also possible to solve the full qubic equation without splitting transverse and longitudinal modes. This is "full" formula below. It should work for any values of $\gamma H$, $\Omega_L$, $\bf k$ if the texture is uniform (of changes much slower than the wavelength). The full equation have a simple form in the case of uniform NMR ($\bf k = 0$): $$ \omega^6 - \omega^4(\omega_L^2 + \Omega_B^2 ) + \omega^2\omega_L^2 \Omega_B^2 n_z^2 = 0. $$ There is a mode $\omega=0$ (acoustic magnons) and two modes with non-zero frequency.

Examples

Examples show magnon spectra in $T=0$ and $P=0$ (Legget frequency $\Omega_B/2\pi = 125.1$ kHz). Light curves are simple formula, dark ones are full formula.

Library functions

he3b_spec1s(ttc,P,H,kv,ak,bk,an,bn)
he3b_spec2s(ttc,P,H,kv,ak,bk,an,bn)
he3b_spec3s(ttc,P,H,kv,ak,bk,an,bn)
Simple formula, acoustic, optical, longitudinal magnons.
Here ttc and p are temperature and pressure [bar], used for calculating Leggett frequncy $\Omega_B$ and spin-wave velocities; kv, ak and bk are absolute value [1/cm], azimuthal angle and polar angle for the wave vector $\bf k$; an and bn are azimuthal angle and polar angle for the texture vector $\bf n$. Angles are in radians.
Vector orientations are set with respect to the direction of magnetic field. In the simple formula only angle between $\bf k$ and $\bf n$ is important.
he3b_spec1(ttc,P,H,kv,ak,bk,an,bn)
he3b_spec2(ttc,P,H,kv,ak,bk,an,bn)
he3b_spec3(ttc,P,H,kv,ak,bk,an,bn)
Full formula, low-, middle- and high-frequncy modes.
All parameters have the same meaning as in simple formula. Note then in this general case spectra depend not only on the angle between $\bf k$ and $\bf n$, but also on wheir orientations in the magnetic field. Parallel and perpendicular spin-wave velocities can not be introduced.
he3b_spec_kx2a(ttc,P,H,w,an,bn)
he3b_spec_kx2b(ttc,P,H,w,an,bn)
he3b_spec_kx2c(ttc,P,H,w,an,bn)
Inverted spectra, kx^2(w) for waves propagating along x axis.