📚 PDF资源导航

A-Level Maths Unit 5 January 2022 Paper Knowledge Guide | A-Level 数学 Unit 5 2022年1月试卷知识点精讲

📚 A-Level Maths Unit 5 January 2022 Paper Knowledge Guide | A-Level 数学 Unit 5 2022年1月试卷知识点精讲

The January 2022 Unit 5 paper for Edexcel International A-Level Mathematics (often WST02 Statistics 2) tests a range of advanced statistical concepts. This guide breaks down the key topics that appeared in that sitting, helping you master continuous random variables, Poisson approximations, normal approximations, and hypothesis testing. Whether you are revising for a mock or the final exam, understanding these core ideas will boost your confidence.

2022 年 1 月爱德思国际 A-Level 数学 Unit 5 试卷(通常为 WST02 统计 2)考查了一系列高级统计概念。这篇指南将拆解该次考试涉及的关键知识点,帮助你掌握连续随机变量、泊松近似、正态近似以及假设检验。无论你是在准备模拟考还是最终大考,理解这些核心内容都将增强你的信心。


1. Overview of Unit 5 and the Jan 2022 Paper | Unit 5 与 Jan 2022 试卷概览

Unit 5 Statistics 2 builds on the probability distributions from S1 and introduces continuous random variables, combinations of distributions, and more advanced hypothesis tests. The Jan 2022 paper was a balanced mix of theoretical work and applied problem-solving, with questions on Poisson approximations to binomial, normal approximations with continuity corrections, and finding unknown parameters in probability density functions.

Unit 5 统计 2 在 S1 的概率分布基础上引入连续随机变量、分布组合以及更高级的假设检验。2022 年 1 月的试卷均衡地结合了理论推导与应用解题,涉及二项分布的泊松近似、带连续性修正的正态近似,以及在概率密度函数中求未知参数。


2. Continuous Random Variables and PDFs | 连续随机变量与概率密度函数

A continuous random variable can take any value in a given interval. Its probability density function (PDF) f(x) must satisfy f(x) ≥ 0 for all x and the total area under the curve must equal 1: ∫ f(x) dx = 1 over the domain. To find the probability that X lies between a and b, compute P(a < X < b) = ∫ₐᵇ f(x) dx.

连续随机变量可以在给定区间内取任意值。其概率密度函数 f(x) 必须满足 f(x) ≥ 0 以及曲线下总面积为 1:即在定义域内 ∫ f(x) dx = 1。要求 X 落在 a 与 b 之间的概率,计算 P(a < X < b) = ∫ₐᵇ f(x) dx 即可。

The Jan 2022 paper often asked students to find unknown constants in a PDF by using the fact that the total area equals 1. For example, given f(x) = k(x² + 1) for 0 ≤ x ≤ 2, you would integrate from 0 to 2 and set the result to 1, then solve for k.

2022 年 1 月的试卷经常要求学生利用总面积等于 1 的性质求 PDF 中的未知常数。例如,已知 f(x) = k(x² + 1),0 ≤ x ≤ 2,需将其从 0 到 2 积分并令结果等于 1,进而解出 k。


3. Cumulative Distribution Functions | 累积分布函数

The cumulative distribution function (CDF) is defined as F(x) = P(X ≤ x) = ∫₋∞ˣ f(t) dt. For a continuous variable, F(x) is a non-decreasing function that approaches 0 as x → -∞ and 1 as x → +∞. The median m is found by solving F(m) = 0.5; the lower quartile Q₁ from F(Q₁) = 0.25 and the upper quartile Q₃ from F(Q₃) = 0.75.

累积分布函数定义为 F(x) = P(X ≤ x) = ∫₋∞ˣ f(t) dt。对于连续变量,F(x) 是非递减函数,当 x → -∞ 时趋于 0,当 x → +∞ 时趋于 1。中位数 m 通过解 F(m) = 0.5 求得;下四分位数 Q₁ 由 F(Q₁) = 0.25 确定,上四分位数 Q₃ 由 F(Q₃) = 0.75 确定。

