📚 PDF资源导航

AS Maths Unit 2 Jan 2022 Question Paper: Key Topics Revision | AS 数学单元2 2022年1月试卷:核心知识点精讲

📚 AS Maths Unit 2 Jan 2022 Question Paper: Key Topics Revision | AS 数学单元2 2022年1月试卷:核心知识点精讲

The January 2022 AS Mathematics Unit 2 paper tests a wide range of pure mathematics skills, including algebra, coordinate geometry, sequences, trigonometry, exponentials, calculus and vectors. This revision guide breaks down each essential topic, highlights common question types and provides key formulas and reasoning so you can approach the exam with confidence.

2022年1月的AS数学单元2试卷覆盖了代数、坐标几何、数列、三角学、指数对数、微积分以及向量等纯数核心内容。这份复习指南将逐一拆解每个重点知识模块,梳常见题型与关键公式,帮助你理清思路,自信应考。


1. Algebra and Functions | 代数与函数

Quadratic equations form a major part of Unit 2. Be ready to use the discriminant (b² – 4ac) to determine the nature of roots. If the discriminant is positive, the quadratic has two distinct real roots; if zero, one repeated root; if negative, no real roots. Questions often ask you to find the range of a parameter k that gives real and distinct roots.

二次方程在单元2中占很大比重。你需要熟练使用判别式 b² – 4ac 来判断根的性质。判别式为正时有两个不等实根,为零时有重根,为负时没有实根。试卷中常要求你求出参数 k 的取值范围使得方程有两个不等实根。

Completing the square is equally important for finding the vertex of a parabola and for solving equations. Writing ax² + bx + c in the form a(x + p)² + q helps identify the minimum or maximum point and the axis of symmetry. You may also be asked to solve quadratic inequalities by sketching the graph and identifying where the curve is above or below the x-axis.

配平方同样是求抛物线顶点和解方程的重要方法。将 ax² + bx + c 写成 a(x + p)² + q 的形式能直接读出最小值或最大值以及对称轴。你还可能需要解一元二次不等式,通过画出草图判断曲线在 x 轴上方或下方的区间。

Function notation, domain and range also appear. Make sure you can find the inverse of a simple function and understand the relationship between the graph of f(x) and f⁻¹(x). Transformations such as f(x + a), f(x) + a, af(x) and f(ax) are tested graphically and algebraically.

函数表示法、定义域和值域同样会考查。要能求出简单函数的反函数,并理解 f(x) 与 f⁻¹(x) 图像之间的关系。图形变换,如 f(x + a)、f(x) + a、af(x) 和 f(ax),会以图像和代数两种形式出现。

x = (-b ± √(b² – 4ac)) / 2a


2. Coordinate Geometry | 坐标几何

Straight line graphs require you to work comfortably with y = mx + c, point–gradient form and the condition for parallel (m₁ = m₂) and perpendicular (m₁ m₂ = -1) lines. Typical questions ask for the equation of a perpendicular bisector between two points or the line passing through a point and tangent to a circle.

直线方程部分要求你能灵活运用 y = mx + c、点斜式以及平行 (m₁ = m₂) 和垂直 (m₁ m₂ = -1) 的条件。常见考题包括求两点间垂直平分线的方程,或求过某点且与圆相切的直线方程。

Circles are introduced in AS with the standard form (x – a)² + (y – b)² = r². You need to complete the square to find the centre and radius from the expanded form. The distance from a point to the centre can determine whether the point lies inside, on, or outside the circle. The equation of a tangent can be found using the fact that the radius is perpendicular to the tangent at the point of contact.

圆的标准方程 (x – a)² + (y – b)² = r² 是AS阶段的重要内容。你需要通过配平方从一般式找出圆心和半径。利用点到圆心的距离可以判断点在圆内、圆上还是圆外。利用过切点的半径与切线垂直的性质可以求出切线方程。

