← All Units← 返回单元列表 ← Course Hub← 课程主页
I B  M A T H  A A  H L
Unit B2 · SolutionsUnit B2 · 解析

Polynomial Functions · Solutions多项式函数 · 解析

Companion to the IB-Style Practice SetIB 风格练习题的解析配套

EASY MEDIUM HARD Paper 1A Paper 1B Paper 2 Paper 3

Syllabus 2.6, 2.7, 2.12考纲 2.6、2.7、2.12AA HL



PART I  ·  PAPER 1 SECTION A · SOLUTIONS第一部分  ·  第一卷 A 节 · 解析No calculator · 21 marks不可使用计算器 · 21 分

Section A · Worked SolutionsA 节 · 详细解析

Q1EASYPaper 1A2.7 Discriminant[4 marks]

$k x^{2} - 4 x + 1 = 0$ has two distinct real roots. Find the set of values of $k$.$k x^{2} - 4 x + 1 = 0$ 有两个不同的实数根。求 $k$ 的取值集合。

Answer:答案:  $k \in (-\infty, 0) \cup (0, 4)$

(a) Non-degeneracy A1

For the equation to be genuinely quadratic, the leading coefficient must be non-zero: $k \ne 0$. (If $k = 0$ the equation collapses to $-4x + 1 = 0$, a linear equation with a single root, which fails the "two distinct real roots" requirement.)

(b) Discriminant condition M1·A1

With $a = k$, $b = -4$, $c = 1$: $$ \Delta \;=\; b^{2} - 4ac \;=\; (-4)^{2} - 4(k)(1) \;=\; 16 - 4k. $$ Two distinct real roots $\Leftrightarrow \Delta > 0$: $$ 16 - 4k \;>\; 0 \;\Longleftrightarrow\; k \;<\; 4. $$

(c) Combine A1

Intersect with $k \ne 0$: $\; k \in (-\infty, 0) \cup (0, 4).$
Always check non-degeneracy before applying the discriminant. The discriminant formula $\Delta = b^{2} - 4ac$ presumes the equation is quadratic, i.e. $a \ne 0$. Students who write "$k < 4$" and stop lose the A1 for excluding $k = 0$. The same trap appears whenever the leading coefficient contains the parameter (e.g. $(k-1)x^{2} + \cdots$, $\sin(k)\,x^{2} + \cdots$): first write "for the equation to be quadratic, $\text{lead} \ne 0$", then apply $\Delta$. Two-step answer, two-step credit.

(a) 非退化条件 A1

方程为真正二次需首项系数非零:$k \ne 0$。(若 $k = 0$,方程退化为 $-4x + 1 = 0$,是一次方程,只有一个根,不满足"两不同实根"的要求。)

(b) 判别式条件 M1·A1

取 $a = k$、$b = -4$、$c = 1$: $$ \Delta \;=\; b^{2} - 4ac \;=\; (-4)^{2} - 4(k)(1) \;=\; 16 - 4k. $$ 两不同实根 $\Leftrightarrow \Delta > 0$: $$ 16 - 4k \;>\; 0 \;\Longleftrightarrow\; k \;<\; 4. $$

(c) 合并 A1

与 $k \ne 0$ 取交:$\; k \in (-\infty, 0) \cup (0, 4)$。
用判别式前务必先确认非退化。判别式公式 $\Delta = b^{2} - 4ac$ 已预设方程为二次,即 $a \ne 0$。只写"$k < 4$"就停手的学生会丢掉"排除 $k = 0$"的那个 A1。凡是首项系数含参数(如 $(k-1)x^{2} + \cdots$、$\sin(k)\,x^{2} + \cdots$)都有此陷阱:先写"为使方程为二次,首项 $\ne 0$",再上判别式。两步答案,两步给分。
Q2MEDIUMPaper 1A2.6 Completing the Square[5 marks]

For $y = 2 x^{2} - 12 x + 7$: (a) vertex form; (b) vertex & axis; (c) minimum.对 $y = 2 x^{2} - 12 x + 7$:(a) 顶点式;(b) 顶点与对称轴;(c) 最小值。

Answers:答案:  (a) $y = 2(x - 3)^{2} - 11$  ·  (b) $(3, -11)$, $x = 3$  ·  (c) min $y = -11$ at $x = 3$最小值 $y = -11$,在 $x = 3$

(a) Complete the square M1·A1·A1

Factor the leading coefficient out of the $x$-terms: $$ y \;=\; 2(x^{2} - 6 x) + 7. $$ Add and subtract $\bigl(\tfrac{-6}{2}\bigr)^{2} = 9$ inside the bracket: $$ y \;=\; 2\bigl[(x^{2} - 6 x + 9) - 9\bigr] + 7 \;=\; 2(x - 3)^{2} - 18 + 7 \;=\; 2(x - 3)^{2} - 11. $$

(b) Read the vertex A1

From $y = 2(x - 3)^{2} - 11$: vertex $(h, k) = (3, -11)$; axis of symmetry $x = 3$.

(c) Minimum A1

The coefficient $2 > 0$ opens upward, so the vertex is a minimum. Minimum value $y = -11$, attained at $x = 3$.
The "halve the linear coefficient, then square" template only works after you factor out the leading $a$. The most common B2 completing-the-square mistake is doing $\bigl(\tfrac{-12}{2}\bigr)^{2} = 36$ on the unfactored expression $2x^{2} - 12x + 7$, which forgets that the linear coefficient is $-12$ relative to a leading $2$, not a leading $1$. Always rewrite as $a\bigl(x^{2} + \tfrac{b}{a}x\bigr) + c$ first; the constant to complete the square is $\bigl(\tfrac{b}{2a}\bigr)^{2}$, multiplied by $a$ when you bring it back out. Faster check: the vertex formula $h = -\dfrac{b}{2a} = -\dfrac{-12}{2 \cdot 2} = 3$ gives $h$ instantly; then $k = f(h)$ gives the $y$-coordinate. Use this to verify your vertex form before reading off the answer.

(a) 配方 M1·A1·A1

把首项系数从 $x$ 项中提出来: $$ y \;=\; 2(x^{2} - 6 x) + 7. $$ 在括号内加减 $\bigl(\tfrac{-6}{2}\bigr)^{2} = 9$: $$ y \;=\; 2\bigl[(x^{2} - 6 x + 9) - 9\bigr] + 7 \;=\; 2(x - 3)^{2} - 18 + 7 \;=\; 2(x - 3)^{2} - 11. $$

(b) 读顶点 A1

由 $y = 2(x - 3)^{2} - 11$:顶点 $(h, k) = (3, -11)$;对称轴 $x = 3$。

(c) 最小值 A1

