I'm studying the Weyl's Equations from Section 1.5 of Perkins' Introduction to High Energy Physics.
This is the Dirac Equation:
\begin{equation}
E\psi=(\alpha.p+\beta m)\psi
\end{equation}
where $\alpha=\begin{bmatrix}
0 & \sigma \\
\sigma & 0
\end{bmatrix},\beta=\begin{bmatrix}
1 & 0 \\
0 & -1
\end{bmatrix}, \sigma $ being a Pauli Matrix and the 1 and -1 in $\beta$ are $2 \times 2$ matrices.
I just tried to play with this equation, assuming $p_y=p_z=0,\psi= \begin{bmatrix} \psi_1 \\ \psi_2 \\ \psi_3 \\ \psi_4 \end{bmatrix}$, the RHS of the equation gave me a spinor $\begin{bmatrix} p_x\psi_4+ m\psi_1 \\ p_x\psi_3+ m\psi_2 \\ p_x\psi_2- m\psi_3 \\ p_x\psi_1- m\psi_4 \\ \end{bmatrix}$. Now as I understand, $\psi_1,\psi_2$ are the positive energy eigenstates corresponding to two spins and $\psi_3,\psi_4$ corresponding to negative energy. Somehow it seems that these states have coupled in the process, and I do not understand this intuitively or physically. The following subsection talks about helicity conservation; as to how scalar bosons don't preserve helicity but vector/axial bosons do, and I'm guessing it has to do with the equations but can you please explain this in detail?