Quadratic Equations and Functions — IGCSE CIE 二次方程与函数完全指南

Introduction to Quadratic Equations | 二次方程简介

Quadratic equations are among the most important topics in IGCSE Mathematics. A quadratic equation is any equation that can be written in the standard form ax^2 + bx + c = 0, where a, b, and c are constants and a is not equal to zero. The term “quadratic” comes from the Latin word “quadratus”, meaning “square”, because the highest power of the variable x is 2. Quadratic equations appear throughout mathematics and have countless real-world applications, from calculating the trajectory of a projectile to optimising business profits.

二次方程是IGCSE数学中最重要的主题之一。二次方程是指任何可以写成标准形式 ax^2 + bx + c = 0 的方程,其中 a、b 和 c 是常数,且 a 不等于零。”二次”一词来源于拉丁语 “quadratus”,意为”平方”,因为变量 x 的最高次幂是 2。二次方程在数学中随处可见,并有无数的实际应用,从计算抛射体的轨迹到优化商业利润。

In the IGCSE CIE Mathematics syllabus, students are expected to confidently solve quadratic equations using three main methods: factorisation, completing the square, and the quadratic formula. They must also understand the discriminant, sketch quadratic graphs, and apply these concepts to solve real-world problems. This article provides a comprehensive guide to mastering quadratic equations for IGCSE students, with step-by-step explanations and worked examples.

在IGCSE CIE数学大纲中,学生需要熟练掌握三种主要的二次方程求解方法:因式分解、配方法和求根公式。他们还必须理解判别式、绘制二次函数图像,并应用这些概念解决实际问题。本文为IGCSE学生提供了掌握二次方程的全面指南,包含逐步讲解和详细例题。

Standard Form and Key Terminology | 标准形式与关键术语

The standard form of a quadratic equation is ax^2 + bx + c = 0, where x represents the unknown variable, and a, b, and c are coefficients. The coefficient a is called the leading coefficient and must not be zero; if a were zero, the equation would become linear (bx + c = 0). The coefficient b is the linear coefficient, and c is the constant term. Understanding the role of each coefficient is essential because different values produce different types of quadratic graphs and solutions.

二次方程的标准形式是 ax^2 + bx + c = 0,其中 x 表示未知变量,a、b 和 c 是系数。系数 a 被称为首项系数,不能为零;如果 a 为零,方程将变为一次方程 (bx + c = 0)。系数 b 是一次项系数,c 是常数项。理解每个系数的作用至关重要,因为不同的值会产生不同类型的二次图像和解。

Several key terms are associated with quadratic equations. The roots (or solutions) of a quadratic equation are the values of x that make the equation true. A quadratic equation can have two distinct real roots, one repeated real root, or no real roots (two complex roots). The graph of a quadratic function y = ax^2 + bx + c is called a parabola. When a > 0, the parabola opens upward and has a minimum point (the vertex). When a < 0, the parabola opens downward and has a maximum point.

与二次方程相关的几个关键术语。二次方程的根(或解)是使方程成立的 x 值。二次方程可以有两个不同的实根、一个重复的实根或没有实根(两个复数根)。二次函数 y = ax^2 + bx + c 的图像称为抛物线。当 a > 0 时,抛物线开口向上并有最小值点(顶点)。当 a < 0 时,抛物线开口向下并有最大值点。

The axis of symmetry is a vertical line that passes through the vertex and divides the parabola into two mirror-image halves. The y-intercept is the point where the graph crosses the y-axis, which always occurs at (0, c). The x-intercepts are the points where the graph crosses the x-axis, corresponding to the roots of the equation. When a quadratic equation has no real roots, the parabola does not intersect the x-axis at all.

对称轴是一条穿过顶点的垂直线,将抛物线分成两个镜像对称的部分。y截距是图像与y轴相交的点,总是出现在 (0, c) 处。x截距是图像与x轴相交的点,对应于方程的根。当二次方程没有实根时,抛物线根本不与x轴相交。

Solving by Factorisation | 因式分解求解法