首项系数 $2 > 0$ 开口向上,顶点为最低点。最小值 $y = -11$,在 $x = 3$ 处取得。
"取一次系数的一半再平方"只有在先提首项之后才适用。B2 配方最常见的错误是直接对 $2x^{2} - 12x + 7$ 用 $\bigl(\tfrac{-12}{2}\bigr)^{2} = 36$,这忘记了一次系数 $-12$ 是相对首项 $2$ 的、不是首项 $1$ 的。先化为 $a\bigl(x^{2} + \tfrac{b}{a}x\bigr) + c$;配方常数是 $\bigl(\tfrac{b}{2a}\bigr)^{2}$,提出 $a$ 时要再乘 $a$。更快的核查:顶点公式 $h = -\dfrac{b}{2a} = -\dfrac{-12}{2 \cdot 2} = 3$ 直接给出 $h$;再求 $k = f(h)$ 得 $y$ 坐标,用来验配方式。
Q3MEDIUMPaper 1A2.7 Vieta · Symmetric Sum[5 marks]

$\alpha, \beta$ are the roots of $x^{2} - 6x + 11 = 0$. Find (a) $\alpha + \beta$ and $\alpha\beta$; (b) $\alpha^{2} + \beta^{2}$; (c) $\tfrac{1}{\alpha} + \tfrac{1}{\beta}$.$\alpha, \beta$ 是 $x^{2} - 6x + 11 = 0$ 的根。求 (a) $\alpha + \beta$ 与 $\alpha\beta$;(b) $\alpha^{2} + \beta^{2}$;(c) $\tfrac{1}{\alpha} + \tfrac{1}{\beta}$。

Answers:答案:  (a) $\alpha + \beta = 6,\; \alpha\beta = 11$  ·  (b) $\alpha^{2} + \beta^{2} = 14$  ·  (c) $\dfrac{1}{\alpha} + \dfrac{1}{\beta} = \dfrac{6}{11}$

(a) Vieta for the quadratic A1·A1

For $x^{2} + Bx + C = 0$ with roots $\alpha, \beta$: $\alpha + \beta = -B$, $\alpha\beta = C$. Here $B = -6$ and $C = 11$, so $$ \alpha + \beta \;=\; 6, \qquad \alpha\beta \;=\; 11. $$ (No need to solve the equation; in fact $\Delta = 36 - 44 = -8 < 0$ so the roots are complex conjugates — Vieta still applies.)

(b) Symmetric identity M1·A1

Use the identity $\alpha^{2} + \beta^{2} = (\alpha + \beta)^{2} - 2\alpha\beta$: $$ \alpha^{2} + \beta^{2} \;=\; 6^{2} - 2 \cdot 11 \;=\; 36 - 22 \;=\; 14. $$

(c) Reciprocal sum A1

$$ \frac{1}{\alpha} + \frac{1}{\beta} \;=\; \frac{\alpha + \beta}{\alpha\beta} \;=\; \frac{6}{11}. $$
Symmetric polynomials in $\alpha, \beta$ are always expressible in $e_{1} = \alpha + \beta$ and $e_{2} = \alpha\beta$. The fundamental theorem of symmetric polynomials guarantees this. Memorise the basic identities: $p_{1} = e_{1}$; $p_{2} = e_{1}^{2} - 2e_{2}$; $p_{3} = e_{1}^{3} - 3e_{1}e_{2}$; $\tfrac{1}{\alpha} + \tfrac{1}{\beta} = \tfrac{e_{1}}{e_{2}}$; $\tfrac{1}{\alpha^{2}} + \tfrac{1}{\beta^{2}} = \tfrac{e_{1}^{2} - 2e_{2}}{e_{2}^{2}}$. When you see "find $\alpha^{n} + \beta^{n}$" or "find $\tfrac{1}{\alpha^{k}} + \tfrac{1}{\beta^{k}}$", do not solve for the roots — use Vieta directly. This is how IB sets questions where the discriminant is negative on purpose: solving is messy with $\sqrt{-8}$, but Vieta sails through.

(a) 二次的韦达定理 A1·A1

对 $x^{2} + Bx + C = 0$,根 $\alpha, \beta$ 满足:$\alpha + \beta = -B$、$\alpha\beta = C$。此处 $B = -6$、$C = 11$,故 $$ \alpha + \beta \;=\; 6, \qquad \alpha\beta \;=\; 11. $$ (无需解方程;事实上 $\Delta = 36 - 44 = -8 < 0$,根为复共轭——韦达定理仍然成立。)

(b) 对称恒等式 M1·A1

用 $\alpha^{2} + \beta^{2} = (\alpha + \beta)^{2} - 2\alpha\beta$: $$ \alpha^{2} + \beta^{2} \;=\; 6^{2} - 2 \cdot 11 \;=\; 36 - 22 \;=\; 14. $$

(c) 倒数和 A1

$$ \frac{1}{\alpha} + \frac{1}{\beta} \;=\; \frac{\alpha + \beta}{\alpha\beta} \;=\; \frac{6}{11}. $$
$\alpha, \beta$ 的对称多项式总可用 $e_{1} = \alpha + \beta$ 与 $e_{2} = \alpha\beta$ 表示。对称多项式基本定理保证了这一点。背熟基本恒等式:$p_{1} = e_{1}$;$p_{2} = e_{1}^{2} - 2e_{2}$;$p_{3} = e_{1}^{3} - 3e_{1}e_{2}$;$\tfrac{1}{\alpha} + \tfrac{1}{\beta} = \tfrac{e_{1}}{e_{2}}$;$\tfrac{1}{\alpha^{2}} + \tfrac{1}{\beta^{2}} = \tfrac{e_{1}^{2} - 2e_{2}}{e_{2}^{2}}$。题目要 $\alpha^{n} + \beta^{n}$ 或 $\tfrac{1}{\alpha^{k}} + \tfrac{1}{\beta^{k}}$ 时不要解根——直接用韦达。IB 故意把判别式设成负的就是这个原因:解根碰到 $\sqrt{-8}$ 又乱又慢,韦达却畅通无阻。
Q4HARDPaper 1A2.7 Rational Inequality · Sign Chart[7 marks]

Solve $\dfrac{x^{2} - 4}{x - 1} \ge 0$ for $x \in \mathbb{R}$.求解 $\dfrac{x^{2} - 4}{x - 1} \ge 0$($x \in \mathbb{R}$)。

Answer:答案:  $x \in [-2, 1) \cup [2, \infty)$

(a) Factor & critical points M1·A1

$x^{2} - 4 = (x - 2)(x + 2)$. Numerator zeros: $x = -2,\; 2$. Denominator zero: $x = 1$ (excluded from the domain, since the expression is undefined there). Three critical points partition $\mathbb{R}$ into four intervals: $(-\infty, -2)$, $(-2, 1)$, $(1, 2)$, $(2, \infty)$.

