📚 Mastering Quadratic Functions for GCSE CCEA Mathematics | GCSE CCEA 数学:二次函数 考点精讲
Quadratic functions lie at the heart of CCEA GCSE Mathematics, bridging algebra, graphs, and real-world problem solving. Mastering them means understanding how to manipulate expressions, solve equations, sketch parabolas, and interpret key features such as turning points and roots. This guide walks you through every essential concept, method, and exam technique you need to excel in both calculator and non-calculator papers.
二次函数是 CCEA GCSE 数学的核心内容,连接着代数、图像与现实问题的解决。掌握二次函数意味着要学会如何处理表达式、求解方程、绘制抛物线,并理解顶点、根等关键特征。本指南将带你逐一攻克所有必考概念、解题方法和考试技巧,让你在可使用计算器与不可使用计算器的试卷中同样游刃有余。
1. Introduction to Quadratic Functions | 二次函数简介
A quadratic function is any function that can be written in the form f(x) = ax² + bx + c, where a, b, and c are constants and a ≠ 0. The graph of a quadratic function is a smooth, U-shaped curve called a parabola.
二次函数是指能写成 f(x) = ax² + bx + c 形式的函数,其中 a、b、c 为常数且 a ≠ 0。二次函数的图像是一条光滑的 U 形曲线,称为抛物线。
If a > 0, the parabola opens upwards and has a minimum point. If a < 0, it opens downwards and has a maximum point. The constant term c gives the y-intercept, where the curve crosses the y-axis.
当 a > 0 时,抛物线开口向上,存在最小值点;当 a < 0 时,抛物线开口向下,存在最大值点。常数项 c 表示抛物线与 y 轴的交点,即 y 轴截距。
2. The Standard Form y = ax² + bx + c | 标准式 y = ax² + bx + c
Every quadratic function can be expressed in standard form y = ax² + bx + c. This form allows us to quickly identify the y-intercept (0, c) and determine the general shape and direction of the curve.
每一个二次函数都可以写成标准式 y = ax² + bx + c。利用这一形式,我们可以迅速找出 y 轴截距 (0, c),并判断曲线的大致形状与开口方向。
Coefficient a controls the “width” of the parabola – larger |a| makes the curve steeper, while smaller |a| (but still not zero) makes it wider. The sign of a controls the direction: positive a gives a ∪ shape, negative a gives a ∩ shape.
系数 a 控制抛物线的“宽窄”——|a| 越大,曲线越陡;|a| 越小(但仍不为零),曲线越宽。a 的符号决定开口方向:a 为正呈现 ∪ 形,a 为负呈现 ∩ 形。
3. Factorising Quadratics | 二次式的因式分解
Factorising a quadratic rewrites it as a product of two linear brackets. For a simple quadratic x² + bx + c, find two numbers p and q such that p + q = b and pq = c, then write (x + p)(x + q).
因式分解是将二次式写成两个一次式相乘的形式。对于简单的二次式 x² + bx + c,找出两个数 p 和 q,使得 p + q = b 且 pq = c,便可写成 (x + p)(x + q)。
When a ≠ 1, as in 2x² + 7x + 3, we split the middle term or use trial and error to find factors that expand to the original expression. This skill is vital for solving quadratic equations efficiently.
当 a ≠ 1 时,比如 2x² + 7x + 3,我们可以用拆分中项法或十字相乘法寻找因子,使其展开后回到原式。这项技能对于高效解二次方程至关重要。
4. Solving Quadratic Equations by Factorising | 通过因式分解解二次方程
Set a quadratic equation to zero: ax² + bx + c = 0. If it factorises to (px + q)(rx + s) = 0, then either px + q = 0 or rx + s = 0. Solve these linear equations to find the two roots.
将二次方程设为零:ax² + bx + c = 0。如果它可以因式分解为 (px + q)(rx + s) = 0,那么要么 px + q = 0,要么 rx + s = 0。解这两个一次方程即可得到两个根。
Example: Solve x² + 2x – 15 = 0. Factorising gives (x + 5)(x – 3) = 0, so x = -5 or x = 3. Always check your solutions by substituting them back into the original equation.
示例:解方程 x² + 2x – 15 = 0。因式分解得 (x + 5)(x – 3) = 0,因此 x = -5 或 x = 3。一定要将解代回原方程加以检验。
5. Completing the Square | 配方法
Completing the square transforms a quadratic into the form a(x + p)² + q, where the vertex is (-p, q). The process: take x² + bx, halve b to get (b/2), square it, add and subtract it within the expression.
配方法能把二次式转化为 a(x + p)² + q 的形式,其顶点坐标为 (-p, q)。步骤是:对 x² + bx,取 b 的一半得到 (b/2),平方后,在表达式中同时加上并减去这个平方项。
For 2x² + 8x + 5, first factor out 2: 2(x² + 4x) + 5. Complete the square inside: x² + 4x = (x + 2)² – 4, so overall 2[(x + 2)² – 4] + 5 = 2(x + 2)² – 3. The vertex is (-2, -3).
以 2x² + 8x + 5 为例,首先提出系数 2:2(x² + 4x) + 5。在括号内配方:x² + 4x = (x + 2)² – 4,于是整体为 2[(x + 2)² – 4] + 5 = 2(x + 2)² – 3。顶点坐标为 (-2, -3)。
6. The Quadratic Formula | 二次公式
When a quadratic equation does not factorise easily, use the quadratic formula:
x = [-b ± √(b² – 4ac)] / (2a)
The symbol ± means there are two solutions, one using the plus sign and one using the minus sign.
当二次方程不容易因式分解时,使用二次公式:
x = [-b ± √(b² – 4ac)] / (2a)
符号 ± 表示有两个解,一个使用加号,另一个使用减号。
Always write the equation in standard form ax² + bx + c = 0 before substituting. Pay careful attention to negative signs – a common error is misplacing brackets when using a calculator. CCEA exam questions often require leaving answers in surd form if they are not exact decimals.
代入之前务必将方程化为标准式 ax² + bx + c = 0。要特别留意负号——在使用计算器时,括号位置不对是一个常见错误。CCEA 考题常常要求当答案不是精确小数时,保留根号形式。
7. The Discriminant | 判别式
The discriminant is the expression under the square root in the quadratic formula: Δ = b² – 4ac. It reveals the nature and number of roots without solving the equation.
判别式是二次公式中根号下的表达式:Δ = b² – 4ac。它能在不求解方程的情况下,揭示根的性质与个数。
-
If b² – 4ac > 0, the equation has two distinct real roots.
如果 b² – 4ac > 0,方程有两个不相等的实根。
-
If b² – 4ac = 0, there is exactly one real root (a repeated root), and the graph touches the x-axis.
如果 b² – 4ac = 0,则有一个实根(重根),图像与 x 轴相切。
-
If b² – 4ac < 0, there are no real roots; the parabola does not cross the x-axis.
如果 b² – 4ac < 0,则没有实根,抛物线不与 x 轴相交。
8. Sketching Quadratic Graphs | 绘制二次函数图像
To sketch a quadratic quickly, identify the key features: the y-intercept (c), the roots (if any), the turning point (vertex), and the axis of symmetry x = -b/(2a).
要快速绘制二次函数图像,需要识别关键特征:y 轴截距 (c)、根(若有)、顶点以及对称轴 x = -b/(2a)。
Plot these points and draw a smooth symmetrical curve. Label roots and the turning point clearly. The vertex can be found using completed square form or the formula x = -b/(2a) and then finding the corresponding y-value.
标出这些点并绘制平滑的对称曲线。清晰标注根与顶点。顶点可通过配方式或先用公式 x = -b/(2a) 求出 x 坐标,再代入得到 y 坐标。
9. Turning Points and Symmetry | 顶点和对称性
A parabola is symmetric about a vertical line that passes through its vertex. This line of symmetry has equation x = -b/(2a). If you know one root, you can find the vertex’s x-coordinate by averaging the roots.
抛物线关于通过其顶点的竖直线对称,对称轴方程为 x = -b/(2a)。如果知道一个根,你可以通过求两根的平均值得到顶点的 x 坐标。
The vertex represents the minimum or maximum value of the function. In CCEA questions, you may be asked to find the maximum area, minimum cost, or optimum height, which directly links to the vertex in context.
顶点代表函数的最小值或最大值。在 CCEA 考题中,你可能会遇到求最大面积、最小成本或最佳高度的问题,这在实际情境中直接对应顶点。
10. Solving Equations Using Graphs | 利用图像解方程
Given the graph of y = x² + 2x – 3, you can solve x² + 2x – 3 = 0 by reading the x-intercepts. You can also solve related equations like x² + 2x – 3 = 5 by adding a horizontal line y = 5 and finding intersection points.
给定 y = x² + 2x – 3 的图像,你可以通过读取 x 轴截距来解 x² + 2x – 3 = 0。你也可以通过添加水平线 y = 5 并找出交点,来解类似于 x² + 2x – 3 = 5 的方程。
This graphical approach is a common non-calculator skill in CCEA papers. Practice sketching parabolas and adding straight lines to solve simultaneous equations such as a quadratic and a linear equation.
这种图解方法是 CCEA 试卷中常见的非计算器考查技能。要多练习绘制抛物线并添加直线,以求解由一个二次方程和一个一次方程组成的方程组。
11. Real-life Applications | 实际应用
Quadratic models appear in projectile motion, area optimisation, and economics. For example, a ball thrown upward follows a height curve h(t) = -5t² + 20t + 1. The maximum height occurs at the vertex, and the time when it hits the ground is a root of h(t) = 0.
二次模型出现在抛体运动、面积优化和经济学中。例如,向上抛出的球遵循高度曲线 h(t) = -5t² + 20t + 1。最大高度出现在顶点处,球落地的时刻是方程 h(t) = 0 的一个根。
When tackling word problems, translate the situation into a quadratic equation using known formulas, then solve and discard any solutions that don’t make sense in context (e.g. negative time).
在解决应用题时,先用已知公式将情境转化为二次方程,然后求解并舍去不符合实际情况的解(如负时间)。
12. Common Exam Mistakes and Tips | 常见考试错误与技巧
-
Forgetting to set the equation to zero before factorising or applying the formula.
在使用因式分解或二次公式前,忘记将方程设为零。
-
Losing a negative sign when substituting into the quadratic formula – always use brackets around negative numbers.
代入二次公式时漏掉负号——务必在负数上加括号。
-
Not writing solutions in the required form, such as surds or to a given number of decimal places.
没有按题目要求的形式给出解,比如未保留根号或未精确到指定的小数位数。
-
Misinterpreting the discriminant: a zero discriminant means one repeated root, not “no solutions”.
错误理解判别式:判别式为零表示一个重根,而不是“无解”。
Regular practice with past CCEA papers builds confidence. Always show clear steps, label your graphs fully, and double-check answers by substitution.
定期练习 CCEA 历年真题能增强信心。始终清晰展示解题步骤,完整标注图像,并通过代回检验答案。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导