The Sum and Product of the Roots of Quadratic Equations | 二次方程根的和与积

📚 The Sum and Product of the Roots of Quadratic Equations | 二次方程根的和与积

For any quadratic equation in standard form, the relationships between its coefficients and its roots are direct and elegantly simple. In IB Mathematics, understanding these Vieta’s formulas not only saves time but also deepens insight into polynomial behaviour. This article explores the sum and product of the roots, their derivations, applications, common pitfalls, and how to use them effectively in both exam-style problems and broader investigations.

对于标准形式的任何二次方程,其系数与根之间存在着直接而优美简洁的关系。在IB数学中,理解这些韦达定理不仅能节省解题时间,还能加深对多项式性质的认识。本文探讨二次方程根的和与积、它们的推导、应用、常见错误,以及如何在考试类题目和更广泛的探究中有效使用它们。

1. The Standard Quadratic Form | 二次方程的标准形式

A quadratic equation is customarily written as ax² + bx + c = 0, where a, b, c are real constants and a ≠ 0. The condition a ≠ 0 is essential because if a = 0 the equation degenerates to a linear equation. The two solutions, often denoted by α and β, are called the roots of the equation.

二次方程通常写成 ax² + bx + c = 0,其中 a、b、c 为实常数且 a ≠ 0。条件 a ≠ 0 至关重要,因为若 a = 0 则方程退化为一次方程。两个解通常记为 α 和 β,被称为方程的根。

These roots can be real or complex, distinct or repeated. In all cases — provided we work in the complex number system — the Fundamental Theorem of Algebra guarantees exactly two roots (counting multiplicity). The sum and product formulas we discuss hold irrespective of the nature of the roots.

这些根可以是实数或复数,也可以相等。在所有情况下(只要我们在复数系中讨论),代数基本定理确保恰好有两个根(计重数)。我们讨论的和与积公式无论根的性质如何都成立。

2. Vieta’s Formulas for Quadratics | 二次方程的韦达定理

Vieta’s formulas state that for the quadratic ax² + bx + c = 0 with roots α and β, the sum of the roots is α + β = −b / a, and the product of the roots is αβ = c / a. These two equalities express the coefficients in terms of the roots, and vice versa.

韦达定理指出,对于具有根 α 和 β 的二次方程 ax² + bx + c = 0,根的和为 α + β = −b / a,根的积为 αβ = c / a。这两个等式用根表示了系数,反之亦然。

Named after the French mathematician François Viète, these relationships are sometimes simply called “Vieta’s” by students. They are the quadratic case of more general formulas that apply to polynomials of any degree.

以法国数学家弗朗索瓦·韦达命名,这些关系有时被学生简称为“韦达公式”。它们是适用于任意次数多项式的更一般公式在二次情况下的特例。

3. Derivation of the Sum and Product | 和与积的推导

One derivation method starts by noticing that if α and β are the roots, the quadratic can be factorised as a(x − α)(x − β) = 0. Expanding this product gives a[x² − (α + β)x + αβ] = ax² − a(α + β)x + aαβ. Comparing the coefficients with the standard form ax² + bx + c yields −a(α + β) = b ⇒ α + β = −b / a, and aαβ = c ⇒ αβ = c / a.

一种推导方法是从因式分解入手:若 α 和 β 是根,则二次式可分解为 a(x − α)(x − β) = 0。展开得到 a[x² − (α + β)x + αβ] = ax² − a(α + β)x + aαβ。将此与标准形式 ax² + bx + c 对比系数,可得 −a(α + β) = b ⇒ α + β = −b / a,以及 aαβ = c ⇒ αβ = c / a。

Alternatively, using the quadratic formula x = [−b ± √(b² − 4ac)] / (2a), you can add the two expressions to obtain α + β = −b / a, and multiply them to obtain αβ = c / a. Both methods reveal why the sign in the sum formula involves −b, while the product simply takes c / a.