Factorisation is often the quickest method for solving a quadratic equation, provided the equation can be factorised easily. The principle is simple: if the product of two expressions equals zero, then at least one of the expressions must equal zero. For a quadratic expression that can be written as (px + q)(rx + s) = 0, the solutions are x = -q/p and x = -s/r. This method works particularly well when the coefficients are integers and the roots are rational numbers.

因式分解通常是求解二次方程最快的方法,前提是方程可以容易地进行因式分解。原理很简单:如果两个表达式的乘积等于零,那么至少有一个表达式必须等于零。对于可以写成 (px + q)(rx + s) = 0 的二次表达式,解为 x = -q/p 和 x = -s/r。当系数是整数且根是有理数时,这种方法特别有效。

Consider the example: Solve x^2 + 5x + 6 = 0. We need to find two numbers that multiply to give 6 (the constant term) and add to give 5 (the coefficient of x). The numbers 2 and 3 satisfy these conditions, so we can write x^2 + 5x + 6 = (x + 2)(x + 3) = 0. Applying the zero product property, either x + 2 = 0 or x + 3 = 0, giving x = -2 or x = -3. Always verify your solutions by substituting them back into the original equation.

考虑这个例子:求解 x^2 + 5x + 6 = 0。我们需要找到两个数,它们相乘得到 6(常数项),相加得到 5(x的系数)。数字 2 和 3 满足这些条件,所以我们可以写成 x^2 + 5x + 6 = (x + 2)(x + 3) = 0。应用零积性质,x + 2 = 0 或 x + 3 = 0,得到 x = -2 或 x = -3。始终通过将解代回原方程来验证。

When the leading coefficient is not 1, the factorisation process requires more care. For example, to solve 2x^2 + 7x + 3 = 0, we find two numbers that multiply to give 2 x 3 = 6 and add to give 7. The numbers 6 and 1 work. We then split the middle term: 2x^2 + 6x + x + 3 = 0. Factorising by grouping: 2x(x + 3) + 1(x + 3) = 0, which gives (2x + 1)(x + 3) = 0. The solutions are x = -1/2 and x = -3. Practice with a variety of examples is essential to develop fluency with this technique.

当首项系数不为1时,因式分解过程需要更加仔细。例如,要求解 2x^2 + 7x + 3 = 0,我们需要找到两个数,它们相乘得到 2 x 3 = 6,相加得到 7。数字 6 和 1 符合条件。然后我们拆分中间项:2x^2 + 6x + x + 3 = 0。分组因式分解:2x(x + 3) + 1(x + 3) = 0,得到 (2x + 1)(x + 3) = 0。解为 x = -1/2 和 x = -3。通过大量练习各种例子来熟练掌握这一技巧是至关重要的。

Completing the Square | 配方法

Completing the square is a powerful algebraic technique that transforms a quadratic expression into a perfect square trinomial plus a constant. This method is especially useful when factorisation is not straightforward, and it also provides a geometric interpretation of quadratic equations. The general idea is to rewrite ax^2 + bx + c in the form a(x + p)^2 + q, where p and q are constants determined by the original coefficients.

配方法是一种强大的代数技巧,它将二次表达式转化为完全平方三项式加一个常数。当因式分解不直接时,这种方法特别有用,而且它还为二次方程提供了几何解释。总体思路是将 ax^2 + bx + c 重写为 a(x + p)^2 + q 的形式,其中 p 和 q 是由原始系数确定的常数。

For a quadratic with a = 1, the process is straightforward. To complete the square for x^2 + bx + c, we take half the coefficient of x, square it, and adjust the constant term. Specifically, x^2 + bx + c = (x + b/2)^2 + c – (b/2)^2. For example, to solve x^2 + 6x – 7 = 0 by completing the square: x^2 + 6x = 7, add (6/2)^2 = 9 to both sides, giving x^2 + 6x + 9 = 16. The left side is a perfect square: (x + 3)^2 = 16. Taking the square root of both sides: x + 3 = 4 or x + 3 = -4, so x = 1 or x = -7.

