Characteristic Functions and Moments
Statement
For a real random variable X the characteristic function is φX(t) = E[eitX], defined for every t ∈ ℝ. We derive three properties: (i) φX(0) = 1 and |φX(t)| ≤ 1; (ii) if E[|X|n] < ∞ then φX is n-times differentiable and its derivatives at the origin generate the moments, φX(k)(0) = ik E[Xk] for k ≤ n; (iii) for independent X, Y the characteristic function factorises, φX+Y(t) = φX(t)φY(t).
Why it matters
The characteristic function is the Fourier transform of a probability distribution, and it always exists — unlike the moment generating function E[etX], which can diverge for heavy-tailed laws such as the log-normal or Cauchy. Because |eitX| = 1, the defining integral converges absolutely for every distribution whatsoever, making φX a universally available fingerprint of a law.
Its two structural properties — that differentiation at zero peels off moments, and that it turns convolution (addition of independent variables) into multiplication — make it the workhorse behind the Central Limit Theorem, the analysis of sums and random walks, and the uniqueness and continuity theorems that let us prove distributions converge. It converts hard integral problems about densities into easy algebraic ones about products.
Assumptions
Derivation
Result
Reading. The characteristic function packages the whole law of X into one bounded function of a real dial t. Turning the dial slowly near zero and reading off successive slopes recovers the moments one at a time: the first derivative gives i times the mean, the second gives −1 times the mean square, and so on. And because it is a Fourier transform, adding independent randomness — which convolves densities — simply multiplies the transforms.
Units check. The exponent tX must be dimensionless, so t carries units reciprocal to X (if X is in metres, t is in per-metre). Then φX is dimensionless. Each derivative d/dt multiplies by a unit of X, and indeed φX(k)(0)=ikE[Xk] carries units of Xk, matching the k-th moment. Consistent.
Limiting cases
- Degenerate (X = c constant): φX(t) = eitc, a pure phase of unit modulus; every derivative at 0 gives (ic)k, i.e. moment ck.
- Shift and scale: φaX+b(t) = eitb φX(at) — centring subtracts a linear phase, scaling stretches the t-axis.
- Sum of n i.i.d. copies: φSn(t) = φX(t)n; the root of the CLT, since [φ(t/√n)]n → e−t2σ2/2.
- Standard normal: φ(t) = e−t2/2; even, real, and its own transform up to scaling — the fixed point of the CLT flow.
- Symmetric law (X and −X same law): φX is real and even; all odd moments and odd derivatives at 0 vanish.
Breaks when
- Heavy tails with no finite moment: the Cauchy law has φ(t)=e−|t|, which has no derivative at t=0. The moment-generation identity fails entirely because E[|X|]=∞ — there is no mean to read off.
- Dependence between the summands: if X and Y are correlated the factorisation φX+Y=φXφY is false; e.g. Y=−X gives φX+Y(t)=1 while φX(t)φY(t)=φX(t)φX(−t)=|φX(t)|2≠1 in general.
- Only the k-th moment infinite: if E[|X|k]=∞ but lower moments are finite, φX is only (k−1)-times differentiable; the Taylor expansion truncates and the k-th coefficient is not ikE[Xk].
- Reading moments off any t ≠ 0: φX(k)(t)=E[(iX)keitX] mixes moments with oscillation for t≠0; the clean identity ikE[Xk] holds only at the origin.
Failure modes
- Dropping the factor of i: writing φ(k)(0)=E[Xk] instead of ikE[Xk]. This is the MGF rule, not the characteristic-function rule; the ik is essential and gives, e.g., φ″(0)=−E[X2] (note the minus sign).
- Confusing φ with the MGF: assuming φX(t)=MX(t). They are related by φX(t)=MX(it) only when the MGF exists; for Cauchy the MGF does not exist at all yet φ is perfectly fine.
- Assuming factorisation implies independence: φX+Y=φXφY can hold for dependent variables (it only says the sum has that distribution); independence is sufficient, not necessary, so one cannot infer independence from a product characteristic function.
- Differentiating under the expectation without checking a moment exists: blindly writing φ′(0)=iE[X] for the Cauchy law — the step is illegal because there is no dominating integrable function and no finite mean.
- Believing a real φ means a real (non-random) X: φ real means the law is symmetric about 0, not that X is deterministic.
Discussion
The characteristic function is precisely the Fourier transform of the probability measure, φX(t)=∫ eitx dF(x). This single identification explains all three properties at once. Boundedness is because we integrate a unit-modulus kernel against a probability (total-mass-one) measure. Moment generation is the standard fact that differentiating a Fourier transform brings down a factor of the variable. Factorisation is the convolution theorem: the density of a sum of independent variables is the convolution of their densities, and Fourier transforms convert convolution into pointwise multiplication.
Two deep theorems make the transform genuinely useful rather than merely elegant. Lévy's uniqueness theorem says φX determines the law of X completely — distinct distributions have distinct characteristic functions — so the fingerprint is faithful. Lévy's continuity theorem says pointwise convergence of characteristic functions (to a function continuous at 0) is equivalent to convergence in distribution. Together these turn the Central Limit Theorem into a one-line computation: standardise, factorise into an n-th power, Taylor expand to second order using the moment identity, and watch [1−t2/2n+o(1/n)]n→e−t2/2, the Gaussian characteristic function.
The subtlety students most often miss is the asymmetry between differentiability and moments. A finite 2m-th moment guarantees φ is 2m-times differentiable at 0, but the converse is one-sided: existence of the 2m-th derivative at 0 implies the finite 2m-th moment (for even orders), yet existence of an odd derivative does not guarantee the corresponding odd moment. Smoothness of φ at the origin controls tail decay of the distribution, while smoothness of the distribution (its density) controls tail decay of φ at infinity — a Fourier duality between local behaviour on one side and global behaviour on the other. This is why the Cauchy characteristic function e−|t| has a corner at 0 (no moments) yet decays at infinity (bounded density).
Common misconceptions. The characteristic function is not a probability and can be complex and negative in its real part; only its value at 0 is pinned to 1. It is not the same as the moment generating function, and its universal existence is exactly the reason probabilists prefer it. Finally, moments do not always determine the law: two different distributions (e.g. certain log-normal variants) can share every moment, yet they must still have different characteristic functions — because the Taylor series of φ need not converge to φ, moment equality does not force φ equality.
Worked examples
Example 1 — Poisson mean and variance from φ.
Reading. The Poisson characteristic function generates the familiar mean-equals-variance identity directly from two derivatives at the origin. Units: X is a dimensionless count, so all moments are pure numbers.
Example 2 — Sum of two independent Poissons via factorisation.
Reading. The Poisson family is closed under independent addition, and the characteristic function proves it in three lines by turning convolution into a product. Units: counts add to counts; λ values in events add directly.
Problems
- (A) Compute the characteristic function of a Bernoulli(p) variable and read off its mean and variance.
Solution
φ(t)=E[eitX]=(1−p)e0+p eit=1−p+peit. Then φ′(t)=ip eit, so φ′(0)=ip and E[X]=p. Next φ″(t)=i2p eit=−peit, so φ″(0)=−p and E[X2]=p. Variance = p−p2=p(1−p). - (A) A variable has φ(t)=e−t2/2. Find its mean and variance.
Solution
φ′(t)=−t e−t2/2, so φ′(0)=0 giving E[X]=0/i=0. φ″(t)=(t2−1)e−t2/2, so φ″(0)=−1 and E[X2]=−1/i2=1. Hence mean 0, variance 1−0=1: this is the standard normal. - (B) Let X be exponential with rate λ, density λe−λx on x≥0. Show φ(t)=λ/(λ−it) and use it to get E[X] and E[X2].
Solution
φ(t)=∫0∞ eitxλe−λxdx=λ∫0∞e−(λ−it)xdx=λ/(λ−it). Write φ(t)=λ(λ−it)−1. Then φ′(t)=λ·i(λ−it)−2, so φ′(0)=iλ/λ2=i/λ and E[X]=1/λ. Next φ″(t)=λ·2i2(λ−it)−3=−2λ(λ−it)−3, so φ″(0)=−2λ/λ3=−2/λ2, giving E[X2]=−(−2/λ2)=2/λ2. Variance =2/λ2−1/λ2=1/λ2. - (B) If X1,…,Xn are i.i.d. with characteristic function φ and mean μ, variance σ2, find the characteristic function of the standardised sum Zn=(Sn−nμ)/(σ√n) and its n→∞ limit.
Solution
Let Yi=(Xi−μ)/(σ√n), so Zn=∑Yi. Each Yi has mean 0 and variance 1/n. By factorisation φZn(t)=[ψ(t/(σ√n))]n where ψ is the characteristic function of X−μ. Taylor to second order: ψ(s)=1+i·0·s−½σ2s2+o(s2). So ψ(t/(σ√n))=1−t2/(2n)+o(1/n), and [1−t2/(2n)+o(1/n)]n→e−t2/2. The limit is the standard-normal characteristic function; by Lévy continuity, Zn→N(0,1) in distribution — the Central Limit Theorem. - (C) The Cauchy law has φ(t)=e−|t|. Show it is stable: the average of n i.i.d. Cauchy variables is again Cauchy with the same law. Comment on why the moment-generation rule cannot be applied.
Solution
For Sn=X1+…+Xn, factorisation gives φSn(t)=(e−|t|)n=e−n|t|. The sample mean Mn=Sn/n has φMn(t)=φSn(t/n)=e−n|t/n|=e−|t|, identical to a single Cauchy. So averaging does not concentrate — the mean of n Cauchy variables has exactly the same spread as one. The moment rule fails because φ(t)=e−|t| has a corner at t=0 (left derivative +1, right derivative −1): it is not differentiable there, reflecting E[|X|]=∞. There is no finite mean to generate, which is also why the Law of Large Numbers and CLT both fail for Cauchy.