Simultaneous Equations and Quadratic Functions u2014 IGCSEu6570u5b66u8054u7acbu65b9u7a0bu4e0eu4e8cu6b21u51fdu6570

Introduction to Simultaneous Equations and Quadratic Functions — 联立方程与二次函数入门

在IGCSE数学课程中,联立方程和二次函数是两个核心主题,它们不仅构成了代数学习的基础,也是后续学习微积分和高等数学的重要跳板。掌握这些概念能够帮助学生建立系统的数学思维,解决现实世界中的建模问题。本文将系统性地介绍解联立方程的各种方法、二次函数的性质与求解技巧,以及如何将两者结合起来解决更复杂的数学问题。

In the IGCSE Mathematics curriculum, simultaneous equations and quadratic functions are two core topics that not only form the foundation of algebraic study but also serve as important stepping stones for calculus and advanced mathematics. Mastering these concepts helps students develop systematic mathematical thinking and solve real-world modeling problems. This article systematically introduces various methods for solving simultaneous equations, the properties and solution techniques for quadratic functions, and how to combine both to tackle more complex mathematical problems.

What Are Simultaneous Equations? — 什么是联立方程?

联立方程组是一组包含两个或更多方程的系统,这些方程共享相同的未知变量。解联立方程的目标是找到同时满足所有方程的一组变量值。在IGCSE考试中,最常见的两类联立方程是线性联立方程和包含一个二次方程的非线性联立方程。理解联立方程的几何意义至关重要:两个线性方程的解对应为两条直线的交点;而一个线性方程和一个二次方程的解则对应为一条直线与一条抛物线的交点。

A system of simultaneous equations is a set of two or more equations that share the same unknown variables. The goal of solving simultaneous equations is to find a set of variable values that satisfy all equations at once. In IGCSE examinations, the two most common types are linear simultaneous equations and non-linear simultaneous equations that include one quadratic equation. Understanding the geometric meaning of simultaneous equations is crucial: the solution of two linear equations corresponds to the intersection point of two straight lines; while the solution of one linear and one quadratic equation corresponds to the intersection points of a straight line and a parabola.

Method 1: Elimination Method — 方法一:消元法

消元法是解线性联立方程最直接的方法之一。其核心思路是通过对两个方程进行加减运算,消除其中一个变量,从而将问题转化为单变量方程求解。例如,对于方程组 2x + y = 7 和 x – y = 2,将两式相加即可消去y:3x = 9,因此 x = 3。代入任一原方程可得 y = 1。验证:将 (3, 1) 代入两个方程,2(3) + 1 = 7 ✓ 且 3 – 1 = 2 ✓。

The elimination method is one of the most straightforward approaches for solving linear simultaneous equations. The core idea is to add or subtract the two equations to eliminate one variable, thereby reducing the problem to a single-variable equation. For example, given the system 2x + y = 7 and x – y = 2, adding the two equations eliminates y: 3x = 9, so x = 3. Substituting back into either original equation gives y = 1. Verification: substituting (3, 1) into both equations, 2(3) + 1 = 7 ✓ and 3 – 1 = 2 ✓.

消元法要求两个方程中某一变量的系数相等或互为相反数。如果系数不匹配,可以先对方程进行倍数乘除调整。例如,对于 3x + 2y = 12 和 2x + 3y = 13,可以将第一个方程乘以3,第二个方程乘以2,使y的系数都变成6,然后相减消元。将 9x + 6y = 36 减去 4x + 6y = 26 得到 5x = 10,解得 x = 2。再代入第一个原方程:3(2) + 2y = 12,所以 2y = 6,y = 3。完整的解为 (2, 3)。

The elimination method requires that the coefficients of one variable in both equations are equal or opposite. If the coefficients do not match, multiply one or both equations to adjust them. For example, given 3x + 2y = 12 and 2x + 3y = 13, multiply the first equation by 3 and the second by 2 so that both y coefficients become 6, then subtract to eliminate. Subtracting 4x + 6y = 26 from 9x + 6y = 36 gives 5x = 10, so x = 2. Substitute back into the first original equation: 3(2) + 2y = 12, so 2y = 6, y = 3. The complete solution is (2, 3).

