Skip to content

9231 · 4.5

Probability generating functions — FAQ

Frequently asked questions for 9231 Probability generating functions. Direct answers first, then deeper explanation — then practise with marking.

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.