Many students confuse P(X > a) with 1 − F(a). Remember that P(X > a) = 1 − P(X ≤ a) = 1 − F(a), while P(X ≥ a) = 1 − F(a) + P(X = a). For a continuous distribution, P(X = a) = 0, so the distinction disappears, but it is excellent practice to keep the CDF logic clear.

许多学生混淆 P(X > a) 与 1 − F(a)。请记住 P(X > a) = 1 − P(X ≤ a) = 1 − F(a),而 P(X ≥ a) = 1 − F(a) + P(X = a)。对于连续分布,P(X = a) = 0,因此两者没有区别,但理清 CDF 的逻辑仍是很好的习惯。


4. Mean, Variance and Percentiles | 均值、方差与百分位数

The mean (expected value) of a continuous random variable X is given by E(X) = ∫ x f(x) dx over the domain. The variance is Var(X) = E(X²) − [E(X)]², where E(X²) = ∫ x² f(x) dx. Be careful with integration limits; use the support of the PDF.

连续随机变量 X 的均值(期望值)为 E(X) = ∫ x f(x) dx 在定义域上积分。方差为 Var(X) = E(X²) − [E(X)]²,其中 E(X²) = ∫ x² f(x) dx。注意积分上下限,需使用 PDF 的支持集。

The Jan 2022 paper included a question that required finding a percentile (e.g., the 90th percentile) from a CDF. This is done by solving F(p) = 0.90. Once you know the mean and variance, you can also calculate the standard deviation and comment on the spread of the distribution.

2022 年 1 月试卷有一道题目要求根据 CDF 求某一百分位数(如第 90 百分位数),即解方程 F(p) = 0.90。一旦求出均值与方差,还可计算标准差,并对分布的离散程度加以评述。


5. Poisson Distribution: Basics and Approximations | 泊松分布:基础与近似

The Poisson distribution, Po(λ), models the number of events occurring in a fixed interval of time or space. Its probability mass function is P(X = x) = e^(−λ) λˤ / x! for x = 0,1,2,… Here λ is both the mean and the variance. A key requirement is that events occur randomly and independently at a constant average rate.

泊松分布 Po(λ) 用来建模固定时间或空间间隔内发生的事件次数。其概率质量函数为 P(X = x) = e^(−λ) λˤ / x!,x = 0,1,2,… 其中 λ 既是均值也是方差。关键条件是事件随机独立发生且平均发生率恒定。

In the Jan 2022 exam, you might have seen a problem where the rate had to be scaled (e.g., from 2 per day to 10 per 5-day week). Simply multiply the original λ by the scaling factor. The Poisson distribution was also heavily tested through the approximation to the binomial distribution.

在 2022 年 1 月的考试中,可能会出现需要缩放比率的问题(例如从每天 2 次缩放为 5 天 10 次)。只需将原始 λ 乘以缩放因子即可。泊松分布也通过二项分布的近似得到了大量考查。


6. Binomial Distribution and Poisson Approximation | 二项分布及其泊松近似

When n is large and p is small, the binomial distribution B(n, p) can be approximated by the Poisson distribution with λ = np. The approximation is considered valid when n ≥ 50 and np ≤ 5 (or sometimes n ≥ 20 and p ≤ 0.1). The calculations in the Jan 2022 paper often required you to state the approximation, compute λ, and then use Poisson tables or the formula to find probabilities.

当 n 很大而 p 很小时,二项分布 B(n, p) 可用参数 λ = np 的泊松分布来近似。通常认为当 n ≥ 50 且 np ≤ 5(或有时 n ≥ 20 且 p ≤ 0.1)时近似有效。2022 年 1 月试卷中常要求考生说明近似、计算 λ,然后使用泊松分布表或公式求概率。

Always check the conditions before applying the approximation. If the question gives you B(100, 0.03), you can set λ = 100 × 0.03 = 3, and then find P(X ≤ 2) using Po(3). Don’t forget to interpret the result in the context of the problem.