Method 2: Substitution Method — 方法二:代入法

代入法是将一个方程中的某个变量用另一个变量的表达式表示,然后代入另一个方程。这个方法在方程中某个变量的系数为1时特别高效。例如,对于 y = 2x + 1 和 3x + 2y = 19,直接将 y 的表达式代入第二个方程:3x + 2(2x + 1) = 19,展开得 3x + 4x + 2 = 19,即 7x = 17,解得 x = 17/7。再代入 y = 2(17/7) + 1 = 34/7 + 7/7 = 41/7。

The substitution method involves expressing one variable in terms of the other from one equation, then substituting that expression into the other equation. This method is particularly efficient when the coefficient of one variable is 1. For example, given y = 2x + 1 and 3x + 2y = 19, substitute the expression for y directly into the second equation: 3x + 2(2x + 1) = 19, expand to 3x + 4x + 2 = 19, that is 7x = 17, giving x = 17/7. Then substitute back: y = 2(17/7) + 1 = 34/7 + 7/7 = 41/7.

代入法在解由一条直线方程和一个二次方程组成的非线性联立方程时尤为重要。当其中一个方程是曲线(如抛物线)而另一个是直线时,代入法是将问题转化为单一二次方程的关键手段。这个过程通常会产生一个二次方程,需要用到后面将要讨论的二次求解技巧。

The substitution method is especially important when solving non-linear simultaneous equations consisting of one linear equation and one quadratic equation. When one equation is a curve (such as a parabola) and the other is a straight line, substitution is the key technique to transform the problem into a single quadratic equation. This process typically produces a quadratic equation that requires the quadratic solving techniques discussed later.

Choosing Between Elimination and Substitution — 消元法与代入法的选择

在IGCSE考试中,选择合适的方法可以节省大量时间。一般来说,当两个方程都是标准形式(如 ax + by = c)且系数容易匹配时,消元法更为高效。当其中一个变量已经被单独表示(如 y = 3x – 2)或某个系数为1时,代入法更为便捷。对于线性-二次联立方程,代入法是必然选择,因为消元法无法处理二次项。

In IGCSE examinations, choosing the right method can save significant time. Generally, elimination is more efficient when both equations are in standard form (e.g., ax + by = c) and coefficients are easy to match. Substitution is more convenient when one variable is already isolated (e.g., y = 3x – 2) or when a coefficient is 1. For linear-quadratic simultaneous equations, substitution is the necessary choice because elimination cannot handle the quadratic term.

Quadratic Functions: Definition and Standard Form — 二次函数:定义与标准形式

二次函数是IGCSE数学中最重要的函数类型之一,其通式为 y = ax² + bx + c,其中 a、b、c 是常数且 a ≠ 0。二次函数的图像是一条抛物线:当 a > 0 时开口向上(形状像一个U形),当 a < 0 时开口向下(形状像一个倒U形)。参数 a 还决定了抛物线的"宽度":|a| 越大,抛物线越窄;|a| 越小,抛物线越宽。参数 c 决定了 y 轴截距,即抛物线在 (0, c) 处与 y 轴相交。

A quadratic function is one of the most important function types in IGCSE Mathematics, with the general form y = ax² + bx + c, where a, b, and c are constants and a is not equal to 0. The graph of a quadratic function is a parabola: when a > 0 it opens upward (U-shaped), and when a < 0 it opens downward (inverted U-shape). Parameter a also determines the "width" of the parabola: the larger |a|, the narrower the parabola; the smaller |a|, the wider the parabola. Parameter c determines the y-intercept, meaning the parabola crosses the y-axis at (0, c).

The Quadratic Formula and Discriminant — 二次公式与判别式

求解二次方程 ax² + bx + c = 0 的最通用方法是使用二次公式:x = [-b ± √(b² – 4ac)] / (2a)。这个公式源自配方法(completing the square),适用于所有形式的二次方程。判别式 Δ = b² – 4ac 决定了方程根的性质:Δ > 0 时有两个不同的实数根,Δ = 0 时有一个重复实数根(也称两相等实根),Δ < 0 时无实数根(但在拓展课程中会涉及复数根的概念)。

