📚 Edexcel A-Level Pure Maths: Mixed Practice from PDF Joiner (4) Page 55 | Edexcel A-Level 数学:PDF合并卷(4)第55页混合练习解析
This article works through a typical mixed-question page from an Edexcel A-Level Pure Mathematics revision set. It focuses on the core techniques needed to handle questions similar to those found in PDF Joiner (4) page 55, ranging from algebra and functions to calculus and vectors.
本文讲解一份 Edexcel A-Level 纯数学复习资料中的典型混合题型。我们重点关注与 PDF 合并卷(4)第 55 页类似的题目所需的核心技巧,内容涵盖代数、函数、微积分和向量等。
1. Algebraic Simplification and Rational Expressions | 代数化简与有理式
Simplifying algebraic fractions is often the first step in longer exam questions. Always factorise numerators and denominators before cancelling, and state any excluded values where the denominator would equal zero.
化简代数分式通常是长题的第一步。在约分之前一定要先对分子和分母进行因式分解,并说明所有使分母为零的排除值。
For example, (x²−9)/(x²−x−6) can be written as (x−3)(x+3)/(x−3)(x+2) and then simplified to (x+3)/(x+2), provided x ≠ 3 and x ≠ −2.
例如,(x²−9)/(x²−x−6) 可以写成 (x−3)(x+3)/(x−3)(x+2),然后化简为 (x+3)/(x+2),但须满足 x ≠ 3 且 x ≠ −2。
(x²−9)/(x²−x−6) = (x+3)/(x+2), x ≠ 3, −2
2. Functions and Transformations | 函数与图像变换
Understanding function notation and transformations is essential for both pure mathematics and applied contexts. The graph of f(x + a) is a translation of y = f(x) by a units to the left, while f(x) + a translates the graph a units upwards.
理解函数记号与图像变换对纯数学和应用情境都至关重要。y = f(x + a) 的图像是将 y = f(x) 向左平移 a 个单位,而 f(x) + a 则是将图像向上平移 a 个单位。
Always pay attention to the order of transformations. For instance, y = 2f(3x − 6) can be rewritten as y = 2f(3(x − 2)), which represents a horizontal translation by +2, then a horizontal stretch by factor 1/3, followed by a vertical stretch by factor 2.
始终要注意变换的顺序。例如,y = 2f(3x − 6) 可以改写为 y = 2f(3(x − 2)),这表示先向右平移 2 个单位,再水平拉伸为原来的 1/3,最后垂直拉伸为原来的 2 倍。
y = 2f(3(x − 2))
3. Trigonometric Identities and Equations | 三角恒等式与方程
Trigonometric equations often require a clear strategy: isolate the trigonometric function, identify all solutions in the required interval, and use identities such as sin²θ + cos²θ = 1 when necessary.
三角方程通常需要清晰的解题策略:先分离三角函数,找出指定区间内的所有解,并在必要时使用 sin²θ + cos²θ = 1 等恒等式。
When solving equations like 2sin²x − sinx − 1 = 0, treat sinx as a quadratic variable. Factorise to (2sinx + 1)(sinx − 1) = 0, giving sinx = −1/2 or sinx = 1.
解 2sin²x − sinx − 1 = 0 这类方程时,可把 sinx 看作一个二次变量。因式分解为 (2sinx + 1)(sinx − 1) = 0,得到 sinx = −1/2 或 sinx = 1。
2sin²x − sinx − 1 = (2sinx + 1)(sinx − 1) = 0
4. Exponentials and Logarithms | 指数与对数
Exponential growth and decay models rely on the inverse relationship between exponentials and logarithms. The key identities are alogax = x and logaax = x.
指数增长与衰减模型依赖于指数与对数的互逆关系。关键恒等式为 alogax = x 以及 logaax = x。
When solving 32x+1 = 20, take logarithms of both sides to obtain (2x + 1)ln3 = ln20, so x = (ln20/ln3 − 1)/2. This method works for equations where the unknown appears in the exponent.
解 32x+1 = 20 时,对方程两边取对数,得到 (2x + 1)ln3 = ln20,因此 x = (ln20/ln3 − 1)/2。当未知数出现在指数位置时,此方法十分有效。
32x+1 = 20 ⇒ x = (ln20/ln3 − 1)/2
5. Differentiation: Product, Quotient, and Chain Rules | 微分:乘积、商与链式法则
The chain rule is used for composite functions: if y = f(g(x)), then dy/dx = f'(g(x)) × g'(x). For example, differentiating y = ln(3x² + 5) gives dy/dx = 6x/(3x² + 5).
链式法则用于复合函数:若 y = f(g(x)),则 dy/dx = f'(g(x)) × g'(x)。例如,对 y = ln(3x² + 5) 求导,得到 dy/dx = 6x/(3x² + 5)。
The product rule states that if y = uv, then dy/dx = u’v + uv’. For y = x²eˣ, we get dy/dx = 2xeˣ + x²eˣ = xeˣ(x + 2).
乘积法则指出,若 y = uv,则 dy/dx = u’v + uv’。对于 y = x²eˣ,可得 dy/dx = 2xeˣ + x²eˣ = xeˣ(x + 2)。
d/dx [x²eˣ] = 2xeˣ + x²eˣ
6. Integration by Substitution and by Parts | 换元积分法与分部积分法
Integration by substitution is the reverse of the chain rule. When integrating ∫ 2x(x² + 1)³ dx, use u = x² + 1 so that du/dx = 2x, giving du = 2x dx.
换元积分法是链式法则的逆运算。计算 ∫ 2x(x² + 1)³ dx 时,设 u = x² + 1,则 du/dx = 2x,得到 du = 2x dx。
This transforms the integral into ∫ u³ du = u⁴/4 + C, and substituting back gives (x² + 1)⁴/4 + C. For integration by parts, use ∫ u dv = uv − ∫ v du, where u is chosen to simplify when differentiated.
这样积分就变为 ∫ u³ du = u⁴/4 + C,代回原变量得到 (x² + 1)⁴/4 + C。使用分部积分法时,公式为 ∫ u dv = uv − ∫ v du,其中 u 的选取应使求导后表达式更简单。
∫ 2x(x² + 1)³ dx = (x² + 1)⁴/4 + C
7. Sequences and Series | 数列与级数
Arithmetic and geometric sequences appear frequently in pure mathematics. For an arithmetic sequence, the nth term is uₙ = a + (n − 1)d, and the sum is Sₙ = n/2 [2a + (n − 1)d].
等差数列和等比数列在纯数学中经常出现。对于等差数列,第 n 项为 uₙ = a + (n − 1)d,前 n 项和为 Sₙ = n/2 [2a + (n − 1)d]。
For a geometric sequence, uₙ = arⁿ⁻¹, and the sum to n terms is Sₙ = a(1 − rⁿ)/(1 − r), valid for r ≠ 1. The sum to infinity exists only when |r| < 1 and is given by S∞ = a/(1 − r).
对于等比数列,uₙ = arⁿ⁻¹,前 n 项和为 Sₙ = a(1 − rⁿ)/(1 − r),其中 r ≠ 1。无穷级数和仅在 |r| < 1 时存在,其公式为 S∞ = a/(1 − r)。
S∞ = a/(1 − r), |r| < 1
8. Vectors | 向量
Vector questions often require finding magnitudes, directions, and intersections of lines. The vector equation of a line can be written as r = a + tb, where a is a position vector and b is a direction vector.
向量题通常要求计算模长、方向以及直线的交点。直线的向量方程可写作 r = a + tb,其中 a 是位置向量,b 是方向向量。
To find the acute angle between two lines, use the scalar product formula a · b = |a||b|cosθ. For example, if a = (1, 2, 3) and b = (4, −1, 2), then a · b = 4 − 2 + 6 = 8.
求两直线间的锐角时,可使用点积公式 a · b = |a||b|cosθ。例如,若 a = (1, 2, 3),b = (4, −1, 2),则 a · b = 4 − 2 + 6 = 8。
a · b = |a||b|cosθ
9. Proof by Contradiction | 反证法
Proof by contradiction is a powerful method in A-Level mathematics. You assume the opposite of what you want to prove, then show that this assumption leads to a contradiction, meaning the original statement must be true.
反证法是 A-Level 数学中一种强有力的证明方法。先假设与待证结论相反的命题成立,然后推导出矛盾,从而说明原命题必为真。
A classic example is proving that √2 is irrational. Assume √2 = p/q in its lowest terms, where p and q are integers. Squaring gives 2q² = p², so p² is even, meaning p is even. This leads to q also being even, contradicting the assumption that p/q is in lowest terms.
经典例子是证明 √2 是无理数。假设 √2 = p/q 为最简分数,其中 p、q 为整数。两边平方得 2q² = p²,所以 p² 为偶数,因此 p 为偶数。这又推出 q 也为偶数,与 p/q 是最简分数矛盾。
Assume √2 = p/q ⇒ 2q² = p² ⇒ contradiction
10. Parametric Equations | 参数方程
Parametric equations express x and y in terms of a third variable, usually t. To find the gradient, use dy/dx = (dy/dt)/(dx/dt), provided dx/dt is not zero.
参数方程用第三个变量(通常为 t)表示 x 和 y。求斜率时,使用 dy/dx = (dy/dt)/(dx/dt),前提是 dx/dt 不等于零。
If x = t² and y = 2t + 1, then dx/dt = 2t and dy/dt = 2, so dy/dx = 2/(2t) = 1/t. To convert back to Cartesian form, eliminate t: since t = (y − 1)/2, substitute into x = t² to get x = (y − 1)²/4.
若 x = t²,y = 2t + 1,则 dx/dt = 2t,dy/dt = 2,所以 dy/dx = 2/(2t) = 1/t。若要转化为直角坐标形式,可消去 t:由 t = (y − 1)/2,代入 x = t² 得 x = (y − 1)²/4。
x = (y − 1)²/4
11. Numerical Methods | 数值方法
Numerical methods such as the Newton-Raphson method are used to find approximate roots of equations when exact methods fail. The iterative formula is xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ).
当解析方法无法求解方程根时,可使用牛顿-拉弗森法等数值方法求近似根。其迭代公式为 xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ)。
For example, to solve f(x) = x³ − 3x + 1 = 0 starting with x₀ = 0, compute f'(x) = 3x² − 3. Then x₁ = 0 − (1)/(−3) = 1/3. Repeating the process converges to a root near 0.347.
例如,解 f(x) = x³ − 3x + 1 = 0,初始值取 x₀ = 0,计算 f'(x) = 3x² − 3。则 x₁ = 0 − 1/(−3) = 1/3。重复此过程将收敛到约 0.347 附近的根。
xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ)
12. Exam Technique for Mixed Exercises | 混合练习的应试技巧
When facing a mixed exercise page such as PDF Joiner (4) page 55, first scan all questions and identify the topic of each part before starting. This helps you allocate time and avoid applying the wrong method.
面对 PDF 合并卷(4)第 55 页这样的混合练习时,先浏览所有题目,确认每部分所属主题,再开始作答。这样可以合理分配时间,避免用错方法。
Always show clear working, use exact values where possible, and check your answer against the original conditions of the question. When a question involves multiple topics, break it into smaller stages and write one logical step at a time.
始终展示清晰的解题过程,尽可能使用精确值,并将答案代回原题条件进行检查。当一道题涉及多个知识点时,要将其拆分成若干小步骤,一步一步写出逻辑推理。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply