📚 A-Level Maths Worksheet: Common Mistakes in Quadratic & Cubic Curves | A-Level 数学:二次与三次曲线易错点总结
Quadratic and cubic curves form the backbone of many A-Level Pure Mathematics questions. Understanding their algebra, graphs, and the common pitfalls can make a huge difference in your exam performance. This worksheet-style guide highlights typical errors students make when dealing with parabolas and cubic graphs, offering clear corrections and revision tips.
二次和三次曲线是 A-Level 纯数学许多题目的核心。理解它们的代数、图像以及常见陷阱,能显著提升你的考试成绩。这份以练习题风格编写的指南,重点梳理了学生在处理抛物线和三次函数图像时常犯的错误,并给出了清晰的纠正方法和复习建议。
1. Quadratic Basics and Coefficient Confusion | 二次函数基本形式与系数混淆
A quadratic function has the general form f(x) = ax² + bx + c, where a ≠ 0. The sign of a determines whether the parabola opens upwards (a > 0) or downwards (a < 0). A common mistake is to misread a negative a, leading to a completely wrong sketch. Always check the leading coefficient before sketching or solving.
二次函数的一般形式为 f(x) = ax² + bx + c,其中 a ≠ 0。a 的正负决定了抛物线是开口向上(a > 0)还是向下(a < 0)。常见错误是忽略 a 为负的情况,导致草图完全画反。在绘图或求解之前,一定要先确认二次项系数的正负。
Another error is confusing the coefficient b with the axis of symmetry. Many students think the axis is at x = −b, but the correct formula is x = −b/(2a). For example, for y = 2x² + 8x + 3, the axis is x = −8/(4) = −2, not x = −8.
另一个错误是把系数 b 直接当作对称轴。许多学生以为对称轴是 x = −b,但正确的公式是 x = −b/(2a)。例如 y = 2x² + 8x + 3,对称轴应为 x = −8/(4) = −2,而非 x = −8。
2. Completing the Square and Vertex Errors | 配方法求顶点的易错点
Completing the square is used to rewrite a quadratic in the form a(x + p)² + q, where the vertex is (−p, q). A frequent error is mishandling the sign of p. If the bracket is (x − 3)², the vertex x-coordinate is +3, not −3. Similarly, for a(x + 2)² − 5, the vertex is (−2, −5).
配方法用于将二次函数写成 a(x + p)² + q 的形式,顶点坐标为 (−p, q)。常见错误是搞混 p 的符号。若括号内为 (x − 3)²,顶点的 x 坐标是 +3,而不是 −3。同理,a(x + 2)² − 5 的顶点是 (−2, −5)。
When completing the square for an expression like 2x² + 8x + 5, students often forget to factor out the coefficient of x² first. The correct steps: 2(x² + 4x) + 5 = 2[(x + 2)² − 4] + 5 = 2(x + 2)² − 8 + 5 = 2(x + 2)² − 3. Skipping the factoring step leads to incorrect q.
当对 2x² + 8x + 5 这类式子配方时,学生常忘记先提取 x² 的系数。正确的步骤是:2(x² + 4x) + 5 = 2[(x + 2)² − 4] + 5 = 2(x + 2)² − 8 + 5 = 2(x + 2)² − 3。跳过提取系数这一步会导致 q 值错误。
3. Misusing the Discriminant | 判别式使用的误区
The discriminant Δ = b² − 4ac tells us about the nature of the roots of ax² + bx + c = 0. Δ > 0 gives two distinct real roots, Δ = 0 gives one repeated root, and Δ < 0 gives no real roots. A common slip is to write the discriminant as b² + 4ac or b² − 2ac. Always double-check the formula.
判别式 Δ = b² − 4ac 揭示了方程 ax² + bx + c = 0 根的性质。Δ > 0 有两个不等实根,Δ = 0 有一个重根,Δ < 0 无实根。常见笔误是将判别式写成 b² + 4ac 或 b² − 2ac。一定要仔细核对公式。
Another misconception is assuming that if Δ > 0 the graph sits above the x-axis. That only happens when Δ > 0 and a > 0 and the vertex is above the axis. The discriminant alone does not guarantee the position of the entire parabola; it only states the number of intersections with the x-axis.
另一个误解是认为 Δ > 0 就意味着图像在 x 轴上方。这仅在 Δ > 0 且 a > 0 且顶点在 x 轴上方时才成立。判别式本身只能说明抛物线与 x 轴交点的个数,无法单独决定抛物线整体的位置。
4. Factorising Quadratics Incorrectly | 二次式因式分解的典型错误
When factorising x² + bx + c, we look for two numbers that multiply to c and add to b. A frequent mistake is getting the signs wrong, especially when c is negative. For x² − 5x − 6, the factors are (x − 6)(x + 1) because (−6) × 1 = −6 and (−6) + 1 = −5. Students often write (x − 2)(x − 3) by guessing, which multiplies to +6, not −6.
在因式分解 x² + bx + c 时,我们寻找两个数,使其乘积为 c、和为 b。常见的错误是符号弄错,尤其是 c 为负时。对于 x² − 5x − 6,因式分解为 (x − 6)(x + 1),因为 (−6) × 1 = −6,(−6) + 1 = −5。学生常凭猜测写成 (x − 2)(x − 3),其乘积为 +6,不合要求。
For quadratics with a ≠ 1, such as 2x² + 7x + 3, the ‘ac method’ is safer: ac = 6, find two numbers multiplying to 6 and adding to 7 → 6 and 1. Then split the middle term: 2x² + 6x + x + 3 = 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3). Missing the splitting step often results in (2x + 3)(x + 1), which expands to 2x² + 5x + 3.
对于 a ≠ 1 的二次式,如 2x² + 7x + 3,“ac 方法”更稳妥:ac = 6,找两数乘积为 6、和为 7 → 6 与 1。然后拆分一次项:2x² + 6x + x + 3 = 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3)。跳过拆分步骤常导致错误分解,如 (2x + 3)(x + 1),展开得 2x² + 5x + 3。
5. Transformations of Quadratic Graphs | 二次图像变换的混淆
Transformations such as f(x) → f(x + a) shift the graph horizontally by −a units. A classic mistake is to think y = (x − 2)² shifts the parent graph y = x² to the left by 2; it actually shifts it to the right by 2. The reason is that the vertex (0,0) moves to (2,0). Always check: replacing x with (x − h) shifts right by h.
图像变换如 f(x) → f(x + a) 将图像水平平移 −a 个单位。一个经典错误是以为 y = (x − 2)² 将 y = x² 向左平移 2 个单位,实际上它是向右平移 2 个单位。原因是顶点 (0,0) 移动到了 (2,0)。始终记住:用 (x − h) 替换 x,图像向右平移 h。
For vertical stretches, y = af(x) stretches by factor a in the y-direction. If a is negative, there is also a reflection in the x-axis. Students often apply the negative sign as a horizontal reflection or confuse the order of transformations. For instance, sketching y = −2(x + 3)² − 1: start with y = x², shift left 3, stretch vertically by factor 2, reflect in x-axis, then shift down 1. Getting the sequence wrong changes the vertex or shape.
对于纵向拉伸,y = af(x) 在 y 方向上拉伸为原来的 a 倍。如果 a 为负,还会关于 x 轴反射。学生常把负号当作水平反射,或混淆变换顺序。例如画 y = −2(x + 3)² − 1 的图:应从 y = x² 开始,向左平移 3,纵向拉伸 2 倍,关于 x 轴反射,再向下平移 1。顺序错误会导致顶点或形状出错。
6. Cubic Curve General Behaviour | 三次曲线的一般行为及易错点
A cubic function is of the form f(x) = ax³ + bx² + cx + d, with a ≠ 0. When a > 0, the curve generally goes from bottom-left to top-right; when a < 0, it goes from top-left to bottom-right. Assuming all cubics have an S-shape is a common misbelief. Some cubics, like y = x³, have a point of inflection but no turning points, while others have both a local maximum and a local minimum.
三次函数的形式为 f(x) = ax³ + bx² + cx + d,其中 a ≠ 0。当 a > 0 时,曲线大致从左下到右上;a < 0 时,从左上到右下。认为所有三次函数图像都是 S 形是一个常见误解。有些三次函数,如 y = x³,只有拐点而无极值点,有的则同时有一个局部极大值和一个局部极小值。
The shape depends on the derivative f'(x) = 3ax² + 2bx + c. If the quadratic derivative has two distinct real roots, the cubic has two turning points. If the derivative has a repeated root or no real roots, the cubic is strictly increasing (for a > 0) or strictly decreasing (for a < 0) with a point of inflection. Forgetting to check the derivative leads to incorrect sketches.
图像形状依赖于导数 f'(x) = 3ax² + 2bx + c。如果该二次式有两个不等实根,三次函数就有两个极值点。如果导数有重根或无实根,则三次函数严格单调(a > 0 时递增,a < 0 时递减),并含有一个拐点。忘记检查导数会导致草图错误。
7. Factorising Cubics and Finding Roots | 三次式的因式分解与求根易错
To solve a cubic equation, we often use the factor theorem: if f(p) = 0, then (x − p) is a factor. A common error is testing integers such as ±1, ±2, ±3 without considering ±½, ±⅓ when the leading coefficient is not 1. For 2x³ − 3x² − 3x + 2 = 0, possible rational roots include fractions like ±½, ±2, ±1, ±⅔. Missing fractional candidates wastes time.
解三次方程时,常用因式定理:若 f(p) = 0,则 (x − p) 是因式。常见错误是只测试 ±1、±2、±3 之类的整数,而在首项系数不为 1 时忽略如 ±½、±⅓ 等分数。对于 2x³ − 3x² − 3x + 2 = 0,可能的有理根包含 ±½、±2、±1、±⅔ 等。遗漏分数候选值会浪费时间。
After finding one factor, long division or synthetic division gives a quadratic factor. Students often make arithmetic errors during division, especially with signs. Always verify by multiplying (x − r) by the quotient to check it matches the original cubic.
找到一个因式后,通过长除法或综合除法得到二次因式。学生在除法过程中容易犯算术符号错误。务必用 (x − r) 乘以商式,验证是否与原三次式一致。
8. Working with Cubic Derivatives and Turning Points | 三次函数导数与极值点易错
To find turning points of a cubic, solve f'(x) = 0. This is a quadratic equation. The turning points are classified using the second derivative f”(x) or by checking sign changes of f'(x). A frequent mistake is to label a point as a maximum simply because the cubic “goes down” after it, without formally testing. Always use f”(x) > 0 for a minimum, f”(x) < 0 for a maximum, or a sign chart for f'(x).
求三次函数的极值点需要解 f'(x) = 0,这是一个二次方程。利用二阶导数 f”(x) 或检查 f'(x) 的符号变化来分类极值点。常见错误是仅凭图像“看起来下降”就标为极大值,而不做正式判定。必须使用:f”(x) > 0 为极小值,f”(x) < 0 为极大值,或制作 f'(x) 的符号表。
When substituting the x-value of a turning point back into the original cubic to find the y-coordinate, calculation slips are common. For example, for f(x) = x³ − 3x + 2, f'(x) = 3x² − 3 = 0 → x = ±1. Then f(1) = 1 − 3 + 2 = 0, f(−1) = −1 + 3 + 2 = 4. A quick sanity check: the y-values should be consistent with the leading coefficient and the number of turning points.
将极值点的 x 坐标代回原三次函数求 y 坐标时,计算失误很常见。例如 f(x) = x³ − 3x + 2,f'(x) = 3x² − 3 = 0 → x = ±1。则 f(1) = 1 − 3 + 2 = 0,f(−1) = −1 + 3 + 2 = 4。快速验证:y 值应与首项系数和极值点数量相一致。
9. Confusing Point of Inflection with Turning Point | 混淆拐点与极值点
A point of inflection occurs where f”(x) = 0 and the curvature changes sign. For a cubic, there is always exactly one point of inflection. However, on a graph with two turning points, the inflection is between them but is not a maximum or minimum. A common exam mistake is to claim the middle “flat” part of a cubic is a turning point when it is actually the inflection point. Always find f”(x) and set it to zero to locate it.
拐点出现在 f”(x) = 0 且凹凸性改变的位置。对于三次函数,始终恰好有一个拐点。然而,在有两个极值点的图像上,拐点位于它们之间,但本身并不是极大或极小值。考试中常见错误是将三次函数中间“平坦”的部分当作极值点,实际上那只是拐点。务必通过令 f”(x) = 0 来定位拐点。
For f(x) = x³ − 3x², f'(x) = 3x² − 6x, f”(x) = 6x − 6. Setting f”(x) = 0 gives x = 1. The coordinates (1, f(1)) = (1, −2) are the inflection. The actual turning points are at x = 0 and x = 2. Mixing up these features loses marks in curve sketching questions.
以 f(x) = x³ − 3x² 为例,f'(x) = 3x² − 6x,f”(x) = 6x − 6。令 f”(x) = 0 得 x = 1,坐标为 (1, −2),这是拐点。实际的极值点在 x = 0 和 x = 2。把两者混淆会在曲线作图题中失分。
10. Intersections of Quadratics and Cubics | 二次与三次曲线交点的易错点
Finding where a quadratic and a cubic intersect means solving f(x) = g(x), which leads to a cubic equation. A typical error is to cancel an x factor without considering the x = 0 root. For instance, solving x³ = 4x by dividing both sides by x gives x² = 4 → x = ±2, but x = 0 is lost. Always bring all terms to one side and factorise completely: x³ − 4x = 0 → x(x² − 4) = 0 → x = 0, ±2.
求二次与三次曲线的交点意味着解 f(x) = g(x),这通常导出一个三次方程。典型错误是约去公因子 x 时忽略了 x = 0 这个根。例如解 x³ = 4x,两边同除以 x 得到 x² = 4 → x = ±2,但丢失了 x = 0。应当总是将所有项移到一边并彻底因式分解:x³ − 4x = 0 → x(x² − 4) = 0 → x = 0, ±2。
Another issue is misinterpreting the number of intersections. A cubic and a quadratic can intersect at one, two, or three points. Relying purely on rough sketches without solving algebraically often leads to wrong conclusions. Always support graphical reasoning with algebraic factorisation.
另一个问题是对交点个数的误判。一条三次曲线与一条二次曲线可能交于一点、两点或三点。仅凭粗略草图而不通过代数求解,常会导致错误结论。务必用代数因式分解来佐证图像推断。
11. Graphs from Equations and Vice Versa | 图像与方程的相互推导误区
Given the graph of a cubic with x-intercepts at α, β, γ, the equation can be written as y = k(x − α)(x − β)(x − γ). A common slip is getting the signs wrong inside the brackets. If the graph crosses at x = −2, the factor is (x + 2), not (x − 2).
给定三次函数图像在 α、β、γ 处与 x 轴相交,方程可写为 y = k(x − α)(x − β)(x − γ)。常见笔误是将括号内的符号写反。如果图像在 x = −2 处与 x 轴相交,因式应为 (x + 2),而非 (x − 2)。
Likewise, for a repeated root where the graph touches the x-axis, the factor appears squared. If the curve touches at x = 1 and crosses at x = −3, the form is y = k(x − 1)²(x + 3). Forgetting the square flattens the touch point into a crossing, changing the graph entirely.
同样,对于图像与 x 轴相切的重根,对应因式为平方。如果曲线在 x = 1 处相切,在 x = −3 处穿过,则形式为 y = k(x − 1)²(x + 3)。忘记平方会使切点错误地变成穿交点,完全改变图像。
12. Exam Strategy and Final Checks | 考试策略与最终检查
When tackling quadratic and cubic curve questions, always start by identifying the type and the key features: y-intercept (set x = 0), x-intercepts/roots (solving), turning points (derivative), and point of inflection (second derivative). For transformations, apply one step at a time and label intermediate graphs. A sketch that shows all these features clearly earns more marks than a perfect-looking curve with missing annotations.
处理二次和三次曲线题目时,始终先确定类型和关键特征:y 截距(令 x = 0)、x 截距/根(求解)、极值点(求导)、拐点(二阶导数)。对于图像变换,要一步步进行并标记中间图像。一幅清晰展示所有特征的草图,比外观完美却缺少标注的图像更能得分。
Common arithmetic mistakes, especially in completing the square or factorising, can be caught by checking that your equation matches the given y-intercept or a known point. If the question provides a point (2, 5) on the curve, substitute it into your final expression to verify. This simple habit can save many marks.
常见的算术错误,尤其是在配方法或因式分解中,可以通过检查方程是否与给定的 y 截距或已知点相符来发现。如果题目给定了曲线上的点 (2, 5),将其代入最终表达式进行验证。这个简单习惯能挽回不少分数。
Published by TutorHao | Pure Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导