Atomic Structure

Spectral line index off by one

What goes wrong

Maps the k-th line of a spectral series to upper level n2 = n1 + k - 1 rather than n1 + k.

Next time

Always anchor the first line at n2=n1+1n_2 = n_1 + 1 and count up so the kk-th line uses n2=n1+kn_2 = n_1 + k, never n1+k1n_1 + k - 1.

Questions that set this trap

0 published questions

No published questions for this trap yet.