在应用近似之前一定要验证条件。如果题目给出 B(100, 0.03),可设 λ = 100 × 0.03 = 3,然后用 Po(3) 求 P(X ≤ 2)。不要忘记结合题目情境解释结果。


7. Normal Approximation to Binomial and Poisson | 正态近似二项与泊松分布

The binomial distribution B(n, p) can be approximated by a normal distribution N(np, np(1−p)) when np ≥ 5 and n(1−p) ≥ 5. The Poisson distribution Po(λ) can be approximated by N(λ, λ) when λ ≥ 15. Because we are approximating a discrete distribution with a continuous one, a continuity correction is essential.

当 np ≥ 5 且 n(1−p) ≥ 5 时,二项分布 B(n, p) 可用正态分布 N(np, np(1−p)) 近似。当 λ ≥ 15 时,泊松分布 Po(λ) 可用 N(λ, λ) 近似。由于是用连续分布近似离散分布,因此连续性修正是必须的。

For example, for P(X ≤ 23) under a binomial, after continuity correction you use P(X < 23.5) under the normal. Many students lost marks in Jan 2022 by forgetting the ±0.5 adjustment. Also, standardise using z = (x − μ)/σ and refer to the standard normal table. Draw a diagram if it helps.

例如,对于二项分布下的 P(X ≤ 23),经连续性修正后应使用正态分布下的 P(X < 23.5)。在 2022 年 1 月的考试中不少学生因忘记 ±0.5 的调整而失分。此外,还需利用 z = (x − μ)/σ 标准化并查标准正态分布表。如需要可画图辅助理解。


8. Hypothesis Testing: Critical Regions and p-values | 假设检验:临界域与 p 值

Unit 5 introduces hypothesis testing for the parameter λ of a Poisson distribution and for p in a binomial distribution. You must learn to define null and alternative hypotheses (H₀: λ = λ₀, H₁: λ < λ₀ or λ > λ₀ or λ ≠ λ₀). The significance level α (often 5%) determines the critical region.

Unit 5 引入对泊松分布参数 λ 和二项分布 p 的假设检验。你需要学会定义原假设和备择假设(H₀: λ = λ₀,H₁: λ < λ₀ 或 λ > λ₀ 或 λ ≠ λ₀)。显著性水平 α(通常为 5%)决定了临界域。

The Jan 2022 paper expected you to find the critical value c such that P(X ≤ c) ≤ 0.05 for a lower-tail test, or P(X ≥ c) ≤ 0.05 for an upper-tail test, using distribution tables. The observed test statistic is then compared with the critical region. When using p-values, reject H₀ if the p-value is less than α.

2022 年 1 月的试卷要求找出临界值 c,使得在下尾检验中 P(X ≤ c) ≤ 0.05,或在上尾检验中 P(X ≥ c) ≤ 0.05,并利用分布表。然后将观察到的检验统计量与临界域进行比较。若使用 p 值法,则当 p 值小于 α 时拒绝 H₀。


9. Errors in Hypothesis Testing | 假设检验中的错误

A Type I error occurs when the null hypothesis is true but is rejected. The probability of this equals the significance level α. A Type II error occurs when the null hypothesis is false but is not rejected. The probability of a Type II error is denoted β, and 1 − β is called the power of the test. In Jan 2022, you may have been asked to calculate the probability of a Type II error for a specific alternative, requiring you to use the true distribution rather than the null distribution.

I 类错误发生在原假设为真却被拒绝时。其概率等于显著性水平 α。II 类错误发生在原假设为假却没有被拒绝时。II 类错误的概率记作 β,而 1 − β 称为检验的功效。在 2022 年 1 月,你可能需要计算特定备择假设下 II 类错误的概率,这就要求使用真实分布而非原假设分布。

To compute β, identify the acceptance region under H₀, then find the probability that the test statistic falls in that region under the true alternative. This is often a binomial or Poisson probability problem. Be precise with inequalities and the inclusion of the critical value itself.