Midpoint and distance formulas are used repeatedly: midpoint of (x₁, y₁) and (x₂, y₂) is ((x₁+x₂)/2, (y₁+y₂)/2) and distance = √[(x₂-x₁)² + (y₂-y₁)²]. These often appear in combined problems with circles or triangles.

中点公式和距离公式反复出现:两点(x₁, y₁)和(x₂, y₂)的中点为((x₁+x₂)/2, (y₁+y₂)/2),距离 = √[(x₂-x₁)² + (y₂-y₁)²]。这些公式常与圆或三角形综合考查。


3. Sequences and Series | 数列与级数

Arithmetic sequences are defined by a constant difference d. You must know the nth term aₙ = a + (n-1)d and the sum of the first n terms Sₙ = n/2 (2a + (n-1)d) or Sₙ = n/2 (a + l) where l is the last term. January 2022 questions often ask you to form simultaneous equations from given terms or sums.

等差数列由公差 d 定义。你必须掌握通项公式 aₙ = a + (n-1)d 和前 n 项和公式 Sₙ = n/2 (2a + (n-1)d) 或 Sₙ = n/2 (a + l),其中 l 为末项。2022年1月的试题常利用给定的项或和建立方程组求解。

Geometric sequences use a common ratio r. The nth term is a rⁿ⁻¹ and the sum of the first n terms is Sₙ = a(1 – rⁿ)/(1 – r) for |r| < 1. For infinite convergent geometric series, S∞ = a/(1 - r) provided |r| < 1. You might need to interpret real-world problems like population growth or compound interest.

等比数列使用公比 r。通项为 a rⁿ⁻¹,前 n 项和为 Sₙ = a(1 – rⁿ)/(1 – r) (|r| < 1)。对于无穷收敛等比级数,S∞ = a/(1 - r),条件是 |r| < 1。你可能需要解释人口增长或复利等实际情境。

Sigma notation (Σ) tests your ability to extract terms and use sum formulas. Be comfortable splitting sums and using standard results for Σ constant, Σ i and Σ i².

求和符号 Σ 考查你提取各项并使用求和公式的能力。要能熟练拆分和式并运用 Σ 常数、Σ i 和 Σ i² 的标准结果。


4. Trigonometry | 三角学

Angle measures in radians are fundamental to Unit 2. You will routinely convert between degrees and radians using 180° = π rad. Arc length s = rθ and sector area A = ½ r²θ (with θ in radians) appear in many applied questions, often combined with triangle geometry.

弧度制是单元2的基础内容。要能利用 180° = π rad 进行角度与弧度的换算。弧长公式 s = rθ 和扇形面积公式 A = ½ r²θ (θ 为弧度) 出现在许多应用题中,常与三角形几何结合。

Trigonometric identities such as sin²θ + cos²θ = 1 and tanθ = sinθ/cosθ must be used to simplify expressions and solve equations. The sine rule (a/sin A = b/sin B = c/sin C) and cosine rule (a² = b² + c² – 2bc cos A) are essential for solving non‑right triangles. Don’t forget the ambiguous case of the sine rule.

三角恒等式如 sin²θ + cos²θ = 1 和 tanθ = sinθ/cosθ 必须能用来简化表达式并解方程。正弦定理 a/sin A = b/sin B = c/sin C 和余弦定理 a² = b² + c² – 2bc cos A 是解一般三角形的关键。记得正弦定理可能存在两解情况。

Solving trigonometric equations within a given interval typically involves factoring or substituting identities. Sketching the graphs of sin, cos and tan helps identify all solutions. Always check the domain carefully.

在给定区间内解三角方程通常涉及因式分解或恒等式代入。画出 sin、cos 和 tan 的图像有助于找出所有解。务必仔细核对定义域。

sin²θ + cos²θ = 1

s = rθ , A = ½ r²θ


5. Exponentials and Logarithms | 指数与对数

