Quantum Bits (Qubits)
Start with what you already know. A classical bit — the kind inside your laptop — is like a light switch. It is either OFF (we call that 0) or ON (we call that 1). There is no in-between.
A qubit is like a spinning coin. While the coin spins in the air, it is neither heads nor tails — it is a blend of both possibilities at once. Physicists call this blend superposition.
Now measure the qubit. That is like slapping your hand down on the spinning coin: in that instant it becomes heads (0) or tails (1). The spinning stops, the blend is gone, and you get one definite answer.
Classical bit
A light switch: always exactly 0 or 1.
Qubit
A spinning coin: a blend of 0 and 1 until you look.
Why should you care? Because the blend grows insanely fast. One qubit blends 2 possibilities. Two qubits blend 4. Three blend 8. Ten qubits blend 1,024 possibilities — all at the same time — while 10 classical bits can only ever hold a single 10-bit number at once. That exponential room is the raw material every quantum algorithm in this course exploits.
Common myth: “A qubit is just a bit that is 0 and 1 at the same time.” Close — but the blend has structure. The two possibilities behave like waves: they can interfere, cancelling or reinforcing each other. That interference (coming up in lesson 6) is where the real magic lives.
Go deeper — the math & the rigor
Mathematically, a qubit is a unit vector in a two-dimensional complex Hilbert space. We write its state in Dirac notation as
\[|\psi\rangle = \alpha|0\rangle + \beta|1\rangle, \qquad \alpha, \beta \in \mathbb{C}, \quad |\alpha|^2 + |\beta|^2 = 1.\]
The complex numbers \(\alpha\) and \(\beta\) are probability amplitudes. The Born rule says: measure the qubit in the computational basis and you observe \(|0\rangle\) with probability \(|\alpha|^2\) and \(|1\rangle\) with probability \(|\beta|^2\). After measurement the state collapses to whichever outcome you saw — the superposition is destroyed.
Up to an irrelevant global phase, every single-qubit state can be written as
\[|\psi\rangle = \cos\frac{\theta}{2}\,|0\rangle + e^{i\phi}\sin\frac{\theta}{2}\,|1\rangle,\]
which maps one-to-one onto a point \((\theta, \phi)\) on the Bloch sphere: \(|0\rangle\) at the north pole, \(|1\rangle\) at the south pole, and every equal superposition — e.g. \(|+\rangle = \tfrac{|0\rangle+|1\rangle}{\sqrt{2}}\) — on the equator.
Qubit vs. probabilistic bit. A classical coin flip is also “0 or 1 with probabilities” — but its randomness is ignorance: the coin already landed, you just don't know how. A qubit's superposition is ontological: before measurement there is no fact of the matter, and the amplitudes \(\alpha, \beta\) can interfere. No classical probability distribution reproduces interference — the later lessons prove exactly this.
For \(n\) qubits the state lives in a \(2^n\)-dimensional space — the tensor product of the single-qubit spaces. Writing down the state of just 50 qubits already needs more numbers than any classical supercomputer can store. That is the origin of quantum advantage — and of why simulating quantum systems is exponentially hard classically.
Key takeaways
- A qubit is the quantum analogue of a bit: a two-level quantum system.
- Superposition lets a qubit exist as a blend α|0⟩ + β|1⟩ until measured.
- Measurement is probabilistic (|α|², |β|²) and collapses the state.
- n qubits are described by 2ⁿ amplitudes — an exponential state space.
- Superposition is not classical randomness: amplitudes can interfere.
Check your understanding
Q1.You measure a qubit in the state |ψ⟩ = α|0⟩ + β|1⟩. What do you get?
Measurement collapses the superposition to a single classical outcome, with probabilities given by the Born rule.
Q2.How many complex amplitudes are needed to describe the state of 4 qubits?
n qubits live in a 2ⁿ-dimensional Hilbert space, so 4 qubits need 2⁴ = 16 amplitudes.
Q3.Which statement about a qubit in superposition is TRUE?
Superposition is not mere ignorance — amplitudes interfere, which no classical hidden state can reproduce. (And the no-cloning theorem forbids perfect copying.)
Tip: press ← / → to turn pages.