OxfordAQA 9660 MA01 June 2023: Common Mistakes Summary | AQA 数学 MA01 2023 年 6 月卷易错点总结

📚 OxfordAQA 9660 MA01 June 2023: Common Mistakes Summary | AQA 数学 MA01 2023 年 6 月卷易错点总结

This article highlights the most frequent errors observed in the OxfordAQA International A-level Mathematics MA01 paper (9660) from the June 2023 examination series. By understanding these pitfalls, students can sharpen their problem‑solving skills and avoid losing valuable marks in algebra, trigonometry, calculus, and exponential functions. Each section is presented in paired English and Chinese paragraphs so that bilingual learners can follow the reasoning with ease.

本文聚焦 2023 年 6 月 OxfordAQA 国际 A‑level 数学 MA01(9660)试卷中反复出现的典型错误。理解这些失分点能够帮助考生在代数、三角、微积分以及指数函数等部分提高解题准确性,避免丢分。以下每个小节都提供中英文双语分析,便于双语学生掌握要点。

1. Misapplying the Laws of Indices in Exponential Equations | 指数方程中误用幂运算法则

A common mistake was simplifying 2x+1 × 4x as either 82x+1 or 2x² + x. Candidates often forgot to express all terms with the same base first. The correct approach transforms 4x into (2²)x = 22x, then combines using 2a × 2b = 2a+b.

常见错误是将 2x+1 × 4x 错误地化简为 82x+1 或 2x² + x。考生往往忘记先将所有项写成同底数幂。正确做法是把 4x 改写为 (2²)x = 22x,再利用 2a × 2b = 2a+b 合并。

Incorrect Correct
2x+1 × 4x = 82x+1 2x+1 × (2²)x = 2x+1+2x = 23x+1

Another related error involved writing (3x)² as 3 rather than 32x, showing confusion between power‑of‑a‑power and multiplication of exponents.

另一个相关错误是把 (3x)² 写成 3 而不是 32x,这反映出对“幂的乘方”与“指数相乘”两个概念的混淆。


2. Dropping Solutions in Trigonometric Equations | 三角方程中丢失解

In a question requiring solutions to sin(2θ) = 0.5 for 0° ≤ θ ≤ 360°, many candidates stopped after finding the principal values for 2θ (30° and 150°) and only wrote θ = 15° and 75°. They neglected to consider additional revolutions of the argument 2θ, which can go up to 720° in the given range for θ.

在求解 sin(2θ) = 0.5(0° ≤ θ ≤ 360°)的试题中,许多考生只求出 2θ 的主值 30° 和 150°,然后直接给出 θ = 15° 和 75°,而忽略了自变量 2θ 还需考虑后续周期。由于 θ 的范围对应 2θ 可到 720°,因此还需加上 2θ = 390° 和 510°,得到 θ = 195° 和 255°。

Full set of solutions: θ = 15°, 75°, 195°, 255°. Always extend the interval for the multiple angle before dividing by the coefficient.

完整解集为 θ = 15°、75°、195°、255°。解题时必须先将倍角的区间扩大,再除以系数。


3. Errors When Differentiating Composite Exponential Functions | 复合指数函数求导错误

When asked to differentiate e2x+1, some candidates wrote the derivative as e2x+1, omitting the factor of 2 from the chain rule. The derivative of ef(x) is f ‘(x)·ef(x). For e2x+1, this gives 2e2x+1.

求导 e2x+1 时,部分考生忘记链式法则,直接写成 e2x+1。正确导数应为 f ‘(x)·ef(x),其中 f(x)=2x+1,f ‘(x)=2,结果是 2e2x+1

Similarly, for a function like 3x, candidates must first rewrite it as ex ln 3 and then differentiate to obtain 3x ln 3, rather than treating it as x·3x-1, which applies only to power functions, not exponentials with variable exponents.

