📚 Edexcel A-Level Maths Practice Set 21: Mixed Pure Topics | Edexcel A-Level 数学练习卷21:综合纯数考点
This revision guide is structured around the mixed Pure Mathematics topics most often tested in the Edexcel A-Level Mathematics papers. It combines algebraic fluency, trigonometric manipulation, calculus methods and modelling skills so that you can move between AS and A2 content with confidence.
本复习指南围绕 Edexcel A-Level 数学试卷中最常考查的综合纯数学考点编写。它整合了代数运算、三角变换、微积分方法和建模技能,帮助你自信地应对 AS 与 A2 内容。
1. Algebraic Fractions and Polynomial Division | 代数分式与多项式除法
Simplifying algebraic fractions usually begins with factorising the numerator and denominator completely. If the degree of the numerator is greater than or equal to the degree of the denominator, use polynomial long division or the box method to write the fraction as a quotient plus a remainder term.
化简代数分式通常先对分子和分母进行完全因式分解。如果分子的次数大于或等于分母的次数,就需要用多项式长除法或格法将分式写成商加上余项的形式。
For example, dividing 2x³ + 3x² − 5x + 1 by x − 2 gives a quotient of 2x² + 7x + 9 and a remainder of 19, so the expression can be written as 2x² + 7x + 9 + 19/(x − 2).
例如,用 x − 2 去除 2x³ + 3x² − 5x + 1,得到商 2x² + 7x + 9,余数 19,因此原式可写为 2x² + 7x + 9 + 19/(x − 2)。
Always check for common factors before cancelling. You may only cancel a factor of the whole numerator against a factor of the whole denominator, never a single term inside a sum.
约分前务必检查公因式。你只能约去整个分子与整个分母的公因式,不能约去和式中的单独一项。
2. Trigonometric Identities and Equations | 三角恒等式与方程
The identity sin²θ + cos²θ ≡ 1 is the foundation for most Edexcel trigonometric proofs and equation solving. It can be rewritten as tan²θ + 1 ≡ sec²θ and 1 + cot²θ ≡ cosec²θ by dividing through by cos²θ or sin²θ.
恒等式 sin²θ + cos²θ ≡ 1 是 Edexcel 大多数三角证明和解方程的基础。将它分别除以 cos²θ 或 sin²θ,可以改写为 tan²θ + 1 ≡ sec²θ 和 1 + cot²θ ≡ cosec²θ。
When solving equations such as 2 sin²x − cos x = 1, use the Pythagorean identity to replace sin²x or cos²x and form a quadratic in one trigonometric function. Always check the required interval in degrees or radians.
求解形如 2 sin²x − cos x = 1 的方程时,使用勾股恒等式替换 sin²x 或 cos²x,形成一个只含一个三角函数的二次方程。务必检查题目要求的是角度制还是弧度制区间。
Do not divide both sides by a trigonometric term unless you are certain it cannot be zero, because that would remove valid solutions.
不要随意在方程两边同除以一个三角函数项,除非你能确定它不可能为零,否则会丢掉有效解。
3. Exponentials and Logarithms | 指数与对数
The natural exponential function eˣ and the natural logarithm ln x are inverse operations: ln(eˣ) = x for all real x, and e^(ln x) = x for x > 0. This inverse relationship is essential when solving equations involving e and ln.
自然指数函数 eˣ 与自然对数 ln x 互为逆运算:对所有实数 x 有 ln(eˣ) = x,当 x > 0 时有 e^(ln x) = x。这一逆运算关系在解含有 e 和 ln 的方程时至关重要。
For example, to solve 3e^(2x − 1) = 15, first divide by 3, then take the natural logarithm of both sides to obtain 2x − 1 = ln 5, giving x = (ln 5 + 1)/2.
例如,解方程 3e^(2x − 1) = 15,先除以 3,再对两边取自然对数,得到 2x − 1 = ln 5,因此 x = (ln 5 + 1)/2。
Remember the laws of logarithms: log(ab) = log a + log b, log(a/b) = log a − log b, and log(aᵏ) = k log a. These are often needed to simplify expressions before differentiation or equation solving.
记住对数运算法则:log(ab) = log a + log b,log(a/b) = log a − log b,log(aᵏ) = k log a。在求导或解方程前,经常需要这些法则来化简表达式。
4. Differentiation: Chain, Product and Quotient Rules | 微分:链式、乘积与商法则
The chain rule states that if y = f(g(x)), then dy/dx = f′(g(x)) × g′(x). It is used for composite functions such as y = (3x² + 1)⁵ or y = e^(sin x).
链式法则指出,如果 y = f(g(x)),则 dy/dx = f′(g(x)) × g′(x)。它适用于复合函数,例如 y = (3x² + 1)⁵ 或 y = e^(sin x)。
The product rule is d/dx (u v) = u dv/dx + v du/dx, while the quotient rule is d/dx (u/v) = (v du/dx − u dv/dx) / v². Identify u and v clearly before applying either rule.
乘积法则为 d/dx (u v) = u dv/dx + v du/dx,商法则为 d/dx (u/v) = (v du/dx − u dv/dx) / v²。在使用任一法则前,要明确写出 u 和 v。
A common error is to differentiate u and v separately and multiply the results. The product and quotient rules are not optional; they are required whenever the expression is a product or quotient of two non-constant functions.
常见错误是分别对 u 和 v 求导后再相乘。乘积法则和商法则不是可有可无的;只要表达式是两个非常数函数的乘积或商,就必须使用这些法则。
5. Applications of Differentiation: Tangents, Normals and Optimisation | 微分应用:切线、法线与最优化
To find the equation of a tangent to a curve y = f(x) at a point (a, f(a)), first evaluate the derivative dy/dx at x = a to get the gradient m. The tangent equation is then y − f(a) = m(x − a).
求曲线 y = f(x) 在点 (a, f(a)) 处的切线方程时,先求出导数 dy/dx 在 x = a 处的值,得到斜率 m。切线方程即为 y − f(a) = m(x − a)。
A normal is perpendicular to the tangent, so its gradient is −1/m when m ≠ 0. Write the normal equation using the same point and the new gradient.
法线垂直于切线,因此当 m ≠ 0 时,法线的斜率为 −1/m。写出法线方程时使用同一个点和新的斜率。
In optimisation problems, find the stationary points by setting dy/dx = 0. Use the second derivative test or a sign table to determine whether each point is a local maximum, local minimum or point of inflection.
在最优化问题中,通过令 dy/dx = 0 来求驻点。使用二阶导数判别法或符号表判断每个点是局部极大值、局部极小值还是拐点。
6. Integration Techniques: Substitution and By Parts | 积分技巧:换元法与分部积分
Integration by substitution is the reverse of the chain rule. If an integral contains a function and its derivative, let u equal the inner function, replace dx using du/dx, and rewrite the whole integral in terms of u before integrating.
换元积分法是链式法则的逆运算。如果被积函数包含一个函数及其导数,就令 u 等于内层函数,用 du/dx 替换 dx,并将整个积分改写为关于 u 的积分后再积分。
For example, in ∫ 2x(x² + 3)⁴ dx, let u = x² + 3, so du/dx = 2x and dx = du/(2x). The integral becomes ∫ u⁴ du = u⁵/5 + C, then substitute back to get (x² + 3)⁵/5 + C.
例如,在 ∫ 2x(x² + 3)⁴ dx 中,令 u = x² + 3,则 du/dx = 2x,dx = du/(2x)。积分变为 ∫ u⁴ du = u⁵/5 + C,再代回得到 (x² + 3)⁵/5 + C。
Integration by parts is given by ∫ u dv = u v − ∫ v du. It is typically used for products of different function types, such as ∫ x eˣ dx or ∫ x ln x dx.
分部积分公式为 ∫ u dv = u v − ∫ v du。它通常用于不同类型函数的乘积积分,例如 ∫ x eˣ dx 或 ∫ x ln x dx。
7. Definite Integrals and Area Under Curves | 定积分与曲线下面积
A definite integral ∫ₐᵇ f(x) dx gives the signed area between the curve y = f(x) and the x-axis from x = a to x = b. Areas below the x-axis are negative, so split the interval when the curve crosses the axis.
定积分 ∫ₐᵇ f(x) dx 表示曲线 y = f(x) 与 x 轴之间从 x = a 到 x = b 的有向面积。x 轴下方的面积为负,因此当曲线穿过 x 轴时要分段计算。
To find the area enclosed between two curves y = f(x) and y = g(x), integrate the difference of the upper and lower functions over the relevant interval: A = ∫ₐᵇ [f(x) − g(x)] dx.
求两条曲线 y = f(x) 与 y = g(x) 之间围成的面积时,在相关区间上对上下函数的差进行积分:A = ∫ₐᵇ [f(x) − g(x)] dx。
Be careful to find the correct limits of integration by solving f(x) = g(x). These intersection points often define the boundaries of the region you are measuring.
注意通过解 f(x) = g(x) 求出正确的积分限。这些交点通常决定你所求区域的边界。
8. Differential Equations and Modelling | 微分方程与建模
First-order differential equations in Edexcel A-Level can often be solved by separating the variables. Rearrange the equation so that all terms involving y are on one side and all terms involving x are on the other, then integrate both sides.
Edexcel A-Level 中的一阶微分方程通常可以通过分离变量法求解。将方程重排,使所有含 y 的项在一边,所有含 x 的项在另一边,然后两边同时积分。
For example, if dy/dx = ky, then 1/y dy = k dx, so ln|y| = kx + C. Exponentiating gives the general solution y = A e^(kx), where A = ±e^C is an arbitrary constant.
例如,如果 dy/dx = ky,那么 1/y dy = k dx,积分得 ln|y| = kx + C。取指数得到通解 y = A e^(kx),其中 A = ±e^C 为任意常数。
Use initial conditions or boundary conditions to find the particular solution. In modelling questions, interpret the constant of proportionality and check that your solution makes sense in the real-world context.
利用初始条件或边界条件求特解。在建模题中,解释比例常数的意义,并检查解在实际情境中是否合理。
9. Sequences and Series: Arithmetic and Geometric | 序列与级数:等差与等比
An arithmetic sequence has a constant difference d between consecutive terms. The nth term is uₙ = a + (n − 1)d, and the sum of the first n terms is Sₙ = n/2 [2a + (n − 1)d] or Sₙ = n/2 (a + l), where l is the last term.
等差数列相邻两项之差 d 为常数。第 n 项为 uₙ = a + (n − 1)d,前 n 项和为 Sₙ = n/2 [2a + (n − 1)d] 或 Sₙ = n/2 (a + l),其中 l 为末项。
A geometric sequence has a constant ratio r between consecutive terms. The nth term is uₙ = a rⁿ⁻¹, and the sum of the first n terms is Sₙ = a(1 − rⁿ)/(1 − r) for r ≠ 1.
等比数列相邻两项之比 r 为常数。第 n 项为 uₙ = a rⁿ⁻¹,前 n 项和为 Sₙ = a(1 − rⁿ)/(1 − r),其中 r ≠ 1。
An infinite geometric series converges only when |r| < 1. Its sum to infinity is given by S∞ = a/(1 − r). Always state this condition when using the formula.
无穷等比级数仅在 |r| < 1 时收敛。其无穷和为 S∞ = a/(1 − r)。使用该公式时务必说明这一条件。
10. Vectors in 2D and 3D | 二维与三维向量
Vectors are used to describe both magnitude and direction. In Edexcel papers, a position vector is often written as a column vector or in i, j, k notation, and vector addition and scalar multiplication follow standard rules.
向量用于描述大小和方向。在 Edexcel 试卷中,位置向量常写成列向量或 i、j、k 形式,向量加法和数乘遵循标准规则。
The magnitude of vector a = x i + y j + z k is |a| = √(x² + y² + z²). The distance between two points A and B is the magnitude of vector AB = b − a.
向量 a = x i + y j + z k 的模为 |a| = √(x² + y² + z²)。两点 A 与 B 之间的距离就是向量 AB = b − a 的模。
The scalar product is a · b = |a| |b| cos θ, where θ is the angle between the vectors. It can also be calculated as a · b = x₁x₂ + y₁y₂ + z₁z₂. If a · b = 0, the vectors are perpendicular.
数量积为 a · b = |a| |b| cos θ,其中 θ 是两向量之间的夹角。它也可以按 a · b = x₁x₂ + y₁y₂ + z₁z₂ 计算。若 a · b = 0,则两向量垂直。
11. Proof and Mathematical Reasoning | 证明与数学推理
Edexcel A-Level questions may ask you to prove a statement by exhaustion, deduction or contradiction. A proof by contradiction begins by assuming the opposite of what you want to prove, then showing this assumption leads to an impossible result.
Edexcel A-Level 题目可能要求你用穷举法、演绎法或反证法证明一个命题。反证法首先假设与待证结论相反的命题成立,然后推出一个不可能的结论。
For example, to prove √2 is irrational, assume √2 = p/q in lowest terms. Squaring gives 2q² = p², so p² is even, hence p is even. Writing p = 2k leads to q² = 2k², so q is even as well. This contradicts the assumption that p/q is in lowest terms.
例如,证明 √2 是无理数时,假设 √2 = p/q 为最简分数。平方得 2q² = p²,所以 p² 为偶数,进而 p 为偶数。令 p = 2k,可得 q² = 2k²,所以 q 也为偶数。这与 p/q 为最简分数矛盾。
In algebraic proof, avoid assuming the result at the start. Show clear steps from a known identity or definition to the required conclusion, and state any restrictions such as x ≠ 0 or k is an integer.
在代数证明中,不要一开始就假设结论成立。应从已知恒等式或定义出发,清晰推导到所求结论,并说明任何限制条件,如 x ≠ 0 或 k 为整数。
12. Exam Strategy and Common Pitfalls | 考试策略与常见易错点
Before attempting a problem, identify the topic and the relevant formula or theorem. Write down the known information and the quantity you are trying to find, then choose the most efficient method rather than forcing a familiar route.
解题前先判断题目所属主题以及相关公式或定理。写下已知信息和待求量,然后选择最高效的方法,而不是强行套用熟悉的路径。
Common pitfalls include losing a negative sign, forgetting the constant of integration in indefinite integrals, mixing up radians and degrees, and cancelling terms instead of factors. Regular checking and clear written steps reduce these errors.
常见易错点包括丢失负号、不定积分忘记加积分常数、混淆弧度与角度、把项当作公因式约分。定期检查并写出清晰步骤可以减少这些错误。
Use your calculator wisely, but show full working. In Edexcel A-Level Mathematics, method marks are awarded for correct structure, so even if the final answer is wrong, a clear method can still earn significant credit.
合理使用计算器,但必须展示完整过程。在 Edexcel A-Level 数学中,方法分取决于正确的解题结构,因此即使最终答案错误,清晰的方法仍可获得可观的分数。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导