另一种方法是使用求根公式 x = [−b ± √(b² − 4ac)] / (2a),将两个表达式相加得到 α + β = −b / a,相乘得到 αβ = c / a。两种方法都揭示了为什么和的公式含有 −b,而积则直接取 c / a。

4. Worked Examples of Finding Sum and Product | 求根的和与积的例题

Example 1: For the equation 3x² − 12x + 9 = 0, identify a = 3, b = −12, c = 9. The sum of the roots is −(−12)/3 = 4. The product is 9/3 = 3. Indeed, the factorised form is 3(x − 3)(x − 1) = 0, giving roots 3 and 1, which sum to 4 and multiply to 3.

例1:对方程 3x² − 12x + 9 = 0,确定 a = 3,b = −12,c = 9。根的和为 −(−12)/3 = 4。根的积为 9/3 = 3。实际上,因式分解为 3(x − 3)(x − 1) = 0,根为 3 和 1,确实和为 4 积为 3。

Example 2: Find the sum and product of the roots of x² + 5x + 6 = 0 without solving. Here a = 1, b = 5, c = 6. Sum = −5/1 = −5, product = 6/1 = 6. The equation factors as (x + 2)(x + 3) = 0, so the roots are −2 and −3, which sum to −5 and multiply to 6, verifying the formulas.

例2:不解方程,求 x² + 5x + 6 = 0 的根的和与积。这里 a = 1,b = 5,c = 6。和 = −5/1 = −5,积 = 6/1 = 6。方程可分解为 (x + 2)(x + 3) = 0,所以根为 −2 和 −3,和为 −5,积为 6,验证了公式。

Example 3: For 2x² + 8 = 0, note that b = 0 and c = 8, a = 2. Sum = −0/2 = 0, product = 8/2 = 4. The roots are purely imaginary, 2i and −2i, and indeed they sum to 0 and multiply to 4.

例3:对于 2x² + 8 = 0,注意 b = 0,c = 8,a = 2。和 = −0/2 = 0,积 = 8/2 = 4。根为纯虚数 2i 和 −2i,确实和为 0,积为 4。

5. Relationship with the Discriminant | 与判别式的关系

The discriminant Δ = b² − 4ac determines whether the roots are real and distinct (Δ > 0), real and equal (Δ = 0), or complex conjugates (Δ < 0). Remarkably, the sum and product formulas α + β = −b / a and αβ = c / a are unaffected by the type of roots — they apply universally in ℂ.

判别式 Δ = b² − 4ac 决定了根是相异实根(Δ > 0)、相等实根(Δ = 0)还是共轭复根(Δ < 0)。值得注意的是,根的和与积公式 α + β = −b / a 和 αβ = c / a 不受根的类型影响——它们在复数范围内普遍适用。

Even when there is a repeated root (Δ = 0), say α = β = r, the formulas give 2r = −b / a and r² = c / a, which are consistent with the double root property.

即使存在重根(Δ = 0),例如 α = β = r,公式给出 2r = −b / a 且 r² = c / a,这与重根性质是一致的。

In problems where you are not asked to solve the equation, you can find symmetric functions of the roots (such as α² + β²) using only the coefficients, without worrying about whether the roots are real or complex.

在不要求解方程的题目中,你可以仅用系数来求出根的对称函数(如 α² + β²),而无需关心根是实数还是复数。

6. Constructing Quadratic Equations from Given Roots | 由给定的根构造二次方程

When the roots are known, constructing the corresponding monic quadratic is straightforward: x² − (sum of roots)x + (product of roots) = 0. If a specific leading coefficient is required, multiply by that value. For instance, if the sum is S and the product is P, the equation is x² − Sx + P = 0.

当根已知时,构造相应的首一式二次方程非常简单:x² − (根的和)x + (根的积) = 0。若需要特定的首项系数,可乘以该值。例如,若和为 S,积为 P,则方程为 x² − Sx + P = 0。

Example: Write a quadratic equation whose roots are 3 + √2 and 3 − √2. The sum is (3 + √2) + (3 − √2) = 6. The product is (3 + √2)(3 − √2) = 9 − 2 = 7. Hence an equation is x² − 6x + 7 = 0. You could also multiply through by a constant to obtain variations like 2x² − 12x + 14 = 0.

