My textbook explains quadratic functions as follows:
Quadratic functions are functions g:Rn→R that have the form
g(h1,…hn)=n∑i,j=1aijhihj
for an n×n matrix [aij].
Wikipedia defines quadratic functions as follows:
q(x1,…,xn)=n∑i=1n∑j=1aijxixj
I have some questions regarding these definitions:
There are two forms of summation notation used: ∑ni,j=1 and ∑ni=1∑nj=1. Now, as I understand it, these are not necessarily equivalent notations, since, with ∑ni,j=1, we always have i=j, whereas with ∑ni=1∑nj=1, we can have i≠j, since one summation, say, ∑nj=1, is summed over while the other, ∑ni=1, is held constant at i=c∈[1,n], and only incremented by one once the summation over all values of j∈[1,n] is complete. It seems to me like both of these can't be correct, so what's going on here? Am I misunderstanding something? Since [aij] is an n×n matrix, it seems to me like the double-summation ∑ni=1∑nj=1 is the one we would be looking for?
How do these above definitions of quadratic functions/forms relate to the commonly-known quadratic function/equation f(x)=ax2+bx+c?
I would appreciate it if people could please take the time to clarify this.
Answer
A quadratic form on a vector space should be thought of as a homogeneous quadratic function. Here homogeneous means that every monomial must have the same degree, and quadratic means that it must be degree 2. For example f(x,y,z)=xy+3yz−x2 is a homogeneous quadratic in three variables, but g(x,y,z)=x2+y+y2−7 is not, because of the degree-1 term y, and the degree-0 term −7. Hopefully you can see how the definition given on the wikipedia page allows all functions like f, while not including ones like g.
As for your second question, the only quadratic forms in one variable are f(x)=ax2 for some a∈R. So there is perhaps not so much relation to quadratic polynomials in a single variable.
If you want a classic example of a quadratic form, the norm squared on a vector space is a quadratic form:
f(x1,…,xn)=|(x1,…,xn)|2=x21+⋯+x2n
No comments:
Post a Comment