---
title: The Electroweak Theory
module: Electroweak Unification and the Higgs
moduleNumber: 9
lessonNumber: 1
order: 901
summary: >
  The electromagnetic and weak interactions are two faces of a single gauge
  theory built on $SU(2)_L \times U(1)_Y$. Left-handed fermions sit in weak-isospin
  doublets and right-handed fermions in singlets, each carrying a hypercharge fixed
  by the Gell-Mann–Nishijima relation $Q = T_3 + Y/2$. The four gauge fields
  $W^{1,2,3}$ and $B$ mix: the charged combinations $W^\pm$ mediate the charged
  current, while $W^3$ and $B$ rotate through the Weinberg angle into the massless
  photon and the massive $Z$. The single angle $\theta_W$ ties the couplings, the
  boson masses, and the neutral-current strengths together.
topics: [Electroweak Unification and the Higgs]
sources:
  - book: Griffiths
    ref: "Ch. 10 §10.9 (the Glashow-Weinberg-Salam model); Ch. 11 (electroweak unification)"
  - book: Thomson
    ref: "Ch. 15 (the electroweak theory and its predictions)"
  - book: Halzen & Martin
    ref: "Ch. 13 (the electroweak theory of Glashow, Weinberg, and Salam)"
  - book: Tong
    ref: "The Standard Model (Cambridge Part III), §5.1–5.3 (electroweak interactions and currents)"
draft: false
---

The charged weak interaction acts only on left-handed fields and violates parity
maximally; the electromagnetic interaction acts on left and right alike and
conserves parity. Two interactions with such different symmetries look unrelated.
Glashow, Weinberg, and Salam showed they are not: both descend from one gauge
theory whose symmetry group is $SU(2)_L \times U(1)_Y$, broken down to the
electromagnetic $U(1)_{\text{EM}}$ by the Higgs field of the next lessons. This
lesson builds the unbroken gauge structure — the fermion representations, the four
gauge fields, and the rotation that separates the photon from the $Z$ — and reads
off the relations the single mixing angle imposes. It assumes the
[$V-A$ structure of the charged current](/particle-physics/weak-interaction/va-structure-weak)
and the [QED Feynman rules](/particle-physics/qed/feynman-rules-qed).

Throughout, $\hbar = c = 1$ and $\eta^{\mu\nu} = \operatorname{diag}(+,-,-,-)$. The
chiral projectors are $P_{L,R} = \tfrac12(1 \mp \gamma^5)$, and $\psi_L = P_L\psi$,
$\psi_R = P_R\psi$.

## The gauge group and its charges

The gauge group of the electroweak sector is a product of two factors, each with
its own coupling constant.

- **Weak isospin $SU(2)_L$.** A non-abelian factor with coupling $g$ and three
  generators $T^a = \tfrac12\sigma^a$ ($a = 1,2,3$), the Pauli matrices halved. The
  subscript $L$ marks that only left-handed fields transform under it; right-handed
  fields are singlets. The eigenvalue of $T_3$ is the third component of **weak
  isospin**.
- **Weak hypercharge $U(1)_Y$.** An abelian factor with coupling $g'$ and a single
  generator $Y$, the **weak hypercharge**. Every field, left- or right-handed,
  carries a hypercharge.

The two abelian-looking charges $T_3$ and $Y$ are not the electric charge. The
electric charge is the specific combination that survives symmetry breaking, fixed
by the **Gell-Mann–Nishijima relation**

$$
Q = T_3 + \frac{Y}{2}.
$$

This is the same relation that organizes hadrons by isospin and hypercharge in the
[flavor-$SU(3)$](/particle-physics/symmetries/su2-su3-flavor-symmetry) story,
carried over to the electroweak charges. It is an input that fixes $Y$ once the
electric charges and the isospin assignments are known.[^gnm]

## Fermion representations

Left-handed fermions of one generation form two $SU(2)_L$ doublets, the leptons and
the quarks; every right-handed fermion is an $SU(2)_L$ singlet. Writing the first
generation,

$$
L_L = \begin{pmatrix} \nu_e \\ e \end{pmatrix}_L, \quad
Q_L = \begin{pmatrix} u \\ d \end{pmatrix}_L, \quad
e_R,\ u_R,\ d_R \ \text{(singlets)}.
$$