The most universal method for solving quadratic equations ax² + bx + c = 0 is the quadratic formula: x = [-b ± √(b² – 4ac)] / (2a). This formula derives from the method of completing the square and applies to all quadratic equations. The discriminant Δ = b² – 4ac determines the nature of the roots: when Δ > 0 there are two distinct real roots, when Δ = 0 there is one repeated real root (also called two equal real roots), and when Δ < 0 there are no real roots (though the extended curriculum touches on complex roots).

例如,求解 x² – 5x + 6 = 0:这里 a = 1,b = -5,c = 6。判别式 Δ = (-5)² – 4(1)(6) = 25 – 24 = 1 > 0,所以有两个实根。代入公式:x = [5 ± √1] / 2,解得 x = 3 或 x = 2。验证:将 x = 3 代入,3² – 5(3) + 6 = 9 – 15 + 6 = 0 ✓;将 x = 2 代入,2² – 5(2) + 6 = 4 – 10 + 6 = 0 ✓。

For example, to solve x² – 5x + 6 = 0: here a = 1, b = -5, c = 6. The discriminant Δ = (-5)² – 4(1)(6) = 25 – 24 = 1 > 0, so there are two real roots. Substituting into the formula: x = [5 ± √1] / 2, giving x = 3 or x = 2. Verification: substituting x = 3, 3² – 5(3) + 6 = 9 – 15 + 6 = 0 ✓; substituting x = 2, 2² – 5(2) + 6 = 4 – 10 + 6 = 0 ✓.

Factorization Method — 因式分解法

当二次表达式可以分解为两个一次因式的乘积时,因式分解法是最快的求解方法。对于 x² – 5x + 6 = 0,可以分解为 (x – 2)(x – 3) = 0,由零因子性质直接得出 x = 2 或 x = 3。因式分解法的关键在于找到两个数 p 和 q,使得 p + q = b 且 p × q = c。对于形如 ax² + bx + c 且 a ≠ 1 的二次式,需要更复杂的分解技巧(如拆项法或十字相乘法)。

When a quadratic expression can be factored into the product of two linear factors, factorization is the fastest solution method. For x² – 5x + 6 = 0, it factors to (x – 2)(x – 3) = 0, and the zero-product property gives x = 2 or x = 3 directly. The key to factorization is finding two numbers p and q such that p + q = b and p × q = c. For quadratics of the form ax² + bx + c where a is not equal to 1, more complex factorization techniques are needed (such as splitting the middle term or the cross-multiplication method).

对于 2x² + 7x + 3 = 0,使用十字相乘法:2x² 分解为 2x 和 x,常数项3分解为 3 和 1。交叉相乘:(2x)(1) + (x)(3) = 2x + 3x = 5x,不等于 7x。尝试 3 和 1:(2x)(3) + (x)(1) = 6x + x = 7x ✓。因此 (2x + 1)(x + 3) = 0,解得 x = -1/2 或 x = -3。

For 2x² + 7x + 3 = 0, use the cross-multiplication method: factor 2x² as 2x and x, factor the constant 3 as 3 and 1. Cross-multiply: (2x)(1) + (x)(3) = 2x + 3x = 5x, not equal to 7x. Try 3 and 1: (2x)(3) + (x)(1) = 6x + x = 7x ✓. Therefore (2x + 1)(x + 3) = 0, giving x = -1/2 or x = -3.

Completing the Square — 配方法

配方法是将二次表达式转化为完全平方形式的技术,它不仅是求解二次方程的第三种方法,也是推导二次公式的数学基础。对于 x² + 6x + 5,配方步骤为:提取 x² 和 6x,加上并减去 (6/2)² = 9,得到 (x + 3)² – 9 + 5 = (x + 3)² – 4。令其等于零:(x + 3)² = 4,所以 x + 3 = ±2,解得 x = -1 或 x = -5。

Completing the square is a technique that transforms a quadratic expression into a perfect square form. It is not only the third method for solving quadratic equations but also the mathematical foundation for deriving the quadratic formula. For x² + 6x + 5, the steps are: extract x² and 6x, add and subtract (6/2)² = 9, giving (x + 3)² – 9 + 5 = (x + 3)² – 4. Setting this equal to zero: (x + 3)² = 4, so x + 3 = ±2, giving x = -1 or x = -5.

Difference of Two Squares — 平方差公式

平方差公式 a² – b² = (a + b)(a – b) 是因式分解中的特殊技巧,在解二次方程时经常用到。例如,x² – 25 = 0 可以直接因式分解为 (x + 5)(x – 5) = 0,解得 x = -5 或 x = 5,无需使用二次公式。更复杂的例子如 4x² – 9 = 0:(2x)² – 3² = (2x + 3)(2x – 3) = 0,解得 x = -3/2 或 x = 3/2。识别平方差形式可以大幅加快求解速度。

The difference of two squares formula a² – b² = (a + b)(a – b) is a special factorization technique frequently used when solving quadratic equations. For example, x² – 25 = 0 can be directly factored as (x + 5)(x – 5) = 0, giving x = -5 or x = 5, without needing the quadratic formula. A more complex example: 4x² – 9 = 0: (2x)² – 3² = (2x + 3)(2x – 3) = 0, giving x = -3/2 or x = 3/2. Recognizing the difference of two squares pattern can dramatically speed up the solution process.

Solving Linear-Quadratic Simultaneous Equations — 解线性-二次联立方程

当联立方程组由一个线性方程 y = mx + c 和一个二次方程 y = ax² + bx + c 组成时,我们需要使用代入法。将线性方程代入二次方程,得到一个仅含 x 的二次方程。求解该二次方程后,再将 x 值代回线性方程求 y。例如,求解 y = x² + 2x – 1 和 y = x + 3:代入得 x² + 2x – 1 = x + 3,整理为 x² + x – 4 = 0。判别式 Δ = 1 – 4(1)(-4) = 1 + 16 = 17 > 0,所以有两个解。使用二次公式:x = [-1 ± √17] / 2,然后分别代入 y = x + 3 得到对应的 y 值。

When a system of simultaneous equations consists of one linear equation y = mx + c and one quadratic equation y = ax² + bx + c, we use the substitution method. Substitute the linear equation into the quadratic to get a quadratic equation in x only. Solve this quadratic, then substitute the x values back into the linear equation to find y. For example, solving y = x² + 2x – 1 and y = x + 3: substitute to get x² + 2x – 1 = x + 3, rearrange to x² + x – 4 = 0. The discriminant Δ = 1 – 4(1)(-4) = 1 + 16 = 17 > 0, so there are two solutions. Using the quadratic formula: x = [-1 ± √17] / 2, then substitute each back into y = x + 3 for the corresponding y values.

Graphical Interpretation — 图形解释

线性-二次联立方程的解在几何上对应为一条直线与一条抛物线的交点。直线与抛物线可能相交于两点(两个解)、相切于一点(一个重复解)或完全不相交(无实数解)。这个几何解释对应着判别式的三种情况:Δ > 0 对应两个交点,Δ = 0 对应相切,Δ < 0 对应无交点。理解这种几何联系不仅有助于验证答案的合理性,也为学习微积分中的切线概念奠定了基础。

The solutions of linear-quadratic simultaneous equations correspond geometrically to the intersection points of a straight line and a parabola. The line and parabola may intersect at two points (two solutions), touch at one point (one repeated solution), or have no intersection (no real solutions). This geometric interpretation corresponds to the three discriminant cases: Δ > 0 corresponds to two intersection points, Δ = 0 corresponds to tangency, and Δ < 0 corresponds to no intersection. Understanding this geometric connection not only helps verify the reasonableness of answers but also lays the foundation for learning the tangent concept in calculus.

Graphing Quadratic Functions — 二次函数图像绘制

