📚 AS AQA Mathematics June 2019 Paper Walkthrough | AQA AS数学2019年6月试卷全面解析
The June 2019 AQA AS Mathematics examination tested candidates across two papers: Paper 1 (Pure Mathematics) and Paper 2 (Statistics and Mechanics). This revision guide breaks down the core skills that were assessed, providing worked examples and targeted exam strategy to help you master every question type.
2019年6月的AQA AS数学考试包含两张试卷:卷1(纯数学)和卷2(统计与力学)。本复习指南将剖析该卷考查的核心技能,结合例题与应试策略,帮助您全面掌握每一类题型。
1. Paper Overview & Mark Scheme Structure | 试卷概览与评分结构
Paper 1 is a 2-hour pure mathematics paper worth 100 marks. It covers algebra, functions, coordinate geometry, sequences, trigonometry, exponentials, differentiation and integration. Paper 2 is 1 hour 15 minutes, worth 80 marks, split evenly between statistics questions and mechanics questions. All questions are compulsory, and calculators with an iterative function are permitted.
卷1为2小时纯数学试卷,满分100分,涵盖代数、函数、坐标几何、数列、三角、指数、微分和积分。卷2时长1小时15分钟,满分80分,统计与力学各占一半。所有题目均为必答题,允许使用具备迭代功能的计算器。
The mark scheme rewards method marks (M marks) for correct processes even when the final answer is wrong. Accuracy marks (A marks) require a fully correct answer. To score well, always write down every step of your working, including substitution into formulas.
评分标准中,方法分(M分)奖励给过程正确但答案可能出错的情况;准确分(A分)则要求最终答案完全正确。要拿高分,务必写出每一步计算过程,包括公式代入的具体数值。
2. Quadratics & Algebraic Manipulation | 二次函数与代数运算
Completing the square and the discriminant were central to the June 2019 Paper 1. For a quadratic written as ax² + bx + c = 0, the discriminant is Δ = b² − 4ac. When Δ > 0 the equation has two distinct real roots; when Δ = 0 there is one repeated root; when Δ < 0 there are no real roots.
配方与判别式是2019年6月卷1的重点。对于ax² + bx + c = 0形式的二次方程,判别式为Δ = b² − 4ac。当Δ > 0时方程有两个不等实根;Δ = 0时有一个重根;Δ < 0时无实根。
To complete the square on x² + 6x − 5, halve the coefficient of x to obtain (x + 3)² − 9 − 5 = (x + 3)² − 14. The minimum value of the quadratic is therefore −14, occurring at x = −3.
对x² + 6x − 5配方,将x系数减半得到(x + 3)² − 9 − 5 = (x + 3)² − 14。因此该二次函数的最小值为−14,在x = −3处取得。
Consider the equation kx² + 4x + (k − 3) = 0. Given that this equation has real roots, the discriminant condition b² − 4ac ≥ 0 gives 16 − 4k(k − 3) ≥ 0. Simplifying: 16 − 4k² + 12k ≥ 0, which factors as −4(k − 4)(k + 1) ≥ 0, so −1 ≤ k ≤ 4.
例如方程kx² + 4x + (k − 3) = 0,若方程有实根,则判别式b² − 4ac ≥ 0,即16 − 4k(k − 3) ≥ 0。化简得16 − 4k² + 12k ≥ 0,因式分解为−4(k − 4)(k + 1) ≥ 0,所以−1 ≤ k ≤ 4。
3. Coordinate Geometry & Circles | 坐标几何与圆
Coordinate geometry questions in the 2019 paper tested the gradient of a perpendicular bisector, the equation of a circle and finding points of intersection. The perpendicular bisector of two points A(x₁, y₁) and B(x₂, y₂) passes through the midpoint with gradient equal to the negative reciprocal of the gradient of AB.
2019年试卷中的坐标几何题考查了垂直平分线的斜率、圆的方程以及交点求解。两点A(x₁, y₁)与B(x₂, y₂)的垂直平分线经过中点,斜率等于AB斜率的负倒数。
For a circle with centre (a, b) and radius r, the equation is (x − a)² + (y − b)² = r². To find where a line y = mx + c meets the circle, substitute the linear expression into the circle equation and solve the resulting quadratic. If the discriminant is zero, the line is tangent to the circle.
圆心为(a, b)、半径为r的圆方程为(x − a)² + (y − b)² = r²。要求直线y = mx + c与圆的交点,需将直线方程代入圆方程并解二次方程。若判别式为零,则直线与圆相切。
A typical question from June 2019: A circle has centre C(2, −3) and passes through point P(5, 1). Find the equation of the circle. First compute the radius: r² = (5 − 2)² + (1 + 3)² = 9 + 16 = 25. Hence the circle equation is (x − 2)² + (y + 3)² = 25.
一个典型题目:圆心C(2, −3)且经过点P(5, 1),求圆的方程。先求半径:r² = (5 − 2)² + (1 + 3)² = 9 + 16 = 25。因此圆的方程为(x − 2)² + (y + 3)² = 25。
4. Differentiation: Techniques & Applications | 微分:技巧与应用
The power rule d/dx(xⁿ) = nxⁿ⁻¹ was tested extensively. For example, differentiate y = 3x⁴ − 2x³ + 5x − 7 to obtain dy/dx = 12x³ − 6x² + 5. Remember that the derivative of a constant is zero.
幂法则d/dx(xⁿ) = nxⁿ⁻¹在试卷中大量出现。例如对y = 3x⁴ − 2x³ + 5x − 7求导得dy/dx = 12x³ − 6x² + 5。注意常数的导数为零。
Applications included finding the gradient of a tangent. At a point (x₀, y₀), the tangent has gradient dy/dx evaluated at x₀. The normal is perpendicular, so its gradient is the negative reciprocal. The 2019 paper asked candidates to find the normal to y = x² − 4x + 1 at x = 3: dy/dx = 2x − 4 = 2, so the tangent gradient is 2 and the normal gradient is −1/2.
微分应用包括求切线斜率。在点(x₀, y₀)处,切线斜率为dy/dx在x₀处的取值。法线与切线垂直,斜率为其负倒数。2019年试卷要求求y = x² − 4x + 1在x = 3处法线的方程:dy/dx = 2x − 4 = 2,切线斜率为2,故法线斜率为−1/2。
Stationary points occur where dy/dx = 0. To classify them, compute the second derivative d²y/dx². If it is positive, the point is a local minimum; if negative, a local maximum; if zero, the test is inconclusive. For y = x³ − 3x², dy/dx = 3x² − 6x = 3x(x − 2), so stationary points at x = 0 and x = 2. Since d²y/dx² = 6x − 6, x = 0 gives −6 (maximum) and x = 2 gives +6 (minimum).
驻点出现在dy/dx = 0处。分类需计算二阶导数d²y/dx²:正值为极小值,负值为极大值,零则判别失败。以y = x³ − 3x²为例,dy/dx = 3x² − 6x = 3x(x − 2),驻点在x = 0和x = 2处。因d²y/dx² = 6x − 6,x = 0处为−6(极大值),x = 2处为+6(极小值)。
5. Integration & Area Under Curves | 积分与曲线下面积
Integration reverses differentiation: ∫xⁿ dx = xⁿ⁺¹/(n + 1) + C for n ≠ −1. The constant of integration C is essential for indefinite integrals. For definite integrals, evaluate the antiderivative at the upper limit and subtract its value at the lower limit.
积分是微分的逆运算:∫xⁿ dx = xⁿ⁺¹/(n + 1) + C,其中n ≠ −1。不定积分必须加上积分常数C。定积分则需将原函数在上限的值减去下限的值。
To find the area enclosed between a curve and the x-axis, integrate the curve between the two points of intersection with the x-axis. For example, the area under y = 6x − x² between x = 0 and x = 6 is:
求曲线与x轴围成的面积,需在曲线与x轴的两个交点之间求积分。例如y = 6x − x²从x = 0到x = 6之间的面积为:
∫₀⁶ (6x − x²) dx = [3x² − x³/3]₀⁶ = (108 − 72) − 0 = 36
When the area lies below the x-axis, the definite integral is negative. In the 2019 paper, a question asked for the area between y = x² − 4x and the x-axis from x = 0 to x = 4. The integral gives −32/3, so the actual area is 32/3 square units. Always sketch the curve first to identify regions above and below the axis.
当面积位于x轴下方时,定积分为负。2019年试卷中有一题求y = x² − 4x与x轴从x = 0到x = 4围成的面积,积分结果为−32/3,实际面积为32/3平方单位。务必先画草图以识别x轴上下的区域。
6. Trigonometry & Exact Values | 三角学与精确值
The June 2019 paper required confident use of exact trigonometric values. You must memorise the following table:
2019年6月试卷要求熟练运用三角精确值。必须牢记以下表格:
| θ | sin θ | cos θ | tan θ |
| 30° (π/6) | 1/2 | √3/2 | 1/√3 |
| 45° (π/4) | √2/2 | √2/2 | 1 |
| 60° (π/3) | √3/2 | 1/2 | √3 |
Trigonometric identities also featured in the paper. The two key identities you must know are: sin²θ + cos²θ = 1 and tanθ = sinθ/cosθ. These identities allow you to simplify expressions and solve equations over a given interval.
三角恒等式同样是考点。两个关键恒等式必须掌握:sin²θ + cos²θ = 1,以及tanθ = sinθ/cosθ。利用这些恒等式可以化简表达式并在指定区间内解方程。
For example, solving 2cos²θ − 3sinθ = 0 for 0° ≤ θ ≤ 360° requires substituting cos²θ = 1 − sin²θ. This gives 2(1 − sin²θ) − 3sinθ = 0, which simplifies to 2sin²θ + 3sinθ − 2 = 0. Factorising yields (2sinθ − 1)(sinθ + 2) = 0. Since sinθ cannot equal −2, sinθ = 1/2, giving θ = 30° or 150°.
例如在0° ≤ θ ≤ 360°内解2cos²θ − 3sinθ = 0,需将cos²θ = 1 − sin²θ代入。得2(1 − sin²θ) − 3sinθ = 0,化简为2sin²θ + 3sinθ − 2 = 0。因式分解得(2sinθ − 1)(sinθ + 2) = 0。因sinθ不可能等于−2,故sinθ = 1/2,解得θ = 30°或150°。
7. Exponentials & Logarithms | 指数与对数
The natural exponential eˣ and natural logarithm ln x are inverse functions. The 2019 paper tested the laws of logarithms, including: logₐ(xy) = logₐx + logₐy, logₐ(x/y) = logₐx − logₐy, and logₐ(xᵏ) = k logₐx.
自然指数eˣ与自然对数ln x互为反函数。2019年试卷考查了对数法则:logₐ(xy) = logₐx + logₐy,logₐ(x/y) = logₐx − logₐy,以及logₐ(xᵏ) = k logₐx。
A classic question: solve 2ln x − ln(3x − 2) = 0. Using the power law, ln(x²) = ln(3x − 2). Since the log function is one-to-one, x² = 3x − 2, giving x² − 3x + 2 = 0, so x = 1 or x = 2. Both values are valid since they keep the arguments positive.
经典题目:解2ln x − ln(3x − 2) = 0。利用幂法则得ln(x²) = ln(3x − 2)。因为对数函数是一一对应的,所以x² = 3x − 2,即x² − 3x + 2 = 0,解得x = 1或x = 2。两个解均有效,因为其对数的真数都为正。
For exponential growth and decay models of the form N = N₀eᵏᵗ, you should be able to find k given two data points. If the population doubles in 5 years, then 2N₀ = N₀e⁵ᵏ, so e⁵ᵏ = 2, giving k = ln2 / 5 ≈ 0.1386 per year.
对于形如N = N₀eᵏᵗ的指数增长模型,已知两个数据点时应能求出k。若种群数量5年翻倍,则2N₀ = N₀e⁵ᵏ,即e⁵ᵏ = 2,因此k = ln2 / 5 ≈ 每年0.1386。
8. Statistics: Probability & Binomial Distribution | 统计:概率与二项分布
The statistics section of Paper 2 examined the binomial distribution. The probability of r successes in n independent trials, each with success probability p, is given by:
卷2统计部分考查了二项分布。n次独立试验中恰好出现r次成功(每次成功概率为p)的概率为:
P(X = r) = ⁿCᵣ pʳ(1 − p)ⁿ⁻ʳ
For a binomial random variable X ~ B(n, p), the mean is E(X) = np and the variance is Var(X) = np(1 − p). In a June 2019 question, X ~ B(10, 0.4), so E(X) = 10 × 0.4 = 4 and Var(X) = 10 × 0.4 × 0.6 = 2.4.
对于二项随机变量X ~ B(n, p),均值为E(X) = np,方差为Var(X) = np(1 − p)。在2019年6月的一道题中,X ~ B(10, 0.4),故E(X) = 10 × 0.4 = 4,Var(X) = 10 × 0.4 × 0.6 = 2.4。
To compute P(X = 3) for X ~ B(10, 0.4), use the formula: P(X = 3) = ¹⁰C₃ × 0.4³ × 0.6⁷ = 120 × 0.064 × 0.02799 ≈ 0.2149. To compute P(X ≤ 3), sum P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3). Often, a calculator with a binomial cumulative distribution function saves time.
对于X ~ B(10, 0.4)求P(X = 3),使用公式:P(X = 3) = ¹⁰C₃ × 0.4³ × 0.6⁷ = 120 × 0.064 × 0.02799 ≈ 0.2149。求P(X ≤ 3)则需将P(X = 0)、P(X = 1)、P(X = 2)、P(X = 3)四项相加。使用带二项累积分布功能的计算器可节省时间。
9. Mechanics: Kinematics with SUVAT | 力学:SUVAT运动学
The mechanics part of Paper 2 opened with kinematics. The SUVAT equations apply to objects moving with constant acceleration. The five variables are s (displacement), u (initial velocity), v (final velocity), a (acceleration) and t (time). The key equations are:
卷2力学部分以运动学开篇。匀加速运动中适用SUVAT方程组。五个变量为s(位移)、u(初速度)、v(末速度)、a(加速度)和t(时间)。关键方程为:
v = u + at
s = ut + ½at²
v² = u² + 2as
A typical question: a particle is projected vertically upwards with speed 20 m/s. Find the maximum height. At maximum height v = 0, so using v² = u² + 2as with a = −9.8 m/s² gives 0 = 400 − 19.6s, so s = 400/19.6 ≈ 20.4 m.
典型题目:质点以20 m/s的初速度竖直上抛,求最大高度。在最高点v = 0,利用v² = u² + 2as且a = −9.8 m/s²,得0 = 400 − 19.6s,故s = 400/19.6 ≈ 20.4 m。
Velocity-time graphs are also part of this topic. The gradient of a velocity-time graph gives acceleration, and the area under the graph gives displacement. In one 2019 question, a graph comprised a triangle followed by a rectangle, and candidates had to calculate the total distance as the sum of the two areas.
速度-时间图也属于该考点。其斜率代表加速度,曲线下方的面积代表位移。2019年一道题中,图像由一个三角形和一个矩形组成,要求考生将两者面积相加计算总距离。
10. Mechanics: Forces & Newton’s Laws | 力学:力与牛顿定律
Newton’s second law, F = ma, forms the backbone of the forces questions. When a particle of mass m is acted on by forces, resolve them into horizontal and vertical components, then apply F = ma in each direction separately.
牛顿第二定律F = ma是力学题的基石。当质量为m的质点受到多个力的作用时,可将力分解为水平和竖直分量,然后分别在两个方向上应用F = ma。
Weight is given by W = mg, where g ≈ 9.8 m/s². Normal reaction is perpendicular to the surface, and friction acts opposite to the direction of motion. In a June 2019 question, a box of mass 5 kg was pulled along a rough horizontal surface by a horizontal force of 20 N. Given the frictional force was 8 N, the resultant force was 20 − 8 = 12 N, and the acceleration was a = F/m = 12/5 = 2.4 m/s².
重力为W = mg,其中g ≈ 9.8 m/s²。法向反力垂直于接触面,摩擦力方向与运动方向相反。2019年6月一题中,质量5 kg的箱子在粗糙水平面上受到20 N水平拉力,已知摩擦力为8 N,则合力为20 − 8 = 12 N,加速度a = F/m = 12/5 = 2.4 m/s²。
When an object is at rest or moving with constant velocity, it is in equilibrium. In equilibrium, the resultant force in any direction is zero. For an object on an inclined plane of angle θ, the component of weight down the plane is mg sinθ and the normal reaction is mg cosθ. These expressions were required in the inclined-plane question on the paper.
当物体静止或匀速运动时处于平衡状态。平衡时任何方向上的合力为零。对于倾角为θ的斜面上的物体,沿斜面向下的重力分量为mg sinθ,法向反力为mg cosθ。试卷中的斜面问题需要用到这些表达式。
11. Common Pitfalls & Exam Strategy | 常见错误与应试策略
Many candidates lost marks in June 2019 by making avoidable errors. The most common mistakes included: forgetting the constant of integration C, omitting units in mechanics answers, using degrees instead of radians in trig equations, and substituting incorrectly into SUVAT equations by choosing the wrong sign for acceleration.
许多考生在2019年6月考试中因可避免的错误失分。最常见的错误包括:忘记积分常数C、力学答案漏写单位、三角函数方程中误用角度制而非弧度制,以及SUVAT方程代入时加速度符号选错。
To maximise your score, follow a disciplined strategy. First, read each question carefully and identify which formula is needed. Write down the known variables before starting any calculation. Show all substitution steps so that
Published by TutorHao | AS Mathematics Revision Series | aleveler.com
Find AQA Maths Textbooks on eBay UK
New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导