(b) Sign chart M1·A1·A1

Test one point per interval, tracking signs of each factor:
  • $x = -3$: $(x - 2) = -5\;(-)$, $(x + 2) = -1\;(-)$, $(x - 1) = -4\;(-)$. Overall sign $\dfrac{(-)(-)}{(-)} = \dfrac{+}{-} = -$.
  • $x = 0$: $(x - 2) = -2\;(-)$, $(x + 2) = 2\;(+)$, $(x - 1) = -1\;(-)$. Overall $\dfrac{(-)(+)}{(-)} = \dfrac{-}{-} = +$.
  • $x = 1.5$: $(x - 2) = -0.5\;(-)$, $(x + 2) = 3.5\;(+)$, $(x - 1) = 0.5\;(+)$. Overall $\dfrac{(-)(+)}{(+)} = -$.
  • $x = 3$: $(x - 2) = 1\;(+)$, $(x + 2) = 5\;(+)$, $(x - 1) = 2\;(+)$. Overall $+$.
Sign pattern across $(-\infty, -2) \mid (-2, 1) \mid (1, 2) \mid (2, \infty)$: $\;-\;|\;+\;|\;-\;|\;+\;$.

(c) Solution set A1·A1

We want $\dfrac{(x-2)(x+2)}{x-1} \ge 0$, i.e. positive intervals together with zeros of the numerator. Positive intervals: $(-2, 1)$ and $(2, \infty)$. Zeros: $x = -2$ and $x = 2$ (numerator $= 0$, denominator $\ne 0$, so the fraction equals $0$ — included by "$\ge$"). Exclusion: $x = 1$ (denominator $= 0$, expression undefined). Combining: $$ x \in [-2, 1) \cup [2, \infty). $$
Three traps in rational inequalities. (1) Never multiply through by $(x - 1)$ to "clear" the denominator without splitting cases: the sign of $(x - 1)$ flips the inequality on one side of $x = 1$ but not the other. Sign-chart instead. (2) Numerator zeros are included when the inequality is non-strict ("$\ge 0$" or "$\le 0$") because the fraction itself equals $0$ there. Denominator zeros are always excluded, regardless of strict/non-strict, because the expression is undefined. (3) An odd number of negative factors gives negative sign; even gives positive. When you cross a simple root (multiplicity $1$), exactly one factor changes sign, so the overall sign flips. This is why the chart alternates $-\,+\,-\,+$ here — three simple roots make four alternating intervals.

(a) 分解与临界点 M1·A1

$x^{2} - 4 = (x - 2)(x + 2)$。分子零点:$x = -2,\; 2$。分母零点:$x = 1$(定义域外,表达式在此处无定义)。三临界点把 $\mathbb{R}$ 划为四段:$(-\infty, -2)$、$(-2, 1)$、$(1, 2)$、$(2, \infty)$。

(b) 符号表 M1·A1·A1

每段取一内点,记录各因式符号:
  • $x = -3$:$(x - 2) = -5\;(-)$、$(x + 2) = -1\;(-)$、$(x - 1) = -4\;(-)$。整体 $\dfrac{(-)(-)}{(-)} = \dfrac{+}{-} = -$。
  • $x = 0$:$(x - 2) = -2\;(-)$、$(x + 2) = 2\;(+)$、$(x - 1) = -1\;(-)$。整体 $\dfrac{(-)(+)}{(-)} = \dfrac{-}{-} = +$。
  • $x = 1.5$:$(x - 2) = -0.5\;(-)$、$(x + 2) = 3.5\;(+)$、$(x - 1) = 0.5\;(+)$。整体 $\dfrac{(-)(+)}{(+)} = -$。
  • $x = 3$:三因式皆 $+$。整体 $+$。
四段符号 $(-\infty, -2) \mid (-2, 1) \mid (1, 2) \mid (2, \infty)$ 依次为 $\;-\;|\;+\;|\;-\;|\;+\;$。

(c) 解集 A1·A1

要 $\dfrac{(x-2)(x+2)}{x-1} \ge 0$,取符号为正的段加上分子的零点。正段:$(-2, 1)$ 与 $(2, \infty)$。零点:$x = -2$、$x = 2$(分子 $= 0$、分母 $\ne 0$,整个分式等于 $0$,被 "$\ge$" 接纳)。排除:$x = 1$(分母 $= 0$,无定义)。合并: $$ x \in [-2, 1) \cup [2, \infty). $$
分式不等式三大坑。(1) 不要不分情况地把不等式两边同乘 $(x - 1)$:"消分母"会因 $(x - 1)$ 在 $x = 1$ 两侧的符号相反而把不等式翻反。要用符号表。(2) 分子的零点在非严格不等式("$\ge 0$" 或 "$\le 0$")下包含,因为分式在此处恰为 $0$;分母的零点无论严格与否恒排除,因为表达式无定义。(3) 负因式个数为奇则符号负、偶则正;越过简单根(重数 $1$)时恰有一个因式变号,整体符号翻转。这就是为什么本题符号表是 $-\,+\,-\,+$ 交替——三个简单根把数轴分成四段交替。
PART II  ·  PAPER 1 SECTION B · SOLUTIONS第二部分  ·  第一卷 B 节 · 解析No calculator · 11 marks不可使用计算器 · 11 分

Section B · Worked SolutionsB 节 · 详细解析

Q5HARDPaper 1B2.12 Cubic from Roots · Polynomial Inequality (HL)[11 marks]

$P(x) = x^{3} + ax^{2} + bx + c$ has roots $1, -2, 3$. (a) Factored form; (b) find $a, b, c$ and verify with Vieta; (c) sign chart; (d) solve $P(x) > 0$; (e) $\alpha^{2} + \beta^{2} + \gamma^{2}$.$P(x) = x^{3} + ax^{2} + bx + c$ 根为 $1, -2, 3$。(a) 因式形式;(b) 求 $a, b, c$ 并用韦达验证;(c) 符号表;(d) 解 $P(x) > 0$;(e) $\alpha^{2} + \beta^{2} + \gamma^{2}$。

Answers:答案:  (a) $P(x) = (x - 1)(x + 2)(x - 3)$  ·  (b) $a = -2,\; b = -5,\; c = 6$  ·  (d) $x \in (-2, 1) \cup (3, \infty)$  ·  (e) $14$

(a) Factored form A1

$P$ is monic cubic with roots $1, -2, 3$, so $P(x) = (x - 1)(x - (-2))(x - 3) = (x - 1)(x + 2)(x - 3)$.

(b) Expand and verify via Vieta M1·A1·A1·A1

