📚 Solving Quadratic Equations Using the Quadratic Formula | 二次方程求根公式法的应用
The quadratic formula is one of the most powerful and frequently tested tools in IB Mathematics. It provides a universal method for solving any quadratic equation of the form ax² + bx + c = 0, whether the roots are rational, irrational, or even complex. Mastering this formula is essential for success in exams, as it appears across algebra, functions, and applications in real-world contexts.
二次方程求根公式是 IB 数学中最常用、最核心的工具之一。它为形如 ax² + bx + c = 0 的任何二次方程提供了通用解法,无论根是有理数、无理数还是复数。掌握这个公式对考试成功至关重要,因为它广泛出现在代数、函数以及实际应用问题中。
1. The Core Formula and Its Requirements | 核心公式与其适用条件
For a quadratic equation written in standard form ax² + bx + c = 0, where a ≠ 0, the solutions are given by:
对于标准形式 ax² + bx + c = 0(其中 a ≠ 0)的二次方程,其解由以下公式给出:
x = [-b ± √(b² – 4ac)] / (2a)
The formula is derived from the method of completing the square and works for all real coefficients a, b, and c, provided that a is not zero. The symbol ± indicates that the equation typically yields two solutions: one using the positive square root and one using the negative square root. You must ensure the equation is in standard form before substituting values into the formula.
该公式源于配方法,适用于所有实数系数 a、b、c,只要 a 不等于零。符号 ± 表示方程通常有两个解:一个取正平方根,一个取负平方根。在代入公式前,务必先将方程整理为标准形式。
2. Derivation: Understanding Where the Formula Comes From | 推导:理解公式的来源
To use the quadratic formula confidently, it helps to understand its derivation. Starting from ax² + bx + c = 0, divide by a, move the constant term to the right, and complete the square:
要熟练运用求根公式,理解其推导过程很有帮助。从 ax² + bx + c = 0 出发,除以 a,将常数项移到右边,然后配方:
x² + (b/a)x = -c/a
(x + b/2a)² = (b² – 4ac) / (4a²)
Taking the square root of both sides and isolating x gives the quadratic formula. Note that the discriminant b² – 4ac appears naturally during this process — it determines whether we have real or complex roots. A deeper appreciation of this derivation helps you remember the formula under exam pressure and avoid sign errors.
两边开平方并解出 x,即得求根公式。注意,判别式 b² – 4ac 在这一过程中自然出现——它决定了根是实数还是复数。深入理解推导过程,可以帮助你在考试压力下记住公式,并避免符号错误。
3. The Discriminant: Three Categories of Roots | 判别式:根的三种情况
Before solving, always calculate the discriminant Δ = b² – 4ac. It tells you the nature of the roots without actually computing them. This is a favourite topic for IB exam questions, especially those involving multiple-choice or short-answer items.
在求解之前,务必先计算判别式 Δ = b² – 4ac。它无需真正求根就能告诉我们根的性质。这是 IB 考试的热门考点,尤其是在选择题或简答题中。
| Discriminant Δ | Nature of Roots | Graph Interpretation |
| Δ > 0 | Two distinct real roots | Parabola crosses the x-axis twice |
| Δ = 0 | One repeated real root | Parabola touches the x-axis at the vertex |
| Δ < 0 | Two complex conjugate roots | Parabola does not intersect the x-axis |
When Δ is a perfect square and a, b, c are integers, the roots are rational. When Δ is not a perfect square, the roots are irrational conjugates, and you should express them in simplified surd form. This classification is often the first step in any quadratic problem.
当 Δ 是完全平方数且 a、b、c 为整数时,根为有理数;当 Δ 不是完全平方数时,根为无理数共轭,应将其化为最简根式形式。这种分类通常是解决任何二次方程问题的第一步。
4. Step-by-Step Substitution: Worked Example | 逐步代入:标准范例
Let us solve 2x² – 4x – 6 = 0 using the quadratic formula. First identify a = 2, b = -4, c = -6. Then compute the discriminant:
我们用求根公式解 2x² – 4x – 6 = 0。首先确定 a = 2,b = -4,c = -6,然后计算判别式:
Δ = (-4)² – 4 × 2 × (-6) = 16 + 48 = 64
Since Δ = 64 > 0, there are two distinct real roots. Now substitute into the formula:
因为 Δ = 64 > 0,方程有两个不等实根。接下来代入公式:
x = [4 ± √64] / (4) = (4 ± 8) / 4
This gives x = (4 + 8)/4 = 3 and x = (4 – 8)/4 = -1. Notice the importance of carefully handling the negative coefficient b: when b = -4, the numerator becomes -b = 4. Students frequently lose marks by forgetting this sign reversal, so always write out the substitution step explicitly.
于是得到 x = (4 + 8)/4 = 3 和 x = (4 – 8)/4 = -1。注意在处理负系数 b 时非常关键:当 b = -4 时,分子为 -b = 4。学生常常因为忘记变号而失分,所以务必将代入步骤完整写出来。
5. Applying the Formula to Real-World Problems | 将公式应用于实际问题
IB Mathematics frequently embeds quadratic equations in contextual problems. A classic example is projectile motion: the height h(t) of an object launched upward is modelled by h(t) = -5t² + 20t + 15, where h is in metres and t is in seconds. To find when the object hits the ground, set h(t) = 0 and solve.
IB 数学经常将二次方程嵌入到情境问题中。一个经典例子是抛体运动:物体上升的高度 h(t) 可建模为 h(t) = -5t² + 20t + 15,其中 h 的单位是米,t 的单位是秒。若要求物体何时落地,令 h(t) = 0 并求解。
-5t² + 20t + 15 = 0
Dividing through by -5 gives t² – 4t – 3 = 0, so a = 1, b = -4, c = -3. The discriminant is Δ = (-4)² – 4(1)(-3) = 28. Then:
两边同时除以 -5,得到 t² – 4t – 3 = 0,所以 a = 1,b = -4,c = -3。判别式 Δ = (-4)² – 4(1)(-3) = 28。于是:
t = [4 ± √28] / 2 = [4 ± 2√7] / 2 = 2 ± √7
Since time cannot be negative, we reject 2 – √7 ≈ -0.65 and keep t = 2 + √7 ≈ 4.65 seconds. This example illustrates how the quadratic formula produces both a valid and an invalid solution in context, and why it is crucial to interpret results physically.
由于时间不能为负,我们舍去 2 – √7 ≈ -0.65,保留 t = 2 + √7 ≈ 4.65 秒。这个例子说明求根公式同时产生了有效和无效的解,也说明了结合实际情况解释结果的重要性。
6. Choosing Between Factoring and the Formula | 因式分解与公式法的选择
Not every quadratic needs the formula. If the equation factors easily, such as x² – 5x + 6 = 0, then factoring is faster and reduces the risk of arithmetic errors. However, the quadratic formula is the reliable fallback whenever factoring is not obvious or the coefficients are irrational.
并非每个二次方程都需要用公式法。如果方程容易因式分解,例如 x² – 5x + 6 = 0,那么因式分解更快,且能降低运算出错的风险。然而,当因式分解不明显或系数为无理数时,公式法是可靠的备用方法。
- Use factoring when the roots are rational and the middle term can be split easily.
- Use the formula when the discriminant is not a perfect square, when coefficients involve fractions or radicals, or when an exact surd form is required.
- In IB exams, always look at the command term: “solve” often allows both methods, but “find exact values” requires surds — the formula is safer.
当根为有理数且中间项容易拆分时,优先考虑因式分解;当判别式不是完全平方数、系数含有分数或根号,或需要精确根式时,使用公式法。在 IB 考试中注意指令词:’solve’ 通常允许两种方法,但 ‘find exact values’ 需要根式——公式法更稳妥。
7. Simplifying Surds in the Formula | 公式中根式的化简
After applying the quadratic formula, you often obtain an expression involving √Δ. Unless Δ is a perfect square, you must simplify the surd to obtain full marks. This means factoring out the largest perfect square factor. For example, √72 = √(36 × 2) = 6√2, and √45 = 3√5.
运用求根公式后,通常会得到含 √Δ 的表达式。除非 Δ 是完全平方数,否则必须化简根式才能得满分。化简意味着提出最大的平方因数。例如,√72 = √(36 × 2) = 6√2,√45 = 3√5。
If Δ = 28, then √28 = 2√7
You should also rationalise denominators when necessary. For example, if x = 2/√3, multiply numerator and denominator by √3 to obtain 2√3/3. Writing final answers in simplest surd form is a standard IB requirement for exact-value problems.
必要时还要对分母进行有理化。例如,若 x = 2/√3,将分子分母同乘 √3 得到 2√3/3。将最终答案化为最简根式形式,是 IB 精确值题目的标准要求。
8. Connecting Roots to Coefficients: Vieta’s Formulas | 根与系数的联系:韦达定理
The quadratic formula also helps us see an important relationship between roots and coefficients. If the roots are α and β, then for ax² + bx + c = 0:
求根公式也帮助我们理解根与系数之间的重要关系。若根为 α 和 β,则对于 ax² + bx + c = 0:
α + β = -b/a
αβ = c/a
These are known as Vieta’s formulas. They allow you to find sums and products of roots without solving the equation, which is a common IB technique for problems involving symmetric functions of roots. For example, if roots are α and β, then α² + β² = (α + β)² – 2αβ. This saves time and avoids unnecessary calculation of the roots themselves.
这就是韦达定理。它让我们在不解方程的情况下直接求出根的和与积,这是 IB 中处理根对称函数的常用技巧。例如,若根为 α 和 β,则 α² + β² = (α + β)² – 2αβ。这节省了时间,避免了不必要的求根计算。
9. The Quadratic Formula and the Graph | 求根公式与函数图像的联系
When a quadratic function y = ax² + bx + c is graphed, the axis of symmetry is found at x = -b/(2a). Notice that this is exactly the mid-point of the two roots obtained from the quadratic formula:
当二次函数 y = ax² + bx + c 的图像被画出时,对称轴位于 x = -b/(2a)。注意,这正是求根公式所得两根的中点:
x = -b/(2a) is the average of the two roots
Since the roots are x = [-b ± √Δ]/(2a), their average is indeed -b/(2a). Therefore, if you know the roots, you know the axis of symmetry and hence the x-coordinate of the vertex. Substituting the vertex x-coordinate into the original equation gives the minimum or maximum value, a connection that is heavily tested in Paper 1 and Paper 2 questions.
由于根为 x = [-b ± √Δ]/(2a),其平均值正是 -b/(2a)。因此,知道了根,就知道了对称轴,也就知道了顶点的 x 坐标。将顶点的 x 坐标代入原方程,即可得到最小值或最大值,这一联系在 Paper 1 和 Paper 2 中经常被考查。
10. Extending to Complex Roots | 扩展到复数根
In the IB syllabus, when the discriminant is negative, the quadratic equation has no real roots, but it does have two complex conjugate roots. For example, solve x² – 2x + 5 = 0 using the formula. Here a = 1, b = -2, c = 5, so Δ = 4 – 20 = -16.
在 IB 课程中,当判别式为负时,二次方程没有实根,但有两个共轭复数根。例如,用公式法解 x² – 2x + 5 = 0。这里 a = 1,b = -2,c = 5,所以 Δ = 4 – 20 = -16。
x = [2 ± √(-16)] / 2 = (2 ± 4i) / 2 = 1 ± 2i
Here i = √(-1), and the roots are 1 + 2i and 1 – 2i. They are conjugates of each other, meaning they have the same real part and opposite imaginary parts. When presenting complex roots, write them in the form a + bi and remember that the sum of the roots is 2a, which still equals -b/a.
其中 i = √(-1),根为 1 + 2i 和 1 – 2i。它们是共轭复数域数对——实部相同,虚部相反。在写出复数根时,应写成 a + bi 的形式,并记住两根之和等于 2a,仍满足 -b/a 的关系。
11. Common Mistakes and How to Avoid Them | 常见错误与避免方法
Many students lose marks on quadratic formula questions due to avoidable errors. The most frequent mistakes include forgetting to write the equation in standard form, misidentifying b when the coefficient is negative, making arithmetic errors when simplifying fractions, and forgetting to simplify the surd in the final answer.
许多学生在求根公式题目中因可避免的错误而失分。最常见的错误包括:忘记将方程整理为标准形式、当系数为负时写错 b、化简分数时出现计算错误,以及忘记在最终答案中化简根式。
Always write a = …, b = …, c = … before substituting
Another common error is dividing only part of the numerator. For example, when x = (4 ± √8)/4, you cannot cancel the 4 only with the ± term. Always treat the numerator as a whole: x = (4 ± 2√2)/4 = 1 ± √2/2. Adopt a consistent checking system — substitute your roots back into the original equation to verify them.
另一个常见错误是只对分子的一部分进行约分。例如,当 x = (4 ± √8)/4 时,不能只用 4 去约 ± 项。应始终将分子视为整体:x = (4 ± 2√2)/4 = 1 ± √2/2。建议养成一致的检验习惯——将根代回原方程进行验证。
12. Exam Tips and Summary | 考试技巧与总结
To succeed with the quadratic formula in IB exams, follow a clear pattern: write the equation in standard form, identify a, b, c, compute the discriminant first, then substitute into the formula, simplify the surd fully, and check whether the answers make sense in context. When working with word problems, discard solutions that violate physical or logical constraints, such as negative lengths or times.
要在 IB 考试中用好求根公式,请遵循清晰的流程:将方程化为标准形式,明确 a、b、c,先计算判别式,再代入公式,完全化简根式,并检查答案在情境中是否合理。在处理文字题时,剔除违反物理或逻辑约束的解,例如负的长度或时间。
Finally, remember that the quadratic formula is not just a memorised procedure — it is connected to the discriminant, the axis of symmetry, Vieta’s formulas, and the complex number system. Understanding these connections allows you to approach IB questions with flexibility and confidence. Practice with a variety of coefficient types: integers, fractions, surds, and parameters involving k, so you can handle every variant the examiners might throw at you.
最后,请记住求根公式不仅仅是记忆程序——它与判别式、对称轴、韦达定理以及复数系统紧密相连。理解这些联系,能让你更加灵活自信地应对 IB 问题。多练习不同类型的系数:整数、分数、根式,以及含参变量 k 的情形,以便从容应对考官可能设置的各种变式。
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