📚 Solving Equations: Key Concepts and Methods | 方程考点梳理与解题方法
Equations form the backbone of algebra and appear in nearly every mathematics examination. Mastering the art of solving equations — from simple linear forms to complex systems — is essential for success at both GCSE and A-Level. This guide consolidates the key concepts, standard methods, and common pitfalls you need to know.
方程是代数的核心,也几乎出现在每一场数学考试中。掌握解方程的技巧——从简单的一次方程到复杂的方程组——是在 GCSE 和 A-Level 中取得好成绩的关键。本指南汇总了必须掌握的核心知识点、标准解法以及常见易错点。
1. What Is an Equation? | 什么是方程?
An equation is a mathematical statement that two expressions are equal, denoted by the equals sign ‘=’. Solving an equation means finding all values of the variable (or variables) that make the statement true. These values are called solutions or roots.
方程是表示两个表达式相等的数学陈述,用等号“=”连接。解方程就是找出使等式成立的所有变量值,这些值被称为解或根。
Equations can be classified by their highest power of the variable:
方程可以根据变量的最高次数进行分类:
- Linear equation (degree 1): ax + b = 0
- 一次方程(一次):ax + b = 0
- Quadratic equation (degree 2): ax² + bx + c = 0
- 二次方程(二次):ax² + bx + c = 0
- Cubic equation (degree 3): ax³ + bx² + cx + d = 0
- 三次方程(三次):ax³ + bx² + cx + d = 0
2. Solving Linear Equations | 解一次方程
A linear equation in one variable has the general form ax + b = 0, where a ≠ 0. The solution is obtained by isolating the variable on one side of the equation using inverse operations: addition/subtraction and multiplication/division.
一元一次方程的一般形式为 ax + b = 0,其中 a ≠ 0。通过运用逆运算(加减、乘除)将变量隔离在等式一侧,即可求得解。
Step-by-step method:
分步解法:
- Expand any brackets using the distributive law.
- 用分配律展开所有括号。
- Collect like terms on each side of the equation.
- 在等式两侧合并同类项。
- Move variable terms to one side and constants to the other.
- 将含变量的项移到一侧,常数项移到另一侧。
- Divide by the coefficient of the variable to obtain the solution.
- 两边除以变量的系数,得到解。
Example: Solve 3(x − 2) + 4 = 2x + 5
例:解方程 3(x − 2) + 4 = 2x + 5
Expand: 3x − 6 + 4 = 2x + 5 → 3x − 2 = 2x + 5 → x = 7
展开:3x − 6 + 4 = 2x + 5 → 3x − 2 = 2x + 5 → x = 7
x = 7
3. Solving Quadratic Equations by Factorisation | 因式分解法解二次方程
A quadratic equation is of the form ax² + bx + c = 0, with a ≠ 0. When the quadratic expression can be factorised into two linear factors, the equation is solved by applying the zero product property.
二次方程的形式为 ax² + bx + c = 0,其中 a ≠ 0。当二次表达式可以分解为两个一次因式时,可利用零乘积性质求解。
The zero product property states: if p × q = 0, then p = 0 or q = 0.
零乘积性质指出:若 p × q = 0,则 p = 0 或 q = 0。
Method:
方法:
- Write the equation in standard form ax² + bx + c = 0.
- 将方程写为标准形式 ax² + bx + c = 0。
- Factorise the left-hand side into two binomials: (px + q)(rx + s) = 0.
- 将左侧分解为两个二项式:(px + q)(rx + s) = 0。
- Set each factor to zero and solve the resulting linear equations.
- 令每个因式为零,并解所得的一次方程。
Example: Solve x² − 5x + 6 = 0
例:解方程 x² − 5x + 6 = 0
Factorise: (x − 2)(x − 3) = 0 → x = 2 or x = 3
分解:(x − 2)(x − 3) = 0 → x = 2 或 x = 3
4. Completing the Square | 配方法
Completing the square transforms a quadratic expression into the form a(x + p)² + q. This method is particularly useful when factorisation is not straightforward, and it also reveals the vertex of a parabola.
配方法将二次表达式转化为 a(x + p)² + q 的形式。当因式分解较为困难时,此方法尤为实用,同时还能揭示抛物线的顶点坐标。
Steps for x² + bx + c = 0:
对于 x² + bx + c = 0 的步骤:
- Divide all terms by the coefficient of x² if it is not 1.
- 若 x² 的系数不为 1,先将所有项除以该系数。
- Take half of the coefficient of x, square it, and add/subtract accordingly.
- 取 x 系数的一半,将其平方,并相应加减。
- Rewrite as a perfect square: (x + b/2)² + c − (b/2)².
- 改写为完全平方形式:(x + b/2)² + c − (b/2)²。
- Solve by isolating the square and taking the square root.
- 通过隔离平方项并取平方根来求解。
Example: Solve x² + 6x + 4 = 0 by completing the square
例:用配方法解 x² + 6x + 4 = 0
(x + 3)² − 9 + 4 = 0 → (x + 3)² = 5 → x + 3 = ±√5
(x + 3)² − 9 + 4 = 0 → (x + 3)² = 5 → x + 3 = ±√5
x = −3 ± √5
5. The Quadratic Formula | 求根公式
The quadratic formula provides a universal method for solving any quadratic equation. Derived from completing the square, it states:
求根公式为解任何二次方程提供了通用方法。它由配方法推导而来,表达式为:
x = (−b ± √(b² − 4ac)) / 2a
This formula works for all quadratic equations, including those with irrational or complex roots. The discriminant, D = b² − 4ac, determines the nature of the roots:
该公式适用于所有二次方程,包括具有无理根或复数根的方程。判别式 D = b² − 4ac 决定了根的性质:
- If D > 0: two distinct real roots.
- 若 D > 0:有两个不同的实根。
- If D = 0: one repeated real root.
- 若 D = 0:有一个重根(两个相等实根)。
- If D < 0: no real roots; two complex conjugate roots.
- 若 D < 0:没有实根;有两个共轭复数根。
Example: Solve 2x² − 4x − 3 = 0
例:解方程 2x² − 4x − 3 = 0
a = 2, b = −4, c = −3 → x = (4 ± √(16 + 24)) / 4 = (4 ± √40) / 4 = (2 ± √10) / 2
a = 2, b = −4, c = −3 → x = (4 ± √(16 + 24)) / 4 = (4 ± √40) / 4 = (2 ± √10) / 2
6. The Discriminant and the Nature of Roots | 判别式与根的性质
The discriminant, denoted Δ (Delta), plays a crucial role in analysing quadratic equations without solving them. It helps determine not only the number of roots but also whether they are rational or irrational.
判别式(记作 Δ)在不解方程的情况下分析二次方程时起着至关重要的作用。它不仅能判断根的个数,还能判断根是有理数还是无理数。
For the equation ax² + bx + c = 0, the discriminant is:
对于方程 ax² + bx + c = 0,判别式为:
Δ = b² − 4ac
| Discriminant Δ | 判别式 Δ | Nature of Roots | 根的性质 |
| Δ > 0 and a perfect square | Δ > 0 且为完全平方数 | Two distinct rational roots | 两个不同的有理根 |
| Δ > 0 but not a perfect square | Δ > 0 但不是完全平方数 | Two distinct irrational roots | 两个不同的无理根 |
| Δ = 0 | Δ = 0 | One repeated real root | 一个重根 |
| Δ < 0 | Δ < 0 | No real roots (two complex roots) | 无实根(两个复数根) |
7. Vieta’s Formulas: Relationships Between Roots and Coefficients | 韦达定理:根与系数的关系
For a quadratic equation ax² + bx + c = 0 with roots α and β, Vieta’s formulas provide a direct link between the roots and the coefficients:
对于以 α 和 β 为根的二次方程 ax² + bx + c = 0,韦达定理直接建立了根与系数之间的联系:
α + β = −b/a
αβ = c/a
These relationships allow us to find the sum and product of the roots without solving the equation. They are especially useful for constructing quadratic equations from given roots, and for evaluating symmetric expressions involving the roots.
这些关系式使我们在不解方程的情况下就能求出根的和与积。它们在根据已知根构造二次方程、以及求含根的对称多项式的值方面尤为有用。
Example: Find a quadratic equation with roots 2 and −5.
例:求一个以 2 和 −5 为根的二次方程。
Sum = 2 + (−5) = −3; Product = 2 × (−5) = −10. The equation is x² − (sum)x + product = 0, i.e. x² + 3x − 10 = 0.
和 = 2 + (−5) = −3;积 = 2 × (−5) = −10。方程为 x² − (和)x + 积 = 0,即 x² + 3x − 10 = 0。
8. Simultaneous Equations | 方程组
Simultaneous equations involve two or more equations with two or more unknown variables. The goal is to find values that satisfy all equations simultaneously. The two main methods are substitution and elimination.
方程组由两个或更多含两个或更多未知数的方程组成。目标是找到同时满足所有方程的变量值。两种主要方法是代入法和消元法。
Elimination method: Multiply the equations by suitable constants so that the coefficients of one variable become equal in magnitude. Then add or subtract the equations to eliminate that variable.
消元法:将方程乘以适当的常数,使某个变量的系数绝对值相等。然后将两个方程相加或相减以消去该变量。
Substitution method: Solve one equation for one variable, then substitute this expression into the other equation.
代入法:从一个方程中解出一个变量,然后将该表达式代入另一个方程。
Example: Solve the system
例:解方程组
2x + 3y = 8, x − y = 1
2x + 3y = 8, x − y = 1
From the second equation, x = y + 1. Substituting into the first: 2(y + 1) + 3y = 8 → 5y + 2 = 8 → y = 6/5, and x = 11/5.
由第二个方程得 x = y + 1。代入第一个方程:2(y + 1) + 3y = 8 → 5y + 2 = 8 → y = 6/5,x = 11/5。
9. Linear and Quadratic Systems | 一次与二次混合方程组
When solving a system containing one linear and one quadratic equation, substitution is generally the most efficient strategy. The linear equation is solved for one variable, which is then substituted into the quadratic equation, resulting in a single quadratic equation in one variable.
当方程组中同时含有一个一次方程和一个二次方程时,代入法通常是最有效的策略。先从一次方程中解出一个变量,再将其代入二次方程,从而得到一个一元二次方程。
The number of solutions depends on the discriminant of the resulting quadratic:
解的数量取决于所得二次方程的判别式:
- D > 0: the line intersects the curve at two distinct points.
- D > 0:直线与曲线相交于两个不同的点。
- D = 0: the line is tangent to the curve (one intersection point).
- D = 0:直线与曲线相切(一个交点)。
- D < 0: the line and curve do not intersect.
- D < 0:直线与曲线没有交点。
Example: Solve y = x + 1 and y = x² − 2x + 3.
例:解方程组 y = x + 1 和 y = x² − 2x + 3。
Set x + 1 = x² − 2x + 3 → x² − 3x + 2 = 0 → (x − 1)(x − 2) = 0 → x = 1 or x = 2. Corresponding y-values: y = 2, y = 3. Solutions: (1, 2) and (2, 3).
令 x + 1 = x² − 2x + 3 → x² − 3x + 2 = 0 → (x − 1)(x − 2) = 0 → x = 1 或 x = 2。对应的 y 值为 y = 2、y = 3。解为 (1, 2) 和 (2, 3)。
10. Fractional and Radical Equations | 分式方程与根式方程
Fractional equations contain variables in the denominator. The standard approach is to multiply both sides by the least common denominator (LCD) to clear the fractions. It is essential to check for extraneous roots, as multiplying can introduce solutions that do not satisfy the original equation.
分式方程的分母中含有变量。标准做法是两边同时乘以最小公分母(LCD)以去分母。务必检验增根,因为去分母的过程可能会引入不满足原方程的根。
Radical equations involve variables under a square root or other roots. To solve, isolate the radical on one side, then raise both sides to the appropriate power. Again, check all candidate solutions in the original equation.
根式方程在根号下含有变量。解法是先将根式孤立到一侧,然后两边同时乘以适当的幂次。同样,需将得到的解代回原方程检验。
Example: Solve √(2x + 3) = x
例:解方程 √(2x + 3) = x
Square both sides: 2x + 3 = x² → x² − 2x − 3 = 0 → (x − 3)(x + 1) = 0 → x = 3 or x = −1. Check: x = 3 gives √9 = 3 ✓. x = −1 gives √1 = 1 ≠ −1 ✗. Therefore, only x = 3 is valid.
两边平方:2x + 3 = x² → x² − 2x − 3 = 0 → (x − 3)(x + 1) = 0 → x = 3 或 x = −1。检验:x = 3 时,√9 = 3 ✓。x = −1 时,√1 = 1 ≠ −1 ✗。因此,仅 x = 3 是有效解。
11. Forming and Solving Equations from Word Problems | 列方程解应用题
Word problems require translating a verbal description into a mathematical equation. This is a crucial skill assessed across all exam boards. The following steps provide a systematic approach:
应用题需要将文字描述转化为数学方程。这是所有考试局都会考查的关键技能。以下步骤提供了一个系统性的方法:
- Read the problem carefully and identify the unknown quantities; assign variables.
- 仔细阅读题目,确定未知量并设变量。
- Translate the relationships described in words into algebraic expressions.
- 将题目中描述的关系转化为代数表达式。
- Set up an equation that models the problem.
- 建立能够模拟问题的方程。
- Solve the equation using an appropriate method.
- 用适当的方法解方程。
- Check that the solution is sensible within the context of the problem.
- 检验解在题目情境中是否合理。
Example: The length of a rectangle is 3 cm more than its width, and the area is 40 cm². Find the dimensions.
例:一个长方形的长比宽多 3 cm,面积为 40 cm²。求其尺寸。
Let width = w. Then length = w + 3. Area: w(w + 3) = 40 → w² + 3w − 40 = 0 → (w + 8)(w − 5) = 0 → w = 5. Width = 5 cm, length = 8 cm.
设宽为 w。则长为 w + 3。面积:w(w + 3) = 40 → w² + 3w − 40 = 0 → (w + 8)(w − 5) = 0 → w = 5。宽为 5 cm,长为 8 cm。
12. Key Strategies and Common Pitfalls | 核心策略与常见易错点
Examiners frequently report that students lose marks not because they cannot solve equations, but because of careless algebraic errors and missed checks. To maximise your score, adopt the following habits.
考官常反馈,学生失分往往不是因为不会解方程,而是因为粗心的代数错误或遗漏检验。为获得高分,请养成以下习惯。
Common pitfalls:
常见易错点:
- Forgetting to change signs when moving terms across the equals sign.
- 移项时忘记变号。
- Dividing both sides by a variable that could be zero.
- 两边除以一个可能为零的变量。
- Dropping solutions when taking square roots (always use ±).
- 开平方时遗漏解(务必使用 ±)。
- Squaring equations without checking for extraneous roots.
- 方程两边平方后未检验增根。
- Misapplying the distributive law, e.g. −(x + 3) = −x − 3.
- 分配律使用错误,例如 −(x + 3) = −x − 3。
Always present your working clearly, line by line, and state your final answer on its own line. In problem-solving questions, interpret the result back in the original context to confirm it is valid.
务必清晰、逐行展示计算过程,并将最终答案单独写成一行。在解答应用题时,将结果放回原题情境中验证其合理性。
Published by TutorHao | 数学 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply