📚 Solving Quadratic Equations: Correctly Substituting Coefficients a, b, c into the Quadratic Formula | 解二次方程:正确代入求根公式系数a、b、c
The quadratic formula is a powerful tool for solving equations of the form ax² + bx + c = 0. Yet many students make careless errors when identifying and substituting the coefficients a, b, and c. This guide will help you master the correct substitution process, avoid common pitfalls, and solve any quadratic equation with confidence.
二次求根公式是解 ax² + bx + c = 0 这类方程的有力工具。然而,许多学生在识别和代入系数 a、b、c 时会出现粗心错误。本指南将帮助您掌握正确的代入过程,避免常见陷阱,并自信地求解任何二次方程。
1. The Standard Form of a Quadratic Equation | 二次方程的标准形式
Before applying the quadratic formula, every quadratic equation must be written in standard form: ax² + bx + c = 0. In this form, a is the coefficient of x², b is the coefficient of x, and c is the constant term. It is essential that the right-hand side equals zero.
在应用求根公式之前,每个二次方程都必须写成标准形式:ax² + bx + c = 0。在这种形式中,a 是 x² 的系数,b 是 x 的系数,c 是常数项。必须确保等号右边为零。
For example, 3x² – 5x + 2 = 0 is already in standard form. Here a = 3, b = -5, and c = 2. Notice that the negative sign belongs to the coefficient, not just the number.
例如,3x² – 5x + 2 = 0 已经是标准形式。此时 a = 3,b = -5,c = 2。注意负号属于该系数,而不只是一个单独的数字。
2. Rewriting Equations into Standard Form | 将方程化为标准形式
If an equation is not in standard form, you must rearrange it. Move all terms to one side of the equals sign, combine like terms, and order the terms by decreasing powers of x.
如果方程不是标准形式,必须先进行整理。将所有项移到等号的一侧,合并同类项,并按 x 的降幂排列各项。
- If you have 2x² = 8 – 4x, bring all terms to the left: 2x² + 4x – 8 = 0.
- If the equation contains parentheses or fractions, expand and simplify first.
- 若有 2x² = 8 – 4x,将所有项移到左边:2x² + 4x – 8 = 0。
- 若方程含有括号或分数,先展开并化简。
Always double-check that the coefficient of x² is not zero. If a = 0, the equation is linear, not quadratic, and the quadratic formula cannot be used.
始终检查 x² 的系数是否为零。若 a = 0,则该方程为一次方程而非二次方程,不能使用求根公式。
3. The Quadratic Formula | 求根公式
For a quadratic equation ax² + bx + c = 0, the solutions are given by:
对于二次方程 ax² + bx + c = 0,其解为:
x = (−b ± √(b² − 4ac)) / (2a)
This formula gives the roots of the equation. The symbol ± means there are two possible values: one with addition and one with subtraction.
该公式给出方程的根。符号 ± 表示有两个可能的值:一个用加法,一个用减法。
Notice that the denominator is 2a, not just 2. Also, the entire numerator −b ± √(b² − 4ac) is divided by 2a. A common error is to forget the parentheses in the denominator.
注意分母是 2a,而不是只有 2。此外,整个分子 −b ± √(b² − 4ac) 都要除以 2a。一个常见错误是忘掉分母中的括号。
4. Step-by-Step Substitution: A Worked Example | 逐步代入:一个完整示例
Solve 2x² – 4x – 6 = 0 using the quadratic formula.
用求根公式解 2x² – 4x – 6 = 0。
Step 1: Identify a, b, c. Here a = 2, b = -4, c = -6.
第一步:识别 a、b、c。这里 a = 2,b = -4,c = -6。
Step 2: Substitute into the formula:
第二步:代入公式:
x = (4 ± √((-4)² − 4(2)(-6))) / (2(2))
Notice how the negative signs are written carefully inside parentheses. This avoids sign errors.
注意负号都被仔细地写在括号内。这可以避免符号错误。
Step 3: Simplify inside the square root: (-4)² = 16, and -4(2)(-6) = 48. So b² – 4ac = 16 + 48 = 64.
第三步:化简根号内:(-4)² = 16,-4(2)(-6) = 48。因此 b² – 4ac = 16 + 48 = 64。
Step 4: Continue simplification:
第四步:继续化简:
x = (4 ± 8) / 4
So x = (4 + 8)/4 = 3 or x = (4 – 8)/4 = -1.
因此 x = (4 + 8)/4 = 3 或 x = (4 – 8)/4 = -1。
5. The Discriminant: b² − 4ac | 判别式 b² − 4ac
The expression b² − 4ac is called the discriminant. It tells you the nature of the roots without fully solving the equation.
表达式 b² − 4ac 称为判别式。它能让你在不完全求解的情况下判断根的性质。
- If b² − 4ac > 0, there are two distinct real roots.
- If b² − 4ac = 0, there is exactly one repeated real root.
- If b² − 4ac < 0, there are no real roots; the solutions are complex numbers.
- 若 b² − 4ac > 0,则有两个不同的实数根。
- 若 b² − 4ac = 0,则有一个重根(两个相等的实数根)。
- 若 b² − 4ac < 0,则没有实数根;解为复数。
When substituting, keep the discriminant separate to avoid arithmetic mistakes. Many errors occur because students forget that b² is squared, not b times 2.
代入时,将判别式单独计算可以避免算术错误。许多错误源于忘记 b² 是 b 的平方,而不是 b 乘以 2。
For example, if b = -3, then b² = 9, not -9. Always write (-3)² = 9 to reinforce this.
例如,若 b = -3,则 b² = 9,而不是 -9。始终写成 (-3)² = 9 以加强记忆。
6. Common Mistakes in Substitution | 代入中的常见错误
Here are the most frequent errors students make when applying the quadratic formula, along with how to avoid them.
以下是学生在应用求根公式时最常犯的错误,以及如何避免它们。
- Wrong a, b, c: Forgetting to rearrange the equation to standard form first.
- Misreading negative signs: Treating -b as a negative number when b is already negative. For x² – 5x + 6 = 0, b = -5, so -b = 5.
- Forgetting the denominator: Writing /2 instead of /(2a).
- Incorrect squaring of b: Writing b² as -9 instead of 9 when b = -3.
- Sign errors inside the discriminant: When -4ac has a negative c, -4ac becomes positive. For example, if c = -2, then -4ac = -4(a)(-2) = +8a.
- a、b、c 识别错误:没有先将方程化为标准形式。
- 误读负号:当 b 本身为负数时,把 -b 当作负数处理。对于 x² – 5x + 6 = 0,b = -5,因此 -b = 5。
- 忘记分母:写成 /2 而不是 /(2a)。
- b 平方错误:当 b = -3 时,把 b² 写成 -9 而不是 9。
- 判别式内符号错误:当 c 为负数时,-4ac 变为正数。例如,若 c = -2,则 -4ac = -4(a)(-2) = +8a。
A reliable strategy is to write down a =, b =, c = before substituting. Then plug each value into its designated place in the formula, keeping parentheses around every number.
一个可靠的策略是在代入前先写出 a =,b =,c =。然后依次将每个值代入公式中对应的位置,并用括号把每个数字括起来。
7. Practice Examples | 练习示例
Let’s apply the correct substitution technique to three different equations.
让我们用正确的代入技巧来解三个不同的方程。
Example A: x² + 6x + 9 = 0
示例 A:x² + 6x + 9 = 0
Here a = 1, b = 6, c = 9. Substituting:
这里 a = 1,b = 6,c = 9。代入:
x = (-6 ± √(36 – 36)) / 2 = (-6 ± 0) / 2 = -3
The discriminant is zero, so there is one repeated root: x = -3.
判别式为零,因此有一个重根:x = -3。
Example B: 3x² – 2x – 1 = 0
示例 B:3x² – 2x – 1 = 0
a = 3, b = -2, c = -1. Then:
a = 3,b = -2,c = -1。于是:
x = (2 ± √(4 + 12)) / 6 = (2 ± √16) / 6 = (2 ± 4) / 6
This gives x = 1 or x = -1/3.
得到 x = 1 或 x = -1/3。
Example C: 5x² + 2x + 3 = 0
示例 C:5x² + 2x + 3 = 0
a = 5, b = 2, c = 3. The discriminant is 4 – 60 = -56, which is negative. Therefore there are no real solutions.
a = 5,b = 2,c = 3。判别式为 4 – 60 = -56,是负数。因此没有实数解。
8. Checking Your Answers | 验证你的答案
After obtaining solutions, you can check them by substituting back into the original equation. This helps catch substitution errors early.
得到解后,你可以将其代回原方程进行验证。这有助于及早发现代入错误。
For example, in Example A, substitute x = -3 into x² + 6x + 9:
例如,在示例 A 中,将 x = -3 代入 x² + 6x + 9:
(-3)² + 6(-3) + 9 = 9 – 18 + 9 = 0
It works. Always check at least one solution, especially in exam conditions.
结果成立。在考试中,尤其要至少验证一个解。
Another way to check is by using the sum and product of roots. For ax² + bx + c = 0, the sum of the roots is -b/a and the product is c/a. If your solutions do not satisfy these relationships, re-check your substitution.
另一种验证方法是利用根的和与积。对于 ax² + bx + c = 0,两根之和为 -b/a,两根之积为 c/a。如果你的解不满足这些关系,请重新检查代入过程。
9. Applications in Real-World Problems | 现实世界中的应用
Quadratic equations often arise in physics, engineering, and economics. For example, projectile motion problems frequently use the equation h = -4.9t² + v₀t + h₀, where t represents time. Solving for t when h = 0 requires the quadratic formula.
二次方程通常出现在物理、工程和经济等领域。例如,抛体运动问题常使用方程 h = -4.9t² + v₀t + h₀,其中 t 表示时间。当 h = 0 时求解 t 就需要求根公式。
In such contexts, the coefficients have physical meanings: a often represents acceleration-related constants, b the initial velocity, and c the initial height. Correctly identifying these values is crucial for meaningful solutions.
在这样的情境中,系数具有物理意义:a 常代表与加速度相关的常量,b 代表初速度,c 代表初始高度。正确识别这些数值对于获得有意义的解至关重要。
If a negative root appears, especially for time, you may need to discard it if it has no physical meaning. Always interpret the roots in the context of the problem.
如果出现负根,特别是在时间问题中,若没有物理意义则需舍去。始终结合问题背景解释根的含义。
10. Summary and Final Tips | 总结与最终建议
To correctly use the quadratic formula, follow these steps:
要正确使用求根公式,请遵循以下步骤:
- Write the equation in standard form: ax² + bx + c = 0.
- Identify a, b, and c explicitly.
- Compute the discriminant b² − 4ac first.
- Substitute all values with parentheses into the formula.
- Simplify carefully, step by step.
- Check your answers by substitution or using sum/product of roots.
- 将方程写成标准形式:ax² + bx + c = 0。
- 明确识别 a、b、c。
- 先计算判别式 b² − 4ac。
- 将所有值用括号代入公式。
- 逐步小心化简。
- 通过代入或根的和积关系验证答案。
Remember, the quadratic formula is a universal method. With careful substitution, you can solve any quadratic equation correctly. Practice identifying coefficients quickly and accurately, and watch your error rate drop dramatically.
请记住,求根公式是一种万能方法。只要细心代入,你就能正确解出任何二次方程。练习快速准确地识别系数,你会发现错误率大幅下降。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导