The natural exponential function eˣ and its inverse ln x are central to this unit. You must be fluent with the laws of logs: logₐ(xy) = logₐ x + logₐ y; logₐ(x/y) = logₐ x – logₐ y; logₐ(xⁿ) = n logₐ x. In the January 2022 paper, these laws are used to solve equations where the unknown is in the index, such as 3²ˣ⁺¹ = 5.

自然指数函数 eˣ 及其反函数 ln x 是本单元的重点。你需要熟练运用对数运算法则:logₐ(xy) = logₐ x + logₐ y; logₐ(x/y) = logₐ x – logₐ y; logₐ(xⁿ) = n logₐ x。在2022年1月的试卷中,这些法则常用于求解指数中含有未知数的方程,如 3²ˣ⁺¹ = 5。

Take logs on both sides to linearise exponential equations. You will also model growth and decay using functions of the form y = A eᵏˣ. Be able to interpret the constants and use given data to find A and k.

对方程两边取对数可将指数方程线性化。你还需要用 y = A eᵏˣ 形式的函数建立增长与衰减模型,理解常数的含义,并能利用给定数据求出 A 和 k。

Logarithmic graphs often require you to reduce a non‑linear relationship to a straight line. For example, if y = a xⁿ, then taking ln gives ln y = ln a + n ln x, so a graph of ln y against ln x yields a straight line with gradient n and intercept ln a.

对数图像常需要你将非线性关系转化为直线。例如,若 y = a xⁿ,取对数得 ln y = ln a + n ln x,因此绘制 ln y 对 ln x 的图像将得到一条斜率为 n、截距为 ln a 的直线。


6. Differentiation | 微分

Differentiation from first principles is examined conceptually, but the bulk of the questions apply the standard rule: d/dx (xⁿ) = n xⁿ⁻¹. You must be able to differentiate polynomials, terms with fractional and negative indices, and simple combinations. Always rewrite √x as x^(1/2) before differentiating.

从第一原理求导主要考查概念,但大部分题目要求使用标准法则:d/dx (xⁿ) = n xⁿ⁻¹。你需要能够对多项式、含有分数指数和负指数的项以及简单组合进行求导。求导前务必把 √x 改写为 x^(1/2) 形式。

The derivative gives the gradient of a curve. To find equations of tangents or normals at a given point, compute dy/dx, evaluate it at that x‑value, then use y – y₁ = m(x – x₁). The normal gradient is the negative reciprocal of the tangent gradient.

导函数给出曲线的斜率。要求给定点处的切线或法线方程,先求 dy/dx,代入 x 值得到斜率,再使用 y – y₁ = m(x – x₁)。法线的斜率是切线斜率的负倒数。

Stationary points occur where dy/dx = 0. To classify them as minimum, maximum or point of inflection, use either the second derivative (d²y/dx² positive → minimum) or a sign table of the first derivative. Be ready to find the coordinates and determine the nature of stationary points in context.

驻点出现在 dy/dx = 0 处。要判断其为极小值、极大值还是拐点,可使用二阶导数 (d²y/dx² > 0 为极小点) 或一阶导数符号表。要能求出驻点坐标并结合情境判断其性质。

dy/dx = n xⁿ⁻¹


7. Integration | 积分

Integration is treated as the reverse of differentiation. The standard integral is ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1). Always remember the constant of integration. You will be asked to find the equation of a curve given its derivative and a point on the curve, using the given condition to evaluate C.

积分被视为微分的逆运算。基本积分公式为 ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1)。务必记得加上积分常数。考题常给出导函数和曲线上某点坐标,要求你利用该条件求出 C,从而确定曲线方程。

Definite integrals are used to calculate the area under a curve between two limits: ∫ₐᵇ f(x) dx. Watch for areas that fall below the x‑axis, as these give a negative contribution when integrated directly. If part of the curve is below the axis, you may need to split the integral or take the absolute value of that area.