对于 a = 1 的二次式,过程是直接的。要为 x^2 + bx + c 配方,我们取 x 系数的一半,将其平方,并调整常数项。具体来说,x^2 + bx + c = (x + b/2)^2 + c – (b/2)^2。例如,用配方法求解 x^2 + 6x – 7 = 0:x^2 + 6x = 7,两边加 (6/2)^2 = 9,得到 x^2 + 6x + 9 = 16。左边是完全平方:(x + 3)^2 = 16。两边取平方根:x + 3 = 4 或 x + 3 = -4,所以 x = 1 或 x = -7。

When the leading coefficient a is not 1, we first factor out a from the x^2 and x terms before completing the square inside the parentheses. For instance, to solve 3x^2 – 12x + 5 = 0, we write 3(x^2 – 4x) + 5 = 0. Inside the parentheses, x^2 – 4x becomes (x – 2)^2 – 4. So 3[(x – 2)^2 – 4] + 5 = 0, which simplifies to 3(x – 2)^2 – 12 + 5 = 0, giving 3(x – 2)^2 = 7. Therefore (x – 2)^2 = 7/3, and x = 2 plus or minus the square root of 7/3.

当首项系数 a 不为1时,我们先从 x^2 和 x 项中提取 a,然后在括号内进行配方。例如,要求解 3x^2 – 12x + 5 = 0,我们写成 3(x^2 – 4x) + 5 = 0。括号内,x^2 – 4x 变为 (x – 2)^2 – 4。所以 3[(x – 2)^2 – 4] + 5 = 0,简化为 3(x – 2)^2 – 12 + 5 = 0,得到 3(x – 2)^2 = 7。因此 (x – 2)^2 = 7/3,x = 2 加减 7/3 的平方根。

Completing the square also leads directly to the vertex form of a quadratic function, y = a(x – h)^2 + k, where (h, k) is the vertex of the parabola. This form immediately reveals the maximum or minimum value of the function and the axis of symmetry. It is particularly useful in optimisation problems where you need to find the maximum area, minimum cost, or optimal value of some quantity.

配方法还直接导出二次函数的顶点式 y = a(x – h)^2 + k,其中 (h, k) 是抛物线的顶点。这种形式立即揭示了函数的最大值或最小值以及对称轴。在需要找到最大面积、最小成本或某个量的最优值的优化问题中,它特别有用。

The Quadratic Formula | 二次求根公式

The quadratic formula is the most general method for solving any quadratic equation. It is derived by completing the square on the general form ax^2 + bx + c = 0, and it gives the solutions directly in terms of the coefficients. The formula states that for ax^2 + bx + c = 0, the solutions are x = [-b plus or minus sqrt(b^2 – 4ac)] / (2a). This elegant formula guarantees a solution for every quadratic equation, making it an indispensable tool in the IGCSE student’s mathematical toolkit.

二次求根公式是求解任何二次方程最通用的方法。它通过对一般形式 ax^2 + bx + c = 0 进行配方推导而得,直接用系数表示解。该公式表明对于 ax^2 + bx + c = 0,解为 x = [-b 加减 sqrt(b^2 – 4ac)] / (2a)。这个优雅的公式保证了每个二次方程都有解,使其成为IGCSE学生数学工具箱中不可或缺的工具。

To use the quadratic formula, simply identify the coefficients a, b, and c from the standard form, then substitute them into the formula. For example, to solve 2x^2 – 5x – 3 = 0, we have a = 2, b = -5, and c = -3. Substituting into the formula: x = [5 plus or minus sqrt((-5)^2 – 4(2)(-3))] / (2(2)) = [5 plus or minus sqrt(25 + 24)] / 4 = [5 plus or minus sqrt(49)] / 4 = [5 plus or minus 7] / 4. Therefore x = 12/4 = 3 or x = -2/4 = -1/2. Always double-check that the equation is in standard form before identifying the coefficients; rearranging the terms incorrectly is a common source of error.

要使用求根公式,只需从标准形式中识别系数 a、b 和 c,然后将它们代入公式。例如,要求解 2x^2 – 5x – 3 = 0,我们有 a = 2,b = -5,c = -3。代入公式:x = [5 加减 sqrt((-5)^2 – 4(2)(-3))] / (2(2)) = [5 加减 sqrt(25 + 24)] / 4 = [5 加减 sqrt(49)] / 4 = [5 加减 7] / 4。因此 x = 12/4 = 3 或 x = -2/4 = -1/2。在识别系数之前,务必仔细检查方程是否处于标准形式;错误地重新排列各项是常见的错误来源。