绘制二次函数图像是IGCSE数学考试中的常见要求。关键步骤包括:确定抛物线的开口方向(由 a 的正负决定)、找到顶点坐标(使用 x = -b/(2a) 计算对称轴位置,再代入求 y 值)、计算 y 轴截距(令 x = 0)、以及使用求根公式或分解因式找到 x 轴截距。连接这些关键点即可绘制出准确的抛物线。在考试中,通常还需要在坐标系中标注所有关键点的坐标。

Graphing quadratic functions is a common requirement in IGCSE Mathematics examinations. Key steps include: determining the opening direction of the parabola (determined by the sign of a), finding the vertex coordinates (use x = -b/(2a) to find the axis of symmetry, then substitute to find y), calculating the y-intercept (set x = 0), and using the quadratic formula or factorization to find the x-intercepts. Connecting these key points yields an accurate parabola. In examinations, students are typically also required to label the coordinates of all key points on the coordinate plane.

Maximum and Minimum Values — 最大值与最小值

二次函数的顶点是寻找最大值或最小值的关键位置。对于 a > 0 的抛物线(开口向上),顶点是最小值点;对于 a < 0 的抛物线(开口向下),顶点是最大值点。这在优化问题中非常实用 - 例如,需要确定某个项目的最大利润或最小成本时,就可以将问题建模为二次函数,通过求顶点坐标找到最优解。具体计算方法为:x = -b/(2a) 给出最优位置的 x 坐标,代入函数得到最优值 y = f(-b/(2a))。

The vertex of a quadratic function is the key location for finding maximum or minimum values. For parabolas with a > 0 (opening upward), the vertex is the minimum point; for parabolas with a < 0 (opening downward), the vertex is the maximum point. This is very useful in optimization problems - for example, when determining the maximum profit or minimum cost of a project, the problem can be modeled as a quadratic function, and the optimal solution found by calculating the vertex coordinates. The specific calculation method is: x = -b/(2a) gives the x-coordinate of the optimal position, and substituting into the function gives the optimal value y = f(-b/(2a)).

Quadratic Inequalities — 二次不等式

二次不等式是IGCSE拓展课程中的重要内容。解 ax² + bx + c > 0 或 ax² + bx + c < 0 时,首先求出对应二次方程的根(设这些根从小到大为 x₁ 和 x₂),然后根据 a 的符号和不等号方向确定解集。对于 a > 0 的抛物线(开口向上),ax² + bx + c > 0 的解集是 x < x₁ 或 x > x₂(两根之外),ax² + bx + c < 0 的解集是 x₁ < x < x₂(两根之间)。画一个简单的符号图(sign diagram)是避免出错的可靠方法。

Quadratic inequalities are an important topic in the IGCSE Extended curriculum. To solve ax² + bx + c > 0 or ax² + bx + c < 0, first find the roots of the corresponding quadratic equation (label these as x₁ and x₂ in ascending order), then determine the solution set based on the sign of a and the inequality direction. For a parabola with a > 0 (opening upward), the solution of ax² + bx + c > 0 is x < x₁ or x > x₂ (outside the roots), while ax² + bx + c < 0 has solution x₁ < x < x₂ (between the roots). Drawing a simple sign diagram is a reliable method to avoid errors.

Word Problems: Real-World Applications — 应用题:实际应用

联立方程和二次函数在现实生活中有广泛的应用。典型应用题包括:两个未知数的总和与差值问题(如年龄问题、价格问题)、速度-时间-距离问题中的二次函数应用(如自由落体运动模型 s = ut + (1/2)at²)、以及面积和周长问题中涉及二次方程的情形。解决这类题目的关键是准确建立数学模型 – 将文字描述转化为代数方程。通常步骤为:定义变量、根据题意列出方程、求解方程、验证答案的合理性。

Simultaneous equations and quadratic functions have broad applications in real life. Typical word problems include: sum-and-difference problems with two unknowns (such as age problems and price problems), quadratic function applications in speed-time-distance problems (such as the free-fall motion model s = ut + (1/2)at²), and situations involving quadratic equations in area and perimeter problems. The key to solving these problems is accurately building a mathematical model – converting the verbal description into algebraic equations. The typical steps are: define variables, write equations based on the problem conditions, solve the equations, and verify the reasonableness of the answers.

