📚 Advanced Mathematics in ENGAA 2017 S1: Key Topics & Solutions | ENGAA 2017 S1 进阶数学考点与解析
Welcome to this in-depth breakdown of the mathematics content found in the ENGAA 2017 Section 1 paper. Designed for students who are aiming for top scores, this article extracts the most representative advanced mathematics questions and explains each key topic with clear solutions. We focus on the pure and applied mathematics that appear in the multiple-choice format, helping you bridge the gap between A-Level Further Mathematics and the rigorous problem-solving style of the ENGAA.
欢迎阅读本文,我们将深入剖析 ENGAA 2017 第一部分试卷中的数学核心考点。本文专为冲击高分的同学量身定制,提炼出最具代表性的进阶数学题型,并通过清晰的解析逐一攻克关键知识点。我们聚焦于选择题中出现的纯数学与应用数学内容,助力你从 A-Level 进阶数学平稳过渡到 ENGAA 所要求的严谨解题思维。
1. Quadratic Equations and the Discriminant | 二次方程与判别式
A classic question tests the condition for real roots. For example: Given the quadratic 2x² − 3x + k = 0 has two distinct real roots, find the range of possible values of k. The discriminant Δ = b² − 4ac must be greater than zero. Substituting a = 2, b = −3, c = k gives Δ = (−3)² − 4(2)(k) = 9 − 8k > 0, leading to k < 9/8.
一个经典考题是实根条件的判断。例如:已知二次方程 2x² − 3x + k = 0 有两个不等实根,求 k 的取值范围。判别式 Δ = b² − 4ac 必须大于零。代入 a = 2, b = −3, c = k,得 Δ = (−3)² − 4·2·k = 9 − 8k > 0,解得 k < 9/8。
In many ENGAA problems you may also see the discriminant applied to hidden quadratics, such as after substituting t = x². Always check the domain of the original variable to avoid extraneous solutions.
在 ENGAA 问题中也常见判别式应用于隐藏二次型,比如令 t = x² 后代换。务必检查原变量的定义域,避免出现增根。
A typical extension: find the exact values of k for which the line y = 2x + 1 is tangent to the curve y = x² + kx + 3. Set equal: x² + kx + 3 = 2x + 1 → x² + (k−2)x + 2 = 0. Tangency means Δ = 0, so (k−2)² − 8 = 0 → k = 2 ± 2√2.
典型拓展题:求直线 y = 2x + 1 与曲线 y = x² + kx + 3 相切时的 k 值。令两式相等:x² + kx + 3 = 2x + 1 → x² + (k−2)x + 2 = 0。相切要求 Δ = 0,即 (k−2)² − 8 = 0 → k = 2 ± 2√2。
2. Algebraic Fractions and Simplification | 代数分式化简
Simplifying rational expressions often appears. For instance: Simplify (x² − 4)/(x² + x − 6). Factor numerator and denominator: (x−2)(x+2)/((x+3)(x−2)). Cancel the common factor (x−2), but note the restriction x ≠ 2, x ≠ −3. The simplified form is (x+2)/(x+3).
分式化简是高频考点。例如:化简 (x² − 4)/(x² + x − 6)。分子分母因式分解:(x−2)(x+2)/((x+3)(x−2))。约去公因式 (x−2),但须注明限制 x ≠ 2 且 x ≠ −3。化简结果为 (x+2)/(x+3)。
Sometimes ENGAA questions embed partial fractions within integration or summation contexts. To split (3x+5)/((x+1)(x+2)) into partial fractions, write A/(x+1) + B/(x+2) and solve for A and B by equating coefficients or using smart substitution (Heaviside cover‑up). Here A = 2, B = 1.
有时 ENGAA 题目会把部分分式嵌入积分或求和的背景中。将 (3x+5)/((x+1)(x+2)) 拆成部分分式,设 A/(x+1) + B/(x+2),通过比较系数或遮盖法求 A、B。此处 A = 2,B = 1。
3. Trigonometry: Solving Equations and Identities | 三角方程与恒等式
A representative problem: Solve 2sin²θ − 3cosθ = 0 for 0° ≤ θ ≤ 360°. Replace sin²θ with 1 − cos²θ to obtain 2(1 − cos²θ) − 3cosθ = 0 → −2cos²θ − 3cosθ + 2 = 0, or 2cos²θ + 3cosθ − 2 = 0. Factorise: (2cosθ − 1)(cosθ + 2) = 0. Since |cosθ| ≤ 1, cosθ + 2 ≠ 0, so cosθ = 1/2. Hence θ = 60° and θ = 300°.
一道典型题:解方程 2sin²θ − 3cosθ = 0,其中 0° ≤ θ ≤ 360°。利用 sin²θ = 1 − cos²θ 替换,得 2(1 − cos²θ) − 3cosθ = 0 → −2cos²θ − 3cosθ + 2 = 0,即 2cos²θ + 3cosθ − 2 = 0。因式分解:(2cosθ − 1)(cosθ + 2) = 0。由于 |cosθ| ≤ 1,舍去 cosθ + 2 = 0,故 cosθ = 1/2,解得 θ = 60° 与 300°。
Compound angle formulas are also tested. For example, sin(A+B) and cos(A−B) expansions may be required to rewrite expressions like sin(θ+30°)cosθ − cos(θ+30°)sinθ, which simplifies via sin(X−Y) identity to sin(30°) = 1/2.
和差角公式同样常考。例如,sin(θ+30°)cosθ − cos(θ+30°)sinθ 可利用正弦差公式 sin(X−Y) 化简为 sin(30°) = 1/2。
4. Exponentials and Logarithms | 指数与对数方程
Solving exponential equations often involves taking logarithms. ENGAA 2017 might ask: Solve 3^(2x+1) = 5. Take natural logs: (2x+1) ln3 = ln5 → 2x+1 = ln5/ln3 → x = (ln5/ln3 − 1)/2. Or express in base‑10 logs; answer is numerically ≈ 0.232.
求解指数方程常需取对数。ENGAA 2017 可能考查:解 3^(2x+1) = 5。取自然对数:(2x+1) ln3 = ln5 → 2x+1 = ln5/ln3 → x = (ln5/ln3 − 1)/2。也可用常用对数,数值解约 0.232。
Log equations: log₂(x) + log₂(x−1) = 3. Combine: log₂(x(x−1)) = 3 → x(x−1) = 2³ = 8 → x² − x − 8 = 0. Solve: x = (1 ± √33)/2. Discard negative solution because log arguments must be positive; only (1+√33)/2 is valid.
对数方程:log₂(x) + log₂(x−1) = 3。合并得 log₂(x(x−1)) = 3 → x(x−1) = 8 → x² − x − 8 = 0。解得 x = (1 ± √33)/2。舍去负根,因真数须为正,仅 (1+√33)/2 符合。
5. Binomial Expansion | 二项式展开
A typical ENGAA item: Find the coefficient of x³ in the expansion of (1+2x)⁶. The general term is C(6,k) · (1)^(6−k) · (2x)^k. For x³, k = 3. Term = C(6,3) · 2³ x³ = 20 · 8 x³ = 160x³, so the coefficient is 160.
常见考题:求 (1+2x)⁶ 展开式中 x³ 的系数。通项为 C(6,k)·1^(6−k)·(2x)^k。令 k=3,得 C(6,3)·2³ x³ = 20·8 x³ = 160x³,系数为 160。
When the expansion involves a negative or fractional exponent, you need the infinite binomial series (1+x)^n = 1 + nx + n(n−1)/2! x² + … valid for |x| < 1. ENGAA often asks for the first three terms of √(1+2x) or (1−x)^(−1).
当指数为负数或分数时,需使用无穷二项级数 (1+x)^n = 1 + nx + n(n−1)/2! x² + …,要求 |x| < 1。ENGAA 常要求写出 √(1+2x) 或 (1−x)^(−1) 的前三项。
6. Sequences and Series | 数列与级数
Arithmetic progressions: Given the 5th term is 17 and the 12th term is 38, find the sum of the first 20 terms. Use a + 4d = 17, a + 11d = 38 → subtract: 7d = 21 → d = 3, a = 5. Sum S₂₀ = n/2 [2a + (n−1)d] = 20/2 [10 + 19×3] = 10·67 = 670.
等差数列:已知第 5 项为 17,第 12 项为 38,求前 20 项和。由 a + 4d = 17, a + 11d = 38,相减得 7d = 21 → d = 3, a = 5。和 S₂₀ = n/2 [2a + (n−1)d] = 20/2 [10 + 19×3] = 10·67 = 670。
Geometric sequences frequently appear in growth/decay contexts. If a geometric series has first term 3 and common ratio 1/2, the sum to infinity is a/(1−r) = 3/(1−0.5) = 6. The condition |r| < 1 is essential.
等比数列常出现在增长或衰减模型中。若等比数列首项为 3,公比为 1/2,则无穷和 S∞ = a/(1−r) = 3/(1−0.5) = 6。必须满足 |r| < 1。
7. Differentiation: Tangents and Stationary Points | 微分:切线与驻点
A common multiple‑choice question: Find the equation of the tangent to the curve y = x³ − 3x at the point where x = 2. First, y(2) = 8 − 6 = 2. Derivative dy/dx = 3x² − 3, at x = 2 gives 9. Tangent: y − 2 = 9(x − 2) → y = 9x − 16.
常见选择题:求曲线 y = x³ − 3x 在 x = 2 处的切线方程。先求 y(2) = 8 − 6 = 2。导数 dy/dx = 3x² − 3,代入 x=2 得 9。切线方程:y − 2 = 9(x − 2) → y = 9x − 16。
To classify stationary points, examine the sign of the second derivative. For y = x⁴ − 4x², dy/dx = 4x³ − 8x = 4x(x² − 2). Stationary points at x = 0, ±√2. d²y/dx² = 12x² − 8. At x = 0, f” = −8 (maximum); at x = ±√2, f” = 16 (minima).
判断驻点类型可分析二阶导数符号。对于 y = x⁴ − 4x²,dy/dx = 4x³ − 8x = 4x(x² − 2),驻点为 x = 0, ±√2。d²y/dx² = 12x² − 8,在 x=0 处 f” = −8(极大值);在 x=±√2 处 f” = 16(极小值)。
8. Integration and Area Under a Curve | 积分与曲线下面积
Calculate the area bounded by y = 4 − x² and the x‑axis. Intersections occur at x = −2, 2. The definite integral ∫₋₂² (4 − x²) dx = [4x − x³/3]₋₂² = (8 − 8/3) − (−8 + 8/3) = 16 − 16/3 = 32/3 square units.
计算 y = 4 − x² 与 x 轴围成的面积。交点为 x = −2 和 2。定积分 ∫₋₂² (4 − x²) dx = [4x − x³/3]₋₂² = (8 − 8/3) − (−8 + 8/3) = 16 − 16/3 = 32/3 平方单位。
When the region lies between two curves, integrate the difference of the functions. For y = x² and y = 2x + 3, find intersection points first, then compute ∫ (top − bottom) dx. Such questions test your ability to set up limits accurately.
当区域位于两曲线之间时,需对被积函数做差。如 y = x² 与 y = 2x + 3,先求交点,再对 ∫ (上线 − 下线) dx 积分。这类问题考查极限设定的准确性。
9. Vectors: Dot Product and Angles | 向量:点积与夹角
Given vectors a = 3i + 4j and b = i − j, find the acute angle between them. Dot product: a·b = 3×1 + 4×(−1) = −1. Magnitudes: |a| = 5, |b| = √2. cosθ = (−1)/(5√2) → θ = arccos(−1/(5√2)) ≈ 98.1°, but the acute angle is 180° − 98.1° = 81.9°. The dot product method works directly; check whether the question asks for the acute or obtuse angle.
已知向量 a = 3i + 4j,b = i − j,求其间锐角。点积 a·b = 3×1 + 4×(−1) = −1。模长 |a| = 5,|b| = √2。cosθ = (−1)/(5√2) → θ ≈ 98.1°,锐角即为 180° − 98.1° = 81.9°。注意题目要求的是锐角还是钝角。
For vectors in i, j, k, the angle formula remains a·b = |a||b|cosθ. Questions may also ask for the value of λ such that two vectors are perpendicular: set a·b = 0. Example: (2i + λj) · (3i − 2j) = 6 − 2λ = 0 → λ = 3.
对于 i, j, k 向量,夹角公式仍为 a·b = |a||b|cosθ。题目也可能要求 λ 使得两向量垂直:令 a·b = 0。例:(2i + λj)·(3i − 2j) = 6 − 2λ = 0 → λ = 3。
10. Kinematics with Constant Acceleration | 匀加速运动学
ENGAA Section 1 includes applied mathematics such as constant acceleration kinematics. A particle starts from rest and accelerates at 2 m/s² for 5 seconds. The distance travelled is s = ut + ½at² = 0 + 0.5×2×25 = 25 m. Also, final velocity v = u + at = 10 m/s.
ENGAA 第一部分包含应用数学,如匀加速运动学。质点从静止开始以 2 m/s² 加速 5 秒,位移 s = ut + ½at² = 0 + 0.5×2×25 = 25 m。同时,末速度 v = u + at = 10 m/s。
A more sophisticated problem: A ball thrown vertically upward with speed 14 m/s from a height 2 m above ground. Using v = u + at and s = ut + ½at² with a = −9.8 m/s², find the greatest height and time to hit the ground. At max height, v = 0 → t = 14/9.8 ≈ 1.43 s. Extra height h = ut + ½at² = 14×1.43 − 4.9×(1.43)² ≈ 10 m. Greatest height above ground ≈ 12 m. Then use s = ut + ½at² for the downward journey to find total time.
更复杂的问题:小球以 14 m/s 竖直上抛,出发点离地 2 m。取 a = −9.8 m/s²,求最大高度和落地时间。最高点 v = 0,t = 14/9.8 ≈ 1.43 s。上升高度 h = 14×1.43 − 4.9×1.43² ≈ 10 m,离地最大高度约 12 m。再利用下落段方程求总时间。
11. Coordinate Geometry: Circles and Tangents | 解析几何:圆与切线
The equation of a circle with centre (2, −1) passing through (5, 3) is (x−2)² + (y+1)² = r². The radius r is the distance between the points: √((5−2)² + (3+1)²) = √(9+16) = 5. Thus the circle is (x−2)² + (y+1)² = 25.
圆心为 (2, −1) 且过点 (5, 3) 的圆的方程为 (x−2)² + (y+1)² = r²。半径 r 为两点间距离:√((5−2)² + (3+1)²) = √(9+16) = 5。故圆方程为 (x−2)² + (y+1)² = 25。
To find the equation of the tangent to a circle at a given point, use the fact that the radius is perpendicular to the tangent. For the circle above at point (5,3), the gradient of radius = (3+1)/(5−2) = 4/3, so tangent gradient = −3/4. Equation: y − 3 = −3/4(x − 5).
求圆上一点的切线方程,可利用半径与切线垂直的性质。在上例中圆上点 (5,3) 处,半径斜率 = (3+1)/(5−2) = 4/3,故切线斜率为 −3/4。切线方程:y − 3 = −3/4(x − 5)。
12. Function Transformations and Inverses | 函数变换与反函数
A function f(x) = 2x − 1/(x+3) with domain x > −3 appears in many papers. To find the inverse, write y = 2x − 1/(x+3), swap x and y, and solve for y: x(y+3) = 2y(y+3) − 1 … This leads to a quadratic in y, and you select the branch consistent with the domain. In ENGAA multiple-choice, recognising the mapping of domain and range speeds up the selection.
函数 f(x) = 2x − 1/(x+3) 且定义域 x > −3 常见于试卷。求反函数时,令 y = 2x − 1/(x+3),交换 x 与 y,解出 y …… 最终得到关于 y 的二次方程,需结合定义域选择分支。在 ENGAA 选择题中,通过定义域与值域的对应可快速判断。
Transformations: The graph of y = f(2x) represents a horizontal compression by factor 1/2. y = f(x−3) shifts right by 3. Combined transformations follow the order inside the bracket first. ENGAA tests these concepts via multiple‑choice graphs.
图像变换:y = f(2x) 表示水平压缩至 1/2 倍;y = f(x−3) 向右平移 3 个单位。复合变换遵循先括号内后括号外的顺序。ENGAA 以选择题图形方式进行考查。
Published by TutorHao | Advanced Mathematics (ENGAA) Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导