Expand pairwise first: $(x - 1)(x + 2) = x^{2} + x - 2$. Then $$ (x^{2} + x - 2)(x - 3) \;=\; x^{3} - 3x^{2} + x^{2} - 3x - 2x + 6 \;=\; x^{3} - 2x^{2} - 5x + 6. $$ Match coefficients with $x^{3} + ax^{2} + bx + c$: $\; a = -2,\; b = -5,\; c = 6.$ Vieta verification. For a monic cubic $x^{3} + ax^{2} + bx + c$ with roots $\alpha, \beta, \gamma$: $\;\alpha + \beta + \gamma = -a$, $\;\alpha\beta + \beta\gamma + \gamma\alpha = b$, $\;\alpha\beta\gamma = -c$.
  • $\alpha + \beta + \gamma = 1 + (-2) + 3 = 2 = -a \;\Rightarrow\; a = -2$. $\checkmark$
  • $\alpha\beta + \beta\gamma + \gamma\alpha = (1)(-2) + (-2)(3) + (3)(1) = -2 - 6 + 3 = -5 = b$. $\checkmark$
  • $\alpha\beta\gamma = (1)(-2)(3) = -6 = -c \;\Rightarrow\; c = 6$. $\checkmark$

(c) Sign chart for $P(x)$ M1·A1·A1

Three simple roots $-2, 1, 3$ partition $\mathbb{R}$ into four intervals. Test points:
  • $x = -3$: $(-4)(-1)(-6) = -24$. Sign $-$.
  • $x = 0$: $(-1)(2)(-3) = 6$. Sign $+$.
  • $x = 2$: $(1)(4)(-1) = -4$. Sign $-$.
  • $x = 4$: $(3)(6)(1) = 18$. Sign $+$.
Signs across $(-\infty, -2) \mid (-2, 1) \mid (1, 3) \mid (3, \infty)$: $\;-\;|\;+\;|\;-\;|\;+\;$.

(d) Solve $P(x) > 0$ A1·A1

Positive intervals (strict, so roots are excluded): $\; x \in (-2, 1) \cup (3, \infty).$

(e) $\alpha^{2} + \beta^{2} + \gamma^{2}$ via Vieta only A1

$$ \alpha^{2} + \beta^{2} + \gamma^{2} \;=\; (\alpha + \beta + \gamma)^{2} - 2(\alpha\beta + \beta\gamma + \gamma\alpha) \;=\; 2^{2} - 2(-5) \;=\; 4 + 10 \;=\; 14. $$ (Verify by direct computation: $1 + 4 + 9 = 14$. $\checkmark$)
End-behaviour + multiplicity gives the sign chart for free. Once you know a polynomial's roots and their multiplicities, the sign chart is determined: start from the end-behaviour sign at $x \to +\infty$ (here $x^{3} \to +\infty$, so the rightmost interval is $+$), then flip the sign at each simple root and keep the sign at each double root. For monic cubic with three simple real roots: $-\,+\,-\,+$ from left to right (4 sign-flips through 3 roots). For a double root: $\cdots \,+\,+\,\cdots$ (no flip). This lets you write the sign chart in seconds without test points, and is exactly what graders expect on Paper 1. Sketching the cubic is the same information: it crosses the $x$-axis at simple roots and bounces at double roots, with the prescribed end-behaviour at infinity.

(a) 因式形式 A1

$P$ 为首一三次,根为 $1, -2, 3$,故 $P(x) = (x - 1)(x - (-2))(x - 3) = (x - 1)(x + 2)(x - 3)$。

(b) 展开并用韦达验证 M1·A1·A1·A1

先两两展开:$(x - 1)(x + 2) = x^{2} + x - 2$。然后 $$ (x^{2} + x - 2)(x - 3) \;=\; x^{3} - 3x^{2} + x^{2} - 3x - 2x + 6 \;=\; x^{3} - 2x^{2} - 5x + 6. $$ 与 $x^{3} + ax^{2} + bx + c$ 比对系数:$\; a = -2,\; b = -5,\; c = 6$。 韦达验证。对首一三次 $x^{3} + ax^{2} + bx + c$、根 $\alpha, \beta, \gamma$: $\;\alpha + \beta + \gamma = -a$、$\;\alpha\beta + \beta\gamma + \gamma\alpha = b$、$\;\alpha\beta\gamma = -c$。
  • $\alpha + \beta + \gamma = 1 + (-2) + 3 = 2 = -a \;\Rightarrow\; a = -2$。$\checkmark$
  • $\alpha\beta + \beta\gamma + \gamma\alpha = (1)(-2) + (-2)(3) + (3)(1) = -2 - 6 + 3 = -5 = b$。$\checkmark$
  • $\alpha\beta\gamma = (1)(-2)(3) = -6 = -c \;\Rightarrow\; c = 6$。$\checkmark$

(c) $P(x)$ 的符号表 M1·A1·A1

三个简单根 $-2, 1, 3$ 把 $\mathbb{R}$ 分成四段。取检验点:
  • $x = -3$:$(-4)(-1)(-6) = -24$,符号 $-$。
  • $x = 0$:$(-1)(2)(-3) = 6$,符号 $+$。
  • $x = 2$:$(1)(4)(-1) = -4$,符号 $-$。
  • $x = 4$:$(3)(6)(1) = 18$,符号 $+$。
四段 $(-\infty, -2) \mid (-2, 1) \mid (1, 3) \mid (3, \infty)$ 的符号依次 $\;-\;|\;+\;|\;-\;|\;+\;$。

(d) 解 $P(x) > 0$ A1·A1

取符号为正的段(严格不等,根不含):$\; x \in (-2, 1) \cup (3, \infty)$。

(e) 仅用韦达求 $\alpha^{2} + \beta^{2} + \gamma^{2}$ A1

$$ \alpha^{2} + \beta^{2} + \gamma^{2} \;=\; (\alpha + \beta + \gamma)^{2} - 2(\alpha\beta + \beta\gamma + \gamma\alpha) \;=\; 2^{2} - 2(-5) \;=\; 4 + 10 \;=\; 14. $$ (直接验:$1 + 4 + 9 = 14$。$\checkmark$)
端行为 + 根重数直接给出符号表。已知一个多项式的根及其重数后,符号表立刻确定:从 $x \to +\infty$ 端行为的符号起步(本题 $x^{3} \to +\infty$,最右段 $+$),在每个简单根处翻号,在每个二重根处保号。首一三次三简单实根时左到右为 $-\,+\,-\,+$(三个根,四段交替);二重根处 $\cdots \,+\,+\,\cdots$ 不翻。秒画符号表不必逐段代值,正是 Paper 1 阅卷想看到的。绘制三次图像同理:简单根穿轴,二重根碰轴反弹,无穷端按规定行为。
PART III  ·  PAPER 2 · SOLUTIONS第三部分  ·  第二卷 · 解析Calculator · 16 marks可使用计算器 · 16 分