例题:写出一个根为 3 + √2 和 3 − √2 的二次方程。和为 (3 + √2) + (3 − √2) = 6。积为 (3 + √2)(3 − √2) = 9 − 2 = 7。因此方程为 x² − 6x + 7 = 0。也可以乘以常数得到变体,如 2x² − 12x + 14 = 0。

This construction technique is extremely useful in coordinate geometry, when you know the x-intercepts of a parabola, and in many problem-solving contexts.

这种构造技巧在已知抛物线 x 截距的坐标几何中以及许多解题情境下极为有用。

7. Using Symmetric Expressions with Roots | 根对称表达式的运用

Symmetric expressions are those that remain unchanged if you swap α and β. The most fundamental symmetric expressions are α + β and αβ. More complex ones can be expressed in terms of the sum and the product, allowing evaluation without solving the equation.

对称表达式是指交换 α 和 β 后保持不变的式子。最基本的对称表达式是 α + β 和 αβ。更复杂的表达式可以用和与积表示,从而无需解方程即可求值。

Common identities include: α² + β² = (α + β)² − 2αβ, α³ + β³ = (α + β)³ − 3αβ(α + β), 1/α + 1/β = (α + β) / (αβ), and (α − β)² = (α + β)² − 4αβ. These are frequently tested in IB examinations.

常见的恒等式有:α² + β² = (α + β)² − 2αβ,α³ + β³ = (α + β)³ − 3αβ(α + β),1/α + 1/β = (α + β) / (αβ),以及 (α − β)² = (α + β)² − 4αβ。这些在IB考试中频繁出现。

Example: For the equation 2x² − 6x + 3 = 0, α + β = 3, αβ = 3/2. Then α² + β² = 3² − 2×(3/2) = 9 − 3 = 6. The value of 1/α + 1/β = 3 / (3/2) = 2.

例题:对于方程 2x² − 6x + 3 = 0,α + β = 3,αβ = 3/2。则 α² + β² = 3² − 2×(3/2) = 9 − 3 = 6。1/α + 1/β = 3 / (3/2) = 2。

8. Unknown Coefficients and One Known Root | 未知系数与已知一根

A classic problem type provides one root and asks for the other root or an unknown coefficient. Using Vieta’s formulas is often far simpler than substituting the known root into the equation and solving a system.

一种经典的题目类型是给出一个根,要求求出另一个根或某个未知系数。利用韦达定理常常比将已知根代入方程并求解方程组要简单得多。

Example: If one root of x² + kx − 15 = 0 is 5, find k and the other root. Let the other root be β. Sum = 5 + β = −k, product = 5β = −15 ⇒ β = −3. Then 5 + (−3) = 2 = −k ⇒ k = −2. So the equation is x² − 2x − 15 = 0.

例题:若 x² + kx − 15 = 0 的一个根是 5,求 k 及另一个根。设另一个根为 β。和 = 5 + β = −k,积 = 5β = −15 ⇒ β = −3。则 5 + (−3) = 2 = −k ⇒ k = −2。因此方程为 x² − 2x − 15 = 0。

This approach can be extended to handle constraints such as ‘one root is double the other’ or ‘the roots differ by 3’. In each case, write the conditions in terms of sum and product, and solve simultaneously.

此方法可推广到处理诸如“一根是另一根的两倍”或“两根之差为3”等约束。在每种情况下,将条件写成和与积的形式,然后联立求解。

9. Vieta’s Formulas for Cubic and Higher-Degree Equations | 三次及更高次方程的韦达定理

For a cubic equation ax³ + bx² + cx + d = 0 with roots α, β, γ, Vieta’s formulas give: α + β + γ = −b / a, αβ + βγ + γα = c / a, αβγ = −d / a. Notice the alternating signs and the pattern of symmetric sums.

