Quadratics vs Hermitian forms

linear algebraquadratic-forms

The quadratic form is given by:

$$Q(\mathbf{x}) =\langle\ \mathbf{x} \ | \ A\mathbf{x} \rangle = x^TAx$$

Where $Q$ is a real scalar and hence $Q = Q^T$

The hermitian form is given by:

$$H(\mathbf{x}) = \langle \ \mathbf{x} \ | \ A\mathbf{x} \ \rangle=x^{\dagger}Ax$$

Where $H$ is also scalar and hence $H = H^T$

Now I'm new to the subject and these 2 are really similar and I get quite confused when to use which since both can be used with complex numbers.

Under exactly what circumstances do we use the Hermitian form and when do we use quadratic?

Thanks!

Best Answer

For $Q$ to be a quadratic form $A$ has to be a symmetric matrix, and for $H$ to be a Hermitian form, $A$ has to be Hermitian i.e. $A = \overline{A^T}$. They are the same over real numbers, but if you work over the complex numbers of course they would be different.

An important reason why we usually use Hermitian forms when working with complex numbers is that $H(x)$ is always a real number, whereas $Q(x)$ might not be, so $\sqrt{H(x})$ can define a norm on your vector space, hence giving it a topology, so that you can discuss concepts such as continuity.

Related Question