Paper 2 · Worked Solutions第二卷 · 详细解析

Q6MEDIUMPaper 22.12 Cubic Roots on GDC (HL)[7 marks]

$2x^{3} - 5x^{2} - 4x + 3 = 0$. (a) Find all three real roots via GDC, exact rational form. (b) Verify the largest. (c) Factor over $\mathbb{Z}$.$2x^{3} - 5x^{2} - 4x + 3 = 0$。(a) GDC 求三实根,精确有理形式。(b) 验最大根。(c) $\mathbb{Z}$ 上分解。

Answers:答案:  (a) $x = -1,\; \tfrac{1}{2},\; 3$  ·  (c) $2x^{3} - 5x^{2} - 4x + 3 = (x + 1)(2x - 1)(x - 3)$

(a) GDC roots M1·A1·A1

Input the cubic into the GDC (e.g. polyRoots(2x^3 - 5x^2 - 4x + 3, x), or graph $y = 2x^{3} - 5x^{2} - 4x + 3$ and use zero three times): $$ x \;=\; -1, \quad x \;=\; \tfrac{1}{2}, \quad x \;=\; 3. $$ All three are rational, so quote exact (no decimal approximation needed). The GDC will display $0.5$ — recognise this as $\tfrac{1}{2}$ exactly (rational root theorem candidates for this cubic are $\pm\tfrac{p}{q}$ with $p \mid 3$, $q \mid 2$, giving $\{\pm 1, \pm 3, \pm\tfrac{1}{2}, \pm\tfrac{3}{2}\}$; testing confirms exactly $\tfrac{1}{2}$).

(b) Verify largest root $x = 3$ M1·A1

Substitute $x = 3$: $$ 2(3)^{3} - 5(3)^{2} - 4(3) + 3 \;=\; 2 \cdot 27 - 5 \cdot 9 - 12 + 3 \;=\; 54 - 45 - 12 + 3 \;=\; 0. \;\checkmark $$ So $x = 3$ satisfies the equation.

(c) Factor over $\mathbb{Z}$ A1·A1

Roots $-1$, $\tfrac{1}{2}$, $3$ correspond to linear factors $(x + 1)$, $(2x - 1)$, $(x - 3)$ (the half-integer root $\tfrac{1}{2}$ contributes $(2x - 1)$ rather than $\bigl(x - \tfrac{1}{2}\bigr)$ to keep integer coefficients and absorb the leading $2$). Product: $$ (x + 1)(2x - 1)(x - 3) \;=\; 2x^{3} - 5x^{2} - 4x + 3. $$ Quick check on the leading coefficient: $1 \cdot 2 \cdot 1 = 2$. $\checkmark$ Constant: $(1)(-1)(-3) = 3$. $\checkmark$
Where the leading coefficient "goes" in an integer factorisation. A polynomial $a_{n}x^{n} + \cdots + a_{0}$ with rational root $p/q$ in lowest terms factors as $(qx - p) \cdot (\text{integer polynomial of degree } n - 1)$, not as $\bigl(x - \tfrac{p}{q}\bigr) \cdot (\cdots)$ over $\mathbb{Z}$. So $\tfrac{1}{2}$ becomes the integer factor $(2x - 1)$. The leading coefficient $a_{n}$ is the product of the $q$'s from each rational root (here $1 \cdot 2 \cdot 1 = 2$ from roots with denominators $1, 2, 1$). When all roots are integers the leading coefficient appears once, multiplied out front; when one root is $p/q$ with $q > 1$, the $q$ migrates into that linear factor. Spotting this saves you from writing $\bigl(x - \tfrac{1}{2}\bigr)$ and losing a mark for "not factored over $\mathbb{Z}$".

(a) GDC 求根 M1·A1·A1

在 GDC 中输入三次(如 polyRoots(2x^3 - 5x^2 - 4x + 3, x),或绘 $y = 2x^{3} - 5x^{2} - 4x + 3$ 三次调用 zero): $$ x \;=\; -1, \quad x \;=\; \tfrac{1}{2}, \quad x \;=\; 3. $$ 三者皆有理,写精确形式(不用小数近似)。GDC 显示 $0.5$ 时认得这就是 $\tfrac{1}{2}$(有理根定理候选为 $\pm\tfrac{p}{q}$、$p \mid 3$、$q \mid 2$,即 $\{\pm 1, \pm 3, \pm\tfrac{1}{2}, \pm\tfrac{3}{2}\}$;代入验证为 $\tfrac{1}{2}$)。

(b) 验最大根 $x = 3$ M1·A1

代 $x = 3$: $$ 2(3)^{3} - 5(3)^{2} - 4(3) + 3 \;=\; 54 - 45 - 12 + 3 \;=\; 0. \;\checkmark $$ 故 $x = 3$ 满足原方程。

(c) $\mathbb{Z}$ 上分解 A1·A1

根 $-1$、$\tfrac{1}{2}$、$3$ 对应一次因式 $(x + 1)$、$(2x - 1)$、$(x - 3)$(半整数根 $\tfrac{1}{2}$ 贡献 $(2x - 1)$ 而非 $\bigl(x - \tfrac{1}{2}\bigr)$,以保留整数系数并吸收首项 $2$)。乘积: $$ (x + 1)(2x - 1)(x - 3) \;=\; 2x^{3} - 5x^{2} - 4x + 3. $$ 首项核查:$1 \cdot 2 \cdot 1 = 2$。$\checkmark$ 常数项:$(1)(-1)(-3) = 3$。$\checkmark$
整数分解中首项系数"去哪儿了"。多项式 $a_{n}x^{n} + \cdots + a_{0}$ 的有理根 $p/q$(最简)在 $\mathbb{Z}$ 上对应一次因式 $(qx - p) \cdot Q(x)$,其中 $Q$ 是次数 $n - 1$ 的整系数多项式;不是 $\bigl(x - \tfrac{p}{q}\bigr) \cdot (\cdots)$。故 $\tfrac{1}{2}$ 写成整系数因式 $(2x - 1)$。首项 $a_{n}$ 等于各有理根分母 $q$ 的乘积(本题 $1 \cdot 2 \cdot 1 = 2$,分母分别为 $1, 2, 1$)。全部整数根时首项一次性提到前面;某根为 $p/q$ 且 $q > 1$ 时,$q$ 跑进该一次因式。看穿这一点就不会写 $\bigl(x - \tfrac{1}{2}\bigr)$ 而被扣"未在 $\mathbb{Z}$ 上分解"的分。
Q7HARDPaper 22.12 Remainder + Factor Theorems System (HL)[9 marks]