When working with the quadratic formula in IGCSE exams, students should be prepared to leave answers in exact form (surd form) when the discriminant is not a perfect square. For example, solving x^2 – 4x – 1 = 0 gives x = [4 plus or minus sqrt(16 + 4)] / 2 = [4 plus or minus sqrt(20)] / 2. The square root of 20 simplifies to 2 sqrt(5), so x = [4 plus or minus 2 sqrt(5)] / 2 = 2 plus or minus sqrt(5). This exact form is preferred over a decimal approximation unless the question specifically asks for a decimal answer.

在IGCSE考试中使用求根公式时,当判别式不是完全平方数时,学生应准备好将答案保留为精确形式(根式形式)。例如,求解 x^2 – 4x – 1 = 0 得到 x = [4 加减 sqrt(16 + 4)] / 2 = [4 加减 sqrt(20)] / 2。20 的平方根简化为 2 sqrt(5),所以 x = [4 加减 2 sqrt(5)] / 2 = 2 加减 sqrt(5)。除非题目特别要求小数答案,否则这种精确形式优于小数近似值。

The Discriminant | 判别式

The discriminant of a quadratic equation ax^2 + bx + c = 0 is the expression under the square root in the quadratic formula: Delta = b^2 – 4ac. The discriminant reveals crucial information about the number and nature of the roots without actually solving the equation. This is a powerful analytical tool that frequently appears in IGCSE examination questions, particularly in problems that ask students to determine whether a quadratic has real solutions or to find conditions on unknown coefficients.

二次方程 ax^2 + bx + c = 0 的判别式是求根公式中平方根号下的表达式:Delta = b^2 – 4ac。判别式揭示了关于根的数量和性质的关键信息,而无需实际求解方程。这是一个强大的分析工具,经常出现在IGCSE考试题目中,特别是在要求学生确定二次方程是否有实解或找到未知系数条件的问题中。

There are three cases to consider. When Delta > 0, the equation has two distinct real roots. This means the parabola crosses the x-axis at two different points. When Delta = 0, the equation has exactly one real root (a repeated root), meaning the parabola just touches the x-axis at the vertex. When Delta < 0, the equation has no real roots; the solutions are complex numbers, and the parabola lies entirely above or below the x-axis without intersecting it. Being able to quickly evaluate the discriminant is a time-saving skill in multiple-choice questions.

有三种情况需要考虑。当 Delta > 0 时,方程有两个不同的实根。这意味着抛物线与x轴相交于两个不同的点。当 Delta = 0 时,方程恰好有一个实根(重复根),意味着抛物线在顶点处刚好接触x轴。当 Delta < 0 时,方程没有实根;解是复数,抛物线完全位于x轴的上方或下方而不与之相交。快速计算判别式的能力是选择题中节省时间的技巧。

A classic IGCSE-style question asks: “Find the values of k for which the equation x^2 + kx + 9 = 0 has two distinct real roots.” To solve this, we set the discriminant greater than zero: Delta = k^2 – 4(1)(9) = k^2 – 36 > 0, so k^2 > 36, giving k < -6 or k > 6. Questions of this type test both your understanding of the discriminant and your ability to solve quadratic inequalities. The discriminant also helps determine whether a quadratic expression can be factorised over the integers: if b^2 – 4ac is a perfect square, the quadratic factorises nicely with rational roots.

一个经典的IGCSE题型问:”求使方程 x^2 + kx + 9 = 0 有两个不同实根的 k 值。”要解决这个问题,我们设判别式大于零:Delta = k^2 – 4(1)(9) = k^2 – 36 > 0,所以 k^2 > 36,得到 k < -6 或 k > 6。这类问题既考察你对判别式的理解,也考察你求解二次不等式的能力。判别式还有助于确定二次表达式是否可以在整数范围内进行因式分解:如果 b^2 – 4ac 是完全平方数,那么该二次式可以漂亮地分解为有理根。