例如,一个经典问题:一个矩形的长比宽多4米,面积为60平方米,求矩形的长和宽。设宽为 x 米,则长为 x + 4 米。根据面积公式:x(x + 4) = 60,展开得 x² + 4x – 60 = 0,因式分解为 (x + 10)(x – 6) = 0,解得宽 x = 6 米,长 x + 4 = 10 米(负解 x = -10 在实际情境中无意义,需舍弃)。验证:面积 6 × 10 = 60 ✓。

For example, a classic problem: a rectangle’s length is 4 meters more than its width, and its area is 60 square meters. Find the length and width. Let the width be x meters, then the length is x + 4 meters. Using the area formula: x(x + 4) = 60, expand to x² + 4x – 60 = 0, factor to (x + 10)(x – 6) = 0, giving width x = 6 meters, length x + 4 = 10 meters (the negative solution x = -10 is meaningless in this real-world context and must be discarded). Verification: area 6 × 10 = 60 ✓.

Relationship Between Roots and Coefficients — 根与系数的关系

对于二次方程 ax² + bx + c = 0(其中 α 和 β 为两根),Vieta公式给出了根与系数之间的优美关系:α + β = -b/a(两根之和)和 αβ = c/a(两根之积)。例如,已知 2x² – 8x + 6 = 0,可以先除以2简化为 x² – 4x + 3 = 0,则 α + β = 4,αβ = 3。两根之和为4、积为3,可以推断出根为 1 和 3。验证:(x – 1)(x – 3) = x² – 4x + 3 ✓。Vieta公式在IGCSE拓展卷中经常出现,是解决涉及根的对称表达式问题的高效工具。

For a quadratic equation ax² + bx + c = 0 (with roots α and β), Vieta’s formulas give an elegant relationship between roots and coefficients: α + β = -b/a (sum of roots) and αβ = c/a (product of roots). For example, given 2x² – 8x + 6 = 0, first divide by 2 to simplify to x² – 4x + 3 = 0, then α + β = 4 and αβ = 3. With sum 4 and product 3, we can deduce the roots are 1 and 3. Verification: (x – 1)(x – 3) = x² – 4x + 3 ✓. Vieta’s formulas frequently appear in IGCSE Extended papers and are efficient tools for solving problems involving symmetric expressions of roots.

Examination Tips for IGCSE — IGCSE考试技巧

在IGCSE数学考试中,联立方程和二次函数题目通常出现在Paper 2(计算器卷)和Paper 4(拓展卷)中。常见题型包括:给出方程组直接求解(特别是线性-二次联立方程)、根据曲线图像回答问题、以及将文字描述转化为方程求解的应用题。建议考生熟练掌握所有三种解法(消元法、代入法、图像法),并根据题目特点灵活选用最快的方法。对于分值较高的题目(通常4-6分),务必展示完整的推导过程,包括代入步骤、方程整理和最终答案。

In IGCSE Mathematics examinations, simultaneous equations and quadratic function problems typically appear in both Paper 2 (calculator paper) and Paper 4 (extended paper). Common question types include: solving given systems directly (especially linear-quadratic simultaneous equations), answering questions based on curve graphs, and word problems requiring translation from verbal description to equations. Students are advised to master all three solution methods (elimination, substitution, graphical) and flexibly choose the fastest approach based on each problem’s characteristics. For higher-mark questions (typically 4-6 marks), always show the complete derivation process, including substitution steps, equation rearrangement, and the final answer.

值得注意的常见错误包括:忘记在最终答案中给出两对 (x, y) 值(联立方程通常有两个解)、在因式分解时符号错误、在使用二次公式时忘记分母是 2a 而不是 a、以及解不等式时忘记考虑 a 的正负对不等号方向的影响。仔细检查每一步计算是避免失分的有效策略。建议在完成计算后,将解代回原方程进行快速验证,这一习惯可以大幅提高答题准确率。

