📚 Solving Equations: Core Methods & Problem-Solving Strategies | 方程求根方法与解题技巧
Solving equations is one of the most fundamental skills in A-Level mathematics. From linear equations to higher-degree polynomials and numerical methods, the ability to find roots efficiently and accurately underpins success in pure mathematics, mechanics, and statistics. This revision guide consolidates the essential methods and exam-focused strategies you need to master.
方程求解是A-Level数学中最基础的技能之一。从线性方程到高次多项式再到数值方法,高效准确地求根的能力决定了纯数学、力学和统计学的学习成效。本复习指南整合了你需要掌握的核心方法与应试策略。
1. Linear Equations: The Foundation | 线性方程:一切的基础
Before tackling complex equations, ensure your manipulation of simple linear equations is flawless. The principle is to isolate the unknown on one side of the equals sign by performing identical operations on both sides. This includes expanding brackets, collecting like terms, and simplifying fractions efficiently.
在解决复杂方程之前,请确保你对简单线性方程的变形毫无瑕疵。核心原则是通过在等号两边执行相同的运算,将未知数单独隔离到等号的一侧。这包括去括号、合并同类项以及高效化简分数。
For equations involving fractions, multiply through by the lowest common multiple of all denominators first. For example, to solve:
对于含分数的方程,先乘以所有分母的最小公倍数。例如,要求解:
(x + 1)/2 = (2x − 1)/3
Multiply both sides by 6 to obtain 3(x + 1) = 2(2x − 1), then expand and solve: 3x + 3 = 4x − 2, hence x = 5.
两边同时乘以6,得到3(x + 1) = 2(2x − 1),然后展开求解:3x + 3 = 4x − 2,因此x = 5。
- Always check your solution by substituting back into the original equation.
- 如果方程两边同时乘以一个变量,注意检查是否引入增根。
2. Quadratic Equations: Factoring, Formula, Completing the Square | 二次方程:因式分解、公式法与配方法
Quadratic equations take the general form ax² + bx + c = 0, where a ≠ 0. There are three main solution methods: factoring (when the expression is factorable), the quadratic formula (always works), and completing the square (essential for deriving the vertex form). For A-Level, you must be proficient in all three.
二次方程的一般形式为ax² + bx + c = 0,其中a ≠ 0。有三种主要的解法:因式分解(当表达式可分解时)、求根公式(始终适用)和配方法(推导顶点形式的关键)。对于A-Level考试,你必须熟练掌握这三种方法。
When factoring, look for two numbers that multiply to give ac and add to give b. For instance, solve x² − 5x + 6 = 0 by finding factors (x − 2)(x − 3) = 0, so x = 2 or x = 3.
因式分解时,寻找两个数,它们的乘积为ac,和为b。例如,通过因式分解(x − 2)(x − 3) = 0来解x² − 5x + 6 = 0,所以x = 2或x = 3。
When factoring fails or is impractical, use the quadratic formula:
当因式分解不可行或不实用时,使用求根公式:
x = (−b ± √(b² − 4ac)) / 2a
Completing the square rewrites the equation as a(x + p)² + q = 0, which is especially useful for solving inequalities and analyzing transformations of graphs.
配方法将方程重写为a(x + p)² + q = 0的形式,这在解不等式和分析图像变换时特别有用。
3. The Discriminant: Nature of Roots | 判别式:根的性质判断
The discriminant, denoted Δ = b² − 4ac, determines the nature of the roots of a quadratic equation without solving it. This is a heavily tested concept in the exam, often appearing in both pure math and problem-solving contexts.
判别式,记作Δ = b² − 4ac,无需解方程即可确定二次方程根的性质。这是考试中的高频考点,常出现在纯数学和应用题中。
| Δ = b² − 4ac | Nature of Roots (根的性质) |
| Δ > 0 | Two distinct real roots (两个不等实根) |
| Δ = 0 | One repeated real root (两个相等实根/重根) |
| Δ < 0 | No real roots (两个共轭复根,无实根) |
A common exam question type is: “Find the range of values of k for which the equation kx² + 4x + 2 = 0 has two distinct real roots.” Set Δ > 0 and solve the resulting inequality, being careful with the coefficient condition (k ≠ 0 for a quadratic).
一个常见的考试题型是:”求k的取值范围,使得方程kx² + 4x + 2 = 0有两个不同的实根。” 设Δ > 0并解所得不等式,注意二次项系数条件(k ≠ 0)。
4. Cubic and Polynomial Equations | 三次与多项式方程
For cubic equations (degree 3) and higher-degree polynomials, the factor theorem is the primary tool: if f(a) = 0, then (x − a) is a factor of f(x). Once a factor is found, polynomial division (or synthetic division) reduces the equation to a lower degree polynomial, typically a quadratic that can then be solved by standard methods.
对于三次方程(三次)及更高次的多项式,因式定理是主要工具:如果f(a) = 0,则(x − a)是f(x)的一个因式。找到一个因式后,通过多项式除法(或综合除法)将方程降次为低阶多项式,通常是二次方程,再使用标准方法求解。
For example, solve x³ − 6x² + 11x − 6 = 0. Test integer factors of −6: f(1) = 0, so (x − 1) is a factor. Dividing yields (x − 1)(x² − 5x + 6) = 0, which factors further to (x − 1)(x − 2)(x − 3) = 0, giving x = 1, 2, 3.
例如,解x³ − 6x² + 11x − 6 = 0。测试−6的整数因子:f(1) = 0,所以(x − 1)是一个因式。相除得到(x − 1)(x² − 5x + 6) = 0,进一步分解为(x − 1)(x − 2)(x − 3) = 0,得到x = 1, 2, 3。
- Use the remainder theorem to check values quickly: f(a) gives the remainder when divided by (x − a).
- 利用余数定理快速检验:f(a)即为除以(x − a)后的余数。
- If the leading coefficient is not 1, test factors in the form p/q where p divides the constant term and q divides the leading coefficient.
- 若首项系数不为1,测试形如p/q的因子,其中p整除常数项,q整除首项系数。
5. Root Coefficient Relations (Vieta’s Formulas) | 根与系数的关系(韦达定理)
For a quadratic equation ax² + bx + c = 0 with roots α and β, the sum and product of roots are given by:
对于根为α和β的二次方程ax² + bx + c = 0,根的和与积分别为:
α + β = −b/a, αβ = c/a
These relations allow you to construct new equations with transformed roots. For example, to form an equation whose roots are α² and β², compute the new sum α² + β² = (α + β)² − 2αβ and the new product (αβ)², then build the quadratic accordingly.
这些关系允许你构造具有变换根的新方程。例如,要构造一个根为α²和β²的方程,计算新的和α² + β² = (α + β)² − 2αβ以及新的积(αβ)²,然后据此建立二次方程。
For cubic equations x³ + px² + qx + r = 0 with roots α, β, γ, the relations extend to α + β + γ = −p, αβ + βγ + γα = q, and αβγ = −r. These are essential for solving symmetric function problems in the exam.
对于根为α、β、γ的三次方程x³ + px² + qx + r = 0,关系扩展为α + β + γ = −p,αβ + βγ + γα = q,以及αβγ = −r。这在考试中解决对称函数问题时至关重要。
6. Solving Equations by Substitution | 换元法求解方程
Certain equations that appear to be of higher degree—or involve complicated expressions—can be simplified dramatically through substitution. The most common cases at A-Level include quartic equations in the form ax⁴ + bx² + c = 0 (using u = x²), and equations with repeated expressions that suggest a change of variable.
某些看似高次或包含复杂表达式的方程,可以通过换元法大幅简化。A-Level中最常见的情形包括形式为ax⁴ + bx² + c = 0的四次方程(令u = x²),以及含重复表达式的方程。
For example, solve x⁴ − 5x² + 4 = 0. Let u = x², giving u² − 5u + 4 = 0, so (u − 1)(u − 4) = 0, hence u = 1 or u = 4. Since x = ±√u, the solutions are x = ±1, ±2.
例如,解x⁴ − 5x² + 4 = 0。令u = x²,得到u² − 5u + 4 = 0,于是(u − 1)(u − 4) = 0,因此u = 1或u = 4。由于x = ±√u,解为x = ±1, ±2。
- After substitution, always back-substitute to find the original variable.
- 换元后,务必回代求出原变量。
- Be alert for equations like (x² + x)² + 2(x² + x) − 3 = 0, where the substitution u = x² + x is natural.
- 警惕如(x² + x)² + 2(x² + x) − 3 = 0这类方程,令u = x² + x是自然的换元方式。
7. Simultaneous Equations: Substitution and Elimination | 联立方程组:代入法与消元法
For systems of linear equations, the elimination method involves aligning coefficients and adding or subtracting equations to eliminate one variable. The substitution method solves one equation for one variable and substitutes into the other. Both methods are equally valid; choose whichever is more convenient for the given coefficients.
对于线性方程组,消元法通过对齐系数并相加或相减方程来消去一个变量。代入法从一个方程中解出一个变量并代入另一个方程。两种方法同样有效;根据给定系数选择更方便的一种即可。
When a system includes a quadratic equation (e.g., a line intersecting a circle or a parabola), substitution is usually the preferred approach. For example, solve y = 2x + 1 and x² + y² = 10. Substituting: x² + (2x + 1)² = 10 → 5x² + 4x + 1 = 10 → 5x² + 4x − 9 = 0, which factors or uses the quadratic formula.
当方程组中包含二次方程(如直线与圆或抛物线的交点)时,代入法通常是首选。例如,解y = 2x + 1和x² + y² = 10。代入:x² + (2x + 1)² = 10 → 5x² + 4x + 1 = 10 → 5x² + 4x − 9 = 0,然后因式分解或使用求根公式。
After solving for the first variable, substitute back to find the corresponding second-variable values. For quadratic-linear systems, you should expect two solutions (a secant), one solution (a tangent), or zero solutions (no intersection).
求出第一个变量后,回代找出对应的第二个变量值。对于二次与一次系统,你应预期有两个解(割线)、一个解(切线)或零个解(无交点)。
8. Numerical Methods: Interval Bisection and Newton–Raphson | 数值方法:二分法与牛顿–拉弗森法
When an equation cannot be solved analytically, numerical methods provide approximate solutions to a required degree of accuracy. The interval bisection method uses the intermediate value theorem: if f(a) and f(b) have opposite signs, a root lies between a and b. Repeatedly halve the interval until the required precision is achieved.
当方程无法解析求解时,数值方法提供达到所需精度的近似解。二分法基于介值定理:如果f(a)和f(b)异号,则a和b之间存在一个根。反复将区间减半,直到达到所需精度。
The Newton–Raphson method is an iterative technique given by the recurrence relation:
牛顿–拉弗森法是一种迭代技术,由递推关系给出:
xₙ₊₁ = xₙ − f(xₙ) / f′(xₙ)
Choose an initial approximation x₁ close to the root, then iterate. The method converges quickly but may fail if the derivative is zero or if the initial guess is poor. In the exam, you may be asked to perform a fixed number of iterations or to show a result correct to a given number of decimal places.
选择一个接近根的初始近似值x₁,然后迭代。该方法收敛速度快,但如果导数趋近于零或初始猜测不佳则可能失败。考试中,你可能需要进行固定次数的迭代或证明结果精确到指定位小数。
9. Graphical Interpretation of Roots | 根的图像解释
The roots of an equation f(x) = 0 correspond exactly to the x-intercepts of the graph y = f(x). This visual interpretation is invaluable for solving inequalities and for understanding the number of real roots. For a quadratic, the sign of the discriminant tells you how many times the parabola intersects the x-axis.
方程f(x) = 0的根恰好对应图像y = f(x)的x轴截距。这种视觉解释对于解不等式和理解实根的数量非常宝贵。对于二次函数,判别式的符号告诉你抛物线与x轴相交的次数。
For example, solving f(x) > 0 often requires analyzing the graph: identify the roots, then test intervals between them to determine where the function is positive. This technique extends to cubic and rational functions as well.
例如,解f(x) > 0通常需要分析图像:先确定根,然后测试根之间的区间以判断函数在何处为正。这种技巧同样适用于三次函数和有理函数。
- Sketch graphs before solving inequalities — the visual aid reduces sign errors.
- 在解不等式前先画草图——视觉辅助可以减少符号错误。
- For f(x) = g(x), the roots correspond to the intersections of the two graphs.
- 对于f(x) = g(x),根对应两条图像的交点。
- Remember: a repeated root (Δ = 0) corresponds to a tangent to the x-axis.
- 记住:重根(Δ = 0)对应曲线与x轴相切。
10. Exam-Oriented Strategy: Common Pitfalls and Tactics | 应试策略:常见陷阱与技巧
Time management is critical in the exam. For straightforward linear and quadratic equations, solve quickly but check your arithmetic carefully. For polynomial factorization, always verify your factor by substituting the root back into the original expression. When using the quadratic formula, write the equation in standard form first — misidentifying a, b, or c is a frequent source of error.
考试中的时间管理至关重要。对于简单的线性与二次方程,快速求解但要仔细检查运算。对于多项式因式分解,始终通过将根代回原式来验证你的因式。使用求根公式时,先将方程写成标准形式——错误识别a、b或c是常见的错误来源。
Watch out for these specific traps:
特别注意以下陷阱:
- Dividing both sides of an equation by a variable expression that could be zero — you will lose legitimate roots.
- 方程两边同时除以可能为零的变量表达式——这会丢失合法根。
- Forgetting ± when taking square roots: x² = 9 gives x = ±3, not x = 3.
- 开平方时遗漏±:x² = 9给出x = ±3,而非x = 3。
- Mixing up the conditions for Δ > 0 (two real roots) and Δ < 0 (no real roots).
- 混淆Δ > 0(两个实根)与Δ < 0(无实根)的条件。
- When squaring both sides of an equation, always check for extraneous roots introduced by the operation.
- 当方程两边同时平方时,务必检查该运算是否引入增根。
For your revision, create a checklist of methods: factorization, quadratic formula, completing the square, factor theorem, substitution, numerical methods, and graphical analysis. Practicing mixed problem sets ensures you can identify the most efficient method quickly under exam pressure.
复习时,制作一张方法检查清单:因式分解、求根公式、配方法、因式定理、换元法、数值方法和图像分析。通过练习混合题型,确保在考试压力下能快速识别最有效的方法。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply