A polynomial function is a sum of terms of the form a_n*x^n. The degree is the highest power of x with a nonzero coefficient. The leading coefficient is the coefficient of the highest-degree term. The degree determines the maximum number of turning points (at most n-1) and x-intercepts (at most n). Polynomials are classified by degree: linear (1), quadratic (2), cubic (3), quartic (4), quintic (5).
Identify degree and leading coefficient from various polynomial expressions, including those not in standard form (need to expand or combine like terms first). Graph examples of each degree to develop visual intuition. Discuss how degree affects the shape and complexity of the graph.
You've worked extensively with quadratics — polynomials of degree 2. Polynomial functions generalize this: they're sums of terms where each term is a constant times a non-negative integer power of x, and the degree is just the highest power that appears. The degree and leading coefficient are the two most important numbers for understanding a polynomial's shape and behavior.
The degree tells you the maximum complexity of the graph. A linear polynomial (degree 1) is a straight line. A quadratic (degree 2) is a parabola — one possible "hill" or "valley." A cubic (degree 3) can have up to two turning points. Each additional degree adds the possibility of one more turning point and one more x-intercept. The degree sets an upper bound, not a guarantee: a degree-4 polynomial can have 0, 2, or 4 real x-intercepts (always even for even degrees if the leading coefficient is positive and constant term is positive — but the key idea is that the exact count can vary).
The leading coefficient is the coefficient of the highest-degree term, once the polynomial is in standard form (highest power first). For 3x − 2x² + x⁴, written in standard form as x⁴ − 2x² + 3x, the leading coefficient is 1. For −5x³ + 2x − 1, it's −5. The sign and magnitude of the leading coefficient controls end behavior — what happens to the graph as x → +∞ and x → −∞ — which you'll study next.
A common source of confusion: when a polynomial is not in standard form, or when terms need to be combined, the leading term isn't obvious. For p(x) = 3x³ + x³ − 2x², you must first combine like terms: 4x³ − 2x², so the degree is 3 and the leading coefficient is 4. Similarly, when a polynomial is given as a product of factors like (x + 2)(x − 1)(x + 3), you can find the degree (3, since three linear factors multiply together) and leading coefficient (1, from x · x · x) without fully expanding.
The vocabulary — linear, quadratic, cubic, quartic, quintic — gives names to degrees 1 through 5. Each is worth graphing at least once to build a visual sense of how the degree shapes the curve. A cubic always has opposite end behaviors (one end up, one end down); an even-degree polynomial has the same end behavior on both sides (both up or both down depending on the leading coefficient's sign). These patterns all trace back to the degree and leading coefficient.