$P(x) = x^{3} + ax^{2} + bx + 6$. $P$ divided by $(x - 1)$ leaves remainder $4$; $(x + 3)$ is a factor. Find $a, b$, factor $P$ completely, list real roots.$P(x) = x^{3} + ax^{2} + bx + 6$。$P$ 除 $(x - 1)$ 余 $4$;$(x + 3)$ 是因式。求 $a, b$,完全分解 $P$,列实根。

Answers:答案:  (c) $a = 1,\; b = -4$  ·  (d) $P(x) = (x + 3)(x^{2} - 2x + 2)$, one real root唯一实根 $x = -3$

(a) Remainder theorem at $x = 1$ M1·A1

Remainder when $P$ is divided by $(x - 1)$ equals $P(1)$: $$ P(1) \;=\; 1 + a + b + 6 \;=\; a + b + 7 \;=\; 4 \;\Longrightarrow\; a + b \;=\; -3. \quad (\ast) $$

(b) Factor theorem at $x = -3$ M1·A1

$(x + 3)$ a factor $\Leftrightarrow P(-3) = 0$: $$ P(-3) \;=\; (-27) + 9a - 3b + 6 \;=\; 9a - 3b - 21 \;=\; 0 \;\Longrightarrow\; 3a - b \;=\; 7. \quad (\ast\ast) $$

(c) Solve the system M1·A1

Add $(\ast)$ and $(\ast\ast)$: $\;(a + b) + (3a - b) = -3 + 7 \;\Rightarrow\; 4a = 4 \;\Rightarrow\; a = 1$. Back-substitute into $(\ast)$: $\;b = -3 - 1 = -4$. So $a = 1,\; b = -4$. Verification: $P(1) = 1 + 1 - 4 + 6 = 4$ $\checkmark$; $P(-3) = -27 + 9 + 12 + 6 = 0$ $\checkmark$.

(d) Factor completely & list real roots M1·A1·A1

With $a = 1, b = -4$, $P(x) = x^{3} + x^{2} - 4x + 6$. Since $(x + 3) \mid P$, divide synthetically: coefficients $1, 1, -4, 6 \;|\; -3$ give quotient $1, -2, 2$ remainder $0$. Hence $$ P(x) \;=\; (x + 3)(x^{2} - 2x + 2). $$ The quadratic factor has discriminant $4 - 8 = -4 < 0$, so it is irreducible over $\mathbb{R}$. Only real root: $x = -3$. (Over $\mathbb{C}$: $x^{2} - 2x + 2 = 0 \;\Rightarrow\; x = \dfrac{2 \pm \sqrt{-4}}{2} = 1 \pm i$. Complete complex factorisation $P(x) = (x + 3)(x - 1 - i)(x - 1 + i)$, with complex roots $-3, 1 + i, 1 - i$ — a conjugate pair, consistent with the real-coefficients theorem.)
Remainder + factor theorems give you a linear system whose size matches the number of unknowns. For a polynomial with $k$ unknown coefficients, you need $k$ independent linear conditions; each remainder ($P(\alpha) = R$) or factor statement ($P(\alpha) = 0$) gives exactly one. Two unknowns $a, b$ here, two conditions, square system, unique solution. The substitution $P(\alpha) = R$ is cheap (much faster than long division by $(x - \alpha)$). On Paper 2 you can also use the GDC to evaluate $P(\alpha)$ if the arithmetic is heavy, but the algebraic structure is what earns the method marks. A second non-trivial lesson: the cubic ends up with one real root and two complex-conjugate roots — by the complex-conjugate root theorem (real coefficients $\Rightarrow$ complex roots come in conjugate pairs), every odd-degree real polynomial has at least one real root.

(a) 在 $x = 1$ 使用余数定理 M1·A1

$P$ 除以 $(x - 1)$ 的余数等于 $P(1)$: $$ P(1) \;=\; 1 + a + b + 6 \;=\; a + b + 7 \;=\; 4 \;\Longrightarrow\; a + b \;=\; -3. \quad (\ast) $$

(b) 在 $x = -3$ 使用因式定理 M1·A1

$(x + 3)$ 是因式 $\Leftrightarrow P(-3) = 0$: $$ P(-3) \;=\; -27 + 9a - 3b + 6 \;=\; 9a - 3b - 21 \;=\; 0 \;\Longrightarrow\; 3a - b \;=\; 7. \quad (\ast\ast) $$

(c) 解方程组 M1·A1

$(\ast) + (\ast\ast)$:$(a + b) + (3a - b) = -3 + 7 \;\Rightarrow\; 4a = 4 \;\Rightarrow\; a = 1$。代回 $(\ast)$:$b = -4$。 验:$P(1) = 1 + 1 - 4 + 6 = 4$ $\checkmark$;$P(-3) = -27 + 9 + 12 + 6 = 0$ $\checkmark$。故 $a = 1,\; b = -4$。

(d) 完全分解并列实根 M1·A1·A1

$P(x) = x^{3} + x^{2} - 4x + 6$。用综合除法除以 $(x + 3)$,系数 $1, 1, -4, 6 \;|\; -3$ 得 $1,\;-2,\;2,\;0$。商为 $x^{2} - 2x + 2$,判别式 $4 - 8 = -4 < 0$,无更多实根。故 $$ P(x) \;=\; (x + 3)(x^{2} - 2x + 2). $$ 实根:$x = -3$。 ($\mathbb{C}$ 上:$x^{2} - 2x + 2 = 0 \Rightarrow x = 1 \pm i$。完全复分解 $P(x) = (x + 3)(x - 1 - i)(x - 1 + i)$,复根 $-3,\; 1 + i,\; 1 - i$——共轭对,与"实系数 $\Rightarrow$ 复根成对"一致。)
余数定理 + 因式定理给出方阵大小恰等于未知数个数的线性方程组。多项式有 $k$ 个未知系数时,需要 $k$ 个独立线性条件;每个余数($P(\alpha) = R$)或因式条件($P(\alpha) = 0$)恰提供一个。本题 $a, b$ 两未知、两条件,方阵唯一解。代入 $P(\alpha) = R$ 比对 $(x - \alpha)$ 做长除法快得多。Paper 2 上若算术繁杂可让 GDC 算 $P(\alpha)$,但拿到方法分靠的是代数结构。第二个非平凡课:"一实根 + 一对共轭复根"的格局——由共轭根定理(实系数 $\Rightarrow$ 复根成共轭对),任何奇数次实多项式至少有一个实根。
PART IV  ·  PAPER 3 · SOLUTIONS第四部分  ·  第三卷 · 解析Calculator · HL extended exploration · 15 marks可使用计算器 · HL 长题探究 · 15 分