The upper member of each doublet has $T_3 = +\tfrac12$, the lower $T_3 = -\tfrac12$;
the singlets have $T_3 = 0$. The hypercharges follow from $Y = 2(Q - T_3)$:

| Field | $T_3$ | $Q$ | $Y$ |
| --- | --- | --- | --- |
| $\nu_{eL}$ | $+\tfrac12$ | $0$ | $-1$ |
| $e_L$ | $-\tfrac12$ | $-1$ | $-1$ |
| $e_R$ | $0$ | $-1$ | $-2$ |
| $u_L$ | $+\tfrac12$ | $+\tfrac23$ | $+\tfrac13$ |
| $d_L$ | $-\tfrac12$ | $-\tfrac13$ | $+\tfrac13$ |
| $u_R$ | $0$ | $+\tfrac23$ | $+\tfrac43$ |
| $d_R$ | $0$ | $-\tfrac13$ | $-\tfrac23$ |

Both members of a left-handed doublet share the same hypercharge because $Y$ is an
$SU(2)$ singlet quantum number: it cannot distinguish the two isospin partners. The
second and third generations repeat the pattern with $(\nu_\mu,\mu)$, $(c,s)$ and
$(\nu_\tau,\tau)$, $(t,b)$. A right-handed neutrino, if it exists, is neutral under
the entire group ($T_3 = Q = Y = 0$) and so is invisible to the electroweak
interaction; the original Standard Model omits it.

$$
% caption: One generation of fermions sorted by weak isospin and hypercharge. The
% left-handed fields pair into SU(2) doublets (upper member T3 = +1/2, lower member
% T3 = -1/2, sharing one hypercharge); the right-handed fields are singlets. The
% electric charge of each field is fixed by Q = T3 + Y/2.
\begin{tikzpicture}[>=stealth, font=\footnotesize, scale=1.0,
  box/.style={draw=black, minimum width=13mm, minimum height=7mm, font=\scriptsize},
  dbl/.style={draw=black, minimum width=13mm, minimum height=7mm, font=\scriptsize}]
  \definecolor{acc}{HTML}{4A6FA5}
  % lepton doublet
  \node[dbl] (nuL) at (0,2.4) {nu\_eL};
  \node[dbl] (eL)  at (0,1.6) {e\_L};
  \draw (-0.75,1.2) rectangle (0.75,2.8);
  \node[above, font=\scriptsize] at (0,2.9) {lepton doublet};
  % quark doublet
  \node[dbl] (uL) at (2.4,2.4) {u\_L};
  \node[dbl] (dL) at (2.4,1.6) {d\_L};
  \draw (1.65,1.2) rectangle (3.15,2.8);
  \node[above, font=\scriptsize] at (2.4,2.9) {quark doublet};
  % singlets row
  \node[box] (eR) at (0,-0.1) {e\_R};
  \node[box] (uR) at (1.6,-0.1) {u\_R};
  \node[box] (dR) at (3.2,-0.1) {d\_R};
  \node[above, font=\scriptsize] at (1.6,0.35) {right-handed singlets};
  % axis labels
  \node[left, font=\scriptsize, align=right] at (-1.1,2.4) {isospin up};
  \node[left, font=\scriptsize, align=right] at (-1.1,1.6) {isospin down};
  \node[left, font=\scriptsize, align=right] at (-1.1,-0.1) {singlet};
\end{tikzpicture}
$$

## Gauge fields and the covariant derivative

Gauge invariance under $SU(2)_L \times U(1)_Y$ requires one gauge field per
generator: a triplet $W^1_\mu, W^2_\mu, W^3_\mu$ for the three $SU(2)$ generators
and a single $B_\mu$ for hypercharge. The interaction with matter is dictated by
the covariant derivative, which replaces the ordinary derivative in the fermion
kinetic term. For a field in a representation with isospin generators $T^a$ and
hypercharge $Y$,

$$
D_\mu = \partial_\mu - i g\, W^a_\mu T^a - i g'\, \frac{Y}{2}\, B_\mu.
$$

