📚 PDF资源导航

Mastering A-Level Maths Pure Paper 1: Key Topics | 掌握A-Level数学纯数试卷1:核心知识点

📚 Mastering A-Level Maths Pure Paper 1: Key Topics | 掌握A-Level数学纯数试卷1:核心知识点

The A-Level Maths Pure Paper 1 is a core assessment that tests a student’s ability to manipulate algebraic expressions, analyse functions, apply trigonometric principles, and use calculus techniques. A thorough understanding of these foundational topics is crucial for achieving a high score. This article breaks down the essential knowledge points, provides clear explanations, and works through typical examples to strengthen your revision.

A-Level数学纯数试卷1是一项核心考试,考查学生处理代数表达式、分析函数、应用三角学原理以及使用微积分技巧的能力。对这些基础知识的透彻理解对于取得高分至关重要。本文将拆解关键知识点,提供清晰的解释,并通过典型示例来巩固你的复习。


1. Algebraic Simplification and Indices | 代数化简与指数法则

Mastering indices is the first step. The fundamental rule states that when multiplying like bases, you add the exponents: am × an = am+n.

掌握指数是第一步。基本法则规定,同底数幂相乘时,指数相加:am × an = am+n

For division, subtract the exponents: am ÷ an = am−n. A power raised to another power means you multiply the indices: (am)n = amn.

相除时,指数相减:am ÷ an = am−n。幂的乘方意味着指数相乘:(am)n = amn

Negative and fractional indices extend these ideas. A negative exponent represents a reciprocal: a−n = 1/an. Rational exponents link to roots: a1/2 = √a and am/n = (n√a)m.

负指数和分数指数扩展了这些概念。负指数表示倒数:a−n = 1/an。有理指数与根式相关:a1/2 = √a,而 am/n = (n√a)m

Simplify: 82/3 = (∛8)2 = 22 = 4

化简:82/3 = (∛8)2 = 22 = 4


2. Quadratics and Completing the Square | 二次函数与配方法

A quadratic equation takes the form ax2 + bx + c = 0. The discriminant Δ = b2 − 4ac determines the nature of the roots: if Δ > 0, there are two distinct real roots; if Δ = 0, one repeated real root; if Δ < 0, no real roots.

二次方程的形式为 ax2 + bx + c = 0。判别式 Δ = b2 − 4ac 决定根的性质:若 Δ > 0,有两个不等实根;若 Δ = 0,有一个重根;若 Δ < 0,无实根。

Completing the square rewrites a quadratic as a(x + p)2 + q. This form instantly gives the coordinates of the vertex (−p, q) and is essential for solving equations and sketching graphs.

配方法将二次式改写为 a(x + p)2 + q。此形式可直接给出顶点坐标 (−p, q),对解方程和绘制图像至关重要。

To complete the square for x2 + 6x + 5, halve the coefficient of x: 6/2 = 3, write (x + 3)2 − 9 + 5 = (x + 3)2 − 4. The minimum point is at (−3, −4).

x2 + 6x + 5 配方,取 x 系数的一半:6/2 = 3,写成 (x + 3)2 − 9 + 5 = (x + 3)2 − 4。最小值点在 (−3, −4)。


3. Equations and Inequalities | 方程与不等式

Linear equations are straightforward, but quadratic inequalities require a sign diagram. For example, to solve x2 − 4x + 3 > 0, first factorise as (x − 1)(x − 3) > 0. The critical values are x = 1 and x = 3. Testing intervals gives the solution x < 1 or x > 3.

线性方程较为简单,但二次不等式需要符号表。例如,解 x2 − 4x + 3 > 0,先因式分解为 (x − 1)(x − 3) > 0。临界值为 x = 1 和 x = 3。检验区间得到解 x < 1 或 x > 3。

When dealing with rational expressions, cross-multiplying is valid only if the denominator’s sign is known. Always multiply by the square of the denominator to avoid sign errors or use a common denominator.

