📚 Continuous Uniform Distribution: Core Concepts | 连续均匀分布核心知识点
The continuous uniform distribution is one of the simplest yet most fundamental probability distributions in A-Level Further Mathematics. It describes a random variable that is equally likely to take any value within a specified interval. This article covers its probability density function, cumulative distribution function, mean and variance, as well as typical exam-style problems under the Edexcel specification.
连续均匀分布是 A-Level 进阶数学中最简单却最重要的概率分布之一。它描述了一个在指定区间内任意取值概率均等的随机变量。本文将系统讲解其概率密度函数、累积分布函数、均值与方差,并涵盖 Edexcel 考纲下的典型考试题型。
1. Definition and Probability Density Function | 定义与概率密度函数
A continuous random variable X is said to follow a continuous uniform distribution on the interval [a, b], written as X ~ U(a, b), if its probability density function (PDF) is constant over the entire interval and zero outside it.
若连续随机变量 X 在区间 [a, b] 上服从连续均匀分布,记作 X ~ U(a, b),则其概率密度函数(PDF)在整个区间内为常数,在区间外为零。
f(x) = 1 ⁄ (b − a) for a ≤ x ≤ b; f(x) = 0 otherwise
The constant value 1 ⁄ (b − a) ensures that the total area under the PDF curve equals 1, which is a necessary condition for any valid probability density function.
常数 1 ⁄ (b − a) 保证了 PDF 曲线下的总面积为 1,这是任何有效概率密度函数必须满足的条件。
- Support: The distribution is defined only on [a, b]; outside this interval, the PDF is zero.
- 支撑集: 该分布仅在 [a, b] 上有定义;在此区间之外,PDF 为零。
- Equal likelihood: Every sub-interval of equal length has the same probability, regardless of its position within [a, b].
- 等可能性: 长度相等的任意子区间具有相同的概率,与其在 [a, b] 中的位置无关。
2. Cumulative Distribution Function | 累积分布函数
The cumulative distribution function (CDF), denoted F(x) = P(X ≤ x), gives the probability that the random variable takes a value less than or equal to x. For a uniform distribution, the CDF increases linearly from 0 to 1 as x goes from a to b.
累积分布函数(CDF),记作 F(x) = P(X ≤ x),表示随机变量取值小于或等于 x 的概率。对于均匀分布,当 x 从 a 增加到 b 时,CDF 从 0 线性增加到 1。
F(x) = 0 for x < a; F(x) = (x − a) ⁄ (b − a) for a ≤ x ≤ b; F(x) = 1 for x > b
This linear form makes the uniform distribution particularly easy to work with: probabilities can be computed simply by calculating the proportion of the interval covered.
这种线性形式使得均匀分布特别易于处理:概率计算可以简化为求区间覆盖的比例。
- P(c ≤ X ≤ d) = (d − c) ⁄ (b − a) for a ≤ c ≤ d ≤ b.
- P(c ≤ X ≤ d) = (d − c) ⁄ (b − a),其中 a ≤ c ≤ d ≤ b。
- The CDF is continuous and differentiable everywhere except at x = a and x = b.
- CDF 在整个实数域上连续,且除 x = a 和 x = b 两点外处处可导。
3. Expected Value (Mean) | 期望值(均值)
The expected value, or mean, of a continuous uniform distribution is simply the midpoint of the interval [a, b]. This makes intuitive sense: since all values are equally likely, the average outcome must be the centre of the interval.
连续均匀分布的期望值(均值)恰好是区间 [a, b] 的中点。这在直观上十分合理:既然所有取值等可能,平均结果必然是区间的中心。
E(X) = (a + b) ⁄ 2
To derive this, we use the definition of expectation for a continuous random variable:
为推导该结果,我们使用连续随机变量期望的定义:
E(X) = ∫ₐᵇ x · [1 ⁄ (b − a)] dx = [x² ⁄ (2(b − a))]ₐᵇ = (b² − a²) ⁄ (2(b − a)) = (a + b) ⁄ 2
This result is frequently tested directly in Edexcel exams, often requiring candidates to recall the formula rather than derive it from first principles.
这一结果在 Edexcel 考试中经常直接考查,通常要求学生直接忆公式而非从头推导。
4. Variance and Standard Deviation | 方差与标准差
The variance measures the spread of the distribution around the mean. For a uniform distribution U(a, b), the variance depends only on the length of the interval.
方差衡量分布围绕均值的离散程度。对于均匀分布 U(a, b),方差仅取决于区间的长度。
Var(X) = (b − a)² ⁄ 12
Standard deviation: σ = (b − a) ⁄ (2√3)
The derivation uses the formula E(X²) = ∫ₐᵇ x² ⁄ (b − a) dx, which gives:
推导过程使用公式 E(X²) = ∫ₐᵇ x² ⁄ (b − a) dx,可得:
E(X²) = (b³ − a³) ⁄ (3(b − a)) = (a² + ab + b²) ⁄ 3
Var(X) = E(X²) − [E(X)]² = (a² + ab + b²) ⁄ 3 − (a + b)² ⁄ 4 = (b − a)² ⁄ 12
- The variance is proportional to the square of the interval length: doubling the length multiplies the variance by 4.
- 方差与区间长度的平方成正比:区间长度加倍,方差变为原来的 4 倍。
- The standard deviation is a linear measure of spread, useful for interpreting probability intervals.
- 标准差是离散程度的线性度量,便于解释概率区间。
5. Median and Quartiles | 中位数与四分位数
Due to the symmetry of the uniform distribution, the median is equal to the mean. Similarly, the lower and upper quartiles divide the interval into four equal parts.
由于均匀分布的对称性,中位数等于均值。类似地,下四分位数和上四分位数将区间四等分。
Median = Q₂ = (a + b) ⁄ 2
Q₁ = a + (b − a) ⁄ 4 = (3a + b) ⁄ 4
Q₃ = a + 3(b − a) ⁄ 4 = (a + 3b) ⁄ 4
These are obtained by solving F(x) = 0.25, F(x) = 0.5, and F(x) = 0.75 respectively. For the uniform distribution, since the CDF is linear, each quartile is simply a point one-quarter, one-half, or three-quarters of the way along the interval.
这些值分别通过解 F(x) = 0.25、F(x) = 0.5 和 F(x) = 0.75 得到。对于均匀分布,由于 CDF 是线性的,每个四分位数就是区间长度上的四分之一、二分之一或四分之三位置处。
6. Probability Calculations on Sub-intervals | 子区间上的概率计算
The most common exam question type involves calculating the probability that X lies within a given sub-interval. The key insight is that probability equals the ratio of the sub-interval length to the total interval length.
最常见的考试题型是计算 X 落在给定子区间内的概率。核心思想是:概率等于子区间长度与总区间长度之比。
P(c ≤ X ≤ d) = (d − c) ⁄ (b − a)
Three typical scenarios appear in exams:
考试中通常出现三种典型情形:
- Fully inside the interval: If a ≤ c < d ≤ b, use the formula directly.
- 完全位于区间内: 若 a ≤ c < d ≤ b,直接使用公式。
- Partially outside: If c < a or d > b, truncate to the intersection with [a, b].
- 部分超出区间: 若 c < a 或 d > b,需截断至与 [a, b] 的交集。
- One-sided probability: P(X ≤ k) = (k − a) ⁄ (b − a) for a ≤ k ≤ b.
- 单侧概率: 若 a ≤ k ≤ b,则 P(X ≤ k) = (k − a) ⁄ (b − a)。
7. Inverse CDF and Percentile Calculations | 逆 CDF 与百分位数计算
Given a probability p, the corresponding percentile xₚ is found by solving F(xₚ) = p. For the uniform distribution, this gives a simple linear expression.
给定概率 p,对应的百分位数 xₚ 可通过解 F(xₚ) = p 求得。对于均匀分布,这给出一个简单的线性表达式。
xₚ = a + p(b − a)
For example, the 90th percentile of U(2, 10) is x₀.₉ = 2 + 0.9 × 8 = 9.2. This inverse CDF calculation is often required in Edexcel exam questions that ask for “the value of x such that P(X ≤ x) = 0.9” or similar.
例如,U(2, 10) 的第 90 百分位数为 x₀.₉ = 2 + 0.9 × 8 = 9.2。这种逆 CDF 计算常出现在 Edexcel 考试中,如”求 x 使得 P(X ≤ x) = 0.9″之类的题目。
| Probability p | Percentile xₚ | Example for U(2, 10) |
| 0.25 | x₀.₂₅ = a + 0.25(b − a) | 4 |
| 0.5 | x₀.₅ = a + 0.5(b − a) | 6 |
| 0.9 | x₀.₉ = a + 0.9(b − a) | 9.2 |
8. Relationship with Other Distributions | 与其他分布的关系
The uniform distribution serves as a building block for many other distributions. In the context of A-Level Further Mathematics, three connections are particularly important.
均匀分布是许多其他分布的基础构件。在 A-Level 进阶数学背景下,有三个联系尤为重要。
- Exponential distribution: If U ~ U(0, 1), then X = −(1 ⁄ λ) ln(U) follows an exponential distribution with parameter λ. This is the inverse transform method.
- 指数分布: 若 U ~ U(0, 1),则 X = −(1 ⁄ λ) ln(U) 服从参数为 λ 的指数分布。这就是逆变换法。
- Rectangular approximation: The sum of two independent U(0, 1) variables gives a triangular distribution on [0, 2].
- 矩形近似: 两个独立 U(0, 1) 变量之和在 [0, 2] 上给出三角分布。
- Normal approximation: By the Central Limit Theorem, the sum of many independent uniform variables is approximately normal.
- 正态近似: 根据中心极限定理,大量独立均匀变量之和近似服从正态分布。
9. Worked Example 1: Basic Probability and Expectation | 例题一:基础概率与期望
Question: A random variable X follows U(3, 15). Find: (a) P(5 ≤ X ≤ 10), (b) E(X), (c) Var(X), (d) the value of k such that P(X ≤ k) = 0.75.
题目: 随机变量 X 服从 U(3, 15)。求:(a) P(5 ≤ X ≤ 10),(b) E(X),(c) Var(X),(d) 满足 P(X ≤ k) = 0.75 的 k 值。
Solution:
解答:
(a) P(5 ≤ X ≤ 10) = (10 − 5) ⁄ (15 − 3) = 5 ⁄ 12 ≈ 0.4167
(b) E(X) = (3 + 15) ⁄ 2 = 9
(c) Var(X) = (15 − 3)² ⁄ 12 = 144 ⁄ 12 = 12
(d) k = 3 + 0.75 × (15 − 3) = 3 + 9 = 12
This example demonstrates the direct application of all four core formulas. In the Edexcel exam, such a question would typically carry 4–6 marks.
本例题展示了四个核心公式的直接应用。在 Edexcel 考试中,此类问题通常占 4–6 分。
10. Worked Example 2: Conditional Probability | 例题二:条件概率
Question: Let X ~ U(0, 20). Given that X > 8, find the probability that X > 14.
题目: 设 X ~ U(0, 20)。已知 X > 8,求 X > 14 的概率。
Solution: Using the conditional probability formula:
解答: 使用条件概率公式:
P(X > 14 | X > 8) = P(X > 14) ⁄ P(X > 8) = (6 ⁄ 20) ⁄ (12 ⁄ 20) = 6 ⁄ 12 = 0.5
Alternatively, note that the conditional distribution of X given X > 8 is uniform on (8, 20), so the required probability is simply (20 − 14) ⁄ (20 − 8) = 6 ⁄ 12 = 0.5.
另一种方法:在 X > 8 的条件下,X 的条件分布为 (8, 20) 上的均匀分布,因此所求概率为 (20 − 14) ⁄ (20 − 8) = 6 ⁄ 12 = 0.5。
This “memoryless-like” rescaling property is unique to the uniform distribution within the continuous distributions covered in Further Mathematics, though it differs from the exponential distribution’s memorylessness.
这种重标定性质在进阶数学所涉及的连续分布中是均匀分布独有的,尽管它与指数分布的无记忆性有所不同。
11. Common Exam Pitfalls | 常见考试误区
Students frequently lose marks on uniform distribution questions due to a few recurring mistakes. Being aware of these pitfalls can significantly improve exam performance.
学生在均匀分布题目上失分通常源于几个反复出现的错误。了解这些误区可以显著提高考试成绩。
- Forgetting the interval bounds: Always verify that the values c and d lie within [a, b]. If c < a, use a instead of c.
- 忘记区间界限: 始终验证 c 和 d 是否位于 [a, b] 内。若 c < a,应以 a 代替 c。
- Confusing discrete and continuous uniform: In the discrete case, probabilities are 1 ⁄ n for each outcome; in the continuous case, individual point probabilities are all zero.
- 混淆离散与连续均匀分布: 离散情形下每个结果概率为 1 ⁄ n;连续情形下任意单点概率为零。
- Using the wrong variance formula: The variance is (b − a)² ⁄ 12, not (b − a)² ⁄ 4. The latter appears in some formulas for the range of a sample, not for a single observation.
- 使用错误的方差公式: 方差是 (b − a)² ⁄ 12,而不是 (b − a)² ⁄ 4。后者出现在样本极差的公式中,而非单个观测值。
- Misinterpreting P(X ≤ x) vs P(X < x): For continuous distributions, these are equal because P(X = x) = 0.
- 混淆 P(X ≤ x) 与 P(X < x): 对于连续分布,二者相等,因为 P(X = x) = 0。
12. Exam Strategy and Revision Summary | 考试策略与复习总结
For Edexcel A-Level Further Mathematics, uniform distribution questions typically appear in Statistics Paper 2 (or equivalent depending on your pathway). They are often combined with other topics such as transformations of variables or hypothesis testing.
在 Edexcel A-Level 进阶数学中,均匀分布题目通常出现在统计学试卷(具体取决于所选路径),并常与变量变换或假设检验等主题结合考查。
| Property | Formula | Memory Aid |
| f(x) = 1 ⁄ (b − a) | Constant on [a, b] | |
| CDF | F(x) = (x − a) ⁄ (b − a) | Linear from 0 to 1 |
| Mean | E(X) = (a + b) ⁄ 2 | Midpoint |
| Variance | Var(X) = (b − a)² ⁄ 12 | Length² over 12 |
| Quartiles | Q₁ = (3a + b) ⁄ 4, Q₃ = (a + 3b) ⁄ 4 | Quarter positions |
Recommended revision steps: first, memorise the four core formulas (PDF, CDF, mean, variance). Second, practise sub-interval probability calculations including truncated intervals. Third, work through past paper questions involving conditional probability and inverse CDF calculations. Finally, connect the uniform distribution to the exponential distribution through the inverse transform method, as this link is often tested in the later sections of the paper.
推荐复习步骤:首先,熟记四个核心公式(PDF、CDF、均值、方差)。其次,练习子区间概率计算,包括截断区间的情况。第三,完成涉及条件概率和逆 CDF 计算的往年真题。最后,通过逆变换法将均匀分布与指数分布联系起来,这一联系常出现在试卷后段题目中。
Published by TutorHao | A-Level Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导