On a right-handed singlet the $T^a$ term drops out ($T^a = 0$), leaving only the
hypercharge coupling; on a left-handed doublet both terms act. Expanding
$W^a_\mu T^a = \tfrac12(W^1\sigma^1 + W^2\sigma^2 + W^3\sigma^3)$ and defining the
charged combinations

$$
W^\pm_\mu = \frac{1}{\sqrt2}\big(W^1_\mu \mp i W^2_\mu\big),
$$

the off-diagonal part of the doublet covariant derivative becomes the **charged
current**: a $W^+$ turns a lower doublet member into the upper one (raising $T_3$ by
one), a $W^-$ does the reverse. The $\sqrt2$ and the sign convention are fixed so
that $W^+$ carries electric charge $+1$. This is the interaction responsible for
beta decay and muon decay: the charged $W$ couples exclusively to the left-handed
doublets, which is why the charged weak current is purely $V-A$.

$$
% caption: The SU(2) charged-current vertex. The W boson raises or lowers weak
% isospin within a left-handed doublet, converting the lower member into the upper
% (W plus emission) or the reverse. Only left-handed fields sit at the vertex.
\begin{tikzpicture}[>=stealth, font=\footnotesize, scale=1.0]
  \definecolor{acc}{HTML}{4A6FA5}
  % fermion line
  \draw[thick, ->] (-3.0,0) -- (-1.6,0);
  \draw[thick] (-1.6,0) -- (0,0);
  \draw[thick, ->] (0,0) -- (1.4,0);
  \draw[thick] (1.4,0) -- (2.8,0);
  \fill (0,0) circle (2.2pt);
  \node[left] at (-3.0,0) {d (lower member)};
  \node[right] at (2.8,0) {u (upper member)};
  % W boson going up (dashed labeled line, no snake)
  \draw[acc, thick, dashed] (0,0) -- (0,1.8);
  \node[acc, right] at (0.15,1.6) {$W^+$};
  \node[right, font=\scriptsize] at (0.15,0.7) {raises $T_3$ by 1};
\end{tikzpicture}
$$

## Neutral fields and the Weinberg rotation

The diagonal part of the covariant derivative involves $W^3_\mu$ (from $SU(2)$) and
$B_\mu$ (from hypercharge). Neither is the photon. Both couple to matter, and the
physical neutral bosons — the massless photon $A_\mu$ and the massive $Z_\mu$ — are
orthogonal linear combinations of the two. The mixing is a rotation by the
**Weinberg angle** (or weak mixing angle) $\theta_W$:

$$
\begin{aligned}
A_\mu &= \phantom{-}\sin\theta_W\, W^3_\mu + \cos\theta_W\, B_\mu, \\
Z_\mu &= \cos\theta_W\, W^3_\mu - \sin\theta_W\, B_\mu.
\end{aligned}
$$

The angle is not free once the couplings are chosen. The combination that stays
massless after symmetry breaking must couple to matter exactly as the photon does —
proportional to the electric charge $Q = T_3 + Y/2$ — and this fixes

