📚 A-Level Maths Jun 18 Pure & Statistics Question Paper Review | A-Level 数学 2018年6月纯数与统计卷题型解析
This article provides a detailed breakdown of the key question types found in a typical A-Level Mathematics Paper 1: Pure and Statistics, based on the June 2018 exam series. We will analyse representative problems from both the pure and applied sections, highlighting essential concepts, common pitfalls, and effective solving strategies. Whether you are revising for OCR, AQA or Edexcel specifications, the skills covered here are fundamental to mastering the pure and statistics components of A-Level Maths.
本文深度解析一份具有代表性的 A-Level 数学试卷——2018 年 6 月纯数与统计卷的典型题型。我们从纯数学和应用统计两大板块中挑选出最具代表性的问题,逐一讲解核心概念、常见陷阱与高效解题策略。无论你参加的是 OCR、AQA 还是 Edexcel 考试局,文中涉及的能力对于攻克 A-Level 数学纯数与统计部分都至关重要。
1. Polynomials and Remainder Theorem | 多项式与余数定理
A common pure question involves applying the Remainder and Factor Theorems to determine unknown coefficients in a polynomial. For example: Given f(x) = 2x³ − x² + ax + b, the remainder is 5 when divided by (x − 2) and −4 when divided by (x + 1). Find a and b.
纯数部分常见的一类题型是利用余数定理和因式定理求多项式中的未知系数。例如:已知 f(x) = 2x³ − x² + ax + b,当除以 (x − 2) 时余数为 5,除以 (x + 1) 时余数为 −4,求 a 和 b。
By the Remainder Theorem, f(2) = 5 ⇒ 2(8) − 4 + 2a + b = 5 → 12 + 2a + b = 5 ⇒ 2a + b = −7. Also f(−1) = −4 ⇒ 2(−1) − 1 − a + b = −4 → −3 − a + b = −4 ⇒ −a + b = −1. Solving the simultaneous equations 2a + b = −7 and −a + b = −1 gives a = −2, b = −3. Always verify by substituting back into f(x).
根据余数定理,f(2) = 5 ⇒ 2(8) − 4 + 2a + b = 5 → 12 + 2a + b = 5 ⇒ 2a + b = −7。同时 f(−1) = −4 ⇒ 2(−1) − 1 − a + b = −4 → −3 − a + b = −4 ⇒ −a + b = −1。解方程组 2a + b = −7 和 −a + b = −1,得 a = −2, b = −3。最后务必代回原式验证。
2. Trigonometric Equations in a Given Interval | 给定区间内的三角方程
A standard pure question asks to solve 2 sin² θ − cos θ = 1 for 0° ≤ θ ≤ 360°. Start by using the identity sin² θ ≡ 1 − cos² θ to express the equation entirely in terms of cos θ: 2(1 − cos² θ) − cos θ = 1 → 2 − 2 cos² θ − cos θ = 1 → 2 cos² θ + cos θ − 1 = 0.
纯数经常考查在指定区间内解三角方程,例如在 0° ≤ θ ≤ 360° 范围内求解 2 sin² θ − cos θ = 1。首先利用恒等式 sin² θ ≡ 1 − cos² θ,将方程全部换为 cos θ:2(1 − cos² θ) − cos θ = 1 → 2 − 2 cos² θ − cos θ = 1 → 2 cos² θ + cos θ − 1 = 0。
This is a quadratic in cos θ. Factorise: (2 cos θ − 1)(cos θ + 1) = 0 → cos θ = ½ or cos θ = −1. For cos θ = ½, θ = 60°, 300°. For cos θ = −1, θ = 180°. Hence the solution set is θ = 60°, 180°, 300°. Always sketch the cosine graph to avoid missing solutions.
这是关于 cos θ 的二次方程。因式分解得 (2 cos θ − 1)(cos θ + 1) = 0 → cos θ = ½ 或 cos θ = −1。对于 cos θ = ½,θ = 60°, 300°;对于 cos θ = −1,θ = 180°。因此解集为 θ = 60°, 180°, 300°。始终画出余弦草图,避免漏解。
3. Differentiation and Stationary Points | 微分与驻点
Typical pure problem: Find the coordinates and nature of the stationary point on the curve y = x³ − 3x² + 2. Differentiate: dy/dx = 3x² − 6x. Set dy/dx = 0 → 3x(x − 2) = 0 → x = 0 or x = 2. Compute the second derivative: d²y/dx² = 6x − 6. At x = 0, d²y/dx² = −6 (< 0) → maximum; at x = 2, d²y/dx² = 6 (> 0) → minimum. Obtain y-coordinates: y(0) = 2 → (0, 2) is a maximum; y(2) = 8 − 12 + 2 = −2 → (2, −2) is a minimum.
经典的纯数题:求曲线 y = x³ − 3x² + 2 的驻点坐标并判断其性质。求导得 dy/dx = 3x² − 6x。令 dy/dx = 0 → 3x(x − 2) = 0 → x = 0 或 x = 2。计算二阶导数:d²y/dx² = 6x − 6。x = 0 时 d²y/dx² = −6 (< 0) → 极大点;x = 2 时 d²y/dx² = 6 (> 0) → 极小点。再求 y 坐标:y(0) = 2 → (0, 2) 为极大点;y(2) = 8 − 12 + 2 = −2 → (2, −2) 为极小点。
Candidates should be able to distinguish between maximum and minimum using either the second derivative or a sign test on the first derivative. The question also often asks for the coordinates of the point of inflection, where d²y/dx² = 0 and the concavity changes. For this cubic, solving 6x − 6 = 0 gives x = 1, y = 0; the curve changes concavity there.
考生应能运用二阶导数或一阶导数的符号变化区分极大与极小值。题目还常要求给出拐点坐标,即二阶导数为零且凹凸性改变的位置。对此三次曲线,解 6x − 6 = 0 得 x = 1,y = 0,曲线在该点凹凸性改变。
4. Integration and Area Under a Curve | 积分与曲线下方面积
Integration problems often involve finding the area bounded by a curve and the x-axis. For f(x) = 4x − x², find the area enclosed between the curve and the x-axis from x = 0 to x = 4. The definite integral is ∫₀⁴ (4x − x²) dx = [2x² − x³/3]₀⁴ = (2×16 − 64/3) − 0 = 32 − 64/3 = 32/3 square units. Always check if the curve crosses the x-axis within the interval; here roots are x = 0 and x = 4, so the area is entirely above the axis.
积分题常涉及求曲线与 x 轴所围面积。对于 f(x) = 4x − x²,求从 x = 0 到 x = 4 之间曲线与 x 轴围成的面积。定积分为 ∫₀⁴ (4x − x²) dx = [2x² − x³/3]₀⁴ = (2×16 − 64/3) − 0 = 32 − 64/3 = 32/3 平方单位。务必检查区间内曲线是否穿过 x 轴;本题零点为 x = 0 和 x = 4,故面积完全在 x 轴上方。
If the curve goes below the x-axis, the definite integral would give a negative contribution. In such cases you must split the area into parts where f(x) ≥ 0 and f(x) ≤ 0, taking absolute values of the negative integrals. The June 2018 paper frequently tests this concept alongside parametric integration or area between two curves.
若曲线延伸到 x 轴下方,定积分会给出负值。此时必须将区域按 f(x) ≥ 0 和 f(x) ≤ 0 分段,并对负积分取绝对值。2018 年 6 月的试卷常将此概念与参数积分或两曲线之间的面积结合考查。
5. Binomial Expansion and Validity | 二项式展开与有效性
A classic pure question: Expand (1 + 3x)^(1/3) up to and including the x³ term, and state the set of values of x for which the expansion is valid. Using the binomial theorem: (1 + u)^(1/3) = 1 + (1/3)u + (1/3)(-2/3)/2! u² + (1/3)(-2/3)(-5/3)/3! u³ + … with u = 3x. Simplify: 1 + x − x² + (5/3)x³ + … The expansion is valid when |3x| < 1 → |x| < 1/3.
经典纯数题:展开 (1 + 3x)^(1/3) 直到含 x³ 项,并指明展开式有效的 x 取值范围。利用二项式定理:(1 + u)^(1/3) = 1 + (1/3)u + (1/3)(-2/3)/2! u² + (1/3)(-2/3)(-5/3)/3! u³ + …,代入 u = 3x。化简得:1 + x − x² + (5/3)x³ + …。展开有效的条件是 |3x| < 1 → |x| < 1/3。
In the exam, a follow-up part often asks to estimate a value like ∛(1.03) by substituting x = 0.01. Then approximate ∛(1.03) ≈ 1 + 0.01 − 0.0001 + 0.00000167 ≈ 1.00990167. Always use the same number of significant figures or decimal places as requested.
考试中常接续要求估算 ∛(1.03),代入 x = 0.01。此时 ∛(1.03) ≈ 1 + 0.01 − 0.0001 + 0.00000167 ≈ 1.00990167。务必按题目要求保留相应小数位数或有效数字。
6. Logarithms and Exponential Models | 对数与指数模型
Pure questions frequently involve exponential growth or decay, such as P = P₀ e^(kt). Given P = 500 at t = 2 and P = 800 at t = 5, find P₀ and k. Taking natural logs: ln 500 = ln P₀ + 2k, ln 800 = ln P₀ + 5k. Subtract: ln 800 − ln 500 = 3k → k = (1/3) ln(800/500) = (1/3) ln(1.6). Then ln P₀ = ln 500 − 2k, giving P₀ ≈ 353.6. You may also need to solve equations like 2^(2x+1) = 3^(x) by taking logs on both sides.
纯数常考指数增长或衰减模型,如 P = P₀ e^(kt)。已知 t = 2 时 P = 500,t = 5 时 P = 800,求 P₀ 和 k。取自然对数:ln 500 = ln P₀ + 2k,ln 800 = ln P₀ + 5k。相减得 ln 800 − ln 500 = 3k → k = (1/3) ln(800/500) = (1/3) ln(1.6)。然后 ln P₀ = ln 500 − 2k,得 P₀ ≈ 353.6。还可能需要求解形如 2^(2x+1) = 3^(x) 的方程,通过两边取对数解决。
For 2^(2x+1) = 3^x, take ln: (2x+1) ln 2 = x ln 3 → 2x ln 2 − x ln 3 = −ln 2 → x(2 ln 2 − ln 3) = −ln 2 → x = −ln 2 / (ln 4 − ln 3). Simplify using log laws: x = −ln 2 / ln(4/3) ≈ −1.71. Always check the answer satisfies the original equation.
对于 2^(2x+1) = 3^x,取自然对数:(2x+1) ln 2 = x ln 3 → 2x ln 2 − x ln 3 = −ln 2 → x(2 ln 2 − ln 3) = −ln 2 → x = −ln 2 / (ln 4 − ln 3)。利用对数法则化简:x = −ln 2 / ln(4/3) ≈ −1.71。务必代回原方程验证。
7. Statistical Sampling and Data Collection | 统计抽样与数据收集
The statistics section often begins with questions on sampling methods. For instance, a question describes a population of 1200 students stratified by year group (Year 12 and Year 13) and asks for the number from each group in a stratified sample of 150. If there are 500 Year 12 and 700 Year 13 students, the sample should contain (500/1200)×150 = 62.5 → 63 Year 12 and (700/1200)×150 = 87.5 → 88 Year 13 students, noting rounding to whole numbers. Always justify why stratified sampling is appropriate—it ensures proportional representation of each stratum.
统计部分的常见起点是抽样方法。例如,某题描述一个包含 1200 名学生的总体,按年级(Year 12 和 Year 13)分层,要求计算在容量为 150 的分层抽样中各层应抽取的人数。若 Year 12 有 500 人、Year 13 有 700 人,则样本中应有 (500/1200)×150 = 62.5 → 63 名 Year 12 学生,(700/1200)×150 = 87.5 → 88 名 Year 13 学生,注意四舍五入到整数。务必说明分层抽样合理的原因——它能确保每一层的比例代表性。
Other sampling methods tested include simple random sampling, systematic sampling, and quota sampling. Candidates need to know the advantages and disadvantages, and how to implement them practically, often using random number tables or a calculator’s random number function.
其他常考的抽样方法包括简单随机抽样、系统抽样和配额抽样。考生必须掌握各自的优缺点,以及实际操作方式,例如使用随机数表或计算器的随机数功能。
8. Probability Distributions and Binomial | 概率分布与二项分布
A typical statistics question defines a random variable X ~ B(n, p). For example: A biased coin has P(Head) = 0.3; it is tossed 10 times. Find P(X = 4) and P(X ≥ 8). Using the binomial probability formula P(X = r) = C(10, r) (0.3)^r (0.7)^(10−r). So P(X = 4) = C(10,4) (0.3)⁴ (0.7)⁶ = 210 × 0.0081 × 0.117649 ≈ 0.2001. For P(X ≥ 8) = P(8) + P(9) + P(10). Using cumulative tables or calculation: P(8) ≈ 0.00145, P(9) ≈ 0.000138, P(10) ≈ 0.0000059, sum ≈ 0.00159.
经典统计题定义随机变量 X ~ B(n, p)。例如:一枚不均匀硬币正面概率为 0.3,投掷 10 次。求 P(X = 4) 和 P(X ≥ 8)。使用二项概率公式 P(X = r) = C(10, r) (0.3)^r (0.7)^(10−r)。因此 P(X = 4) = C(10,4) (0.3)⁴ (0.7)⁶ = 210 × 0.0081 × 0.117649 ≈ 0.2001。对于 P(X ≥ 8) = P(8) + P(9) + P(10),查阅累积表格或计算:P(8) ≈ 0.00145,P(9) ≈ 0.000138,P(10) ≈ 0.0000059,总和约 0.00159。
A related question might require the use of the normal approximation to the binomial where np > 5 and nq > 5. Continuity correction must be applied. For instance, approximate P(X ≥ 8) when n = 100, p = 0.3 using N(μ = np = 30, σ² = npq = 21). Then P(X ≥ 8) with continuity correction: P(X > 7.5) = P(Z > (7.5 − 30)/√21) ≈ P(Z > −4.92) ≈ 1.
相关题型可能要求对二项分布进行正态近似,条件是 np > 5 且 nq > 5,并使用连续性修正。例如,n = 100, p = 0.3,近似 P(X ≥ 8),使用 N(30, 21)。经连续性修正后 P(X ≥ 8) = P(X > 7.5) = P(Z > (7.5−30)/√21) ≈ P(Z > −4.92) ≈ 1。
9. Hypothesis Testing Using Binomial | 基于二项分布的假设检验
A common statistics question: A manufacturer claims that at least 90% of his bulbs last over 1000 hours. A consumer group tests 20 bulbs and finds 16 that last over 1000 hours. Test the manufacturer’s claim at the 5% significance level. Let p be the proportion lasting over 1000 hours. H₀: p = 0.9, H₁: p < 0.9. Under H₀, X ~ B(20, 0.9). We observe X = 16. Find P(X ≤ 16): using tables, P(X ≤ 16) = 1 − P(X ≥ 17) ≈ 1 − 0.8670 = 0.133. Since 0.133 > 0.05, we do not reject H₀. There is insufficient evidence to contradict the manufacturer’s claim.
统计常考假设检验:某制造商声称至少 90% 的灯泡寿命超过 1000 小时。消费者组织测试 20 个灯泡,发现有 16 个超过 1000 小时。在 5% 显著性水平下检验制造商声明。设 p 为寿命超过 1000 小时的比例。H₀: p = 0.9,H₁: p < 0.9。在 H₀ 下,X ~ B(20, 0.9)。观测值 X = 16。求 P(X ≤ 16):查表得 P(X ≤ 16) = 1 − P(X ≥ 17) ≈ 1 − 0.8670 = 0.133。因 0.133 > 0.05,不拒绝 H₀。没有足够证据反驳制造商的声明。
Always define the test statistic, state the rejection region or p-value approach, and interpret the conclusion in context. The critical region for a one-tailed test at 5% would be X ≤ 15 because P(X ≤ 15) = 0.0432 < 0.05. Since 16 is not in the critical region, the decision matches.
务必定义检验统计量,说明拒绝域或 p 值方法,并结合背景解释结论。对于 5% 显著性水平的单尾检验,临界区域为 X ≤ 15,因为 P(X ≤ 15) = 0.0432 < 0.05。观测值 16 不在临界区域内,结论一致。
10. Correlation and Regression Analysis | 相关与回归分析
The final pure-statistics question often involves bivariate data. Given a table of x and y values, calculate the product moment correlation coefficient (PMCC) and the equation of the regression line. For example, using summary statistics: n = 8, Σx = 40, Σy = 80, Σx² = 240, Σy² = 900, Σxy = 490. PMCC = [nΣxy − (Σx)(Σy)] / √{[nΣx² − (Σx)²][nΣy² − (Σy)²]} = (8×490 − 40×80) / √[(8×240 − 40²)(8×900 − 80²)] = (3920 − 3200) / √[(1920 − 1600)(7200 − 6400)] = 720 / √(320 × 800) = 720 / √256000 = 720 / 505.96 ≈ 1.423? Wait, PMCC must be between −1 and 1; let me correct the numbers: using realistic values, say Σx = 40, Σy = 80, Σx² = 240, Σy² = 900, Σxy = 480. Then PMCC = (8×480 − 40×80) / √[(1920 − 1600)(7200 − 6400)] = (3840 − 3200) / √(320 × 800) = 640 / √256000 = 640 / 505.96 = 1.265 → impossible. Use proper data: I will just describe the method without numerical inaccuracies. Better to give a generic solved example: Use Σx = 32, Σy = 48, Σx² = 182, Σy² = 344, Σxy = 234, n = 8. Then PMCC = [8×234 − 32×48] / √[(8×182 − 32²)(8×344 − 48²)] = (1872 − 1536) / √[(1456 − 1024)(2752 − 2304)] = 336 / √(432 × 448) = 336 / √193536 = 336 / 439.93 ≈ 0.763. This is plausible.
最后的纯统计综合题常涉及双变量数据。给出 x 和 y 值表格,要求计算积矩相关系数 (PMCC) 和回归线方程。例如使用汇总统计量:n = 8, Σx = 32, Σy = 48, Σx² = 182, Σy² = 344, Σxy = 234。PMCC = [8×234 − 32×48] / √[(8×182 − 32²)(8×344 − 48²)] = (1872 − 1536) / √[(1456 − 1024)(2752 − 2304)] = 336 / √(432 × 448) = 336 / √193536 ≈ 0.763,表明有中等正相关。
Then calculate the equation of the regression line: y = a + bx, where b = S_xy / S_xx = (Σxy − Σx Σy / n) / (Σx² − (Σx)² / n) = (234 − (32×48)/8) / (182 − (32²)/8) = (234 − 192) / (182 − 128) = 42 / 54 = 0.7778. a = ȳ − b x̄ = (48/8) − 0.7778×(32/8) = 6 − 0.7778×4 = 6 − 3.1112 = 2.8888. So the regression line is y = 2.89 + 0.778x (to 3 s.f.). Use this to predict y for a given x, but only if the data shows a linear relationship and the pmcc is sufficiently close to ±1.
接着计算回归线方程 y = a + bx,其中 b = S_xy / S_xx = (Σxy − Σx Σy / n) / (Σx² − (Σx)² / n) = (234 − 192) / (182 − 128) = 42 / 54 = 0.7778。a = ȳ − b x̄ = 6 − 0.7778×4 = 2.8888。回归线为 y = 2.89 + 0.778x(保留三位有效数字)。可用于给定 x 预测 y,但前提是数据呈线性关系且 pmcc 足够接近 ±1。
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导