DeepPractise
DeepPractise

Bloch Sphere Revisited (Full Geometry)

Track: Foundations · Difficulty: Beginner · Est: 14 min

Bloch Sphere Revisited (Full Geometry)

Overview

Earlier, we introduced the Bloch sphere as a way to represent any single-qubit pure state (up to global phase) with two angles (θ,ϕ)(\theta,\phi). This page deepens that picture.

You will learn:

  • how to interpret (θ,ϕ)(\theta,\phi) as latitude/longitude of a point,
  • how measurement probabilities are read geometrically (as angles between directions),
  • and what the Bloch sphere does and does not represent.

No gates, no matrices—just geometry and measurement.

Intuition

A pure qubit state has two meaningful continuous degrees of freedom (after normalization and ignoring global phase). A point on a sphere also needs two parameters. That match is not a coincidence: the Bloch sphere is a map from states to geometry.

Here are three geometric ideas to keep in mind:

  1. States are directions. Up to global phase, a pure state corresponds to a direction on the sphere.

  2. Measurements choose an axis. Measuring a qubit in some basis means choosing an axis on the sphere; the two outcomes correspond to the two opposite endpoints of that axis.

  3. Probabilities depend on angles. The closer the state-direction is to an outcome-direction, the higher the probability of that outcome.

This is the geometric version of “overlap squared.”

Formal Description

Bloch-sphere parameterization

A general single-qubit pure state can be written as

ψ=cos ⁣(θ2)0+eiϕsin ⁣(θ2)1,|\psi\rangle = \cos\!\left(\tfrac{\theta}{2}\right)|0\rangle + e^{i\phi}\,\sin\!\left(\tfrac{\theta}{2}\right)|1\rangle,

where:

  • θ[0,π]\theta \in [0,\pi] controls how much weight is on 0|0\rangle vs 1|1\rangle.
  • ϕ[0,2π)\phi \in [0,2\pi) is the relative phase between the basis components.

The corresponding point on the unit sphere (the Bloch vector) is

r=(x,y,z)=(sinθcosϕ,  sinθsinϕ,  cosθ).\mathbf{r}=(x,y,z)=(\sin\theta\cos\phi,\;\sin\theta\sin\phi,\;\cos\theta).

This is just spherical coordinates.

Measurement as choosing a direction

Any two-outcome projective measurement for a qubit can be viewed as choosing a unit vector (a direction) n\mathbf{n} on the sphere. The two outcomes correspond to the two opposite points ±n\pm\mathbf{n}.

Geometrically:

  • “Outcome +” corresponds to the state aligned with n\mathbf{n}.
  • “Outcome −” corresponds to the state aligned with n-\mathbf{n}.

Probabilities from angles

Let γ\gamma be the angle between the state direction r\mathbf{r} and the measurement axis direction n\mathbf{n}.

Then the probability of the “+” outcome is

P(+)=cos2 ⁣(γ2),P(+) = \cos^2\!\left(\tfrac{\gamma}{2}\right),

and the probability of the “−” outcome is

P()=sin2 ⁣(γ2).P(-) = \sin^2\!\left(\tfrac{\gamma}{2}\right).

In words: angle 0 means certainty (probability 1), angle π\pi means certainty of the opposite outcome, and angle π/2\pi/2 means a fair 50/50.

You can connect this to the computational basis by taking n\mathbf{n} to be the zz-axis:

  • γ=θ\gamma=\theta (the state’s polar angle)
  • so P(0)=cos2(θ/2)P(0)=\cos^2(\theta/2) and P(1)=sin2(θ/2)P(1)=\sin^2(\theta/2)

which matches the standard Bloch-sphere form.

What the Bloch sphere does NOT represent

The Bloch sphere is a map for single-qubit pure states.

  • It does not represent two-qubit states (entanglement requires a higher-dimensional description).
  • It does not represent mixed states as points on the surface; mixed states correspond to points inside the sphere (the “Bloch ball”), which we introduced indirectly via density matrices.
  • It is not a literal physical sphere in space; it is a geometric representation of the state description.

Worked Example

Consider the state with

θ=π3,ϕ=0.\theta=\tfrac{\pi}{3},\quad \phi=0.

Then

ψ=cos ⁣(π6)0+sin ⁣(π6)1=320+121.|\psi\rangle = \cos\!\left(\tfrac{\pi}{6}\right)|0\rangle + \sin\!\left(\tfrac{\pi}{6}\right)|1\rangle = \tfrac{\sqrt{3}}{2}|0\rangle + \tfrac{1}{2}|1\rangle.

Measurement in the computational basis

Here the measurement axis is the zz-axis, and the angle between the state direction and the north pole is γ=θ=π/3\gamma=\theta=\pi/3.

So

P(0)=cos2 ⁣(θ2)=cos2 ⁣(π6)=(32)2=34.P(0)=\cos^2\!\left(\tfrac{\theta}{2}\right)=\cos^2\!\left(\tfrac{\pi}{6}\right)=\left(\tfrac{\sqrt{3}}{2}\right)^2=\tfrac{3}{4}.

And

P(1)=14.P(1)=\tfrac{1}{4}.

Measurement along the opposite direction

If you instead choose the measurement axis to be the south pole (the z-z direction), then the relevant angle is γ=πθ=2π/3\gamma' = \pi-\theta = 2\pi/3.

So the probability of the “aligned” outcome with z-z is

cos2 ⁣(γ2)=cos2 ⁣(π3)=14,\cos^2\!\left(\tfrac{\gamma'}{2}\right)=\cos^2\!\left(\tfrac{\pi}{3}\right)=\tfrac{1}{4},

which matches the earlier probability of outcome 1.

This illustrates the rule: changing the measurement axis changes which outcome direction you call “+,” but the geometry stays consistent.

Turtle Tip

Turtle Tip

To predict a qubit measurement geometrically, think “angle.” If the state is halfway between two outcome directions, expect 50/50. If it’s close to one direction, expect high probability for that outcome.

Common Pitfalls

Common Pitfalls

Don’t over-interpret the picture. The Bloch sphere is a representation of state information, not a picture of a physical spinning object.

Also, don’t forget the sphere surface is for pure states (maximal information). Mixed states generally live inside the sphere and cannot be described by a single point on the surface.

Quick Check

Quick Check
  1. If the angle between a state direction and a measurement axis is γ=π/2\gamma=\pi/2, what is P(+)P(+)?
  2. What does changing ϕ\phi do geometrically on the Bloch sphere?

What’s Next

Now that we can talk about measurement geometrically, we’ll introduce a more general language for measurement results: observables and expectation values. This will help you reason about measurement outcomes as numerical quantities, not just “0 or 1.”