$$
\tan\theta_W = \frac{g'}{g}, \qquad
\cos\theta_W = \frac{g}{\sqrt{g^2 + g'^2}}, \qquad
\sin\theta_W = \frac{g'}{\sqrt{g^2 + g'^2}}.
$$

Substituting the rotation into the covariant derivative and demanding that the
$A_\mu$ coupling reproduce $-i e Q A_\mu$ gives the electromagnetic coupling as a
product of the two electroweak couplings and the mixing angle,

$$
e = g\sin\theta_W = g'\cos\theta_W,
\qquad\text{equivalently}\qquad
\frac{1}{e^2} = \frac{1}{g^2} + \frac{1}{g'^2}.
$$

The electric charge is therefore smaller than either weak coupling: unification does
not make the electromagnetic force the strongest but distributes one underlying
strength between the two neutral bosons. The measured value at the $Z$ scale is
$\sin^2\theta_W \approx 0.231$, so $g \approx 0.64$ and $g' \approx 0.34$, and
$e \approx 0.31$, consistent with $\alpha = e^2/4\pi \approx 1/128$ at that
scale.[^tong-couplings]

$$
% caption: The neutral gauge fields W3 and B are rotated by the Weinberg angle into
% the physical photon and Z. The photon is the combination that couples to electric
% charge and stays massless; the Z is orthogonal and acquires mass. The tangent of
% the rotation angle is the ratio of the two couplings.
\begin{tikzpicture}[>=stealth, font=\footnotesize, scale=1.0]
  \definecolor{acc}{HTML}{4A6FA5}
  % original axes W3, B
  \draw[->, black] (0,0) -- (3.6,0) node[right, font=\scriptsize] {$W^3$};
  \draw[->, black] (0,0) -- (0,3.2) node[above, font=\scriptsize] {$B$};
  % rotated axes photon (A) and Z, rotate by theta_W ~ 30 deg
  \draw[acc, very thick, ->] (0,0) -- (3.0,1.73) node[right, acc] {photon};
  \draw[thick, ->] (0,0) -- (-1.5,2.6) node[above left] {$Z$};
  % angle arc
  \draw[black] (1.2,0) arc (0:30:1.2);
  \node[black, font=\scriptsize] at (1.9,0.4) {mixing angle};
  \node[black, below, font=\scriptsize, align=center] at (2.4,-0.7)
    {couplings set the angle};
\end{tikzpicture}
$$

## Neutral currents and their couplings

The $Z$ boson couples to a neutral current that, unlike the photon's, treats left-
and right-handed fields differently and is not simply proportional to charge. In
Dirac notation the $Z$ interaction of a fermion $f$ is

$$
\mathcal L_{Z} = -\frac{g}{\cos\theta_W}\,
  Z_\mu\, \bar f\, \gamma^\mu \tfrac12\big(g_V^f - g_A^f\gamma^5\big)\, f,
$$

with vector and axial-vector couplings set by the isospin and charge of the
fermion,

$$
g_V^f = T_3^f - 2 Q_f \sin^2\theta_W,
\qquad
g_A^f = T_3^f.
$$

The axial coupling is just the weak isospin; the vector coupling carries the whole
$\sin^2\theta_W$ dependence. Because $\sin^2\theta_W \approx \tfrac14$, the vector
coupling of the charged leptons, $g_V^e = -\tfrac12 + 2\sin^2\theta_W \approx
-0.04$, is anomalously small — a near-cancellation that makes the leptonic $Z$
coupling almost purely axial and provides one of the most sensitive measurements of
the mixing angle. Neutral currents were the decisive early prediction of the
theory: the reaction $\nu_\mu + e^- \to \nu_\mu + e^-$, which has no charged-current
diagram, was observed in the Gargamelle bubble chamber in 1973, before the $W$ and
$Z$ themselves were seen.[^gargamelle]

$$
% caption: The Z vector coupling g_V = T3 - 2 Q sin^2(theta_W) plotted against
% sin^2(theta_W) for four fermion types. The charged-lepton line crosses zero near
% the measured value 0.23, where the leptonic Z coupling becomes almost purely
% axial; the neutrino coupling is flat because the neutrino is uncharged.
\begin{tikzpicture}[>=stealth, font=\footnotesize, scale=1.0]
  \definecolor{acc}{HTML}{4A6FA5}
  % axes
  \draw[->, black] (0,0) -- (5.4,0) node[right, font=\scriptsize] {weak mixing angle};
  \draw[->, black] (0,-1.6) -- (0,1.9) node[above, font=\scriptsize] {$g_V$};
  % x from 0 to 0.4, scale: x -> 12*x ; y scale 3*y ; origin at (0,0) representing gV=0 at y-axis mid
  % shift y-axis: gV axis centered at y=0.1 for clarity; we place gV=0 line at y=0
  % measured value line sin2 = 0.231 -> x=2.77
  \draw[black, densely dotted] (2.77,-1.5) -- (2.77,1.6);
  \node[black, font=\scriptsize, above] at (2.77,1.6) {0.231};
  % neutrino gV = 1/2 constant -> y = 1.5
  \draw[black, thick] (0,1.5) -- (4.8,1.5);
  \node[black, right, font=\scriptsize] at (4.8,1.5) {neutrino};
  % charged lepton gV = -1/2 + 2 sin2 : at x=0 -> -0.5 (y=-1.5), at 0.4 -> 0.3 (y=0.9)
  \draw[acc, very thick] (0,-1.5) -- (4.8,0.9);
  \node[acc, right, font=\scriptsize] at (4.8,0.95) {charged lepton};
  % up quark gV = 1/2 - 4/3 sin2 : at 0 -> 0.5 (y=1.5), at 0.4 -> -0.033 (y=-0.1)
  \draw[black, thick, dashed] (0,1.5) -- (4.8,-0.1);
  \node[black, right, font=\scriptsize] at (4.8,-0.2) {up quark};
  % down quark gV = -1/2 + 2/3 sin2 : at 0 -> -0.5 (y=-1.5), at 0.4 -> -0.233 (y=-0.7)
  \draw[black, thick, densely dotted] (0,-1.5) -- (4.8,-0.7);
  \node[black, right, font=\scriptsize] at (4.8,-0.75) {down quark};
\end{tikzpicture}
$$

## Predicted masses and the $\rho$ parameter

The unbroken theory has four massless gauge fields. Symmetry breaking, treated in
the [Higgs mechanism](/particle-physics/electroweak-higgs/higgs-mechanism), gives
three of them mass while leaving the photon massless, and the same mixing angle that
separated the photon from the $Z$ also relates their masses. The results, derived
there, are

$$
M_W = \frac{gv}{2},
\qquad
M_Z = \frac{v}{2}\sqrt{g^2 + g'^2}
    = \frac{M_W}{\cos\theta_W},
$$

where $v \approx 246\ \text{GeV}$ is the Higgs vacuum expectation value. The second
equality is a genuine prediction with no free parameter: the ratio of the two boson
masses is fixed by the mixing angle already measured in neutral-current data,

$$
\rho \equiv \frac{M_W^2}{M_Z^2\cos^2\theta_W} = 1
\quad\text{(at tree level)}.
$$

The $\rho$ parameter equals one in the minimal theory with a single Higgs doublet;
its measured value $\rho \approx 1.0004$ is a stringent test of the doublet
structure. Using $\sin^2\theta_W = 0.231$ and the measured $M_Z = 91.19\
\text{GeV}$, the theory predicts $M_W = M_Z\cos\theta_W \approx 80.0\ \text{GeV}$,
against the measured $80.38\ \text{GeV}$ — the small difference coming from
radiative corrections dominated by the heavy top quark.[^pdg-masses]

$$
% caption: The predicted and measured masses of the W and Z. The Z mass and the
% mixing angle are inputs; the relation M_W = M_Z cos(theta_W) then predicts the W
% mass, which agrees with experiment to within radiative corrections.
\begin{tikzpicture}[>=stealth, font=\footnotesize, scale=1.0]
  \definecolor{acc}{HTML}{4A6FA5}
  % axes
  \draw[->, black] (0,0) -- (0,3.4) node[above, font=\scriptsize] {mass (GeV)};
  \draw[black] (0,0) -- (7.2,0);
  % gridline at 80 and 91 (scale: 1 GeV -> 0.032 unit; 80 -> 2.56, 91 -> 2.91)
  \draw[black, densely dotted] (0,2.56) -- (7.2,2.56);
  \node[black, left, font=\scriptsize] at (0,2.56) {80};
  \draw[black, densely dotted] (0,2.91) -- (7.2,2.91);
  \node[black, left, font=\scriptsize] at (0,2.91) {91};
  % W predicted (80.0) filled tint, W measured (80.38)
  \fill[acc!14, draw=acc, thick] (0.7,0) rectangle (1.7,2.56);
  \node[acc, below, font=\scriptsize] at (1.2,-0.05) {$M_W$ pred};
  \fill[acc!14, draw=acc, thick] (2.1,0) rectangle (3.1,2.57);
  \node[acc, below, font=\scriptsize] at (2.6,-0.05) {$M_W$ meas};
  % Z measured (91.19) input
  \fill[black, draw=black, thick] (4.4,0) rectangle (5.4,2.91);
  \node[black, below, font=\scriptsize] at (4.9,-0.05) {$M_Z$ input};
  \node[black, above, font=\scriptsize, align=center] at (4.9,3.05) {measured};
\end{tikzpicture}
$$

## Charged and neutral currents together

The full electroweak interaction of the fermions, written after the rotation to
physical fields, is a sum of three currents coupled to the three physical
gauge bosons (plus the photon):

$$
\mathcal L_{\text{int}} =
  \frac{g}{\sqrt2}\big(W^+_\mu J^{+\mu} + W^-_\mu J^{-\mu}\big)
  + \frac{g}{\cos\theta_W}\, Z_\mu J^{Z\mu}
  + e\, A_\mu J^{\text{EM}\mu}.
$$

The three currents have distinct chiral content, summarized below. The charged
current is purely left-handed; the electromagnetic current is vector-like (left and
right equally); the neutral current is a definite mixture set by $\sin^2\theta_W$.

| Current | Boson | Chirality | Flavor change |
| --- | --- | --- | --- |
| $J^{\pm}$ (charged) | $W^\pm$ | left only ($V-A$) | yes, within a doublet |
| $J^{Z}$ (neutral) | $Z$ | left and right, unequal | no |
| $J^{\text{EM}}$ | photon | left and right, equal | no |

That the neutral current changes no flavor is a structural fact: the $Z$ is a
diagonal combination of $W^3$ and $B$, both of which are diagonal in flavor, so
there are no tree-level **flavor-changing neutral currents**. Their absence in the
data — the strong suppression of $K^0 \to \mu^+\mu^-$, for instance — was a central
clue that pointed to the theory and, through the
[GIM mechanism](/particle-physics/weak-interaction/ckm-matrix), to the charm quark.

$$
% caption: The three electroweak vertices side by side. The charged current (W)
% changes fermion type within a doublet and acts on left-handed fields only; the
% neutral current (Z) preserves fermion type with a left-right-asymmetric coupling;
% the electromagnetic current (photon) preserves fermion type with an equal
% left-right coupling.
\begin{tikzpicture}[>=stealth, font=\footnotesize, scale=0.95]
  \definecolor{acc}{HTML}{4A6FA5}
  % --- W vertex (left) ---
  \draw[thick, ->] (-6.6,-0.7) -- (-5.9,-0.15);
  \draw[thick] (-5.9,-0.15) -- (-5.3,0.3);
  \draw[thick, ->] (-5.3,0.3) -- (-4.6,0.85);
  \draw[thick] (-4.6,0.85) -- (-4.0,1.3);
  \fill (-5.3,0.3) circle (2.0pt);
  \draw[thick, dashed] (-5.3,0.3) -- (-3.9,0.3);
  \node[right, font=\scriptsize] at (-3.85,0.3) {$W$};
  \node[left, font=\scriptsize] at (-6.6,-0.7) {d};
  \node[right, font=\scriptsize] at (-4.0,1.3) {u};
  \node[below, font=\scriptsize] at (-5.3,-1.1) {charged: type changes};
  % --- Z vertex (middle) ---
  \draw[thick, ->] (-2.2,-0.7) -- (-1.5,-0.15);
  \draw[thick] (-1.5,-0.15) -- (-0.9,0.3);
  \draw[thick, ->] (-0.9,0.3) -- (-0.2,0.85);
  \draw[thick] (-0.2,0.85) -- (0.4,1.3);
  \fill (-0.9,0.3) circle (2.0pt);
  \draw[thick, dashed] (-0.9,0.3) -- (0.5,0.3);
  \node[right, font=\scriptsize] at (0.55,0.3) {$Z$};
  \node[left, font=\scriptsize] at (-2.2,-0.7) {f};
  \node[right, font=\scriptsize] at (0.4,1.3) {f};
  \node[below, font=\scriptsize] at (-0.9,-1.1) {neutral: type kept};
  % --- photon vertex (right) ---
  \draw[thick, ->] (2.2,-0.7) -- (2.9,-0.15);
  \draw[thick] (2.9,-0.15) -- (3.5,0.3);
  \draw[thick, ->] (3.5,0.3) -- (4.2,0.85);
  \draw[thick] (4.2,0.85) -- (4.8,1.3);
  \fill (3.5,0.3) circle (2.0pt);
  \draw[thick, dashed] (3.5,0.3) -- (4.9,0.3);
  \node[right, font=\scriptsize] at (4.95,0.3) {photon};
  \node[left, font=\scriptsize] at (2.2,-0.7) {f};
  \node[right, font=\scriptsize] at (4.8,1.3) {f};
  \node[below, font=\scriptsize] at (3.5,-1.1) {EM: type kept};
\end{tikzpicture}
$$

## Summary

The electroweak interaction is a gauge theory of $SU(2)_L \times U(1)_Y$ with
couplings $g$ and $g'$. Left-handed fermions sit in weak-isospin doublets, right-
handed fermions in singlets, and each carries a hypercharge fixed by
$Q = T_3 + Y/2$. The four gauge fields are the $SU(2)$ triplet $W^{1,2,3}$ and the
hypercharge singlet $B$. The charged combinations $W^\pm = (W^1 \mp iW^2)/\sqrt2$
mediate the purely left-handed charged current; the neutral $W^3$ and $B$ rotate
through the Weinberg angle $\theta_W$, with $\tan\theta_W = g'/g$, into the massless
photon and the massive $Z$. The single angle ties everything together:
$e = g\sin\theta_W$, the neutral-current couplings $g_V = T_3 - 2Q\sin^2\theta_W$
and $g_A = T_3$, and the mass relation $M_W = M_Z\cos\theta_W$. What the unbroken
theory cannot supply is the masses themselves — gauge invariance forbids explicit
mass terms — which is the problem the
[Higgs mechanism](/particle-physics/electroweak-higgs/higgs-mechanism) solves, after
the [spontaneous symmetry breaking](/particle-physics/electroweak-higgs/spontaneous-symmetry-breaking)
of the next lesson.

[^gnm]: The Gell-Mann–Nishijima relation $Q = T_3 + Y/2$ and the assignment of fermions to $SU(2)_L$ doublets and singlets are given in Griffiths, §10.9 and Ch. 11; Halzen & Martin, Ch. 13; and Thomson, §15.1–15.2. (Tong, _The Standard Model_ (Cambridge Part III), §5.2, uses the normalization $Q = T_3 + Y$ with the Higgs hypercharge $Y = \tfrac12$; the textbook convention here rescales $Y$ by a factor of two, [damtp.cam.ac.uk/user/tong/standardmodel.html](http://www.damtp.cam.ac.uk/user/tong/standardmodel.html).)

[^tong-couplings]: The couplings at the $Z$ scale, $g \approx 0.64$, $g' \approx 0.34$, and $\sin^2\theta_W \approx 0.23$, together with $e = g\sin\theta_W = g'\cos\theta_W$, are given in Tong, _The Standard Model_ (Cambridge Part III), §5.2, [damtp.cam.ac.uk/user/tong/standardmodel.html](http://www.damtp.cam.ac.uk/user/tong/standardmodel.html); the precise $\sin^2\theta_W(M_Z) = 0.23122$ in the $\overline{\text{MS}}$ scheme is from the Particle Data Group, [pdg.lbl.gov](https://pdg.lbl.gov).

[^gargamelle]: The neutral-current couplings $g_V = T_3 - 2Q\sin^2\theta_W$, $g_A = T_3$ are derived in Thomson, §15.3, and Halzen & Martin, §13.4. The 1973 Gargamelle observation of the purely neutral-current reaction $\nu_\mu e^- \to \nu_\mu e^-$ is recounted in Griffiths, §2.4, and Thomson, §15.3.1.

[^pdg-masses]: The mass relations $M_W = gv/2$, $M_Z = M_W/\cos\theta_W$, and $\rho = 1$ at tree level are in Griffiths, Ch. 11; Thomson, §15.4; and Tong, _The Standard Model_ (Cambridge Part III), §5.2. Measured values $M_W = 80.377 \pm 0.012\ \text{GeV}$, $M_Z = 91.1876 \pm 0.0021\ \text{GeV}$, and $\rho = 1.00038 \pm 0.00020$ are from the Particle Data Group, [pdg.lbl.gov](https://pdg.lbl.gov).