类似地,遇到 3x 这样的指数函数,需先改写为 ex ln 3 再求导,得到 3x ln 3;不能用幂函数的法则 x·3x-1,因为幂法则仅适用于底数为变量、指数为常数的情形。


4. Incorrectly Integrating 1/x and Leaving Out the Constant | 1/x 积分错误与遗漏积分常数

A very frequent slip: writing ∫ 1/x dx = 1/0 + C or completely forgetting the absolute value and writing ln(x) instead of ln|x|. The correct indefinite integral is ln|x| + C. Omitting the constant of integration in a differential equation context often led to an invalid general solution.

极为常见的失误包括:把 ∫ 1/x dx 写成 1/0 + C,或者漏掉绝对值符号直接记作 ln(x)。正确的不定积分写法是 ln|x| + C。在微分方程题目中,漏写积分常数还会导致通解不完整。

Always check the domain; if x could be negative, ln|x| is essential. In definite integrals, evaluation using ln|x| guarantees a real result when the limits are negative.

务必留意定义域;如果 x 可能为负,必须使用 ln|x|。在定积分中,当上下限为负值时,只有 ln|x| 形式才能保证结果为实数。


5. Mishandling Logarithmic Equations | 对数方程变形错误

When solving log₂(x+1) + log₂(x-1) = 3, candidates often incorrectly combined the logs as log₂(x+1 + x-1) or log₂((x+1)(x+1)). The proper log law is logₐ M + logₐ N = logₐ (MN). Thus the equation becomes log₂((x+1)(x-1)) = 3 → (x+1)(x-1) = 2³ = 8, leading to x² – 1 = 8.

解 log₂(x+1) + log₂(x-1) = 3 时,考生常错误地将对数合并为 log₂(x+1 + x-1) 或 log₂((x+1)(x+1))。正确运用对数的加法法则 logₐ M + logₐ N = logₐ (MN) 可得 log₂((x+1)(x-1)) = 3,进而推出 (x+1)(x-1) = 2³ = 8,即 x² – 1 = 8。

Furthermore, some forgot to check the validity of solutions against the original domain: x+1 > 0 and x-1 > 0, so x > 1. The negative root x = -3 must be rejected, leaving only x = 3.

此外,许多考生忘记将所得解代回原方程检查定义域条件:x+1 > 0 且 x-1 > 0,因此 x > 1。负根 x = -3 必须舍去,最终解为 x = 3。


6. Confusing Velocity and Acceleration in Kinematics | 运动学中速度与加速度概念混淆

Given displacement s = t³ – 6t² + 9t, a number of students found the velocity v = ds/dt correctly as 3t² – 12t + 9, but then mistakenly treated the condition “at rest” as v = 0 and looked for the maximum of v. To find times when the particle is at rest, set v = 0, giving t = 1 and t = 3.

对于位移 s = t³ – 6t² + 9t,不少学生能正确求出速度 v = ds/dt = 3t² – 12t + 9,但在处理“静止”这一条件时,却错误地去求速度的最大值。粒子静止应满足 v = 0,解得 t = 1 和 t = 3。

Another error appeared when students were asked to determine whether the particle changed direction. They considered the sign of acceleration rather than the sign of velocity. Change of direction occurs when the velocity changes sign at the roots v = 0.

另一个错误是判断粒子是否改变运动方向时,看的是加速度的符号而非速度的符号。粒子改变方向发生在速度 v 在零点两侧变号的时刻。


7. Oversimplifying Algebraic Fractions Before Cancelling | 分式约分前未进行因式分解

In simplifying (x² – 4) / (x² + x – 2), candidates often cancelled x² terms immediately, writing (x² – 4) / (x² + x – 2) = -4 / (x – 2), which is entirely invalid. The correct procedure is to factorise both numerator and denominator first: (x-2)(x+2) / (x-1)(x+2) = (x-2)/(x-1), with x ≠ -2.

