Skip to main content

Worksheet 5.3 Worksheet: bilinear forms

Let V be a finite-dimensional vector space over R. (We will use a real vector space for simplicity, but most of this works just as well for complex vector spaces.) Recall from Worksheet 3.4 that a linear functional on V is a linear map ฯ•:Vโ†’R.
We can extend the idea of a linear functional to functions with more than one argument.

Definition 5.3.1.

A bilinear form on a vector space V is a function
ฯ•:Vร—Vโ†’R
that is linear in each variable: for all scalars a,bโˆˆR and vectors u,v,wโˆˆV,
ฯ•(au+bv,w)=aฯ•(u,w)+bฯ•(v,w)ฯ•(u,av+bw)=aฯ•(u,v)+bฯ•(u,w).
Another way to put this is as follows: ฯ• is bilinear if, for each vโˆˆV, the functions
ฮท(w)=ฯ•(v,w)ฯˆ(w)=ฯ•(w,v)
are both linear functionals on V.
Caution: the bilinear form ฯ• is not assumed to be symmetric, so the linear functionals ฮท and ฯˆ defined above are (in general) different functions.
A multilinear form is defined similarly, as a function of two, three, or more vector variables, that is linear in each variable.
An example of a bilinear form is the dot product on Rn. Given v,wโˆˆRn, the function ฯ•(v,w)=vโ‹…w defines a bilinear form.
More generally, given any nร—n matrix A, the function
ฯ•A:Rnร—Rnโ†’Rฯ•A(v,w)=vTAw
is a bilinear form.
An important example of a multilinear form is the determinant. Given v1,โ€ฆ,vnโˆˆRn, the function
ฮฉ:Rnร—โ‹ฏร—Rnโ†’Rฮฉ(v1,โ€ฆ,vn)=det[v1โ‹ฏvn]
is an n-linear form.
For bilinear forms, the example ฯ•A given above can be viewed as prototypical.

1.

Let V be a finite-dimensional vector space, and let B={e1,e2,โ€ฆ,en} be an ordered basis for V. Let ฯ•:Vร—Vโ†’R be a bilinear form on V.
Show that there exists an nร—n matrix Aฯ• such that
ฯ•(v,w)=(CB(v))TAฯ•CB(w),
where CB denotes the coordinate isomorphism from V to Rn.
The above exercise tells us that we can study bilinear forms on a vector space by studying their matrix representations. This depends on a choice of basis, but, as one might expect, matrix representations with respect to different bases are similar.

2.

Let B1,B2 be two ordered bases for a finite-dimensional vector space V, and let P=PB1โ†B2 be the change of basis matrix for these bases. Let ฯ•:Vร—Vโ†’R be a linear functional on V.
If Aฯ• is the matrix of ฯ• with respect to the basis B1, show that the matrix of ฯ• with respect to B2 is equal to PTAฯ•P.
Bilinear forms also transform with respect to linear transformations in a manner similar to linear functionals.

3.

Let V and W be finite-dimensional vector spaces, and let T:Vโ†’W be a linear transformation.
If ฯ•:Wร—Wโ†’R is a bilinar form on W, show that the map Tโˆ—ฯ•:Vร—Vโ†’R defined by
Tโˆ—ฯ•(v,w)=ฯ•(T(v),T(w))
is a bilinear form on V, called the pullback of ฯ• by T.
A bilinear form ฯ• on V is symmetric if ฯ•(v,w)=ฯ•(w,v) for all v,wโˆˆV, and antisymmetric (or alternating) if ฯ•(v,w)=โˆ’ฯ•(w,v) for all v,w in V.
A bilinear form is nondegenerate if, for each nonzero vector vโˆˆV, there exists a vector wโˆˆV such that ฯ•(v,w)โ‰ 0. (Alternatively, for each nonzero vโˆˆV, the linear functional ฮฑ(w)=ฯ•(v,w) is nonzero.)
Two types of bilinear forms are of particular importance: a symmetric, nondegenerate bilinear form on V is called an inner product on V, if it is also positive-definite: for each vโˆˆV, ฯ•(v,v)โ‰ฅ0, with equality only if v=0. Inner products are a generalization of the dot product from Chapter 3. A future version of this book may take the time to study inner products in more detail, but for now we will look at another type of bilinear form.
A nondegenerate, antisymmetric bilinear form ฯ‰ on V is called a linear symplectic structure on V, and we call the pair (V,ฯ‰) a symplectic vector space. Symplectic structures are important in differential geometry and mathematical physics. (They can be used to encode Hamiltonโ€™s equations in classical mechanics.)
An example of a symplectic form on R2 is given as follows: for vectors v=(v1,v2) and w=(w1,w2),
ฯ‰(v,w)=v1w2โˆ’v2w1.
If this looks familiar, itโ€™s because this is precisely the determinant of the 2ร—2 matrix [vw].
A more general example is given by V=R2n. If we write v=โŸจa1,b1,โ€ฆ,an,bnโŸฉ, w=โŸจc1,d1,โ€ฆ,cn,dnโŸฉ, then the standard symplectic structure on R2n is given by
ฯ‰(v,w)=a1d1โˆ’b1c1+โ‹ฏ+andnโˆ’bncn.
Note how this resembles a sum of 2ร—2 determinants.

Remark 5.3.2.

A theorem that you will not be asked to prove (itโ€™s a long proof...) is that if a vector space V has a linear symplectic structure ฯ‰, then the dimension of V is even, and V has a basis {e1,f1,โ€ฆ,en,fn} with respect to which the matrix representation of ฯ‰ is equivalent to the standard symplectic structure on R2n.
We conclude with some interesting connections between complex vector spaces and symplectic and inner product structures.
Here is an observation you may have made before: to any complex number a+ib we can associate the matrix
[aโˆ’bba]=a[1001]+b[0โˆ’110]=aI+bJ,
where I is the 2ร—2 identity matrix, and J2=โˆ’I.
You can even check that multiplying two complex numbers is the same as multiplying the corresponding matrices, as given above!

4.

For the symplectic structure ฯ‰(v,w)=v1w2โˆ’v2w1 on R2, as given above, show that the matrix of ฯ‰ with respect to the standard basis is the matrix J1=[0โˆ’110].
Then, for any symplectic vector space (V,ฯ‰), show that, with respect to the basis {e1,f1,โ€ฆ,en,fn} described in Remark 5.3.2 above, the matrix of ฯ‰ has the block form
J=[J10โ‹ฏ00J1โ‹ฏ0โ‹ฎโ‹ฎโ‹ฑโ‹ฏ00โ‹ฏJ1].
There are also interesting relationships between complex inner products, real inner products, and symplectic structures.

5.

Let โŸจv,wโŸฉ denote the standard complex inner product on Cn. (Recall that such an inner product is complex linear in the second argument, but for any complex scalar c, โŸจcv,wโŸฉ=cโ€•โŸจv,wโŸฉ.)
Write v=a+ib and w=c+id, where a=โŸจa1,a2,โ€ฆ,anโŸฉโˆˆRn (with similar statements for b,c,d). Let x=โŸจa1,b1,โ€ฆ,an,bnโŸฉ,y=โŸจc1,d1,โ€ฆ,cn,dnโŸฉโˆˆR2n.
Show that
โŸจv,wโŸฉ=xโ‹…y+iฯ•(x,y),
where ฯ• denotes the standard symplectic structure on R2n.
For more reading on multilinear forms and determinants, see the 4th edition of Linear Algebra Done Right, by Sheldon Axler. For more reading on linear symplectic structures, see First Steps in Differential Geometry, by Andrew McInerney.
You have attempted 1 of 1 activities on this page.