定积分用于计算曲线下方在两点之间的面积:∫ₐᵇ f(x) dx。注意若曲线部分位于 x 轴以下,直接积分会出现负值。此时可能需要拆分积分区间或取该部分面积的绝对值。

In the Jan 2022 paper, you could see questions that link integration and differentiation, such as finding the maximum of an area function or solving kinematics‑style problems where velocity is the derivative and displacement is the integral.

在2022年1月的试卷中,可能会出现联系积分与微分的题目,例如求面积函数的最大值,或求解运动学类型问题,其中速度为导数、位移为积分。


8. Vectors | 向量

Vector questions in AS Unit 2 focus on 2D column vectors and i, j notation. You need to add, subtract and multiply vectors by scalars. The magnitude of a vector v = a i + b j is |v| = √(a² + b²). A unit vector in the direction of v is v/|v|.

AS单元2的向量题主要考查二维列向量和 i, j 表示法。你需要进行向量的加减和数乘。向量 v = a i + b j 的模为 |v| = √(a² + b²)。沿 v 方向的单位向量为 v/|v|。

Position vectors and the vector between two points (AB = OB – OA) appear frequently. To prove that points are collinear, show that the vectors between them are scalar multiples. To prove that a shape is a parallelogram or a trapezium, use vector properties such as parallel sides.

位置向量以及两点间的向量 (AB = OB – OA) 经常出现。要证明三点共线,只需证明它们之间的向量互为标量倍数。要证明某个四边形是平行四边形或梯形,可利用向量的平行性质。

Speed is the magnitude of the velocity vector, and distance is the magnitude of the displacement vector. Modelling with vectors in kinematics uses v = u + a t, r = r₀ + v t or similar forms. Questions often ask for the time when two particles meet or the distance between them at a given time.

速率是速度向量的模,距离是位移向量的模。运动学中利用向量建模,公式如 v = u + a t, r = r₀ + v t 等。考题常要求计算两个质点相遇的时间或某时刻它们之间的距离。

|v| = √(a² + b²)


9. Exam Strategy and Common Pitfalls | 应试技巧与常见陷阱

Time management is crucial in the 1.5‑hour paper. Allocate roughly one minute per mark. Start with the topics you find easiest to secure quick marks, then move on to problems requiring more thought. Read each question carefully: circled key words like ‘exact value’, ‘in terms of π’, or ‘give your answer to 3 significant figures’ dictate the form of your final answer.

时间管理在这份1.5小时的试卷中至关重要。大约按每分钟一分进行分配。先从你最熟悉的内容入手,确保拿到基础分,再攻克需要更多思考的题目。仔细读题:圈出关键词如 “精确值”、“用 π 表示” 或 “答案保留三位有效数字”,它们决定了答案的最终形式。

A very common mistake is forgetting the constant of integration, losing a negative sign when integrating trigonometric functions, or misapplying the chain rule in reverse. Always check by differentiating your integral to see if you get back the original function. For geometric series, ensure you correctly identify r and check whether |r| < 1 before using the infinite sum formula.

最常见的错误包括忘记加上积分常数、积分三角函数时丢失负号,或者反向使用链式法则时出错。始终通过求导来验证你的积分结果是否还原为原函数。对于等比级数,务必正确判断公比 r,并在使用无穷和公式前确认 |r| < 1。

Diagrams are often provided, but if not, sketch your own. A quick graph of a parabola, a trigonometric wave or a velocity–time line can reveal the number of solutions, the shape of an area, or the direction of motion. Finally, leave time to check units, rounding and whether your answer makes sense in the context of the problem.

题目通常会提供图像,但如果没有,自己快速画出草图。抛物线、三角波或速度—时间线的简图能帮助你判断解的个数、面积形状或运动方向。最后留出时间检查单位、数值修约以及答案是否与题目情境相符。

Published by TutorHao | Mathematics 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