Other meanings of Quadratic polynomial
ALGEBRA
A quadratic polynomial is a polynomial of degree two in one or more variables. In one variable it has the form ax2 + bx + c, where a is nonzero; in several variables, its degree-two terms can be represented by a quadratic form. Quadratic polynomials underpin quadratic equations, conic sections, optimization, and many models in science and engineering.
A quadratic polynomial has total degree exactly two, so at least one degree-two term has a nonzero coefficient and no term has degree greater than two. 1 In one variable, the standard form is f(x) = ax2 + bx + c, with a ≠ 0. The coefficients may belong to the real numbers, complex numbers, or another specified field.
With variables x1, …, xn, a quadratic polynomial may include squared terms and pairwise products such as x12 and x1x2, together with linear and constant terms. In matrix notation it can be written xTAx + bTx + c, where the quadratic part is a quadratic form. The zero polynomial is not quadratic because its degree is undefined or conventionally assigned a value below two.
A univariate quadratic polynomial is governed by its leading coefficient, discriminant, and factorization. The associated quadratic equation ax2 + bx + c = 0 has solutions given by the quadratic formula, x = (−b ± √(b2 − 4ac))/(2a). 2 The discriminant Δ = b2 − 4ac determines the roots over the real numbers: positive Δ gives two distinct real roots, zero gives one repeated real root, and negative Δ gives a complex-conjugate pair.
As a function on the real line, the graph is a parabola. Its axis of symmetry is x = −b/(2a), and its vertex is the point where the polynomial attains a minimum when a > 0 or a maximum when a < 0. Completing the square exposes this geometry and is also useful for integration, optimization, and numerical analysis.
In several variables, the quadratic part determines the principal geometry, while linear and constant terms translate it. A real quadratic polynomial in two variables can define a conic section through an equation such as Ax2 + Bxy + Cy2 + Dx + Ey + F = 0. Depending on its coefficients, the resulting locus can be an ellipse, parabola, hyperbola, a degenerate pair of lines, a point, or have no real points. 3
For f(x) = xTAx + bTx + c, only the symmetric part of A affects the polynomial, since xTAx = xT((A + AT)/2)x over fields whose characteristic is not two. Orthogonal changes of coordinates can diagonalize a real symmetric matrix, reducing the quadratic part to a sum of scaled squares. This connects quadratic polynomials with eigenvalues, curvature, and quadratic optimization.
Quadratic polynomials also appear as local approximations and as algebraic objects whose behavior depends strongly on the coefficient domain. In multivariable calculus, the second-degree Taylor polynomial uses the Hessian matrix to capture local curvature; its quadratic part helps classify stationary points as locally minimizing, maximizing, or saddle-like. 4
Over the real numbers, a quadratic form is classified partly by the signs of its eigenvalues: positive-definite forms are positive away from the origin, while indefinite forms take both positive and negative values. This distinction matters in least-squares methods, mechanics, statistics, and convex optimization. 5 Over a field of characteristic two, division by two is unavailable, so symmetric-matrix descriptions and familiar completing-the-square arguments require modification. A quadratic polynomial is therefore not merely a formula with a squared variable; its algebraic properties depend on variables, coefficients, transformations, and the underlying number system.
Notation and classifications assume the usual real or complex coefficient settings unless a different field is specified.
Help improve the encyclopedia. Reports go straight to the site manager.