Common errors to watch for include: forgetting to give both pairs of (x, y) values in the final answer (simultaneous equations usually have two solutions), sign errors during factorization, forgetting that the denominator in the quadratic formula is 2a rather than just a, and forgetting to consider the effect of the sign of a on the inequality direction when solving inequalities. Carefully checking each calculation step is an effective strategy to avoid losing marks. It is recommended to quickly verify by substituting the solutions back into the original equation after completing calculations – this habit can significantly improve answer accuracy.

Worked Example 1: Linear Simultaneous Equations — 例题1:线性联立方程

题目:求解方程组 5x – 2y = 11 和 3x + 4y = 17。解答:使用消元法。将第一个方程乘以2:(5x – 2y = 11) × 2 = 10x – 4y = 22。与第二个方程相加:(10x – 4y) + (3x + 4y) = 22 + 17,即 13x = 39,解得 x = 3。代入第一个方程:5(3) – 2y = 11,所以 15 – 2y = 11,-2y = -4,y = 2。解为 (3, 2)。验证:5(3) – 2(2) = 15 – 4 = 11 ✓;3(3) + 4(2) = 9 + 8 = 17 ✓。

Problem: Solve the system 5x – 2y = 11 and 3x + 4y = 17. Solution: Use the elimination method. Multiply the first equation by 2: (5x – 2y = 11) × 2 = 10x – 4y = 22. Add to the second equation: (10x – 4y) + (3x + 4y) = 22 + 17, giving 13x = 39, so x = 3. Substitute into the first equation: 5(3) – 2y = 11, so 15 – 2y = 11, -2y = -4, y = 2. The solution is (3, 2). Verification: 5(3) – 2(2) = 15 – 4 = 11 ✓; 3(3) + 4(2) = 9 + 8 = 17 ✓.

Worked Example 2: Quadratic Equation by Factorization — 例题2:二次方程因式分解

题目:求解 x² – 7x + 12 = 0。解答:寻找两个数,它们的和为 -7,乘积为 12。这两个数是 -3 和 -4。因此 (x – 3)(x – 4) = 0。由零因子性质,x – 3 = 0 或 x – 4 = 0,解得 x = 3 或 x = 4。验证:3² – 7(3) + 12 = 9 – 21 + 12 = 0 ✓;4² – 7(4) + 12 = 16 – 28 + 12 = 0 ✓。

Problem: Solve x² – 7x + 12 = 0. Solution: Find two numbers whose sum is -7 and product is 12. These numbers are -3 and -4. Therefore (x – 3)(x – 4) = 0. By the zero-product property, x – 3 = 0 or x – 4 = 0, giving x = 3 or x = 4. Verification: 3² – 7(3) + 12 = 9 – 21 + 12 = 0 ✓; 4² – 7(4) + 12 = 16 – 28 + 12 = 0 ✓.

Worked Example 3: Linear-Quadratic System — 例题3:线性-二次联立方程

题目:求解 y = x² – 3x + 1 和 y = 2x – 5。解答:代入法。令 x² – 3x + 1 = 2x – 5,整理为标准形式:x² – 5x + 6 = 0。因式分解:(x – 2)(x – 3) = 0,所以 x = 2 或 x = 3。当 x = 2 时,y = 2(2) – 5 = -1;当 x = 3 时,y = 2(3) – 5 = 1。解为 (2, -1) 和 (3, 1)。验证第一组:y = 2² – 3(2) + 1 = 4 – 6 + 1 = -1 ✓;验证第二组:y = 3² – 3(3) + 1 = 9 – 9 + 1 = 1 ✓。

Problem: Solve y = x² – 3x + 1 and y = 2x – 5. Solution: Substitution method. Set x² – 3x + 1 = 2x – 5, rearrange to standard form: x² – 5x + 6 = 0. Factorize: (x – 2)(x – 3) = 0, so x = 2 or x = 3. When x = 2, y = 2(2) – 5 = -1; when x = 3, y = 2(3) – 5 = 1. The solutions are (2, -1) and (3, 1). Verify first pair: y = 2² – 3(2) + 1 = 4 – 6 + 1 = -1 ✓; verify second pair: y = 3² – 3(3) + 1 = 9 – 9 + 1 = 1 ✓.