Quadratic Graphs and Transformations | 二次函数图像与变换

The graph of y = ax^2 + bx + c is a smooth, U-shaped curve called a parabola. The shape and position of the parabola are determined by the coefficients a, b, and c. The sign of a determines whether the parabola opens upward (a > 0, giving a minimum point) or downward (a < 0, giving a maximum point). The magnitude of a affects the "width" of the parabola: larger absolute values of a produce narrower parabolas, while smaller absolute values produce wider ones.

y = ax^2 + bx + c 的图像是一条光滑的U形曲线,称为抛物线。抛物线的形状和位置由系数 a、b 和 c 决定。a 的符号决定抛物线的开口方向:a > 0 时开口向上(有最小值点),a < 0 时开口向下(有最大值点)。a 的大小影响抛物线的"宽度":a 的绝对值越大,抛物线越窄;a 的绝对值越小,抛物线越宽。

The vertex of the parabola is its turning point, representing either the maximum or minimum value of the function. Using the completed square form y = a(x – h)^2 + k, the vertex is at (h, k). Alternatively, using the original coefficients, the x-coordinate of the vertex is -b/(2a), and the y-coordinate is found by substituting this value back into the function. The axis of symmetry is the vertical line x = -b/(2a), which passes through the vertex.

抛物线的顶点是其转折点,代表函数的最大值或最小值。使用配方式 y = a(x – h)^2 + k,顶点位于 (h, k)。或者,使用原始系数,顶点的x坐标为 -b/(2a),y坐标通过将该值代回函数求得。对称轴是垂直线 x = -b/(2a),它穿过顶点。

Understanding transformations of quadratic graphs is essential for sketching them quickly. Starting from the basic parabola y = x^2, various transformations can be applied: y = (x – h)^2 shifts the graph h units to the right; y = x^2 + k shifts it k units upward; y = -x^2 reflects it across the x-axis; and y = ax^2 stretches it vertically by a factor of a. Combined transformations such as y = -2(x + 3)^2 – 1 can be broken down step by step: start with y = x^2, shift left by 3 units, reflect across the x-axis, stretch vertically by a factor of 2, and shift down by 1 unit.

理解二次函数图像的变换对于快速绘制草图至关重要。从基本抛物线 y = x^2 开始,可以应用各种变换:y = (x – h)^2 将图像向右平移 h 个单位;y = x^2 + k 将其向上平移 k 个单位;y = -x^2 将其关于x轴翻转;y = ax^2 将其垂直拉伸 a 倍。组合变换如 y = -2(x + 3)^2 – 1 可以逐步分解:从 y = x^2 开始,向左平移3个单位,关于x轴翻转,垂直拉伸2倍,再向下平移1个单位。

Vertex Form and Completing the Square Connection | 顶点式与配方法的联系

The vertex form y = a(x – h)^2 + k is one of the most useful representations of a quadratic function. Unlike the standard form y = ax^2 + bx + c, the vertex form immediately reveals the coordinates of the vertex (h, k) and the direction of opening. This makes it invaluable for sketching graphs, finding maximum or minimum values, and solving optimisation problems. Converting between standard form and vertex form is achieved through completing the square.

顶点式 y = a(x – h)^2 + k 是二次函数最有用的表示形式之一。与标准形式 y = ax^2 + bx + c 不同,顶点式立即揭示顶点坐标 (h, k) 和开口方向。这使得它在绘制图像草图、寻找最大值或最小值以及解决优化问题时极为宝贵。通过配方法可以在标准形式和顶点式之间转换。

To convert a quadratic from vertex form to standard form, we simply expand the squared term and combine like terms. For example, y = 2(x – 3)^2 + 5 expands to y = 2(x^2 – 6x + 9) + 5 = 2x^2 – 12x + 18 + 5 = 2x^2 – 12x + 23. Going the other direction, from standard form to vertex form, requires completing the square. For y = 2x^2 – 12x + 23, we factor out the 2 from the first two terms: y = 2(x^2 – 6x) + 23, then complete the square inside the parentheses: y = 2[(x – 3)^2 – 9] + 23 = 2(x – 3)^2 – 18 + 23 = 2(x – 3)^2 + 5.