对于具有根 α, β, γ 的三次方程 ax³ + bx² + cx + d = 0,韦达定理给出:α + β + γ = −b / a,αβ + βγ + γα = c / a,αβγ = −d / a。请注意符号交替的规律以及对称和的模式。

For a quartic ax⁴ + bx³ + cx² + dx + e = 0, the pattern continues: sum of roots = −b / a, sum of pairwise products = c / a, sum of triple products = −d / a, and product = e / a. These formulas are useful for constructing equations and solving symmetric systems.

对于四次方程 ax⁴ + bx³ + cx² + dx + e = 0,规律延续:根的和 = −b / a,两两积之和 = c / a,三积之和 = −d / a,积 = e / a。这些公式在构造方程和解对称方程组时十分有用。

While the IB syllabus focuses mainly on quadratics, an appreciation of higher-degree Vieta enriches understanding of polynomial identities and roots.

虽然IB大纲主要集中于二次方程,但了解更高次的韦达定理能加深对多项式恒等式和根的理解。

10. Common Mistakes and How to Avoid Them | 常见错误及避免方法

Mistake 1: Forgetting the negative sign in the sum formula. Students often write α + β = b / a instead of −b / a. Remember that for x² − 5x + 6 = 0, the sum is 5 because b = −5, so −b / a = 5.

错误1:忘记和公式中的负号。学生常写成 α + β = b / a 而不是 −b / a。记住对于 x² − 5x + 6 = 0,和为 5,因为 b = −5,所以 −b / a = 5。

Mistake 2: Neglecting to divide by a. The formulas are −b / a and c / a, not −b and c. Always check that the coefficient of x² is accounted for.

错误2:忽略除以 a。公式为 −b / a 和 c / a,而不是 −b 和 c。始终要确保考虑了 x² 的系数。

Mistake 3: Mixing up the product with the constant term. In 2x² − 8x + 6 = 0, the product is 6/2 = 3, not 6.

错误3:将积与常数项混淆。在 2x² − 8x + 6 = 0 中,积为 6/2 = 3,而不是 6。

Mistake 4: Assuming the roots are always real. The sum and product formulas hold for complex roots too, so do not force real values when using symmetric expressions.

错误4:假设根总是实数。和与积公式对复数根也成立,因此在使用对称表达式时不要强制认为根是实数。

To avoid these pitfalls, double-check your sign of b, ensure you have divided by the leading coefficient, and verify your results with a quick mental expansion if possible.

为避免这些陷阱,请仔细检查 b 的符号,确保除以了首项系数,并在可能时通过快速心算展开来验证结果。

11. Summary and IB Exam Tips | 总结与IB考试提示

In summary, for ax² + bx + c = 0 with roots α and β, always remember α + β = −b / a and αβ = c / a. These simple relations are the key to a wide range of problems, from evaluating symmetric expressions to constructing equations and finding unknown coefficients.

总之,对于具有根 α 和 β 的 ax² + bx + c = 0,始终记住 α + β = −b / a 且 αβ = c / a。这些简单的关系是解决从求对称表达式值到构造方程、寻找未知系数等广泛问题的关键。

IB exam questions often weave the sum and product of roots into larger contexts — quadratics, functions, complex numbers, and even calculus. Practice identifying when Vieta’s formulas will simplify a problem. If a question involves both roots without requiring their individual values, consider using the sum and product as a powerful short-cut.

IB考题常将根的和与积融入更大的背景中——二次函数、复数,甚至微积分。练习识别在何时韦达定理能够简化问题。如果题目涉及两个根却不需要各自的数值,可考虑使用和与积作为强有力的捷径。

Be systematic: write down the sum and product clearly; if constructing an equation, start from x² − Sx + P = 0; for higher-degree, memorise the sign patterns. With practice, these techniques become second nature and save valuable time in an exam setting.

要有条理:清晰地写下和与积;若构造方程,从 x² − Sx + P = 0 开始

Published by TutorHao | IB Mathematics Revision Series | aleveler.com

Find IB Maths Textbooks on eBay UK

New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.

Browse on eBay UK →

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

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