处理有理表达式时,只有在分母符号已知时才能交叉相乘。通常乘以分母的平方来避免符号错误,或者使用公分母。

For modulus equations like |2x − 1| = 5, split into two linear equations: 2x − 1 = 5 or 2x − 1 = −5, yielding x = 3 or x = −2.

对于含绝对值的方程,如 |2x − 1| = 5,拆分为两个线性方程:2x − 1 = 5 或 2x − 1 = −5,解得 x = 3 或 x = −2。


4. Graphs, Functions and Transformations | 函数图像与变换

Understanding function notation is key. f(x) represents the output of a function f for input x. The domain is the set of all allowed inputs, and the range is the set of all possible outputs.

理解函数记号是关键。f(x) 表示函数 f 对输入 x 的输出。定义域是所有允许输入的集合,值域是所有可能输出的集合。

Graph transformations follow a strict order inside the bracket. y = f(x + a) shifts the graph left by a units; y = f(x) + a shifts it up by a units. y = f(−x) reflects in the y-axis, while y = −f(x) reflects in the x-axis.

图像变换遵循括号内的严格顺序。y = f(x + a) 将图像向左平移 a 个单位;y = f(x) + a 向上平移 a 个单位。y = f(−x) 关于 y 轴对称,而 y = −f(x) 关于 x 轴对称。

Stretches are described as: y = a f(x) vertically stretches by factor a, and y = f(ax) horizontally squashes by factor 1/a.

拉伸描述为:y = a f(x) 沿 y 轴方向拉伸为原来的 a 倍,y = f(ax) 沿 x 轴方向压缩为原来的 1/a。


5. Coordinate Geometry of Straight Lines | 直线坐标几何

The distance between two points (x₁, y₁) and (x₂, y₂) is calculated using Pythagoras: d = √[(x₂ − x₁)2 + (y₂ − y₁)2]. The midpoint is ((x₁ + x₂)/2, (y₁ + y₂)/2).

两点 (x₁, y₁) 和 (x₂, y₂) 之间的距离用勾股定理计算:d = √[(x₂ − x₁)2 + (y₂ − y₁)2]。中点坐标为 ((x₁ + x₂)/2, (y₁ + y₂)/2)

The gradient m of a line passing through these points is m = (y₂ − y₁)/(x₂ − x₁). A line with equation y = mx + c has gradient m and y-intercept c. The equation can also be expressed in point-gradient form: y − y₁ = m(x − x₁).

穿过这两点的直线斜率 m 为 m = (y₂ − y₁)/(x₂ − x₁)。方程为 y = mx + c 的直线斜率为 m,y 截距为 c。方程也可写成点斜式:y − y₁ = m(x − x₁)

Parallel lines have equal gradients: m₁ = m₂. Perpendicular lines satisfy m₁ × m₂ = −1.

平行直线斜率相等:m₁ = m₂。垂直直线满足 m₁ × m₂ = −1


6. Trigonometric Ratios and Identities | 三角比与恒等式

Angles in Pure 1 are usually measured in radians, where π radians = 180°. The exact values for sin, cos, and tan of 30°, 45°, 60° must be memorised.

纯数1中角度通常以弧度计量,π 弧度 = 180°。必须记住 30°、45°、60° 的正弦、余弦和正切特殊值。

θ 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

The fundamental identity linking sine and cosine is sin2θ + cos2θ = 1. This can be rearranged to find one ratio given the other. For solving equations like 2 sin x = 1, find the principal solution in the interval and then use CAST diagram or graphs to locate all solutions.

连接正弦与余弦的基本恒等式是 sin2θ + cos2θ = 1。可变形以已知一个比值求另一个。解如 2 sin x = 1 的方程时,先在给定区间内求主解,然后用 CAST 图或图像找出所有解。


7. Binomial Expansion | 二项展开式

The binomial expansion for (1 + x)n where n is a positive integer is given by the binomial theorem. The coefficients follow Pascal’s triangle or the choose function: The r-th term is ⁿCᵣ xr, where ⁿCᵣ = n! / (r!(n−r)!).