要将二次式从顶点式转换为标准形式,我们只需展开平方项并合并同类项。例如,y = 2(x – 3)^2 + 5 展开为 y = 2(x^2 – 6x + 9) + 5 = 2x^2 – 12x + 18 + 5 = 2x^2 – 12x + 23。反过来,从标准形式到顶点式,需要进行配方。对于 y = 2x^2 – 12x + 23,我们从前两项中提取2:y = 2(x^2 – 6x) + 23,然后在括号内配方:y = 2[(x – 3)^2 – 9] + 23 = 2(x – 3)^2 – 18 + 23 = 2(x – 3)^2 + 5。

The vertex form is particularly powerful for solving optimisation problems. Consider this classic problem: “A farmer has 100 metres of fencing and wants to enclose a rectangular field against a wall. What dimensions give the maximum area?” If the field has width x and length (100 – 2x), the area is A = x(100 – 2x) = 100x – 2x^2. In vertex form, A = -2(x^2 – 50x) = -2[(x – 25)^2 – 625] = -2(x – 25)^2 + 1250. The maximum area of 1250 square metres occurs when the width x = 25 metres, giving a length of 50 metres.

顶点式在解决优化问题时特别有用。考虑这个经典问题:”一位农民有100米围栏,想靠墙围一个矩形场地。什么尺寸能获得最大面积?”如果场地宽为 x,长为 (100 – 2x),面积为 A = x(100 – 2x) = 100x – 2x^2。写成顶点式:A = -2(x^2 – 50x) = -2[(x – 25)^2 – 625] = -2(x – 25)^2 + 1250。当宽 x = 25 米时,最大面积为 1250 平方米,此时长为 50 米。

Solving Quadratic Inequalities | 求解二次不等式

Quadratic inequalities extend the ideas of solving quadratic equations to determining ranges of x-values for which a quadratic expression is positive or negative. For example, solving x^2 – x – 6 > 0 requires finding where the quadratic is above the x-axis. The approach involves first solving the corresponding equation x^2 – x – 6 = 0 (giving x = -2 or x = 3), then testing the sign of the expression in each interval determined by these roots: x < -2, -2 < x < 3, and x > 3.

二次不等式将求解二次方程的思想扩展到确定二次表达式为正数或负数的 x 值范围。例如,求解 x^2 – x – 6 > 0 需要找到二次式在x轴上方的位置。方法包括首先求解相应的方程 x^2 – x – 6 = 0(得到 x = -2 或 x = 3),然后在由这些根确定的每个区间中检验表达式的符号:x < -2,-2 < x < 3,和 x > 3。

Testing a value in each interval: for x < -2, try x = -3 giving (-3)^2 - (-3) - 6 = 9 + 3 - 6 = 6 > 0, so this interval is part of the solution. For -2 < x < 3, try x = 0 giving 0 - 0 - 6 = -6 < 0, so this interval is not part of the solution. For x > 3, try x = 4 giving 16 – 4 – 6 = 6 > 0, so this interval is part of the solution. Therefore the solution is x < -2 or x > 3, which can be written in interval notation as x belongs to the set of values from negative infinity to -2, union with the values from 3 to positive infinity.

在每个区间中检验一个值:对于 x < -2,尝试 x = -3,得到 (-3)^2 - (-3) - 6 = 9 + 3 - 6 = 6 > 0,所以这个区间是解的一部分。对于 -2 < x < 3,尝试 x = 0,得到 0 - 0 - 6 = -6 < 0,所以这个区间不是解的一部分。对于 x > 3,尝试 x = 4,得到 16 – 4 – 6 = 6 > 0,所以这个区间是解的一部分。因此解是 x < -2 或 x > 3,可用区间记号写为 x 属于负无穷到-2,并与3到正无穷的并集。

A more efficient approach uses the graph of the parabola. Since the coefficient of x^2 is positive (a = 1 > 0), the parabola opens upward. It crosses the x-axis at x = -2 and x = 3. The quadratic is positive (above the x-axis) outside the interval between the roots, and negative (below the x-axis) between the roots. This graphical intuition provides a quick check: for x^2 – x – 6 > 0 with an upward-opening parabola, the solution is x < -2 or x > 3. For x^2 – x – 6 < 0, the solution would be -2 < x < 3.