Common Mistakes and How to Avoid Them — 常见错误与避免方法

错误1:消元时忘记同时乘以常数项。例如,对方程 3x + 2y = 7 两边乘以 2 时,必须将右边也乘以2,得到 6x + 4y = 14,而不是只乘左边。错误2:因式分解时符号错误。对于 x² + 5x + 6,(x + 2)(x + 3) 是正确的,而 (x – 2)(x – 3) 展开后中间项为 -5x,与原式不符。错误3:使用二次公式时,分母写成 a 而非 2a。对于 3x² + 2x – 1 = 0,正确公式为 x = [-2 ± √(4 + 12)] / 6,而非除以3。错误4:解联立方程时只给出一组解。线性-二次联立方程通常有两组解,必须分别列出所有 (x, y) 配对。

Mistake 1: Forgetting to multiply the constant term during elimination. For example, when multiplying both sides of 3x + 2y = 7 by 2, you must multiply the right side too, giving 6x + 4y = 14, not just the left side. Mistake 2: Sign errors during factorization. For x² + 5x + 6, (x + 2)(x + 3) is correct, while (x – 2)(x – 3) expands to a middle term of -5x, not matching the original. Mistake 3: Using a instead of 2a in the denominator of the quadratic formula. For 3x² + 2x – 1 = 0, the correct formula is x = [-2 ± √(4 + 12)] / 6, not divided by 3. Mistake 4: Giving only one solution pair for simultaneous equations. Linear-quadratic systems typically have two solution pairs; all (x, y) pairs must be listed separately.

Quick Reference: When to Use Each Method — 快速参考:各方法适用场景

消元法:当两个方程都是标准线性形式(ax + by = c)且系数容易匹配时使用。代入法:当某个变量已被单独表示(如 y = 2x – 1)时使用。因式分解:当二次式的系数较小且容易找到因式时使用。二次公式:当因式分解困难或判别式不是完全平方数时使用。配方法:当需要找到顶点坐标或将方程写成顶点式时使用。图像法:当需要可视化方程的解或验证计算结果时使用。

Elimination: Use when both equations are in standard linear form (ax + by = c) and coefficients are easy to match. Substitution: Use when one variable is already isolated (e.g., y = 2x – 1). Factorization: Use when the quadratic coefficients are small and factors are easy to find. Quadratic formula: Use when factorization is difficult or the discriminant is not a perfect square. Completing the square: Use when finding vertex coordinates or writing the equation in vertex form. Graphical method: Use when visualizing solutions or verifying calculated results.

Summary — 总结

联立方程和二次函数是IGCSE数学代数部分的两大支柱。消元法和代入法为解联立方程提供了两种互补的策略,而二次公式、因式分解、配方法以及平方差公式则构成了解决二次方程的多重工具。当这两个主题结合为线性-二次联立方程时,代入法成为连接两者的桥梁,将问题转化为单一二次方程求解。判别式 Δ = b² – 4ac 是贯穿始终的核心概念,它不仅决定方程根的性质,也在图形层面解释了解的存在性和个数。通过图形视角理解这些代数概念,结合Vieta公式揭示的根与系数的深层关系,学生不仅能应对考试要求,更能建立起数学思维的整体框架 – 这是在更高层次的数学学习中取得成功的必备基础。

Simultaneous equations and quadratic functions are the two pillars of the algebra section in IGCSE Mathematics. The elimination and substitution methods provide two complementary strategies for solving simultaneous equations, while the quadratic formula, factorization, completing the square, and difference of two squares form a comprehensive toolkit for tackling quadratic equations. When these two topics combine into linear-quadratic simultaneous equations, the substitution method becomes the bridge connecting them, transforming the problem into a single quadratic equation. The discriminant Δ = b² – 4ac is a central concept throughout, determining not only the nature of the roots but also explaining the existence and number of solutions at the graphical level. Understanding these algebraic concepts through a graphical lens, combined with the deep relationship between roots and coefficients revealed by Vieta’s formulas, allows students not only to meet examination requirements but also to build a holistic framework of mathematical thinking – an essential foundation for success in higher-level mathematics.

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