Paper 3 · Worked Solutions第三卷 · 详细解析

Q8HARDPaper 32.12 Vieta · Newton's Identities for a Cubic (HL)[15 marks]

$x^{3} + px^{2} + qx + r = 0$, roots $\alpha, \beta, \gamma$. (a) Vieta; (b) $p_{2} = p^{2} - 2q$; (c) $\sum \alpha^{2}\beta^{2} = q^{2} - 2pr$; (d) $\sum 1/\alpha = -q/r$; (e) $p_{3}$ by Newton; (f) apply to $x^{3} - 4x^{2} + 5x - 2 = 0$.$x^{3} + px^{2} + qx + r = 0$,根 $\alpha, \beta, \gamma$。(a) 韦达;(b) $p_{2} = p^{2} - 2q$;(c) $\sum \alpha^{2}\beta^{2} = q^{2} - 2pr$;(d) $\sum 1/\alpha = -q/r$;(e) 用 Newton 求 $p_{3}$;(f) 应用于 $x^{3} - 4x^{2} + 5x - 2 = 0$。

Answers:答案:  (a) $e_{1} = -p,\; e_{2} = q,\; e_{3} = -r$  ·  (e) $p_{3} = -p^{3} + 3pq - 3r$  ·  (f) $p_{2} = 6,\; \sum 1/\alpha = \tfrac{5}{2},\; p_{3} = 10$

(a) Vieta for the monic cubic A1·A1·A1

Expand $(x - \alpha)(x - \beta)(x - \gamma) = x^{3} - (\alpha + \beta + \gamma)x^{2} + (\alpha\beta + \beta\gamma + \gamma\alpha)x - \alpha\beta\gamma$. Match to $x^{3} + px^{2} + qx + r$: $$ e_{1} := \alpha + \beta + \gamma \;=\; -p, \qquad e_{2} := \alpha\beta + \beta\gamma + \gamma\alpha \;=\; q, \qquad e_{3} := \alpha\beta\gamma \;=\; -r. $$

(b) $p_{2} = p^{2} - 2q$ M1·A1

Square $e_{1}$: $$ e_{1}^{2} \;=\; (\alpha + \beta + \gamma)^{2} \;=\; \alpha^{2} + \beta^{2} + \gamma^{2} + 2(\alpha\beta + \beta\gamma + \gamma\alpha) \;=\; p_{2} + 2 e_{2}. $$ Rearrange: $p_{2} = e_{1}^{2} - 2 e_{2} = (-p)^{2} - 2 q = p^{2} - 2q. \quad \text{AG}$

(c) $\alpha^{2}\beta^{2} + \beta^{2}\gamma^{2} + \gamma^{2}\alpha^{2} = q^{2} - 2pr$ M1·A1

Square $e_{2}$: $$ e_{2}^{2} \;=\; (\alpha\beta + \beta\gamma + \gamma\alpha)^{2} \;=\; \alpha^{2}\beta^{2} + \beta^{2}\gamma^{2} + \gamma^{2}\alpha^{2} + 2(\alpha^{2}\beta\gamma + \alpha\beta^{2}\gamma + \alpha\beta\gamma^{2}). $$ The cross terms factor: $\alpha^{2}\beta\gamma + \alpha\beta^{2}\gamma + \alpha\beta\gamma^{2} = \alpha\beta\gamma(\alpha + \beta + \gamma) = e_{3}\,e_{1}$. So $$ e_{2}^{2} \;=\; \sum \alpha^{2}\beta^{2} + 2 e_{1} e_{3}, \quad \Longrightarrow \quad \sum \alpha^{2}\beta^{2} \;=\; e_{2}^{2} - 2 e_{1} e_{3} \;=\; q^{2} - 2(-p)(-r) \;=\; q^{2} - 2pr. \quad \text{AG} $$

(d) $\sum 1/\alpha = -q/r$ M1·A1

Common denominator: $$ \frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma} \;=\; \frac{\beta\gamma + \gamma\alpha + \alpha\beta}{\alpha\beta\gamma} \;=\; \frac{e_{2}}{e_{3}} \;=\; \frac{q}{-r} \;=\; -\frac{q}{r}. \quad \text{AG} $$ Non-degeneracy: requires $r \ne 0$ (i.e. $0$ is not a root of the cubic, so $\alpha, \beta, \gamma$ are all non-zero and the reciprocals exist).

(e) Newton's identity for $p_{3}$ M1·A1·A1

Newton: $p_{3} = e_{1} p_{2} - e_{2} p_{1} + 3 e_{3}$, with $p_{1} = e_{1}$. $$ p_{3} \;=\; e_{1}(e_{1}^{2} - 2 e_{2}) - e_{2} e_{1} + 3 e_{3} \;=\; e_{1}^{3} - 3 e_{1} e_{2} + 3 e_{3}. $$ Substitute Vieta: $$ p_{3} \;=\; (-p)^{3} - 3(-p)(q) + 3(-r) \;=\; -p^{3} + 3 p q - 3 r. $$

(f) Apply to $x^{3} - 4 x^{2} + 5 x - 2 = 0$ A1·A1·A1

Here $p = -4$, $q = 5$, $r = -2$. Apply (b), (d), (e):
  • $p_{2} = p^{2} - 2 q = 16 - 10 = 6$.
  • $\sum 1/\alpha = -q/r = -5/(-2) = \tfrac{5}{2}$.
  • $p_{3} = -p^{3} + 3 p q - 3 r = -(-64) + 3(-4)(5) - 3(-2) = 64 - 60 + 6 = 10$.
