How does a probability density function describe a continuous random variable, and how do we find probabilities from it?
Use probability density functions to find probabilities as areas, determine an unknown constant, and compute the mean and variance by integration
WACE Year 12 Mathematics Methods Unit 4 probability density functions: the validity conditions, probability as area, finding an unknown constant, the median, and mean and variance by integration, with worked SCSA-style examples.
✦ Generated by Claude Opus 4.8·8 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
SCSA Unit 4 introduces continuous random variables, where outcomes fill an interval rather than a list. This dot point asks you to verify a probability density function (pdf), find probabilities and an unknown constant, and compute the mean and variance by integration. It is examined in both sections, with the calculator-assumed section favouring integrals that need numerical evaluation and the calculator-free section favouring polynomial densities with exact answers.
Validity conditions
Because area over a single point is zero, P(X=a)=0 for any value a, so P(a≤X≤b)=P(a<X<b). The inequality endpoints do not change a continuous probability. The density f(x) is not itself a probability and can exceed 1; only areas under it represent probabilities. The support of the variable is the set of x where f(x)>0, and outside the support f is zero, contributing nothing to any integral. Always integrate only across the support.
Finding an unknown constant
If a pdf contains an unknown coefficient, the total-area condition determines it.
Mean and variance by integration
The discrete sums become integrals for a continuous variable.
Variance by integration
The variance uses the same idea with an extra factor of x2, then subtracts the square of the mean, exactly mirroring the discrete shortcut.
The median
The median m splits the area in half: ∫−∞mf(x)dx=0.5. For a symmetric pdf the median equals the mean, but for a skewed density such as the one above they differ, and each must be found from its own integral equation. To find the median of f(x)=91x2 on [0,3], solve 91⋅3m3=0.5, giving m3=13.5 and m≈2.38, which lies above the median position you might guess because the density is heaviest near x=3.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20227 marksCalculator-assumed. A continuous random variable X has probability density function f(x)=k(4−x) for 0≤x≤4 and zero otherwise. (a) Find k. (b) Find P(X≤1). (c) Find E(X).
Show worked answer →
A full pdf question.
(a) Total area 1: ∫04k(4−x)dx=k[4x−2x2]04=k(16−8)=8k=1, so k=81.