📚 Polynomial Zeros, Roots and Factorization | 多项式的零点、根与因式分解
Polynomial functions form one of the most fundamental families of functions in IB Mathematics. The concepts of zeros, roots, and factorization are not only interconnected but also serve as powerful tools for solving equations, sketching graphs, and understanding the behaviour of polynomial functions. This article examines these concepts in depth, with a focus on the techniques and theorems required for the IB syllabus.
多项式函数构成 IB 数学中最基本的一类函数。零点、根与因式分解这些概念不仅相互关联,更是解方程、绘制函数图像以及理解多项式函数性质的有力工具。本文将从 IB 考纲出发,深入剖析这些概念及其相关定理与技巧。
1. The Structure of Polynomials | 多项式的结构
A polynomial in \( x \) is typically written in the form \( P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0 \), where \( a_n \neq 0 \). The highest power \( n \) is called the degree of the polynomial, and \( a_n \) is the leading coefficient. The terms \( a_k \) are constants (real numbers in the IB standard syllabus). A polynomial of degree 1 is linear, degree 2 is quadratic, degree 3 is cubic, and degree 4 is quartic.
多项式通常写作 \( P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0 \) 的形式,其中 \( a_n \neq 0 \)。最高次数 \( n \) 称为多项式的次数,\( a_n \) 称为首项系数。各项系数 \( a_k \) 为常数(在 IB 标准课程中为实数)。一次多项式为线性函数,二次为二次函数,三次为三次函数,四次为四次函数。
P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ⋯ + a₁x + a₀, aₙ ≠ 0
Understanding the structure of a polynomial helps us identify its degree, leading coefficient, and constant term, all of which play a role in determining the number and nature of its roots.
理解多项式的结构有助于我们确定其次数、首项系数和常数项,这些要素共同决定了它的根的个数与性质。
2. Zeros, Roots and X-Intercepts | 零点、根与 x 轴交点
For a polynomial \( P(x) \), a number \( r \) is called a zero or root of the polynomial if \( P(r) = 0 \). Geometrically, the zeros of a polynomial are exactly the x-coordinates of the points where the graph of \( y = P(x) \) crosses or touches the x-axis. For example, the quadratic \( P(x) = x^2 – 5x + 6 \) has zeros at \( x = 2 \) and \( x = 3 \), since \( P(2) = 4 – 10 + 6 = 0 \) and \( P(3) = 9 – 15 + 6 = 0 \).
对于多项式 \( P(x) \),若存在数 \( r \) 使得 \( P(r) = 0 \),则称 \( r \) 为多项式的零点或根。从几何上看,多项式的零点恰是函数图像 \( y = P(x) \) 与 x 轴相交或相切处的横坐标。例如,二次多项式 \( P(x) = x^2 – 5x + 6 \) 在 \( x = 2 \) 和 \( x = 3 \) 处有零点,因为 \( P(2) = 4 – 10 + 6 = 0 \) 且 \( P(3) = 3 – 15 + 6 = 0 \)。
Although the terms ‘zero’ and ‘root’ are often used interchangeably in the IB syllabus, a careful distinction is helpful: a zero is a value of the variable, while a root is a solution to the equation \( P(x) = 0 \). Both lead to the same numerical answers, but this nuance appears in the wording of exam questions.
虽然在 IB 考纲中”零点”和”根”经常混用,但做一个细致区分是有益的:零点是变量的取值,而根是方程 \( P(x) = 0 \) 的解。两者在数值上是一致的,但考试题目中经常会有不同的措辞。
3. The Factor Theorem | 因式定理
The Factor Theorem states that \( (x – a) \) is a factor of a polynomial \( P(x) \) if and only if \( P(a) = 0 \). In other words, finding a zero immediately gives us a linear factor of the polynomial. This theorem is the bridge between the algebraic problem of solving an equation and the algebraic problem of factoring a polynomial.
因式定理指出:多项式 \( P(x) \) 含有因式 \( (x – a) \),当且仅当 \( P(a) = 0 \)。换言之,找到一个零点就立即得到多项式的一个线性因式。这一定理是解方程与因式分解之间的桥梁。
(x – a) is a factor of P(x) ⇔ P(a) = 0
For example, since \( P(1) = 1^3 – 3(1) + 2 = 0 \), the factor theorem tells us that \( (x – 1) \) divides \( x^3 – 3x + 2 \). Performing polynomial division, we obtain \( x^3 – 3x + 2 = (x – 1)(x^2 + x – 2) \), which further factors as \( (x – 1)^2(x + 2) \).
例如,由于 \( P(1) = 1^3 – 3(1) + 2 = 0 \),因式定理告诉我们 \( (x – 1) \) 整除 \( x^3 – 3x + 2 \)。通过多项式除法可得 \( x^3 – 3x + 2 = (x – 1)(x^2 + x – 2) \),进一步分解为 \( (x – 1)^2(x + 2) \)。
4. The Remainder Theorem | 余数定理
The Remainder Theorem generalises the Factor Theorem. It states that when a polynomial \( P(x) \) is divided by \( (x – a) \), the remainder is exactly \( P(a) \). If the remainder is zero, then \( (x – a) \) is a factor, recovering the Factor Theorem as a special case.
余数定理是因式定理的推广。它指出:当多项式 \( P(x) \) 除以 \( (x – a) \) 时,余数恰好等于 \( P(a) \)。若余数为零,则 \( (x – a) \) 是因式,即因式定理作为其特例成立。
P(x) = (x – a)Q(x) + P(a)
This theorem is extremely useful because it allows us to evaluate the remainder without performing long division. For example, to find the remainder when \( P(x) = 2x^3 – 5x + 1 \) is divided by \( (x – 2) \), we simply compute \( P(2) = 2(8) – 10 + 1 = 7 \). The remainder is 7. If we divide by a linear expression of the form \( (ax + b) \), we replace \( a \) by \( -\frac{b}{a} \) in the evaluation.
余数定理非常实用,因为它使我们无需做长除法即可求得余数。例如,求 \( P(x) = 2x^3 – 5x + 1 \) 除以 \( (x – 2) \) 的余数时,只需计算 \( P(2) = 2(8) – 10 + 1 = 7 \),余数为 7。若除式为 \( (ax + b) \) 这种形式,则以 \( -\frac{b}{a} \) 代入求值即可。
5. The Fundamental Theorem of Algebra | 代数基本定理
The Fundamental Theorem of Algebra states that every non-constant polynomial with complex coefficients has at least one complex root. From this, it follows that a polynomial of degree \( n \) has exactly \( n \) roots when counted with multiplicity. This means that a cubic always has three roots, a quartic always has four roots, and so on, provided we count repeated roots with their multiplicity.
代数基本定理指出:每一个非常数的复系数多项式至少有一个复根。由此可以推出,一个 \( n \) 次多项式在计重数的情况下恰好有 \( n \) 个根。这意味着三次多项式总有三个根,四次多项式总有四个根,依此类推,前提是我们按重数计算重复的根。
Every polynomial of degree n has exactly n complex roots (counting multiplicities).
This theorem has profound implications: it guarantees that every polynomial can be completely factored into linear factors over the complex number system. In the IB course, however, we often work with real coefficients, which leads us to the next important theorem about the appearance of complex roots in conjugate pairs.
该定理意义深远:它保证了每个多项式在复数范围内都可以完全分解为线性因式的乘积。然而,在 IB 课程中我们通常处理实系数多项式,这就引出下一个重要定理——复根以共轭对出现。
6. Complex Roots and Conjugate Pairs | 复根与共轭对
For a polynomial with real coefficients, if \( z = a + bi \) is a root, then its complex conjugate \( \overline{z} = a – bi \) is also a root. This theorem is essential because it halves the work of finding complex roots: once you find one complex root of a real-coefficient polynomial, you automatically know another.
对于实系数多项式,若 \( z = a + bi \) 是一个根,则其共轭复数 \( \overline{z} = a – bi \) 也是它的根。这一结论至关重要,因为它将求复根的工作减半:一旦找到一个实系数多项式的复根,就自动知道了另一个复根。
If a + bi is a root, then a – bi is also a root.
For example, consider the quadratic equation \( x^2 – 4x + 13 = 0 \). Using the quadratic formula, the roots are \( x = 2 \pm 3i \). These are a conjugate pair. Notice that the sum of roots is 4 and the product is \( 2^2 + 3^2 = 13 \), which corresponds to the coefficients of the original quadratic. This connection is formalised by Vieta’s formulas, discussed next.
例如,考虑二次方程 \( x^2 – 4x + 13 = 0 \)。利用求根公式,其根为 \( x = 2 \pm 3i \)。这是一对共轭复根。注意两根之和为 4,两根之积为 \( 2^2 + 3^2 = 13 \),恰好对应原二次方程的系数。这种联系由下文要讲的韦达定理(Vieta 公式)正式表达。
7. Vieta’s Formulas: Sums and Products of Roots | 韦达定理:根的和与积
For a quadratic polynomial \( P(x) = ax^2 + bx + c \) with roots \( \alpha \) and \( \beta \), Vieta’s formulas state:
对于二次多项式 \( P(x) = ax^2 + bx + c \),设其两根为 \( \alpha \) 和 \( \beta \),韦达定理给出:
α + β = -b/a, αβ = c/a
For a cubic \( P(x) = ax^3 + bx^2 + cx + d \) with roots \( \alpha, \beta, \gamma \), the formulas extend naturally:
对于三次多项式 \( P(x) = ax^3 + bx^2 + cx + d \),设其三个根为 \( \alpha, \beta, \gamma \),韦达定理自然地扩展为:
α + β + γ = -b/a, αβ + βγ + γα = c/a, αβγ = -d/a
These formulas allow us to determine relationships between roots and coefficients without explicitly solving the polynomial. In IB exams, this is a frequent topic in Paper 1, where students are asked to find, for example, the sum of the squares of the roots by using the identity \( \alpha^2 + \beta^2 = (\alpha + \beta)^2 – 2\alpha\beta \).
这些公式使我们无需显式地解多项式就能确定根与系数之间的关系。在 IB 考试中,这是 Paper 1 的常考内容,例如要求学生利用恒等式 \( \alpha^2 + \beta^2 = (\alpha + \beta)^2 – 2\alpha\beta \) 求根的平方和。
8. Multiplicity and Repeated Roots | 重数概念与重根
When a factor \( (x – a)^k \) appears in the factorisation of a polynomial, we say that the root \( x = a \) has multiplicity \( k \). A root of multiplicity 1 is simple; multiplicity 2 is a double root; multiplicity 3 is a triple root; and so forth.
当因式 \( (x – a)^k \) 出现在多项式的因式分解中时,我们称根 \( x = a \) 具有重数 \( k \)。重数为 1 的根称为单根;重数为 2 的根称为二重根;重数为 3 的根称为三重根,依此类推。
Geometrically, if a root has odd multiplicity, the graph crosses the x-axis at that point. If the multiplicity is even, the graph touches the x-axis and bounces back without crossing. For example, the function \( P(x) = (x – 1)^3(x + 2)^2 \) crosses the x-axis at \( x = 1 \) (triple root) and touches the axis at \( x = -2 \) (double root).
从几何角度看,若根的重数为奇数,则函数图像在该点穿过 x 轴;若重数为偶数,则图像在该点与 x 轴相切然后折返,并不穿过。例如,函数 \( P(x) = (x – 1)^3(x + 2)^2 \) 在 \( x = 1 \) 处穿过 x 轴(三重根),在 \( x = -2 \) 处与 x 轴相切(二重根)。
Total number of roots = sum of all multiplicities = degree n
Recognising multiplicity is critical when sketching graphs and when determining how many distinct roots a polynomial has, which is a common question in both analysis and interpretation contexts of the IB syllabus.
识别重数在绘制函数图像以及判断多项式有多少个互异根时非常关键,这也是 IB 考纲中分析与方法(AA)及应用与解释(AI)两个方向的常见考点。
9. The Rational Root Theorem | 有理根定理
The Rational Root Theorem (also called the Rational Zero Test) provides a finite list of candidate rational roots for a polynomial with integer coefficients. If \( P(x) = a_n x^n + \cdots + a_0 \) has integer coefficients and a rational root \( \frac{p}{q} \) in lowest terms, then \( p \) must divide the constant term \( a_0 \) and \( q \) must divide the leading coefficient \( a_n \).
有理根定理(也称有理零点检验法)为整数系数多项式提供了有限个有理根的候选值。若 \( P(x) = a_n x^n + \cdots + a_0 \) 是整数系数多项式,且存在最简有理根 \( \frac{p}{q} \),则 \( p \) 必须整除常数项 \( a_0 \),且 \( q \) 必须整除首项系数 \( a_n \)。
Possible rational roots: p/q where p | a₀ and q | aₙ
For example, for \( P(x) = 2x^3 – 3x^2 – 8x + 12 \), the possible values of \( p \) are the divisors of 12 (±1, ±2, ±3, ±4, ±6, ±12), and the possible values of \( q \) are the divisors of 2 (±1, ±2). Hence the candidate rational roots are ±1, ±2, ±3, ±4, ±6, ±12, ±1/2, ±3/2. Testing these candidates quickly reveals useful factors. This theorem gives us a starting point for factorisation when brute-force trial and error is too tedious.
例如,对于 \( P(x) = 2x^3 – 3x^2 – 8x + 12 \),\( p \) 的可能取值为 12 的约数(±1, ±2, ±3, ±4, ±6, ±12),\( q \) 的可能取值为 2 的约数(±1, ±2)。因此候选有理根为 ±1, ±2, ±3, ±4, ±6, ±12, ±1/2, ±3/2。逐一检验这些候选值可以快速找到有效因式。当盲目试值过于繁琐时,该定理为因式分解提供了一个清晰的起点。
10. Comprehensive Factorisation Strategies | 综合因式分解策略
To fully factorise a polynomial, one commonly follows a systematic approach. First, look for a common monomial factor. Second, check whether the polynomial fits a special pattern, such as the difference of squares \( a^2 – b^2 = (a – b)(a + b) \) or the sum/difference of cubes \( a^3 \pm b^3 \). Third, for quadratics, use simple factorisation or the quadratic formula. Fourth, for higher-degree polynomials, apply the Rational Root Theorem to find a candidate and then use polynomial division or synthetic division to reduce the degree.
要完整分解多项式,通常遵循系统化的步骤。第一步,寻找公因式。第二步,检查是否符合特殊模式,如平方差公式 \( a^2 – b^2 = (a – b)(a + b) \) 或立方和差公式 \( a^3 \pm b^3 \)。第三步,对于二次多项式,使用十字相乘法或求根公式。第四步,对于高次多项式,应用有理根定理找出候选根,再用多项式除法或综合除法降次。
Consider the polynomial \( P(x) = x^4 – 5x^2 + 4 \). This is a quadratic in \( x^2 \), so the substitution \( u = x^2 \) gives \( u^2 – 5u + 4 = (u – 1)(u – 4) \). Reverting, we get \( (x^2 – 1)(x^2 – 4) = (x – 1)(x + 1)(x – 2)(x + 2) \). This demonstrates how recognising patterns can drastically simplify factorisation.
考虑多项式 \( P(x) = x^4 – 5x^2 + 4 \)。它是关于 \( x^2 \) 的二次式,令 \( u = x^2 \),可得 \( u^2 – 5u + 4 = (u – 1)(u – 4) \)。代回原变量得 \( (x^2 – 1)(x^2 – 4) = (x – 1)(x + 1)(x – 2)(x + 2) \)。这说明辨识模式可以大幅简化因式分解过程。
11. Constructing Polynomials from Given Roots | 由已知根构造多项式
A common IB examination question provides the roots of a polynomial and asks the candidate to reconstruct the polynomial. If the roots are \( r_1, r_2, \ldots, r_n \), then the polynomial can be written as \( P(x) = a(x – r_1)(x – r_2) \cdots (x – r_n) \), where \( a \) is a constant determined by an additional condition, such as the value of \( P(0) \) or the leading coefficient.
IB 考试中常见的一类题目是给出多项式的根,要求考生还原该多项式。若根为 \( r_1, r_2, \ldots, r_n \),则多项式可写为 \( P(x) = a(x – r_1)(x – r_2) \cdots (x – r_n) \),其中 \( a \) 为由附加条件(如 \( P(0) \) 的值或首项系数)确定的常数。
For instance, a cubic with roots \( 1, -2 \) and \( 3 \) can be written as \( P(x) = a(x – 1)(x + 2)(x – 3) \). If we are also told that \( P(0) = 12 \), then \( a( -1)(2)(-3) = 6a = 12 \), so \( a = 2 \). Therefore \( P(x) = 2(x – 1)(x + 2)(x – 3) \). Expanding gives the standard polynomial form. Additionally, if the polynomial has real coefficients and one root is complex, its conjugate must also be included as a root in the construction.
例如,一个根为 \( 1, -2, 3 \) 的三次多项式可写为 \( P(x) = a(x – 1)(x + 2)(x – 3) \)。若补充条件 \( P(0) = 12 \),则 \( a(-1)(2)(-3) = 6a = 12 \),故 \( a = 2 \)。因此 \( P(x) = 2(x – 1)(x + 2)(x – 3) \),展开即得标准形式。另外,若多项式为实系数且含复根,则构造时必须同时包含其共轭复根。
12. Applications and Exam Tips | 应用与应试技巧
The concepts covered in this article appear in numerous contexts throughout the IB mathematics curriculum. In quadratic functions, the discriminant \( \Delta = b^2 – 4ac \) tells us about the nature of roots. In graphing, the factored form \( P(x) = a(x – r_1)(x – r_2) \cdots \) reveals the x-intercepts directly. In calculus, the roots of a derivative polynomial identify stationary points.
本文所讲的概念在 IB 数学课程中出现在大量不同情境中。在二次函数中,判别式 \( \Delta = b^2 – 4ac \) 告诉我们根的性质;在作图中,因式分解形式 \( P(x) = a(x – r_1)(x – r_2) \cdots \) 直接给出 x 轴截距;在微积分中,导函数的根对应着函数的驻点。
Here are some practical tips for IB examinations:
以下是 IB 考试中的一些实用建议:
- Always check whether the polynomial has a common factor before attempting any more advanced technique.
- Always check whether the polynomial has a common factor before applying more advanced techniques.
- When you identify one root via the factor theorem, use polynomial division rather than starting from scratch.
- Remember that complex roots always come in conjugate pairs for real-coefficient polynomials.
- When constructing a polynomial from its roots, do not forget the unknown leading constant \( a \).
- Verify your factorisation by expanding or by substituting a known root back into the original polynomial.
在应用更高级的技巧之前,务必先检查多项式是否存在公因式。
当通过因式定理找到一个根后,应使用多项式除法继续处理,而不是从头再来。
记住实系数多项式的复根总是以共轭对形式出现。
由根构造多项式时,不要忘记未知的首项常数 \( a \)。
通过展开或代回已知根来验证因式分解的正确性。
Mastery of polynomial zeros, roots, and factorisation is not merely a matter of memorising theorems; it is about understanding the deep structural links between the algebraic and geometric representations of polynomials. Practising a variety of factorisation problems and applying the theorems in different combinations will build the confidence and speed required for success in the IB examinations.
掌握多项式的零点、根与因式分解,不仅是记忆定理的问题,更在于理解多项式代数表示与几何表示之间的深层结构性联系。通过练习多样化的因式分解问题,并在不同情境中组合运用各定理,考生将建立起 IB 考试所要求的信心与速度。
Published by TutorHao | IB 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