更高效的方法使用抛物线图像。由于 x^2 的系数为正(a = 1 > 0),抛物线开口向上。它在 x = -2 和 x = 3 处穿过x轴。二次式在根之间的区间外为正数(在x轴上方),在根之间为负数(在x轴下方)。这种图形直觉提供了快速检验:对于 x^2 – x – 6 > 0,抛物线开口向上,解为 x < -2 或 x > 3。对于 x^2 – x – 6 < 0,解将是 -2 < x < 3。

Applications and Word Problems | 应用与文字题

Quadratic equations model a wide variety of real-world situations, and IGCSE examinations frequently include contextual problems that require students to formulate and solve quadratics. Projectile motion is one of the most common applications: the height h of an object thrown upward with initial velocity u from an initial height h0 is given by h = -1/2 gt^2 + ut + h0, where g is the acceleration due to gravity (approximately 9.8 m/s^2 or 10 m/s^2 in IGCSE problems).

二次方程为各种现实情况建模,IGCSE考试经常包含需要学生建立和求解二次方程的情境问题。抛物运动是最常见的应用之一:以初速度 u 从初始高度 h0 向上抛出的物体的高度 h 由 h = -1/2 gt^2 + ut + h0 给出,其中 g 是重力加速度(在IGCSE问题中约为 9.8 m/s^2 或 10 m/s^2)。

Consider this typical IGCSE problem: “A ball is thrown vertically upward from ground level with a speed of 20 m/s. The height of the ball after t seconds is given by h = 20t – 5t^2. Find (a) the time when the ball returns to the ground, and (b) the maximum height reached.” For part (a), set h = 0: 20t – 5t^2 = 0, so 5t(4 – t) = 0, giving t = 0 (launch) or t = 4 (return to ground). For part (b), the maximum height occurs at the vertex, where t = -b/(2a) = -20/(2(-5)) = 2 seconds, giving h = 20(2) – 5(2)^2 = 40 – 20 = 20 metres.

考虑这个典型的IGCSE问题:”一个球以20 m/s的速度从地面垂直向上抛出。t秒后球的高度由 h = 20t – 5t^2 给出。求 (a) 球返回地面的时间,以及 (b) 达到的最大高度。”对于 (a),设 h = 0:20t – 5t^2 = 0,所以 5t(4 – t) = 0,得到 t = 0(发射)或 t = 4(返回地面)。对于 (b),最大高度出现在顶点处,其中 t = -b/(2a) = -20/(2(-5)) = 2 秒,得到 h = 20(2) – 5(2)^2 = 40 – 20 = 20 米。

Beyond physics, quadratics appear in economics (profit maximisation), geometry (area optimisation), and number problems (finding two numbers given their sum and product). For example: “The product of two consecutive positive integers is 156. Find the integers.” Let the smaller integer be n, then n(n + 1) = 156, so n^2 + n – 156 = 0. Factorising: (n + 13)(n – 12) = 0, so n = -13 (rejected as not positive) or n = 12. The integers are 12 and 13. Practice with diverse word problems builds the skill of translating real-world situations into algebraic equations, a core competency tested in IGCSE Mathematics.

除了物理之外,二次方程还出现在经济学(利润最大化)、几何学(面积优化)和数字问题中(给定两个数的和与积,求这两个数)。例如:”两个连续正整数的乘积是156。求这两个整数。”设较小的整数为 n,则 n(n + 1) = 156,所以 n^2 + n – 156 = 0。因式分解:(n + 13)(n – 12) = 0,所以 n = -13(因不是正数而舍去)或 n = 12。这两个整数是12和13。通过练习各种文字题,可以培养将实际情况转化为代数方程的能力,这是IGCSE数学测试的核心能力。

Common Mistakes and Exam Tips | 常见错误与考试技巧

