跳转至

2.3.1 Polynomial Basics and Standard Form

Understanding polynomial structure including degree, coefficients, leading term, and standard form representation.

定义

A polynomial is an algebraic expression consisting of variables and coefficients combined using addition, subtraction, and multiplication, where all exponents of variables are non-negative integers. A polynomial in one variable \(x\) can be written in standard form as:

$\(P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0\)$ \nwhere \(a_n, a_{n-1}, \ldots, a_1, a_0\) are real coefficients and \(a_n \neq 0\). The degree of the polynomial is the highest power \(n\) of the variable. The leading coefficient is \(a_n\), and the leading term is \(a_n x^n\). The constant term is \(a_0\). A polynomial is in standard form when terms are arranged in descending order of degree.

核心公式

  • \(P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, \text{ where } a_n \neq 0\)
  • \(\text{Degree of } P(x) = n\)
  • \(\text{Leading term} = a_n x^n\)
  • \(\text{Leading coefficient} = a_n\)
  • \(P(x) = a(x - r_1)(x - r_2) \cdots (x - r_k) \text{ (factored form, where } r_i \text{ are roots)}\)

易错点

  • ⚠️ Forgetting that the degree must be determined by the highest power with a non-zero coefficient; students sometimes incorrectly identify the degree based on the position of a term rather than its exponent value
  • ⚠️ Confusing the leading coefficient with the constant term; the leading coefficient is the coefficient of the highest degree term, not the last term in the expression
  • ⚠️ Failing to arrange terms in descending order of degree when writing in standard form, or mixing up which direction (ascending vs. descending) is considered standard
  • ⚠️ Incorrectly assuming that all coefficients must be non-zero; a polynomial can have missing terms (zero coefficients) and still be valid