Content deleted Content added
Sami.mkaddem (talk | contribs) →Example: Fixed typo Tags: Mobile edit Mobile web edit |
|||
(43 intermediate revisions by 17 users not shown) | |||
Line 1:
{{Short description|Type of homogeneous polynomial of degree 2}}
In [[mathematics]], a '''definite quadratic form''' is a [[quadratic form]] over some [[Real number|real]] [[vector space]] {{
A '''semidefinite''' (or
An '''indefinite''' quadratic form takes on both positive and negative values and is called an [[isotropic quadratic form]].
More generally, the definition applies to a vector space over an [[ordered field]].<ref>Milnor & Husemoller (1973) p.61</ref>▼
▲More generally,
==Associated symmetric bilinear form==
Quadratic forms correspond one-to-one to [[symmetric bilinear form]]s over the same space.<ref>This is true only over a field of [[characteristic (algebra)|characteristic]] other than 2, but here we consider only [[ordered field]]s, which necessarily have characteristic 0.</ref> A symmetric bilinear form is also described as '''definite''', '''semidefinite''', etc. according to its associated quadratic form. A quadratic form {{
:<math>\
B(x,y) &= B(y,x) = \tfrac{1}{2} \end{align}</math>
The latter formula arises from expanding <math>\; Q(x+y) = B(x+y,x+y) ~.</math>
As an example, let {{math|1=''V'' = \mathbb {R}<sup>2</sup>}}, and consider the quadratic form▼
==Examples==
:<math>Q(x)=c_1{x_1}^2+c_2{x_2}^2 \,</math>▼
▲As an example, let
where <math>~ x = [x_1, x_2] \in V </math> and {{mvar|c}}{{sub|1}} and {{mvar|c}}{{sub|2}} are constants. If {{nobr| {{mvar|c}}{{sub|1}} > 0 }} and {{nobr| {{mvar|c}}{{sub|2}} > 0 ,}} the quadratic form {{mvar|Q}} is positive-definite, so ''Q'' evaluates to a positive number whenever <math>\; [x_1,x_2] \neq [0,0] ~.</math> If one of the constants is positive and the other is 0, then {{mvar|Q}} is positive semidefinite and always evaluates to either 0 or a positive number. If {{nobr| {{mvar|c}}{{sub|1}} > 0 }} and {{nobr| {{mvar|c}}{{sub|2}} < 0 ,}} or vice versa, then {{mvar|Q}} is indefinite and sometimes evaluates to a positive number and sometimes to a negative number. If {{nobr| {{mvar|c}}{{sub|1}} < 0 }} and {{nobr| {{mvar|c}}{{sub|2}} < 0 ,}} the quadratic form is negative-definite and always evaluates to a negative number whenever <math>\; [x_1,x_2] \neq [0,0] ~.</math> And if one of the constants is negative and the other is 0, then {{mvar|Q}} is negative semidefinite and always evaluates to either 0 or a negative number.
In general a quadratic form in two variables will also involve a cross-product term in {{mvar|x}}{{sub|1}}·{{mvar|x}}{{sub|2}}:
:<math> Q(x) = c_1 {x_1}^2 + c_2 {x_2}^2 + 2 c_3 x_1 x_2 ~.</math>
This quadratic form is positive-definite if <math>\; c_1 > 0 \;</math> and <math>\, c_1 c_2 - {c_3}^2 > 0 \;,</math> negative-definite if <math>\; c_1 < 0 \;</math> and <math>\, c_1 c_2 - {c_3}^2 > 0 \;,</math> and indefinite if <math>\; c_1 c_2 - {c_3}^2 < 0 ~.</math> It is positive or negative semidefinite if <math>\; c_1 c_2 - {c_3}^2 = 0 \;,</math> with the sign of the semidefiniteness coinciding with the sign of <math>\; c_1 ~.</math>
This bivariate quadratic form appears in the context of [[conic section]]s centered on the origin. If the general quadratic form above is equated to 0, the resulting equation is that of an [[ellipse]] if the quadratic form is positive or negative-definite, a [[hyperbola]] if it is indefinite, and a [[parabola]] if <math>\; c_1 c_2 - {c_3}^2=0 ~.</math>
The square of the [[Euclidean norm]] in {{mvar|n}}-dimensional space, the most commonly used measure of distance, is
:<math> {x_1}^2 +\cdots + {x_n}^2 ~.</math>
In two dimensions this means that the distance between two points is the square root of the sum of the squared distances along the <math>x_1</math> axis and the <math>x_2</math> axis.
==Matrix form==
A quadratic form can be written in terms of [[matrix (mathematics)|matrices]] as
:<math>x^\mathsf{T} A \, x</math>
where {{mvar|x}} is any {{mvar|n}}×1 [[Euclidean vector#In Cartesian space|Cartesian vector]] <math>\; [x_1, \cdots , x_n]^\mathsf{T} \;</math> in which at least one element is not 0; {{mvar|A}} is an {{mvar| n × n }} [[symmetric matrix]]; and superscript {{sup|T}} denotes a [[matrix transpose]]. If {{mvar|A}} is [[diagonal matrix|diagonal]] this is equivalent to a non-matrix form containing solely terms involving squared variables; but if {{mvar|A}} has any non-zero off-diagonal elements, the non-matrix form will also contain some terms involving products of two different variables.
Positive or negative-definiteness or semi-definiteness, or indefiniteness, of this quadratic form is equivalent to [[positive-definite matrix|the same property of {{mvar|A}}]], which can be checked by considering all [[eigenvalue]]s of {{mvar|A}} or by checking the signs of all of its [[principal minor]]s.
==Optimization==
Definite quadratic forms lend themselves readily to [[optimization]] problems. Suppose the matrix quadratic form is augmented with linear terms, as
:<math>x^\mathsf{T} A \, x + b^\mathsf{T} x \;,</math>
where {{mvar|b}} is an {{mvar|n}}×1 vector of constants. The [[first-order condition]]s for a maximum or minimum are found by setting the [[matrix derivative]] to the zero vector:
:<math> 2 A \, x + b = \vec 0 \;,</math>
giving
:<math> x = -\tfrac{1}{2}\,A^{-1}b \;,</math>
assuming {{mvar|A}} is [[nonsingular matrix|nonsingular]]. If the quadratic form, and hence {{mvar|A}}, is positive-definite, the [[second partial derivative test|second-order condition]]s for a minimum are met at this point. If the quadratic form is negative-definite, the second-order conditions for a maximum are met.
An important example of such an optimization arises in [[multiple regression]], in which a vector of estimated parameters is sought which minimizes the sum of squared deviations from a perfect fit within the dataset.
==See also==
*[[
*[[Positive
*[[Positive
*[[Polarization identity]]
==
{{reflist}}
==References==
*{{cite book
| last=Kitaoka | first=Yoshiyuki
| year=1993
| title=Arithmetic of quadratic forms
| series=Cambridge Tracts in Mathematics
| volume=106
| publisher=Cambridge University Press
| isbn=0-521-40475-4
| zbl=0785.11021
}}
*{{Lang Algebra
| edition=3r2004
| page=578
}}.
*{{cite book
| first1=J. | last1=Milnor | author1-link=John Milnor
| first2=D. | last2=Husemoller
| year=1973
| title=Symmetric Bilinear Forms
| series=[[Ergebnisse der Mathematik und ihrer Grenzgebiete]]
| volume=73
| publisher=Springer
| isbn=3-540-06009-X
| zbl=0292.10016
}}
[[Category:Quadratic forms]]
|