在化简 (x² – 4) / (x² + x – 2) 时,考生经常直接对消 x² 项,写出 -4/(x-2) 这样的错误结果。正确做法是先对分子分母进行因式分解:(x-2)(x+2) / (x-1)(x+2) = (x-2)/(x-1),同时标明 x ≠ -2。

Failing to state the excluded value x ≠ -2 lost marks in questions that required full simplification and domain restrictions.

未注明 x ≠ -2 这一限制条件,在要求完整化简并说明定义域的题目中会被扣分。


8. Sign Errors in Definite Integration by Substitution | 换元积分中的符号错误

When performing a definite integral like ∫₀¹ (2x+1)⁴ dx using the substitution u = 2x+1, several candidates correctly changed the limits from x=0 → u=1, x=1 → u=3, but then forgot to replace dx by du/2, leading to a missing factor of ½. The integral becomes (1/2) ∫₁³ u⁴ du.

在计算定积分 ∫₀¹ (2x+1)⁴ dx 时,采用 u = 2x+1 进行换元,许多考生虽然正确将积分限从 x=0→u=1、x=1→u=3,却忘记了 dx = du/2,从而漏掉了因子 ½。正确积分应写为 (1/2) ∫₁³ u⁴ du。

Another recurrent mistake: incorrectly computing the new limits, for instance, keeping the original x-limits even after changing the variable. Always express the definite integral entirely in terms of the new variable, including the limits.

另一种常见错误是换元后仍保留原来的 x 积分限。换元定积分必须将所有内容(包括上下限)全部转换为新变量表达。


9. Misinterpreting the Modulus Function in Equations | 模方程中对绝对值的错误处理

For an equation like |2x – 3| = x + 1, a frequent mistake was to drop the modulus without considering the cases, writing simply 2x – 3 = x + 1, thereby obtaining x = 4 and missing the other possibility. The correct method requires considering two cases: 2x – 3 = x + 1 and 2x – 3 = -(x + 1).

解方程 |2x – 3| = x + 1 时,常见错误是直接去掉绝对值符号而不分情况讨论,只写出 2x – 3 = x + 1,得到 x = 4,从而遗漏另一解。正确做法必须分两种情形:2x – 3 = x + 1 以及 2x – 3 = -(x + 1)。

Solving the second case gives 2x – 3 = -x – 1 → 3x = 2 → x = ⅔. Both potential solutions must then be checked in the original equation, as extraneous solutions can arise.

第二种情况解得 2x – 3 = -x – 1 → 3x = 2 → x = ⅔。两个潜在解都必须代回原方程验证,因为绝对值方程可能产生增根。


10. Forgetting to Convert Radians to Degrees in Context | 在应用题中混淆弧度与角度

In a modeling question involving the length of a day given by L = 12 + 3.2 sin(2πt/365), where t is in days, students were asked to find t when L = 14. Several left answers in radians when the context required days, or incorrectly used degree mode on their calculator for inverse sine, leading to completely wrong day numbers. Since (2πt/365) is in radians, all trigonometric evaluations must be performed in radian mode.

在一个关于日照时长的建模题中,公式为 L = 12 + 3.2 sin(2πt/365),t 的单位是天。考生求 L = 14 对应的 t 时,常将反正弦的结果直接以弧度形式作为天数给出,或者在计算器上误用度数模式导致天数错得离谱。因为 2πt/365 本身是弧度制,所有三角运算必须在弧度模式下进行。

Correctly, sin(2πt/365) = (14-12)/3.2 = 0.625. Then 2πt/365 = arcsin(0.625) (rad) ≈ 0.675 rad. Solving for t yields t = (0.675 × 365)/(2π) ≈ 39.2 days. The second solution in the cycle should also be found using π – 0.675.

正确步骤为:sin(2πt/365) = (14-12)/3.2 = 0.625,于是 2πt/365 = arcsin(0.625)(弧度)≈ 0.675 rad。解得 t = (0.675 × 365)/(2π) ≈ 39.2 天。同时还需要利用 π – 0.675 求出一个周期内的第二个解。


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