📚 PDF资源导航

A-Level Maths Pure Paper 1: Complete Topic Breakdown | A-Level 数学纯数卷一:核心知识点全梳理

📚 A-Level Maths Pure Paper 1: Complete Topic Breakdown | A-Level 数学纯数卷一:核心知识点全梳理

The Pure Mathematics Paper 1 forms the core of A-Level Maths assessments across major exam boards. It tests foundational algebraic skills, function theory, coordinate geometry, trigonometry, and introductory calculus. A firm grasp of these topics is essential for achieving a high grade. Pure Paper 1 is often the first exam students face, so thorough revision of every key concept is vital. This lecture provides a concise, targeted breakdown of the must-know knowledge points, with key formulas and methods explained clearly.

纯数学卷一构成了各大考试局 A-Level 数学评估的核心。它考察基础代数技能、函数理论、坐标几何、三角学以及入门微积分。牢固掌握这些主题对于取得高分至关重要。纯数卷一通常是学生面对的第一场考试,因此彻底复习每一个关键概念至关重要。本讲提供了一份简明、有针对性的必知知识点分解,清晰解释了关键公式和方法。

1. Algebraic Foundations | 代数基础

In this section we cover the laws of indices, expansion and factorisation of polynomials, and manipulation of algebraic fractions.

本节涵盖指数律、多项式的展开与因式分解以及代数分式的处理。

When multiplying powers with the same base, add the indices: aᵐ × aⁿ = aᵐ⁺ⁿ.

同底数幂相乘,指数相加:aᵐ × aⁿ = aᵐ⁺ⁿ。

When dividing, subtract the indices: aᵐ ÷ aⁿ = aᵐ⁻ⁿ.

同底数幂相除,指数相减:aᵐ ÷ aⁿ = aᵐ⁻ⁿ。

Raising a power to another power multiplies the indices: (aᵐ)ⁿ = aᵐⁿ.

幂的乘方,指数相乘:(aᵐ)ⁿ = aᵐⁿ。

Any non-zero number raised to the power zero equals 1: a⁰ = 1.

任何非零数的零次幂等于 1:a⁰ = 1。

A negative index means the reciprocal: a⁻ⁿ = 1/aⁿ.

负指数表示倒数:a⁻ⁿ = 1/aⁿ。

Expanding brackets uses the distributive law. For example, (x+3)(x−2) = x² + x − 6.

展开括号使用分配律。例如,(x+3)(x−2) = x² + x − 6。

Factorising reverses expansion. Common techniques include taking out common factors, difference of two squares: a²−b² = (a−b)(a+b), and completing the square.

因式分解是展开的逆过程。常见技巧包括提取公因式、平方差:a²−b² = (a−b)(a+b) 以及配方法。


2. Quadratic Functions | 二次函数

The quadratic function f(x) = ax²+bx+c (a≠0) produces a parabola. Its key features are the vertex, axis of symmetry, and intercepts.

二次函数 f(x) = ax²+bx+c (a≠0) 产生一条抛物线。其主要特征是顶点、对称轴和截距。

Completing the square rewrites the quadratic as a(x−h)²+k, where the vertex is (h,k).

通过配方法可将二次函数写为 a(x−h)²+k,其中顶点为 (h,k)。

The discriminant Δ = b²−4ac determines the nature of roots: Δ>0 two distinct real roots; Δ=0 one repeated root; Δ<0 no real roots.

判别式 Δ = b²−4ac 决定了根的性质:Δ>0 有两个不同实根;Δ=0 有一个重根;Δ<0 无实根。

If a>0, the parabola opens upwards (minimum point); if a<0, it opens downwards (maximum point).

若 a>0,抛物线开口向上(最小值点);若 a<0,开口向下(最大值点)。

The axis of symmetry is x = −b/(2a).

对称轴为 x = −b/(2a)。

The y-intercept is c; x-intercepts solve ax²+bx+c=0.

y轴截距为 c;x轴截距通过解 ax²+bx+c=0 得到。


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

Solving quadratic equations, linear inequalities, and quadratic inequalities is fundamental.

解二次方程、线性不等式以及二次不等式是基础。

To solve ax²+bx+c=0, apply the quadratic formula:

要解 ax²+bx+c=0,使用下列求根公式:

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

The formula works for any quadratic equation, even when factorising is not possible.

该公式适用于任何二次方程,即使无法因式分解时也能使用。

Factorising: when the quadratic factorises as (px+q)(rx+s)=0, the solutions are x=−q/p and x=−s/r.

