ConceptComplete

Bilinear Forms

Bilinear forms generalize the dot product to abstract vector spaces, providing a framework for studying geometric notions like angles, distances, and orthogonality without requiring an inner product structure.

DefinitionBilinear Form

A bilinear form on vector space VV over field F\mathbb{F} is a function B:V×VFB: V \times V \to \mathbb{F} that is linear in each argument:

  1. B(c1u1+c2u2,v)=c1B(u1,v)+c2B(u2,v)B(c_1\mathbf{u}_1 + c_2\mathbf{u}_2, \mathbf{v}) = c_1B(\mathbf{u}_1, \mathbf{v}) + c_2B(\mathbf{u}_2, \mathbf{v})
  2. B(u,c1v1+c2v2)=c1B(u,v1)+c2B(u,v2)B(\mathbf{u}, c_1\mathbf{v}_1 + c_2\mathbf{v}_2) = c_1B(\mathbf{u}, \mathbf{v}_1) + c_2B(\mathbf{u}, \mathbf{v}_2)

In a basis {e1,,en}\{\mathbf{e}_1, \ldots, \mathbf{e}_n\}, the bilinear form is represented by matrix AA with aij=B(ei,ej)a_{ij} = B(\mathbf{e}_i, \mathbf{e}_j): B(x,y)=xTAyB(\mathbf{x}, \mathbf{y}) = \mathbf{x}^TA\mathbf{y}

DefinitionSymmetric and Skew-Symmetric Forms

A bilinear form BB is:

  • Symmetric if B(u,v)=B(v,u)B(\mathbf{u}, \mathbf{v}) = B(\mathbf{v}, \mathbf{u}) for all u,v\mathbf{u}, \mathbf{v}
  • Skew-symmetric (or antisymmetric) if B(u,v)=B(v,u)B(\mathbf{u}, \mathbf{v}) = -B(\mathbf{v}, \mathbf{u})
  • Alternating if B(v,v)=0B(\mathbf{v}, \mathbf{v}) = 0 for all v\mathbf{v}

The matrix of a symmetric form is symmetric (AT=AA^T = A); for skew-symmetric forms, AT=AA^T = -A.

ExampleExamples of Bilinear Forms
  1. Dot product: B(x,y)=xy=xiyiB(\mathbf{x}, \mathbf{y}) = \mathbf{x} \cdot \mathbf{y} = \sum x_iy_i (symmetric)
  2. General quadratic: B(x,y)=x1y2x2y1B(\mathbf{x}, \mathbf{y}) = x_1y_2 - x_2y_1 (skew-symmetric)
  3. Matrix form: B(x,y)=xTAyB(\mathbf{x}, \mathbf{y}) = \mathbf{x}^TA\mathbf{y} for any matrix AA
DefinitionDegenerate and Non-degenerate Forms

A bilinear form BB is non-degenerate if for all v0\mathbf{v} \neq \mathbf{0}, there exists w\mathbf{w} with B(v,w)0B(\mathbf{v}, \mathbf{w}) \neq 0.

Equivalently, BB is non-degenerate if its matrix representation AA is invertible.

A form is degenerate if there exists nonzero v\mathbf{v} with B(v,w)=0B(\mathbf{v}, \mathbf{w}) = 0 for all w\mathbf{w}.

Remark

Unlike inner products, bilinear forms need not be positive definite or even symmetric. They provide a more general algebraic framework. Symmetric bilinear forms relate to quadratic forms, while skew-symmetric forms appear in symplectic geometry and Hamiltonian mechanics. The classification of bilinear forms via canonical matrices generalizes diagonalization theory.