当 n 为正整数时,(1 + x)n 的二项展开式由二项式定理给出。系数遵循帕斯卡三角形或组合数公式:第 r 项为 ⁿCᵣ xr,其中 ⁿCᵣ = n! / (r!(n−r)!)

For (a + b)n, the expansion is an + ⁿC₁ an−1b + ⁿC₂ an−2b2 + … + bn. To find a specific term without fully expanding, use the general term formula: Tr+1 = ⁿCᵣ an−r br.

对于 (a + b)n,展开式为 an + ⁿC₁ an−1b + ⁿC₂ an−2b2 + … + bn。若要寻找某一特定项而无须完全展开,可使用通项公式:Tr+1 = ⁿCᵣ an−r br

An exam question might ask: ‘Find the coefficient of x3 in the expansion of (2 − 3x)5‘. Use r = 3, a = 2, b = −3x: term is ⁵C₃ × 22 × (−3x)3 = 10 × 4 × (−27x3) = −1080 x3, so coefficient is −1080.

考题可能问:“求 (2 − 3x)5 展开式中 x3 的系数”。使用 r = 3,a = 2,b = −3x:该项为 ⁵C₃ × 22 × (−3x)3 = 10 × 4 × (−27x3) = −1080 x3,故系数为 −1080。


8. Differentiation: First Principles and Rules | 微分:导数定义与法则

Differentiation from first principles finds the gradient of a curve by evaluating the limit of the difference quotient: f'(x) = limh→0 [f(x+h) − f(x)] / h. Applying this to f(x) = x2 gives f'(x) = 2x.

由定义求导是通过计算差商的极限来求曲线斜率:f'(x) = limh→0 [f(x+h) − f(x)] / h。对 f(x) = x2 应用此定义可得 f'(x) = 2x。

The differentiation rules simplify the process: for y = xn, dy/dx = n xn−1. The derivative of a constant is zero. For sums, differentiate term by term. The tangent to a curve at x = a has gradient f'(a) and equation y − f(a) = f'(a)(x − a).

微分法则简化了这一过程:对 y = xn,dy/dx = n xn−1。常数的导数为零。求和时逐项求导。曲线在 x = a 处的切线斜率为 f'(a),方程为 y − f(a) = f'(a)(x − a)

The second derivative, d2y/dx2 or f”(x), tells us about concavity and can be used to determine the nature of stationary points.

二阶导数 d2y/dx2 或 f”(x) 给出凹凸性信息,并可用来判断驻点的性质。


9. Integration: The Reverse of Differentiation | 积分:微分的逆运算

Indefinite integration recovers a family of functions from a derivative. For xn, ∫ xn dx = (xn+1)/(n+1) + C, where n ≠ −1 and C is the constant of integration. The rule works for negative and fractional powers as well.

不定积分从导数还原一族函数。对于 xn∫ xn dx = (xn+1)/(n+1) + C,其中 n ≠ −1,C 为积分常数。该法则对负指数和分数指数同样适用。

Definite integration calculates the area under a curve between limits a and b: ab f(x) dx = F(b) − F(a), where F(x) is an antiderivative. Areas below the x-axis yield negative values, so when finding total enclosed area, split the interval where the curve crosses the axis and treat each section with absolute values.

定积分计算曲线在 a 到 b 之间下方的面积:ab f(x) dx = F(b) − F(a),其中 F(x) 是原函数。x 轴下方的面积为负值,因此在求封闭总面积时,应在曲线穿过轴的位置拆分区间,并对每部分取绝对值。

Find the area under y = 3x2 from x = 1 to 2: ∫12 3x2 dx = [x3]12 = 8 − 1 = 7 sq units.

求 y = 3x2 下 x 从 1 到 2 的面积:∫12 3x2 dx = [x3]12 = 8 − 1 = 7 平方单位。


10. Vectors in Two Dimensions | 二维向量

A vector is a quantity with both magnitude and direction. It can be represented as a column vector ( x y ) or in i, j notation as 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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version