因式分解法:当二次式可分解为 (px+q)(rx+s)=0 时,解为 x=−q/p 和 x=−s/r。

Solving linear inequalities follows the same steps as equations, but multiplying or dividing by a negative number reverses the inequality sign.

解线性不等式遵循与方程相同的步骤,但乘以或除以负数时需要反转不等号。

For quadratic inequalities, first find the roots, then test intervals or use a sketch of the graph to determine where the function is positive or negative.

对于二次不等式,先求根,然后测试区间或者利用函数图像草图判断函数在何处为正或为负。


4. Functions and Graphs | 函数与图像

A function maps every input (x) to exactly one output (y). The domain is the set of allowed inputs, and the range is the set of possible outputs.

函数将每个输入 (x) 映射到恰好一个输出 (y)。定义域是允许的输入集合,值域是可能的输出集合。

Composite functions combine two functions: (g∘f)(x) = g(f(x)). Apply the inner function f first, then g.

复合函数组合两个函数:(g∘f)(x) = g(f(x))。先应用内层函数 f,再应用 g。

An inverse function reverses the mapping of f. It exists only if f is one-to-one. To find f⁻¹(x), swap x and y in the equation y = f(x) and solve for y.

反函数逆转 f 的映射。它仅在 f 是一一映射时存在。求 f⁻¹(x) 时,在方程 y = f(x) 中交换 x 和 y,然后解出 y。

Graph transformations include translations (shifts) and reflections. f(x−a) shifts the graph a units to the right; f(x)+b shifts it up by b units. f(−x) reflects in the y-axis, and −f(x) reflects in the x-axis.

图像变换包括平移和反射。f(x−a) 将图像向右平移 a 个单位;f(x)+b 向上平移 b 个单位。f(−x) 关于 y 轴反射,−f(x) 关于 x 轴反射。


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

Given two points (x₁,y₁) and (x₂,y₂), the midpoint is ((x₁+x₂)/2, (y₁+y₂)/2).

给定两点 (x₁,y₁) 和 (x₂,y₂),中点为 ((x₁+x₂)/2, (y₁+y₂)/2)。

The distance between the two points is √[(x₂−x₁)² + (y₂−y₁)²].

两点之间的距离为 √[(x₂−x₁)² + (y₂−y₁)²]。

The gradient (slope) m is given by (y₂−y₁)/(x₂−x₁).

斜率 m 由 (y₂−y₁)/(x₂−x₁) 给出。

Equation of a straight line can be written in point-slope form: y−y₁ = m(x−x₁).

直线方程可以写成点斜式:y−y₁ = m(x−x₁)。

Slope-intercept form: y = mx+c, where c is the y-intercept.

斜截式:y = mx+c,其中 c 是 y 轴截距。

General form: ax+by+c=0.

一般式:ax+by+c=0。

Parallel lines have equal gradients; perpendicular lines have gradients that multiply to give −1 (m₁ × m₂ = −1).

平行线斜率相等;垂直线斜率乘积为 −1(m₁ × m₂ = −1)。


6. Arithmetic Sequences and Series | 等差数列与级数

An arithmetic sequence has a constant difference d between consecutive terms. The nth term is uₙ = a + (n−1)d, where a is the first term.

等差数列中相邻项的差 d 为常数。第 n 项 uₙ = a + (n−1)d,其中 a 为首项。

The sum of the first n terms (arithmetic series) is Sₙ = n/2 [2a + (n−1)d], or Sₙ = n/2 (a + l), where l is the last term.

前 n 项和(等差级数)为 Sₙ = n/2 [2a + (n−1)d],或 Sₙ = n/2 (a + l),其中 l 为末项。

To find the number of terms given a, d and the sum, set Sₙ equal to the given value and solve for n.

若已知 a、d 与总和,可令 Sₙ 等于给定值并解出 n。


7. Trigonometry | 三角学

Angles can be measured in degrees or radians. The conversion is π radians = 180°. One radian ≈ 57.3°.

角度可用度数或弧度度量。换算关系为 π 弧度 = 180°。1 弧度约等于 57.3°。

Exact trigonometric values for key angles (30°, 45°, 60°) should be memorised. For example, sin 30° = 1/2, cos 45° = 1/√2, tan 60° = √3.

关键角度(30°, 45°, 60°)的精确三角函数值应牢记。例如,sin 30° = 1/2,cos 45° = 1/√2,tan 60° = √3。

The fundamental Pythagorean identity is sin²θ

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