Many IGCSE students lose marks on quadratic equations not because they do not understand the concepts, but because of avoidable errors. One of the most frequent mistakes is forgetting to set the equation to zero before factorising. The factor method relies on the zero product property, which only applies when one side of the equation is zero. If you attempt to factorise 2x^2 + 3x = 5 directly, you will get nonsense. Always rearrange to 2x^2 + 3x – 5 = 0 first, then proceed.

许多IGCSE学生在二次方程上失分,不是因为他们不理解概念,而是因为可以避免的错误。最常见的错误之一是在因式分解前忘记将方程设为零。因式分解法依赖于零积性质,该性质仅在方程一边为零时适用。如果你尝试直接因式分解 2x^2 + 3x = 5,你会得到无意义的结果。始终先重新排列为 2x^2 + 3x – 5 = 0,然后再进行。

Another common pitfall involves the quadratic formula: students often mishandle negative values of b. When b is negative, -b becomes positive, and students sometimes forget this sign change. For example, in 3x^2 – 7x + 2 = 0, the value substituted into -b is -(-7) = 7, not -7. Writing out the formula with the substituted values before simplifying helps prevent sign errors. Also, always check that you have the correct values for a, b, and c before substituting; rearranging the equation incorrectly changes the signs.

另一个常见陷阱涉及求根公式:学生经常错误处理 b 的负值。当 b 为负数时,-b 变为正数,学生有时会忘记这个符号变化。例如,在 3x^2 – 7x + 2 = 0 中,代入 -b 的值是 -(-7) = 7,而不是 -7。在简化之前写出带有代入值的公式有助于防止符号错误。此外,在代入之前始终检查 a、b 和 c 的值是否正确;错误地重新排列方程会改变符号。

When sketching quadratic graphs, students are advised to follow a systematic approach: (1) determine whether the parabola opens upward or downward from the sign of a; (2) find the y-intercept at (0, c); (3) find the x-intercepts by solving ax^2 + bx + c = 0; (4) find the vertex using x = -b/(2a); (5) draw the axis of symmetry as a dashed line. Label all key points and the axis of symmetry clearly. Examiners look for these labelled features when awarding marks for graph-sketching questions.

在绘制二次函数图像时,建议学生遵循系统方法:(1) 从 a 的符号确定抛物线开口向上还是向下;(2) 找到 y 截距 (0, c);(3) 通过求解 ax^2 + bx + c = 0 找到 x 截距;(4) 使用 x = -b/(2a) 找到顶点;(5) 用虚线画出对称轴。清楚地标注所有关键点和对称轴。考官在给绘图题评分时会寻找这些标注的特征。

Summary | 总结

Quadratic equations form a cornerstone of the IGCSE CIE Mathematics curriculum, and mastering them opens the door to more advanced topics in algebra, calculus, and applied mathematics. The three solution methods – factorisation, completing the square, and the quadratic formula – each have their strengths, and a skilled student knows when to apply each one. Factorisation is quickest for simple quadratics with integer roots, completing the square reveals the vertex and is essential for deriving the quadratic formula, and the formula itself is the universal fallback that always works.

二次方程是IGCSE CIE数学课程的基石,掌握它将为代数、微积分和应用数学中更高级的主题打开大门。三种求解方法 – 因式分解、配方法和求根公式 – 各有所长,熟练的学生知道何时应用每种方法。因式分解对于具有整数根的简单二次式最快,配方法揭示顶点并且对于推导求根公式至关重要,而公式本身是始终有效的通用后备方案。

The discriminant provides a powerful shortcut for determining the nature of roots without solving the equation, saving valuable time in exam conditions. Quadratic graphs and their transformations develop visual intuition, helping students understand why quadratics behave as they do. Finally, the ability to translate real-world problems into quadratic equations and interpret the solutions in context is a skill that extends far beyond the mathematics classroom, demonstrating the practical relevance of this elegant branch of algebra.

判别式提供了一个强大的捷径,无需解方程即可确定根的性质,在考试条件下节省宝贵的时间。二次函数图像及其变换培养了视觉直觉,帮助学生理解二次式为何如此表现。最后,将实际问题转化为二次方程并在上下文中解释解的能力是一种远远超出数学课堂的技能,展示了这一优雅代数分支的实际意义。

更多咨询请联系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