Bilinear and Quadratic forms are linear transformations in more than one variable over a vector space. A homogeneous polynomial in one, two, or n variables is called form. Forms are classified in two ways. According to the number of variables, they are called unary, binary, ternary, etc. According to the degree, they are classified as linear, quadratic, cubic, etc.
Thus, bilinear form is a polynomial function of two variables which is linear in both the variables. The quadratic form is a particular case of the bilinear form, as the two sets of variables used in the bilinear form are equal.
Bilinear Form
A polynomial of sets of variables (x1, x2, x3, …, xm) and (y1, y2, y3, …, yn) in which the coefficients are numbers and are homogenous, that is, each term of the polynomial have the same degree. Also, the polynomial is linear in both variables. Hence, the definition of the bilinear form as linear transformation over vector spaces is given as —
If V is a vector space of finite-dimensional over the field F, then a bilinear form on V is a mapping f: V × V → F, which satisfies:
i) f(ax1 + bx2, y) = a f(x1, y) + b f(x2, y)
That means, f is linear as the first variable.
ii) f(x, ay1 + by2) = a f(x, y1) + b f(x, y2)
That means, f is linear as a second variable.
For every xi, yi in V and a, b in F.
For example, the zero function from V × V into F, that is, 0: V × V → F we shall show that this function satisfies the above two conditions
Now 0(ax1 + bx2, y) = 0 = 0 + 0 = a.0 + b.0 = a 0(x1, y) + b 0(x2, y)
and 0(x, ay1 + by2) = 0 = 0 + 0 = a.0 + b.0 = a 0(x, y1) + b 0(x, y2)
for every xi, yi in V and a, b in F.
Thus, the zero function is a bilinear form.
Notice, the difference between linear and bilinear form is f(x, y) = x + y is linear whereas as
f(x, y) = xy is bilinear.
Thus, in a more general sense, f(x, y) = a.xy for any scalar a is bilinear.
Quadratic Form
The quadratic form is a particular case of a bilinear form. The two sets of variables in bilinear form (x1, x2, x3, …, xm) and (y1, y2, y3, …, yn) become quadratic form if the two sets are equal and xi = yi for each i. For example, f(x,y) = x2 – 2y2 + 5xy is a real quadratic form in two variables x and y.
Now, quadratic form as linear transformation over a vector space V is defined as if f is a symmetric bilinear form, that is f(x, y) = f(y, x) for every x, y in V, the quadratic form is given by q(x) = f(x, x) for every x in V.
Here, q has the property q(ax) = a2 q(x) where a is a scalar and x is in V. As, q(ax) = f(ax, ax) = a2 x2 = a q(x).
For example, let us take a bilinear for f defined by matrix
Then its quadratic form will be
= 2x2 + 5y2
Properties of Bilinear and Quadratic Forms
- Let f and g be two bilinear forms on a dimensional space V(F). The sum of two bilinear forms f and g is f + g is also a bilinear form defined by (f + g)(x, y) = f(x, y) + g(x, y) for every x and y in V(F).
- Let f be a bilinear form on V × V, and c is a scalar. Then cf is a bilinear form on V × V defined by (cf)(x, y) = c f(x, y) for every x, y in V.
- The rank of a bilinear form f on a vector space V, is the rank of the matrix representation of f.
- If Q is a quadratic form on a vector space V, then
(i) Q(ax) = a2 Q(x) where a is any scalar and x is in V
(ii) Q(0) = 0 for 0 in V
(iii) Q(-x) = Q(x) for x in V
- If Q is a quadratic form on V, then Q(x + y) = (x + y)2 = Q(x) + 2f(x, y) + Q(y) where f is bilinear form of x and y. Thus f(x, y) = ½[ Q(x + y) – Q(x) – Q(y)]
- The bilinear form of (x, y) and (w, z) in V × V in terms of quadratic form is given as
f((x, y), (w, z)) = ½[Q(x + w, y + z) – Q((x, w)) – Q((y, z))]
Related Articles
Solved Examples on Bilinear and Quadratic Forms
Example 1:
Let 𝛼 = (x1, x2, x3) and 𝛽 = (y1, y2, y3) and the bilinear form of 𝛼 and 𝛽 is given as
f(𝛼, 𝛽) = x1 y1 + 2 x1 y2 + 5 x1 y3 – 2 x2 y1 + x2 y3 – 6 x3 y2 + 6 x3 y3. Find the matrix of f and rank of f.
Solution:
We have
f(𝛼, 𝛽) = x1 (y1 + 2 y2 + 5 y3,) + x2 (– 2 y1 + 0 y2 + y3) + x3(0 y1 – 6 y2 + 6 y3)
=
=
Thus matrix of f is
Since the determinant of above matrix is non-zero, hence its rank is 3
Thus, rank of f is also 3.
Example 2:
Find the quadratic form of the symmetric matrix A =
Solution:
Let 𝛼 = (x, y)
Then the quadratic form Q(𝛼) of A is given by
Q(𝛼) =
= 2x2 – 6xy + 3y2
Thus, 2x2 – 6xy + 3y2 is the quadratic form of the given matrix.
Frequently Asked Questions on Bilinear and Quadratic Forms
Is every quadratic form is a bilinear form?
Yes, for quadratic form Q(x), there exists a unique symmetric bilinear form f such that Q(x) = f(x,x) for every x in vector space V(F).
What is the rank of bilinear form?
The rank of bilinear form f is the rank of the matrix representation of the bilinear form.
How a bilinear form can be represented as a quadratic form?
If Q is an quadratic form on V, then Q(x + y) = (x + y)2 = Q(x) + 2f(x, y) + Q(y) where f is bilinear form of x and y. Thus f(x, y) = ½[ Q(x + y) – Q(x) – Q(y)].
What is the difference between linear and bilinear form?
The difference between linear and bilinear form is f(x, y) = x + y is linear whereas as
f(x, y) = xy is bilinear.
Comments