Verification by factoring. $x = 1$: $1 - 4 + 5 - 2 = 0$. $\checkmark$ Synthetic divide $1, -4, 5, -2 \;|\; 1$: $1, -3, 2, 0$. Quotient $x^{2} - 3x + 2 = (x - 1)(x - 2)$. So roots are $\alpha, \beta, \gamma = 1, 1, 2$ (double root at $1$, simple at $2$). Direct sums: $p_{2} = 1 + 1 + 4 = 6 \;\checkmark$; $\sum 1/\alpha = 1 + 1 + \tfrac{1}{2} = \tfrac{5}{2} \;\checkmark$; $p_{3} = 1 + 1 + 8 = 10 \;\checkmark$.
Newton's identities are the canonical machinery for power sums. For a degree-$n$ monic polynomial with elementary symmetric polynomials $e_{1}, \ldots, e_{n}$ and power sums $p_{k} = \sum \alpha_{i}^{k}$, Newton's identities give a recursion: $$ p_{k} \;=\; e_{1} p_{k - 1} - e_{2} p_{k - 2} + \cdots + (-1)^{k - 1} k\, e_{k} \quad (k \le n), $$ with the convention $p_{0} = n$. For a cubic ($n = 3$): $p_{1} = e_{1}$; $p_{2} = e_{1} p_{1} - 2 e_{2}$; $p_{3} = e_{1} p_{2} - e_{2} p_{1} + 3 e_{3}$; thereafter the recursion is purely $p_{k} = e_{1} p_{k - 1} - e_{2} p_{k - 2} + e_{3} p_{k - 3}$ for $k \ge 4$ (no new $e$'s, just the three you have). This is exactly the kind of structural calculation Paper 3 rewards: state the identity, plug Vieta, verify on a concrete cubic. The double root in (f) is a deliberate trap — students who write $\alpha = 1, \beta = 2, \gamma = ?$ and forget that the cubic has $1$ as a repeated root undercount $p_{2}$ and $p_{3}$. Newton's identities handle multiplicities automatically because Vieta itself counts roots with multiplicity.

(a) 首一三次的韦达 A1·A1·A1

展开 $(x - \alpha)(x - \beta)(x - \gamma) = x^{3} - (\alpha + \beta + \gamma)x^{2} + (\alpha\beta + \beta\gamma + \gamma\alpha)x - \alpha\beta\gamma$,与 $x^{3} + px^{2} + qx + r$ 比对: $$ e_{1} := \alpha + \beta + \gamma \;=\; -p, \qquad e_{2} := \alpha\beta + \beta\gamma + \gamma\alpha \;=\; q, \qquad e_{3} := \alpha\beta\gamma \;=\; -r. $$

(b) $p_{2} = p^{2} - 2q$ M1·A1

对 $e_{1}$ 平方: $$ e_{1}^{2} \;=\; (\alpha + \beta + \gamma)^{2} \;=\; \alpha^{2} + \beta^{2} + \gamma^{2} + 2(\alpha\beta + \beta\gamma + \gamma\alpha) \;=\; p_{2} + 2 e_{2}. $$ 移项:$p_{2} = e_{1}^{2} - 2 e_{2} = (-p)^{2} - 2 q = p^{2} - 2q$。$\quad\text{AG}$

(c) $\alpha^{2}\beta^{2} + \beta^{2}\gamma^{2} + \gamma^{2}\alpha^{2} = q^{2} - 2pr$ M1·A1

对 $e_{2}$ 平方: $$ e_{2}^{2} \;=\; \alpha^{2}\beta^{2} + \beta^{2}\gamma^{2} + \gamma^{2}\alpha^{2} + 2(\alpha^{2}\beta\gamma + \alpha\beta^{2}\gamma + \alpha\beta\gamma^{2}). $$ 交叉项可分解:$\alpha^{2}\beta\gamma + \alpha\beta^{2}\gamma + \alpha\beta\gamma^{2} = \alpha\beta\gamma(\alpha + \beta + \gamma) = e_{3}\,e_{1}$。故 $$ \sum \alpha^{2}\beta^{2} \;=\; e_{2}^{2} - 2 e_{1} e_{3} \;=\; q^{2} - 2(-p)(-r) \;=\; q^{2} - 2pr. \quad \text{AG} $$

(d) $\sum 1/\alpha = -q/r$ M1·A1

通分: $$ \frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma} \;=\; \frac{\beta\gamma + \gamma\alpha + \alpha\beta}{\alpha\beta\gamma} \;=\; \frac{e_{2}}{e_{3}} \;=\; \frac{q}{-r} \;=\; -\frac{q}{r}. \quad \text{AG} $$ 非退化条件:需 $r \ne 0$(即 $0$ 不是三次的根,$\alpha, \beta, \gamma$ 非零,倒数存在)。

(e) Newton 恒等式求 $p_{3}$ M1·A1·A1

Newton:$p_{3} = e_{1} p_{2} - e_{2} p_{1} + 3 e_{3}$,其中 $p_{1} = e_{1}$。 $$ p_{3} \;=\; e_{1}(e_{1}^{2} - 2 e_{2}) - e_{2} e_{1} + 3 e_{3} \;=\; e_{1}^{3} - 3 e_{1} e_{2} + 3 e_{3}. $$ 代入韦达: $$ p_{3} \;=\; (-p)^{3} - 3(-p)(q) + 3(-r) \;=\; -p^{3} + 3 p q - 3 r. $$

(f) 应用于 $x^{3} - 4 x^{2} + 5 x - 2 = 0$ A1·A1·A1

此处 $p = -4$、$q = 5$、$r = -2$。应用 (b)、(d)、(e):
  • $p_{2} = p^{2} - 2 q = 16 - 10 = 6$。
  • $\sum 1/\alpha = -q/r = -5/(-2) = \tfrac{5}{2}$。
  • $p_{3} = -p^{3} + 3 p q - 3 r = 64 - 60 + 6 = 10$。
因式验证。$x = 1$:$1 - 4 + 5 - 2 = 0$ $\checkmark$。综合除法 $1, -4, 5, -2 \mid 1$ 得 $1, -3, 2, 0$。商 $x^{2} - 3x + 2 = (x - 1)(x - 2)$。故根 $\alpha, \beta, \gamma = 1, 1, 2$($1$ 为二重根,$2$ 简单根)。直接求和:$p_{2} = 1 + 1 + 4 = 6$ $\checkmark$;$\sum 1/\alpha = 1 + 1 + \tfrac{1}{2} = \tfrac{5}{2}$ $\checkmark$;$p_{3} = 1 + 1 + 8 = 10$ $\checkmark$。
Newton 恒等式是幂和的标准工具。$n$ 次首一多项式有初等对称多项式 $e_{1}, \ldots, e_{n}$ 与幂和 $p_{k} = \sum \alpha_{i}^{k}$,Newton 恒等式给出递推: $$ p_{k} \;=\; e_{1} p_{k - 1} - e_{2} p_{k - 2} + \cdots + (-1)^{k - 1} k\, e_{k} \quad (k \le n), $$ 约定 $p_{0} = n$。三次($n = 3$)情形:$p_{1} = e_{1}$;$p_{2} = e_{1} p_{1} - 2 e_{2}$;$p_{3} = e_{1} p_{2} - e_{2} p_{1} + 3 e_{3}$;$k \ge 4$ 之后递推纯为 $p_{k} = e_{1} p_{k - 1} - e_{2} p_{k - 2} + e_{3} p_{k - 3}$(不再引入新的 $e$)。这正是 Paper 3 看重的结构化计算:写出恒等式、代入韦达、对具体三次核验。(f) 的二重根是故意设的陷阱——把根写成 $\alpha = 1, \beta = 2, \gamma = ?$ 而忘记 $1$ 是重根会把 $p_{2}$、$p_{3}$ 算少。Newton 恒等式因为韦达本身就按重数计数,自动处理重根。