计算 β 时,先确定 H₀ 下的接受域,然后求在真实备择假设下检验统计量落入该区域的概率。这通常是一个二项或泊松概率问题。注意不等号以及临界值本身的归属,务必精确。


10. Sampling Distributions and the Central Limit Theorem | 抽样分布与中心极限定理

The sampling distribution of the sample mean X̄ is fundamental. If the population is normal, X̄ ~ N(μ, σ²/n). Even if the population is not normal, the Central Limit Theorem (CLT) tells us that for a large sample size (usually n ≥ 30), X̄ is approximately normal. This allows you to conduct tests on a population mean when the population variance is known.

样本均值 X̄ 的抽样分布是基础内容。若总体服从正态分布,则 X̄ ~ N(μ, σ²/n)。即使总体不服从正态分布,中心极限定理告诉我们,对于大样本(通常 n ≥ 30),X̄ 近似服从正态分布。这样,当总体方差已知时便可对总体均值进行检验。

In the Jan 2022 paper, you may have seen questions combining the CLT with hypothesis testing for a mean. For example, test H₀: μ = 50 against H₁: μ ≠ 50 using sample data. You standardise the sample mean using z = (x̄ − μ) / (σ/√n) and compare with critical z-values.

在 2022 年 1 月的试卷中,你可能看到结合中心极限定理的均值检验题。例如,利用样本数据检验 H₀: μ = 50 与 H₁: μ ≠ 50。用 z = (x̄ − μ) / (σ/√n) 标准化样本均值,并与临界 z 值比较。


11. Jan 2022 Exam Tips and Common Pitfalls | Jan 2022 考试技巧与常见错误

Common mistakes in the Jan 2022 paper included misapplying continuity correction (e.g., using 23.5 for P(X ≥ 23) instead of 22.5), confusing the conditions for Poisson and normal approximations, and forgetting to adjust the parameters when time periods change. Also, students lost marks by not clearly writing null and alternative hypotheses, or by giving the conclusion without stating whether they reject H₀.

2022 年 1 月试卷的常见错误包括:误用连续性修正(如对 P(X ≥ 23) 用了 23.5 而非 22.5),混淆泊松近似与正态近似的条件,以及在时间段变化时忘记调整参数。此外,一些考生因未清晰写出原假设与备择假设,或仅给出结论而未说明是否拒绝 H₀ 而失分。

Always show your working when using tables; write down the probability statement before reading the value. For CDF questions, double-check that your integration limits match the defined piecewise function. Finally, manage time well – the Jan 2022 paper had longer, structured questions that required careful planning.

使用表格时务必展示解题过程;在读取数值前写出概率表达式。对于 CDF 类题目,反复检查积分限是否与定义的分段函数匹配。最后,合理分配时间——2022 年 1 月试卷包含较长的结构化试题,需要仔细规划。


12. Summary and Further Practice | 总结与拓展练习

Thorough revision of Unit 5 topics – continuous distributions, Poisson and normal approximations, hypothesis testing, and the CLT – will prepare you not only for the specific Jan 2022 paper but for the entire S2 syllabus. Work through past papers, identify the types of error you make repeatedly, and target those areas. Use the mark schemes to understand the level of detail expected in the exam.

透彻复习 Unit 5 的各专题——连续分布、泊松与正态近似、假设检验以及中心极限定理——不仅能为具体的 2022 年 1 月试卷做好准备,也能覆盖整个 S2 教学大纲。练习历年真题,找出反复出错的地方并针对性攻克。借助评分方案了解考试要求的详细程度。

With a clear understanding of the key concepts and a disciplined approach to problem-solving, you can achieve a high grade on the Unit 5 examination. Keep practicing integration for continuous random variables and become fluent with the statistical tables; these are tools you will rely on throughout the paper.

清晰理解关键概念并采用有条理的解题方法,你便能在 Unit 5 考试中取得高分。持续练习连续随机变量的积分,并熟练运用统计表;这些工具将贯穿整张试卷。

Published by TutorHao | A-Level Maths Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading