📚 AS-Level Maths Unit 1 January 2020 Question Paper: Top Tips for High Scores | AS 数学单元1 2020年1月试卷高分技巧
The January 2020 AS Maths Unit 1 paper is a classic pure mathematics assessment, testing everything from algebraic fluency to the beginnings of calculus. High scores come not just from knowing the content, but from a strategic approach to common question types, careful sign management, and thorough checking. This article breaks down topic-by-topic techniques drawn from that specific paper to help you maximise your marks.
2020 年 1 月的 AS 数学单元 1 试卷是一份经典的纯数学评估,考查范围从代数熟练度到微积分入门。高分不仅来自对内容的掌握,更来自对常见题型的策略性应对、细心的符号处理以及全面的检查。本文逐主题拆解源自该试卷的解题技巧,帮助你最大化得分。
1. Understand the Exam Structure | 了解试卷结构
The Unit 1 paper lasts 1 hour 30 minutes and typically contains around 10 questions, with a mix of short, skill-focused parts and longer, multi-step problems. Marks are printed next to each part; use them to guide your time allocation – roughly 1 mark per minute. Questions early in the paper are usually more accessible, so gather those marks first to build confidence.
单元 1 试卷时长 1 小时 30 分钟,通常包含约 10 道题,混合了短小技能题和较长的多步问题。分数都印在每题旁,以此指导时间分配——大约每分钟答一分。试卷靠前的题目通常更简单,先拿下这些分数以建立信心。
In the January 2020 sitting, the paper covered algebra, coordinate geometry, exponentials/logarithms, trigonometry, binomial expansion, differentiation, and integration. Notice that some topics appear as stand-alone questions while others are combined – e.g., a differentiation question that asks for the equation of a tangent. Anticipating these links saves time.
在 2020 年 1 月的考试中,试卷涵盖代数、坐标几何、指数/对数、三角学、二项式展开、微分和积分。注意有些主题单独出题,有些则组合出现——比如微分题要求求出切线方程。提前预料到这些联系能节省时间。
2. Master Algebraic Manipulation | 精通代数运算
Many candidates lose marks on straightforward expansion and factorisation. In the Jan 2020 paper, a typical error was mishandling signs when expanding (ax + b)(cx – d). Always use a systematic approach: multiply each term in the first bracket by each in the second. To check, substitute a small value for x, e.g. x = 1, into both the original product and your expanded form.
许多考生在简单的展开和因式分解上丢分。在 2020 年 1 月试卷中,一个典型错误是展开 (ax + b)(cx – d) 时符号处理不当。始终使用系统方法:第一个括号的每一项乘以第二个括号的每一项。为了检查,给 x 代入一个小值,比如 x = 1,分别计算原乘积和你的展开式。
When factorising quadratics like 3x² – 11x + 6, use the AC method: multiply a and c (3 × 6 = 18), find two numbers that multiply to 18 and add to –11 (–9 and –2), split the middle term, then factor by grouping: 3x² – 9x – 2x + 6 = 3x(x – 3) – 2(x – 3) = (3x – 2)(x – 3). Practise this until it becomes automatic.
因式分解二次式如 3x² – 11x + 6 时,用十字相乘法:a 与 c 相乘 (3 × 6 = 18),找两个数乘得 18 且相加得 –11 (即 –9 和 –2),拆分中间项,然后分组分解:3x² – 9x – 2x + 6 = 3x(x – 3) – 2(x – 3) = (3x – 2)(x – 3)。反复练习直至自动化。
Algebraic fractions often appear. Simplify first by factorising numerator and denominator. For instance, (x² – 4)/(x – 2) = (x – 2)(x + 2)/(x – 2) = x + 2, with the note that x ≠ 2. In Jan 2020, overlooking the domain condition cost marks.
代数分式也常出现。先对分子分母进行因式分解再化简。例如 (x² – 4)/(x – 2) = (x – 2)(x + 2)/(x – 2) = x + 2,并注明 x ≠ 2。2020 年 1 月答卷中,忽略定义域限制导致了失分。
3. Functions and Graphs | 函数与图像
Understanding domain and range is crucial. For f(x) = 2x/(x – 3), the domain excludes x = 3, and the range can be found by rearranging y = 2x/(x – 3) to x = 3y/(y – 2), showing y ≠ 2. The Jan 2020 paper tested this process, sometimes asking for f⁻¹(x) and its domain.
理解定义域和值域至关重要。对于 f(x) = 2x/(x – 3),定义域排除 x = 3,而值域可通过将 y = 2x/(x – 3) 变形为 x = 3y/(y – 2) 得到,表明 y ≠ 2。2020 年 1 月试卷考查了这一过程,有时要求求 f⁻¹(x) 及其定义域。
To sketch graphs, identify key features: intercepts, asymptotes (for rational functions), and turning points (for cubics). When transforming y = f(x), remember: f(x) + a shifts vertically, f(x + a) shifts horizontally (opposite direction). Reflections: f(–x) reflects in y-axis, –f(x) in x-axis. These transformations were tested in combination.
画草图时,识别关键特征:截距、渐近线(有理函数)以及转折点(三次函数)。变换 y = f(x) 时牢记:f(x) + a 垂直平移,f(x + a) 水平平移(方向相反)。对称:f(–x) 关于 y 轴对称,–f(x) 关于 x 轴对称。这些变换在试卷中组合考查。
Composite functions fg(x) mean apply g first. A common mistake is to reverse the order. Practice with examples like f(x) = √x, g(x) = 2x + 1; then fg(x) = √(2x + 1) and gf(x) = 2√x + 1. The notation matters.
复合函数 fg(x) 表示先应用 g。常见错误是顺序弄反。用实例练习,如 f(x) = √x,g(x) = 2x + 1;则 fg(x) = √(2x + 1) 而 gf(x) = 2√x + 1。标记法很重要。
4. Exponential and Logarithmic Functions | 指数函数与对数函数
Exponential equations like 5e^(2x) = 20 are solved by isolating the exponential, then taking natural logs: e^(2x) = 4 → 2x = ln 4 → x = (ln 4)/2. Avoid the error of writing ln(e^(2x) + 3) incorrectly – apply ln to the whole side only when it is a single exponential term.
指数方程如 5e^(2x) = 20 的求解通过分离指数部分,再取自然对数:e^(2x) = 4 → 2x = ln 4 → x = (ln 4)/2。避免错误地对 ln(e^(2x) + 3) 进行不正确操作——只有当整个一侧为单一指数项时才对整体取 ln。
Logarithmic equations often require the law logₐ m + logₐ n = logₐ (mn). In Jan 2020, a question asked to solve log₂ (x + 1) – log₂ x = 3. Combine: log₂ ((x + 1)/x) = 3 → (x + 1)/x = 2³ = 8 → x + 1 = 8x → 7x = 1 → x = 1/7. Always check solutions do not make arguments non-positive.
对数方程常需用到 logₐ m + logₐ n = logₐ (mn) 的性质。2020 年 1 月有一题是解 log₂ (x + 1) – log₂ x = 3。合并得 log₂ ((x + 1)/x) = 3 → (x + 1)/x = 2³ = 8 → x + 1 = 8x → 7x = 1 → x = 1/7。务必检查解不会使真数非正。
Modelling growth/decay: P = Ae^(kt). Interpret A as the initial value and k as the continuous rate. When given data, set up two equations to find A and k. The Jan 2020 paper had a contextual problem where you had to use logs to find the time for a value to double.
增长/衰减模型:P = Ae^(kt)。将 A 视为初值,k 为连续变化率。给定数据时,设两个方程求出 A 和 k。2020 年 1 月试卷中有一道情境题,需要用对数求翻倍时间。
5. Trigonometry Techniques | 三角学技巧
Radians are the default angle measure in AS. Convert degrees to radians by multiplying by π/180. When solving sin θ = 0.5 for 0 ≤ θ < 2π, the principal solution from your calculator is π/6. Use the symmetry of the sine graph (sin(π – θ) = sin θ) to get the second solution π – π/6 = 5π/6.
弧度是 AS 数学默认的角度单位。将度数乘以 π/180 转化为弧度。求解 sin θ = 0.5,0 ≤ θ < 2π 时,计算器给出主解为 π/6。利用正弦图像的对称性 (sin(π – θ) = sin θ) 得到第二个解 π – π/6 = 5π/6。
Quadratic trig equations like 2cos² θ – cos θ – 1 = 0 can be factored as (2cos θ + 1)(cos θ – 1) = 0. Then solve cos θ = –1/2 and cos θ = 1 separately within the given interval. The paper tested this, and many students forgot to give all solutions or included extraneous ones.
二次三角方程如 2cos² θ – cos θ – 1 = 0 可因式分解为 (2cos θ + 1)(cos θ – 1) = 0。然后分别在给定区间内解 cos θ = –1/2 和 cos θ = 1。试卷考查了这一点,许多学生忘记给出所有解或包含了多余解。
Trigonometric identities must be at your fingertips: sin² θ + cos² θ ≡ 1, tan θ ≡ sin θ/cos θ. A proof in Jan 2020 started with one side and simplified to the other. Always work from the more complicated side and show each algebraic step clearly.
三角恒等式必须烂熟于心:sin² θ + cos² θ ≡ 1,tan θ ≡ sin θ/cos θ。2020 年 1 月的证明题从一边开始化简至另一边。始终从较复杂的一边入手,并清晰地展示每一步代数变换。
6. Binomial Expansion | 二项式展开
The expansion of (a + bx)ⁿ when n is a positive integer uses the formula with nCr. But when n is fractional or negative, the infinite expansion is (1 + x)ⁿ = 1 + nx + n(n – 1)x²/2! + n(n – 1)(n – 2)x³/3! + …, valid for |x| < 1. In Jan 2020, candidates had to expand (1 + 2x)^(–1) up to x³ and state the validity.
当 n 为正整数时,(a + bx)ⁿ 的展开用带有 nCr 的公式。但当 n 为分数或负数时,无穷展开式为 (1 + x)ⁿ = 1 + nx + n(n – 1)x²/2! + n(n – 1)(n – 2)x³/3! + …,在 |x| < 1 时成立。2020 年 1 月试卷要求展开 (1 + 2x)^(–1) 至 x³ 项并说明有效范围。
Coefficient extraction: for (1 + ax)ⁿ, the coefficient of x² is n(n – 1)a²/2. A question might give two coefficients and ask you to find a and n. Set up simultaneous equations and solve carefully. Remember to check the validity condition after finding a.
提取系数:对于 (1 + ax)ⁿ,x² 的系数是 n(n – 1)a²/2。题目可能给出两个系数让你求 a 与 n。建立方程组并仔细求解。求出 a 后记得检查有效性条件。
7. Coordinate Geometry | 坐标几何
Line problems: given two points (x₁, y₁) and (x₂, y₂), the gradient m = (y₂ – y₁)/(x₂ – x₁). The line equation can be written in the form y – y₁ = m(x – x₁) or ax + by + c = 0. Perpendicular gradients satisfy m₁ × m₂ = –1. In the Jan 2020 paper, finding the perpendicular bisector of a line segment was a classic task.
直线问题:给定两点 (x₁, y₁) 和 (x₂, y₂),斜率 m = (y₂ – y₁)/(x₂ – x₁)。直线方程可写成 y – y₁ = m(x – x₁) 或 ax + by + c = 0。垂直斜率关系为 m₁ × m₂ = –1。2020 年 1 月试卷中,求线段垂直平分线是经典题型。
Circle geometry: the equation (x – a)² + (y – b)² = r² gives centre (a, b). To find tangents, use the fact that the radius to the point of tangency is perpendicular to the tangent. If the circle centre is (2, –1) and the tangent passes through (5, 3), first find the gradient of the radius, then the tangent gradient via negative reciprocal, then use point-slope form. Check whether the point lies on the circle; if not, additional work is needed.
圆的几何:(x – a)² + (y – b)² = r² 给出圆心 (a, b)。求切线时,利用半径垂直于切线的性质。若圆心为 (2, –1) 且切线经过 (5, 3),先求半径斜率,再用负倒数得切线斜率,然后
Published by TutorHao | AS Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导