Superposition and Many Qubits
Superposition is the answer to "how can a qubit be 0 and 1 at once?" — but what does it actually do for computing? The short version: it lets a quantum computer work with many possibilities in a single stroke, and then use interference to steer toward the right answer.
Physicists write these blends in a compact notation called Dirac notation. A qubit in state 0 is written |0⟩, in state 1 as |1⟩, and a blend of the two as |ψ⟩ = α|0⟩ + β|1⟩. Read the kets | ⟩ as "the state of": |0⟩ means "the state 0," and |ψ⟩ means "the state psi." The numbers α and β say how much of each ingredient the blend contains.
Now watch what happens with more than one qubit. One qubit's description needs 2 numbers (α and β). Two qubits need 4. Three need 8. Every qubit you add doubles the description — and each doubling is another doubling of the room the computation has to maneuver in.
Is it not very powerful? Ten qubits describe 1,024 possibilities at once; twenty describe over a million; thirty, over a billion. A classical register would need a separate entry for every one of those possibilities — the quantum register holds them all in one shared description. That explosive growth is the raw material every quantum algorithm exploits.
One honest caveat, carried over from the qubit lesson: you still only read out a single answer per measurement. Superposition supplies the workspace; clever interference supplies the result. The full mathematical treatment of the notation lives in the Dirac notation lesson.
Go deeper — the math & the rigor
A ket like |0⟩ is really a vector — a column of numbers in a vector space, with |0⟩ and |1⟩ as the two basis vectors of a two-dimensional complex space. The superposition |ψ⟩ = α|0⟩ + β|1⟩ is just a linear combination of those basis vectors, exactly like writing an arrow as a mix of x- and y-directions. Dirac notation is a bookkeeping system for such vectors, designed so that the algebra of quantum states stays readable.
The amplitudes must satisfy the normalization condition \(|\alpha|^2 + |\beta|^2 = 1\): since \(|\alpha|^2\) and \(|\beta|^2\) are the probabilities of measuring 0 and 1, they have to add up to certainty. Up to an irrelevant overall phase, every single-qubit state is therefore a point on the Bloch sphere — two real numbers' worth of freedom, a continuous infinity of states between the poles.
Multiple qubits combine through the tensor product: the state space of two qubits is the product of the two single-qubit spaces, so its dimension multiplies — \(2 \times 2 = 4\), and in general \(2^n\) for \(n\) qubits. That is why the description grows exponentially: \(n\) qubits are described by \(2^n\) complex amplitudes (minus normalization and phase constraints). Entanglement is the extra twist — most of those multi-qubit states cannot be split back into separate single-qubit descriptions at all.
Key takeaways
- Dirac notation writes states as kets: |0⟩, |1⟩, and blends like |ψ⟩ = α|0⟩ + β|1⟩.
- α and β are amplitudes — they say how much of each ingredient the blend contains.
- The description doubles with every qubit: 1→2 numbers, 2→4, 3→8 — exponential growth.
- Ten qubits describe 1,024 possibilities in one shared description; thirty describe over a billion.
- Superposition supplies the workspace; interference must still steer toward the answer — readout stays one measurement.
Check your understanding
Q1.In Dirac notation, what does |ψ⟩ = α|0⟩ + β|1⟩ describe?
The ket |ψ⟩ is a linear combination of the basis states |0⟩ and |1⟩ — that is precisely a superposition, with amplitudes α and β.
Q2.How many complex numbers are needed to describe the state of 3 qubits?
n qubits need 2ⁿ amplitudes, so 3 qubits need 2³ = 8 numbers — the description doubles with every added qubit.
Q3.What must the amplitudes α and β always satisfy?
Normalization: |α|² and |β|² are the probabilities of measuring 0 and 1, so they must sum to 1.
Tip: press ← / → to turn pages.