Skip to content

9231 · 4.5

Probability generating functions — common mistakes

Common exam mistakes on 9231 Probability generating functions. Learn what loses marks, then practise the topic with Examiner’s Ink.

Exam tip 1

Remember the key difference: derivatives at t=0t=0 give you probabilities, while derivatives at t=1t=1 give you moments (mean and variance). A very common mistake is to mix these up. Always double-check which value of tt you should be substituting.

Exam tip 2

When a question involves the sum of two or more independent random variables and asks for the resulting distribution, using PGFs is almost always the intended method. Calculate the PGF of the sum and then match it to the PGF of a standard distribution (Binomial, Poisson, etc.).

Why is it called a 'generating' function?

It is called a probability 'generating' function because the function, when written as a power series in tt, 'generates' the probabilities of the random variable as the coefficients of the terms t0,t1,t2,t^0, t^1, t^2, \dots.

Can I use PGFs for continuous random variables?

No, PGFs are specifically for discrete random variables that take non-negative integer values. The equivalent tool for continuous random variables is the Moment Generating Function (MGF), which is outside the scope of the A-Level Further Mathematics (9231) syllabus.

What's the most common mistake when using the variance formula?

The formula is Var(X)=GX(1)+GX(1)[GX(1)]2Var(X) = G_X''(1) + G_X'(1) - [G_X'(1)]^2. The most common mistake is forgetting the middle '+GX(1)+ G_X'(1)' term. A good way to remember the structure is to know that GX(1)=E(X(X1))G_X''(1) = E(X(X-1)). So the formula is equivalent to Var(X)=E(X(X1))+E(X)[E(X)]2Var(X) = E(X(X-1)) + E(X) - [E(X)]^2, which simplifies to the familiar E(X2)[E(X)]2E(X^2) - [E(X)]^2.