Leading Coefficient
AlgebraThe leading coefficient is the coefficient of the term with the highest degree in a polynomial written in standard form.
Definition
The leading coefficient is the number in front of the highest-powered variable in a polynomial. In $4x^3 + 2x - 1$, the leading coefficient is $4$.
Example
In $5x^2 - 3x + 7$, the leading coefficient is $5$. In $-2x^4 + x^3$, the leading coefficient is $-2$.
Key Insight
"Leading" means it comes first when the polynomial is written with highest power first. The leading coefficient's sign determines whether the graph opens up or down.
Definition
The leading coefficient is the coefficient of the leading term (the term of highest degree) when a polynomial is written in standard form (descending powers). A polynomial is called monic if its leading coefficient is $1$.
Example
$-3x^4 + 7x^2 - x + 2$: written in standard form. Leading coefficient: $-3$. Degree: $4$. Since the leading coefficient is negative and the degree is even, both ends of the graph point downward.
Key Insight
The leading coefficient and degree together determine end behavior. A positive leading coefficient with even degree means both ends go up; positive with odd degree means left end goes down and right end goes up.
Definition
For a polynomial $f(x) = a_nx^n + \ldots + a_0$ with $a_n \neq 0$, the leading coefficient $a_n$ governs asymptotic behavior: $f(x)/(a_nx^n)$ approaches $1$ as $x$ approaches $\pm\infty$. In the theory of polynomial division, the leading coefficient of the divisor determines whether exact division is possible over $\mathbb{Z}$ vs. $\mathbb{Q}$. Monic polynomials (leading coefficient $1$) are canonical representatives in many algebraic constructions.
Example
The minimal polynomial of an algebraic number is always monic. The characteristic polynomial of a matrix $A$ is $\det(A - \lambda I)$, which is monic of degree $n$.
Key Insight
The leading coefficient controls the scale factor in the asymptotic expansion. In root-finding and computer algebra, normalizing polynomials to monic form simplifies algorithms for GCD, factoring, and resultants.